Ben Lavender
16ded95b40
This is probably more correct
2013-07-19 21:48:57 +02:00
Ben Lavender
36e348b5f0
gplv2 has a link
2013-07-19 21:48:57 +02:00
Ben Lavender
489c2600a8
These are just parens.
2013-07-19 21:48:57 +02:00
Ben Lavender
86e224bb54
single angle braces for links and curly braces for non-vars
2013-07-19 21:48:56 +02:00
Ben Lavender
fae1d8dfbe
Fix inconsistent replace clauses in BSD 3 clause
2013-07-19 21:48:56 +02:00
Ben Lavender
33d7739819
No more interpolating <<
2013-07-19 21:48:56 +02:00
Ben Lavender
6cbc1990d2
Link the unlicense and specificity about waiving
2013-07-19 21:48:56 +02:00
Ben Lavender
b4399dadbd
Unlicense is called UNLICENSE
2013-07-19 21:48:56 +02:00
Ben Lavender
2bc5c6e838
Fix << >> and < > and { } urls
2013-07-19 21:48:55 +02:00
Phil Haack
e1cc952611
hwhoops! Quick fix.
2013-07-19 21:48:55 +02:00
Ben Lavender
67cf12a54a
Words again
2013-07-19 21:48:55 +02:00
Ben Lavender
407610d715
Fix wording a little
2013-07-19 21:48:55 +02:00
Ben Lavender
996a04ab74
Use the unlicense instead of CC0 to represent the public domain
2013-07-19 21:48:55 +02:00
Juan Francisco Cantero Hurtado
f89201c7f4
Adds ISC License
2013-07-17 02:52:32 +02:00
Haacked
fb5546db7f
Changing license featured on github.com
...
This flag controls which license is featured on github.com.
2013-07-15 13:51:09 -07:00
dpen2000
c0e377b4ce
Update eclipse.txt - include disclose-source
2013-07-15 19:59:24 +01:00
dpen2000
73c1efe44f
Remove include-license (covered by include-copyright)
2013-07-15 19:51:45 +01:00
Ben Balter
c863d3dcf8
Use proper AGPL source link
2013-07-15 14:30:59 -04:00
Ben Balter
3731105442
Merge pull request #11 from rahearn/fix-affero-text
...
Use Affero GPL text instead of GPLv3
2013-07-15 11:30:09 -07:00
Ben Balter
9543057018
license/ should link to the "no-license" license, not to /no-license
2013-07-15 14:10:31 -04:00
Ryan Ahearn
ba0ae09a11
Use Affero GPL text instead of GPLv3
2013-07-15 13:38:07 -04:00
Anne Epstein
10d5b7a27f
Add license name to MIT license
...
It's very helpful/timesaving to people considering making use of a project for the license text to have the title, so they don't have to do a search to confirm what the license is. Therefore, the portion of the MIT license that gets copied to clipboard should have the license title.
2013-07-15 12:30:15 -05:00
James Dennes
9dbb60c5c6
Use Absolute Permalinks
...
This removes the deprecation warning about absolute permalinks. Absolute Permalinks will be the default as of Jekyll v1.1: http://jekyllrb.com/docs/upgrading/
2013-07-14 15:32:06 +02:00
Patrick Reynolds
2270711771
fix #88 - broken relative links
2013-07-13 01:16:15 -05:00
Haacked
98f7a3c730
Fix link in public domain license
2013-07-12 16:18:48 -07:00
Haacked
fb92ca1707
Removed warranty category
2013-07-12 15:01:08 -07:00
Haacked
dca341d472
Making things less lawyery
2013-07-12 14:58:56 -07:00
Haacked
300f796aa9
Add no-liability to public domain
2013-07-12 14:58:56 -07:00
Haacked
f0f4402f35
Added patent-grant category
2013-07-12 14:58:56 -07:00
Haacked
c4c48d498c
Change nonstatic to library usage
...
Per review, we should call it library usage. Also pointed out that LGPL
does require disclosing source.
2013-07-12 14:58:56 -07:00
Haacked
2c0cda0e53
Fixup GPL description
2013-07-12 14:58:56 -07:00
Haacked
3c29d5da87
Replace copyright and license with single category
2013-07-12 14:58:56 -07:00
Phil Haack
8ae1c78757
Merge pull request #85 from github/mit-bsd-sync
...
Clarify bsd 2 clause
2013-07-12 14:58:28 -07:00
Haacked
fd1ea0b72d
Improve public domain description
2013-07-12 14:51:14 -07:00
Ben Balter
c90a6a615c
clarify bsd 2 clause
2013-07-12 14:58:06 -04:00
Ben Balter
47a12aca16
Add comma
2013-07-10 15:00:18 -04:00
Haacked
776046f049
Add public domain license
2013-07-10 11:20:40 -07:00
Phil Haack
e265b4b988
Merge pull request #72 from github/license-relative-links
...
licenses: make all permalinks relative
2013-06-15 12:29:49 -07:00
Phil Haack
13750495a1
Merge pull request #71 from github/bsd-license-text
...
Bsd license text
2013-06-15 12:29:14 -07:00
Jeff King
5b0a1eb033
licenses/bsd: use actual 2-clause form
...
Reformatting the clauses makes it clear that we accidentally
have the 3-clause form here. Oops.
2013-06-15 04:45:37 -04:00
Jeff King
3434956294
licenses: pre-format bsd license texts
...
The license text is shown as preformatted text; therefore we
need to wrap it to a sane length (like 80 characters) to
keep it readable.
In addition, we must do any formatting or indentation in the
source file. Both BSD licenses contain a list of conditions
that should be indented like a list, with blank lines in
between.
We could also potentially number the clauses; FreeBSD does
in its copy, but the OSI versions do not.
2013-06-15 04:44:26 -04:00
Jeff King
9ec596780f
licenses: make all permalinks relative
...
Pointing to `/artistic` is a broken link, since the content
is in `licenses/`. Follow the lead of other licenses, which
use a relative link that works.
2013-06-15 04:22:55 -04:00
Jeff King
244f14f93c
fix up one more s/PERL/Perl/ instance
...
Missed this one in the prior commit.
2013-06-15 04:12:01 -04:00
Ben Balter
18e0fb6e2e
tighten description to be closer to the others
2013-06-11 10:45:09 -04:00
Ben Balter
7fae1b0910
add YML title
2013-06-11 10:43:55 -04:00
Ben Balter
5e4bf025d0
move include-copyright to valid property
2013-06-11 10:35:33 -04:00
Ben Balter
e90932e95b
validate YML
2013-06-11 10:32:14 -04:00
Phil Haack
18bb317b5a
Using proper Mustache template strings
...
Per code review suggestion.
2013-05-23 19:46:38 -07:00
Haacked
07edfe2ba4
First cut at adding a no-license description
...
I have no idea if this looks good. We may want to get a designer to
figure out the layout here. :)
2013-05-23 19:46:37 -07:00
Benjamin J. Balter
0be80cf73f
Merge branch 'master' into html-to-txt
2013-05-23 17:11:01 -04:00