enginkizil / FeedEk

FeedEk jQuery RSS/ATOM Feed Plugin
https://jquery-plugins.net/FeedEk/FeedEk.html
MIT License
206 stars 107 forks source link

Add open source license #33

Closed itskingori closed 9 years ago

itskingori commented 9 years ago

GitHub put it well here ...

It’s easy to get caught up in code. Sharing your code isn’t everything, though: it’s also important to tell people how they can use that code.

And choosealicense.com explains the ramifications of having no license here ...

... the absence of a license means that default copyright laws apply. This means that you retain all rights to your source code and that nobody else may reproduce, distribute, or create derivative works from your work.

Disallowing use of your code might not be what you intend by “no license.” An open-source license allows reuse of your code while maintaining copyright. If your goal is to explicitly opt-out of copyright protections, try a public domain dedication like the Unlicense or CC0. If you want to share your work with others, you must opt into it.

Even in the absence of a license file, you may grant some rights in cases where you publish your source code to a site that requires accepting terms of service. For example, if you publish your source code in a public repository on GitHub, you have accepted the Terms of Service which do allow other GitHub users some rights. Specifically, you allow others to view and fork your repository.

If having no license was by design, then you may close this issue.

itskingori commented 9 years ago

Never mind. Found it referenced in FeedEk.jquery.json ... MIT.

{
  "name": "FeedEk",
  "title": "FeedEk jQuery RSS/ATOM Feed Plugin",
  "description": "FeedEk is a jQuery plugin for parsing and displaying RSS and Atom feeds. You can obtain feeds easily from any domain.",
  "version": "2.0.2",
  "homepage": "https://github.com/enginkizil/FeedEk",
  "author": {
    "name": "Engin KIZIL",
    "url": "http://www.enginkizil.com"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://opensource.org/licenses/mit-license.php"
    }
  ],
  "dependencies": {
    "jquery": ">=1.6.2"
  },
  "homepage": "http://jquery-plugins.net/FeedEk/FeedEk.html",
  "demo": "http://jquery-plugins.net/FeedEk/FeedEk_demo.html",
  "docs": "http://jquery-plugins.net/FeedEk/FeedEk.html",  
  "download": "http://jquery-plugins.net/FeedEk/FeedEk.html",
  "keywords": ["feed", "rss", "atom", "reader", "parser", "jQuery", "plugin"]
}