summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
W. Trevor King [Sat, 8 Dec 2012 16:04:51 +0000 (11:04 -0500)]
GPLv3: Add a copy of the GPLv3
The GPLv3 text is licensed under the "verbatim copies" clause in the
license itself.
Downloaded from http://www.gnu.org/licenses/gpl.txt
Signed-off-by: W. Trevor King <wking@tremily.us>
W. Trevor King [Sat, 8 Dec 2012 16:03:43 +0000 (11:03 -0500)]
GPLv2: Add a copy of the GPLv2
The GPLv2 text is licensed under the "verbatim copies" clause in the
license itself.
Downloaded from http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
Signed-off-by: W. Trevor King <wking@tremily.us>
W. Trevor King [Mon, 26 Nov 2012 15:31:50 +0000 (10:31 -0500)]
GPLv2-exact: Merge GPLv2= from the 'copying' branch
The 'license' branch should contain all the licenses relevant to this
repository. The GPLv2 text is licensed under the "verbatim copies"
clause in the license itself.
Signed-off-by: W. Trevor King <wking@tremily.us>
W. Trevor King [Sat, 24 Nov 2012 12:22:32 +0000 (07:22 -0500)]
CC-BY-3.0: add the full text of the CC-BY 3.0 unported
The license content is owned by Creative Commons and is distributed
under the CC BY 3.0 unported.
From http://creativecommons.org/terms:
> 8. Terms Relating to Content on the Websites and Services.
> b. Licenses Associated With Content on the Websites and Services.
> i. CC Content: All Content (other than computer software) owned
> by Creative Commons and made available by CC on the Websites
> or through the Services is licensed under the Creative
> Commons Attribution 3.0 Unported license, unless marked
> otherwise.
I've converted the HTML version from
http://creativecommons.org/licenses/by/3.0/legalcode to text, but
haven't made any other changes.
Signed-off-by: W. Trevor King <wking@tremily.us>
W. Trevor King [Sat, 24 Nov 2012 12:15:07 +0000 (07:15 -0500)]
CC-BY-3.0-short.md: add CC-BY 3.0 unported summary
The summary is owned by Creative Commons and is distributed under the
CC BY 3.0 unported.
From http://creativecommons.org/terms:
> 8. Terms Relating to Content on the Websites and Services.
> b. Licenses Associated With Content on the Websites and Services.
> i. CC Content: All Content (other than computer software) owned
> by Creative Commons and made available by CC on the Websites
> or through the Services is licensed under the Creative
> Commons Attribution 3.0 Unported license, unless marked
> otherwise.
I've converted the HTML version from
http://creativecommons.org/licenses/by/3.0/ to markdown, but haven't
made any other changes.
Signed-off-by: W. Trevor King <wking@tremily.us>
W. Trevor King [Mon, 26 Nov 2012 14:54:28 +0000 (09:54 -0500)]
CC0-1.0: add CC0-1.0 license and CC0-1.0-short
The license content is owned by Creative Commons and is distributed
under the CC BY 3.0 unported.
From http://creativecommons.org/terms:
> 8. Terms Relating to Content on the Websites and Services.
> b. Licenses Associated With Content on the Websites and Services.
> i. CC Content: All Content (other than computer software) owned
> by Creative Commons and made available by CC on the Websites
> or through the Services is licensed under the Creative
> Commons Attribution 3.0 Unported license, unless marked
> otherwise.
I've converted the HTML versions:
http://creativecommons.org/publicdomain/zero/1.0/legalcode
http://creativecommons.org/publicdomain/zero/1.0/
to text but haven't made any other changes.
Signed-off-by: W. Trevor King <wking@tremily.us>
Junio C Hamano [Sat, 16 Jan 2010 05:38:34 +0000 (21:38 -0800)]
Update COPYING with GPLv2 with new FSF address
The mailing address of FSF changed quite a while ago. Also the expansion
of the acronym LGPL (which we don't use) is "Lesser GPL" not "Library GPL"
these days in recent copies of GPLv2. Update the copy we have with a
fresh download of <http://www.gnu.org/licenses/gpl-2.0.txt>.
This incidentally removes form-feeds in the text we retained for all these
years.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Linus Torvalds [Mon, 11 Apr 2005 17:18:16 +0000 (10:18 -0700)]
Add a COPYING notice, making it explicit that the license is GPLv2.
Let's bite the v3 bullet when it comes, although if people want to,
they can just state "or later at discretion of Linus" in their copyright
messages.