-
Notifications
You must be signed in to change notification settings - Fork 4
Missing javascript licensing header #1
Copy link
Copy link
Open
Description
The original dragtable you reference contains the below header in the Javascript. This project has no license header. It is unclear whether your code is a direct modification of the other code, or whether it is an independent implementation.
- Is your code also licensed under the MIT license?
- Is your code a modification of the original dragtable? If so, shouldn't the original license header be included?
- Can you add a license header to the javascript file?
/**
- @license
- dragtable v1.0
- June 26, 2008
- Dan Vanderkam, http://danvk.org/dragtable/
-
http://code.google.com/p/dragtable/ - This is code was based on:
-
- Stuart Langridge's SortTable (kryogenix.org/code/browser/sorttable)
-
- Mike Hall's draggable class (http://www.brainjar.com/dhtml/drag/)
-
- A discussion of permuting table columns on comp.lang.javascript
- Licensed under the MIT license.
* - Here's the notice from Mike Hall's draggable script:
* - Do not remove this notice.
* - Copyright 2001 by Mike Hall.
- See http://www.brainjar.com for terms of use.
*/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels