Posted by c960657 on April 12, 2010 at 2:16pm
3 followers
| Project: | Javascript Aggregator |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Code comments containing copyright notices and licensing information are stripped when the file is minified. This is a violation of the GPL that requires the copyright notice and license information to be preserved whenever the file is distributed, so when e.g. jquery.js is minified we must include this information. This can be achieved be adding a textual reference from the minified file to the unminified edition.
| Attachment | Size |
|---|---|
| license-1.patch | 1.88 KB |
Comments
#1
Ahem, try this instead.
#2
Commited: http://drupal.org/cvs?commit=353712
Thanks!
Please report possible problems.
#3
license-1.patch wasn't properly tested, sorry :-/. license-2.patch is better.
#4
Commited: http://drupal.org/cvs?commit=353718
No problem. Thanks for the patch!
#5
Automatically closed -- issue fixed for 2 weeks with no activity.