Download & Extend

Include license information (GPL etc.)

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.

AttachmentSize
license-1.patch1.88 KB

Comments

#1

Ahem, try this instead.

AttachmentSize
license-2.patch 1.9 KB

#2

Status:needs review» fixed

Commited: http://drupal.org/cvs?commit=353712

Thanks!

Please report possible problems.

#3

Status:fixed» active

license-1.patch wasn't properly tested, sorry :-/. license-2.patch is better.

#4

Status:active» fixed

Commited: http://drupal.org/cvs?commit=353718

No problem. Thanks for the patch!

#5

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.