Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing javascript licensing header #1

Open
paulberg opened this issue Feb 3, 2014 · 3 comments
Open

Missing javascript licensing header #1

paulberg opened this issue Feb 3, 2014 · 3 comments

Comments

@paulberg
Copy link

paulberg commented Feb 3, 2014

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.

  1. Is your code also licensed under the MIT license?
  2. Is your code a modification of the original dragtable? If so, shouldn't the original license header be included?
  3. Can you add a license header to the javascript file?

/**

  • 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.
    */
@arkarkark
Copy link

I too am curious as to the LICENSE status of this code.
It would be great if the repository also had a LICENSE file. Preferably MIT :)

@naxmefy
Copy link
Contributor

naxmefy commented May 27, 2015

same question to repo owner. i work in a fork on updates. i would add an MIT License if it is ok for your. would add your credentials.

@pratyushmittal
Copy link
Owner

Hi friends, this code is directly based on the Dan's implementation: http://www.danvk.org/wp/dragtable/

I couldn't find any license or terms on that page. What is the recommended way in such cases?
Please send in the relevant pull request for the LICENSE. I would merge it.

Thanks

naxmefy referenced this issue in naxmefy/angular-dragtable May 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants