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
Phil Haack
e3544ff056
Merge pull request #81 from github/public-domain
...
Add public domain license
2013-07-12 14:51:52 -07:00
Haacked
fd1ea0b72d
Improve public domain description
2013-07-12 14:51:14 -07:00
Phil Haack
e43eded157
Merge pull request #80 from github/homepage-changes
...
homepage text tweaking per legal review
2013-07-12 14:48:41 -07:00
Phil Haack
87c7ea085e
Merge pull request #83 from github/about-page-tweaks
...
Tried to tone down language about the choices
2013-07-12 14:48:17 -07:00
Ben Balter
c90a6a615c
clarify bsd 2 clause
2013-07-12 14:58:06 -04:00
Haacked
70aaba7ba0
Tweaks per content review
2013-07-10 14:01:00 -07:00
Haacked
3ae89614b1
Tried to tone down language about the choices
...
Rather than say these are the ones you only need to choose, we just say
most projects will be fine with one of these choices.
2013-07-10 13:55:10 -07: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
Haacked
7295849a88
homepage text tweaking per legal review
2013-07-10 10:59:35 -07:00
Phil Haack
048c363207
Merge pull request #79 from github/jekyll-bump
...
Bump jekyll to 1.0.3. to stay in line with Pages
2013-07-10 10:35:47 -07:00
Phil Haack
8184f43919
Merge pull request #78 from github/footer-link
...
Link about in footer of license template
2013-07-10 10:35:30 -07:00
Ben Balter
678107b1e6
bump jekyll to 1.0.3. to stay in line with pages
2013-07-10 13:13:50 -04:00
Ben Balter
32c3bf61f8
link about in footer of license template
2013-07-10 13:03:11 -04:00
Phil Haack
2bc204f279
Merge pull request #75 from github/readme-cleanup
...
Readme cleanup
2013-06-16 09:36:51 -07:00
Phil Haack
0eac728f77
Merge pull request #76 from github/code-callout
...
Add link to source code
2013-06-16 09:35:56 -07:00
Ben Balter
130dcaa558
add link to source code
2013-06-16 11:03:31 -04:00
Ben Balter
d7ca8a2c19
readme cleanup
2013-06-16 10:57:21 -04:00
Phil Haack
48e67fbaab
Merge pull request #73 from github/howto-escaping
...
sidebar: convert <</>> into brackets in page.how
2013-06-15 12:30:30 -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
62066749b5
sidebar: convert <</>> into brackets in page.how
...
We already do this in the license bodies, and we need to
match here (currently we just print junk like `replace <>
with ...` because we end up with garbled HTML.
This replacement should arguably be factored out, as it
would want to be the same everywhere (and we might want to
make it bold everywhere or something).
2013-06-15 04:13:13 -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
Jeff King
3298755706
fix capitalization of PERL/artistic license
...
Perl-ites prefer "Perl" for the language and "perl" for the implementation, but never "PERL" (see `perldoc perlfaq1`).
Text referring to a license as a proper noun reads better with the noun capitalized (e.g., "the Artistic License"), and this form is used by `perldoc artistic`.
2013-06-15 04:56:01 -03:00
Phil Haack
d6d1df171b
Merge pull request #69 from github/meta-license
...
Add MIT license to project root
2013-06-12 19:49:38 -07:00
Ben Balter
f8f6335264
add license, fixes #68
2013-06-12 22:22:50 -04:00
Phil Haack
42e9887c9e
Merge pull request #64 from github/no-license-no-parents
...
First cut at adding a no-license description
2013-06-11 16:02:00 -07:00
Phil Haack
15aa0e99ac
Merge pull request #66 from github/escape-variables
...
Escape variables in license body
2013-06-11 16:01:13 -07:00
Ben Balter
85c01c1d7f
replace double < and > with [ and ]
2013-06-11 18:51:26 -04:00
Phil Haack
80810fd65e
Merge pull request #67 from github/no-license-prettifying
...
Pretty pass
2013-06-11 15:42:51 -07:00
Phil Haack
cc1ee73496
Merge pull request #65 from github/tos-link
...
Add link to GitHub.com TOS to footer
2013-06-11 15:40:13 -07:00
Jason Long
3fbb75b49e
license table cleanup
2013-06-11 14:13:00 -04:00
Jason Long
2ed47b6bde
cleaned up alternative licenses blurb
2013-06-11 12:39:22 -04:00
Ben Balter
9bf0d9e8df
properly spell the word Modification
2013-06-11 10:51:13 -04:00
Ben Balter
1fb31d2314
add negative properties to _config.yml
2013-06-11 10:49:46 -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
aa6dcd3ac0
swap opening brackets for < signs to prevent parsing as tags
2013-06-11 10:37:11 -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
Ben Balter
5375ae8e38
add link to GitHub.com TOS to footer, fixes #63
2013-06-11 10:13:27 -04:00
Julio Avalos
85f1429e24
Update no-license.html
2013-05-29 19:59:43 -06:00
Phil Haack
4712fe2d68
Removing extraneous copyright notice
2013-05-23 19:48:29 -07:00
Phil Haack
140c1e2700
Linking to GitHub's TOS
2013-05-23 19:48:29 -07:00