#790 closed enhancement (wontfix)
dojo license meta inclusion in each src file included in packaged builds
Reported by: | Owned by: | anonymous | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | BuildTools | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Again, feel free to close right away if it doesn't make sense. During debugging session the other day noticed that built package profiles have the sources being pulled down with XHR include the license meta in "every" file pulled down.
This seems redundant/costly to have added to a package build, not sure how licensing needs to work in every scenerio, but if it doesn't matter then it would be ideal for only the baked dojo.js file to include license meta and have all other files cleaned of license data (but only during a package build).
Note: See
TracTickets for help on using
tickets.
it isn't really possible to avoid this cost in a production build. Our copyright notices are the only thing between us and run-ins with lawyers...and we don't want that.
FWIW, we aren't including the fully copyrights, just the notices of where to find them. Including the full copyrights (like some projects do) would be truly horrendous.
Marking wontfix.