dojo / cli-build-webpack

🚀 **DEPRECATED** Dojo 2 - cli command for building applications
http://dojo.io
Other
4 stars 19 forks source link

Include license in builds #108

Closed dylans closed 7 years ago

dylans commented 7 years ago

Bug

Per https://github.com/dojo/meta/blob/master/LICENSE#L10-L17 , users of Dojo should include a copy of the license in their usage of Dojo. Our current build does not do this.

Expected behavior:

The following comment should be included in all built code:

/*
[Dojo](https://dojo.io/) 
Copyright [JS Foundation](https://js.foundation/) & contributors
[New BSD license](https://github.com/dojo/meta/blob/master/LICENSE)
All rights reserved
*/

Actual behavior:

Currently no copyright or license information is included in any built code