swenson / sort

Sorting routine implementations in "template" C

Home Page:http://www.caswenson.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License?

haneefmubarak opened this issue · comments

You haven't chosen a license.

Here's what I found in sort.h:

/* Copyright (c) 2010-2014 Christopher Swenson. */
/* Copyright (c) 2012 Vojtech Fried. */
/* Copyright (c) 2012 Google Inc. All Rights Reserved. */

What license does this fall under? If you have not yet selected a license, I'd like to recommend either of the following:

I wanted to include this into a project but my project is MIT licensed, so I need to know what license this falls under if I am to use it.

The README has the license -- MIT.
On May 10, 2014 4:07 AM, "Haneef Mubarak" notifications@github.com wrote:

You haven't chosen a license http://choosealicense.com/.

Here's what I found in sort.hhttps://github.com/swenson/sort/blob/master/sort.h#L1L3
:

/* Copyright (c) 2010-2014 Christopher Swenson. // Copyright (c) 2012 Vojtech Fried. // Copyright (c) 2012 Google Inc. All Rights Reserved. */

What license does this fall under? If you have not yet selected a license,
I'd like to recommend either of the following:

  • über permissive licensing, compatible w/ virtually everything:
    • easy: license it under the MIT Licensehttp://choosealicense.com/licenses/mit/
    • better: dual license it under the MIT Licensehttp://choosealicense.com/licenses/mit/and the BSD
      2-Clause License http://choosealicense.com/licenses/bsd/ to
      enable BSD licensed projects to include this code
      • drop all copyright and move into the public domain:
    • readable: The Unlicensehttp://choosealicense.com/licenses/unlicense/
    • global catch-all Creative Commons Zero 1.0 Universalhttp://choosealicense.com/licenses/cc0/

I wanted to include this into a project but my project is MIT licensed, so
I need to know what license this falls under if I am to use it.


Reply to this email directly or view it on GitHubhttps://github.com//issues/21
.

Oh - silly me 😊. Perhaps adding a LICENSE file would still be useful though.

No problem -- commented on your PR. :)

--Christopher

On Sat, May 10, 2014 at 6:03 AM, Haneef Mubarak notifications@github.comwrote:

Oh - silly me [image: 😊]. Perhaps adding a LICENSE file would still
be useful though.


Reply to this email directly or view it on GitHubhttps://github.com//issues/21#issuecomment-42741191
.