GitHub Adds Licensing Option
Written by Sue Gee   
Wednesday, 17 July 2013

Although GitHub is the most popular tool for collaborative online version control and development of open source software, it hasn't been hot on licensing, with the result that many of its projects don't even have a declared license. Now it is taking steps to rectify this situation.

Developers who are keen to share their projects are not always aware of the need for a licence and the implications of not having one.

To overcome this problem GitHub has established a new microsite, ChooseALicense.com which outlines the pros and cons of alternative choices features three licenses:

 

githublic400

 

MIT License - a permissive license that is short and to the point. It lets people do anything they want with your code as long as they provide attribution back to you and don’t hold you liable.

Apache License is a permissive license similar to the MIT License, but also provides an express grant of patent rights from contributors to users.

GPL  (GNU General Public License) - requires others who modify your code to disclose their changes if they redistribute it in source or binary form.

but it also has details of ten others.

It also explains what it means to choose the No License option, stating:

You'll have to check with your own legal counsel regarding your particular project, but generally speaking, 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. This might not be what you intend.


Having provided the information needed for an informed choice  it has also added a license picker to the process of creating a repository:

 

githuboos2

 

These initiatives have been welcomed as a good step in the right direction. Simon Phipps on InfoWorld comments on the ChooseALicense site:

 It's an excellent first release, and of course, the whole site can itself be forked and improved at GitHub. I plan to take a look and offer some improvements; you can too.

 

 

 

More Information

Choosing an Open Source License

ChooseALicense.com

Related Articles

Google Code Bans Downloads

Open Source Has As Good Code Quality As Proprietary Code

Visual Studio To Get Git

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

Banner


VLOGGER - AI Does Talking Heads
24/03/2024

Developed by Google researchers VLOGGER AI is a system that can create realistic videos of people talking and moving from a single still image and an audio clip as input. 



Interact With Virtual Historic Computers
14/04/2024

Alan Turing's ACE computer is a legendary computer that is particularly special for I Programmer - our account of it was the first ever history article on the site when it launched in 2009. Now this i [ ... ]


More News

Last Updated ( Monday, 12 November 2018 )