1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-30 23:53:02 +02:00
Commit Graph

144 Commits

Author SHA1 Message Date
XhmikosR
fcfc139ad1 Simplify quotes and apostrophes. 2014-01-23 22:27:31 +02:00
Eric Mill
1c21150fbb remove sub-licensability as a concept for public domain licenses/waivers 2013-12-17 14:24:45 -05:00
XhmikosR
366cbaf21a Work around spaces being added when copying to clipboard.
Since the license text is wrapped in `<pre>` with `white-space: pre-wrap` empty lines make the #license-text bigger than it actually is.

So, get rid of the empty newline at the end of the license text files since jekyll adds trailing spaces when it parses those.
2013-12-13 13:02:57 +02:00
Soon Van
db9bce9088 GPLv2 description could do with comma about its variants
"There are multiple variants of the
 GPL each with different requirements"

Without a comma, this passage has no break where it would
be used to add the hint of nuance between GPL versions.
2013-12-11 10:06:24 -05:00
Soon Van
6c377ddf55 No License description missing that to complete sentence 2013-12-08 20:55:23 -05:00
Haacked
d99c259830 Fix #133 issue with lgpl tab 2013-11-19 16:02:50 -08:00
Haacked
86854bc0dd Remove links from LGPL description 2013-11-19 10:28:26 -08:00
Haacked
7ab42bd87c uppercase dat mit 2013-11-18 17:57:08 -08:00
Haacked
6f36d6bfcb Hide pill nav for a single license 2013-11-18 17:00:15 -08:00
Haacked
4ce71929ad Merged master 2013-11-18 15:06:19 -08:00
Haacked
94389c5873 Implement license family tabs 2013-11-18 14:48:32 -08:00
enyst
4c2fa2692d CC0 fallback license is non sublicensable.
(cf. https://creativecommons.org/publicdomain/zero/1.0/legalcode)

Signed-off-by: enyst <engel.nyst@gmail.com>
2013-11-17 00:12:34 +02:00
Jason Long
f28894d905 made partial for license overview sections 2013-11-06 11:24:34 -05:00
Phil Haack
26b54fc2dc Merge pull request #125 from JoshData/rename-public-domain
"Public Domain" is not the name of a license, the title of "Unlicense" should be something else
2013-11-05 20:24:18 -08:00
Joshua Tauberer
3fa2799c40 rewrap to 78 characters, per #126 and #74 2013-11-05 19:04:20 -05:00
Joshua Tauberer
2cfb8588a1 add cc0 license 2013-11-05 13:35:44 -05:00
Joshua Tauberer
60edf7316d 'Public Domain' is not the name of a license; the Unlicense should at the least be called 'Public Domain Dedication', and the permalink should be called 'unlicense' to distinguish it from other methods of making a public domain dedication 2013-11-05 13:09:45 -05:00
BJ Dierkes
5e487d06a7 Resolves Issue #74 2013-10-31 17:29:24 -05:00
XhmikosR
d1ae44f146 Remove trailing spaces. 2013-10-30 20:34:52 +02:00
Haacked
64097df8f0 Add private-use to every license
There is no license that prohibits private use.
2013-10-30 10:10:02 -07:00
Phil Haack
40a2b5cbad Merge pull request #78 from engelnyst/artistic
Artistic license is not copyleft
2013-10-28 17:17:17 -07:00
Phil Haack
544d8f45c8 Merge pull request #71 from weakish/gh-pages
make notations of no-license more coherent
2013-10-28 17:09:18 -07:00
Haacked
95d34dc9bd Group licenses together 2013-10-28 16:48:57 -07:00
Phil Haack
7ec8e0630f Merge pull request #103 from IQAndreas/fix-artistic-license-formatting
Use the plaintext formatting of the Artistic License 2.0
2013-10-23 19:21:55 -07:00
Andreas Renberg (IQAndreas)
1e50a84d47 Add fields for year and fullname
See
https://github.com/github/choosealicense.com/pull/103#issuecomment-26914863
2013-10-24 02:53:20 +02:00
Aidan Feldman
677674114b fix indentation of projects using Eclipse 2013-10-23 09:43:11 -07:00
Aidan Feldman
1aaa72baae Merge branch 'gh-pages' of github.com:waynebeaton/choosealicense.com into waynebeaton-gh-pages 2013-10-23 09:41:35 -07:00
Aidan Feldman
af62acc3f6 remove garbage 'using' link 2013-10-22 23:58:31 -07:00
Andreas Renberg (IQAndreas)
c3f8ee7c88 Use the plaintext formatting of the Artistic License 2.0
Another case where the license was copied from HTML, but had a nicely
formatted plaintext version (this is the last one, I promise).

This time the source was taken from
<http://www.perlfoundation.org/attachment/legal/artistic-2_0.txt>
2013-10-23 08:53:11 +02:00
Andreas Renberg (IQAndreas)
dc58abef62 Add license sources where missing 2013-10-23 08:09:55 +02:00
Andreas Renberg (IQAndreas)
f07c1f9beb Change braces to match the rest of the site 2013-10-22 14:21:04 +02:00
Andreas Renberg (IQAndreas)
d2b1145e6d Switch to use the plaintext formatting for Apache License
It's very clear that the site had copied over the HTML version of the
Apache License.

See [lines 122 to
142](4e2fd06748/licenses/apache.txt (L122))
as an example where the unordered list bullets not copied in along with
the rest of the text, throwing off the formatting and bunching together
text.

Since the site is displaying the plaintext version of the license, it
makes more sense to use the nicely formatted [plaintext version provided
by Apache](http://www.apache.org/licenses/LICENSE-2.0.txt).
2013-10-22 14:14:30 +02:00
Wayne Beaton
bee7665b86 Updated the description and using statements in eclipse.txt 2013-10-17 13:59:11 -04:00
enyst
2329a74692 More concise Artistic license description. 2013-08-19 16:49:48 +03:00
enyst
5a201367c4 Add note about the condition on modified versions to the description of Artistic. 2013-08-19 04:41:05 +03:00
enyst
7ed07c572f Artistic license is not copyleft. Fixes #73
Signed-off-by: enyst <engel.nyst@gmail.com>
2013-08-19 04:35:24 +03:00
Jakukyo Friel
86f22c87d6 make notations of no-license more coherent
- make notations of /no-license.md and licenses/no-license.html
  more coherent
- clarify only publishing code on a *public* repo on github grants
  others the right to view and fork your code in
  licenses/no-license.html
2013-07-26 17:46:54 +08:00
Roland Hieber
3edf479745 BSD licenses: bring back the list bullets 2013-07-19 03:15:18 +02:00
Ben Lavender
14bd7cbaed Fix description on artistic license 2013-07-17 17:51:33 -05:00
Ben Lavender
7e7e54d3df These are actually advertisements to use the gpl, not copyright notices 2013-07-17 17:50:31 -05:00
Ben Lavender
61ed4a518c This is probably more correct 2013-07-17 17:48:22 -05:00
Ben Lavender
dc31ddcbe8 gplv2 has a link 2013-07-17 17:43:01 -05:00
Ben Lavender
871eee21de These are just parens. 2013-07-17 15:33:39 -05:00
Ben Lavender
4e2fd06748 single angle braces for links and curly braces for non-vars 2013-07-17 15:32:20 -05:00
Ben Lavender
7ecc0c06d9 Fix inconsistent replace clauses in BSD 3 clause 2013-07-17 12:00:40 -05:00
Ben Lavender
babcaa2a18 No more interpolating << 2013-07-17 11:57:57 -05:00
Ben Lavender
88e4101ce3 Link the unlicense and specificity about waiving 2013-07-17 11:41:30 -05:00
Ben Lavender
ad66f7d405 Unlicense is called UNLICENSE 2013-07-17 11:39:25 -05:00
Ben Lavender
e0ad6dee44 Fix << >> and < > and { } urls 2013-07-17 11:38:47 -05:00
Phil Haack
37f77b1ba4 hwhoops! Quick fix. 2013-07-16 17:25:59 -07:00