Skip to content

Commit c5b9056

Browse files
authored
Merge pull request #43515 from github/repo-sync
Repo sync
2 parents 7ac3217 + bab0f96 commit c5b9056

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository.md

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -39,42 +39,42 @@ You can filter repositories based on their license or license family using the `
3939

4040
License | License keyword
4141
--- | ---
42-
| Academic Free License v3.0 | `afl-3.0` |
43-
| Apache license 2.0 | `apache-2.0` |
44-
| Artistic license 2.0 | `artistic-2.0` |
45-
| Boost Software License 1.0 | `bsl-1.0` |
46-
| BSD 2-clause "Simplified" license | `bsd-2-clause` |
47-
| BSD 3-clause "New" or "Revised" license | `bsd-3-clause` |
48-
| BSD 3-clause Clear license | `bsd-3-clause-clear` |
49-
| BSD 4-clause "Original" or "Old" license | `bsd-4-clause` |
50-
| BSD Zero-Clause license | `0bsd` |
51-
| Creative Commons license family | `cc` |
52-
| Creative Commons Zero v1.0 Universal | `cc0-1.0` |
53-
| Creative Commons Attribution 4.0 | `cc-by-4.0` |
54-
| Creative Commons Attribution ShareAlike 4.0 | `cc-by-sa-4.0` |
55-
| Do What The F*ck You Want To Public License | `wtfpl` |
56-
| Educational Community License v2.0 | `ecl-2.0` |
57-
| Eclipse Public License 1.0 | `epl-1.0` |
58-
| Eclipse Public License 2.0 | `epl-2.0` |
59-
| European Union Public License 1.1 | `eupl-1.1` |
60-
| GNU Affero General Public License v3.0 | `agpl-3.0` |
61-
| GNU General Public License family | `gpl` |
62-
| GNU General Public License v2.0 | `gpl-2.0` |
63-
| GNU General Public License v3.0 | `gpl-3.0` |
64-
| GNU Lesser General Public License family | `lgpl` |
65-
| GNU Lesser General Public License v2.1 | `lgpl-2.1` |
66-
| GNU Lesser General Public License v3.0 | `lgpl-3.0` |
67-
| ISC | `isc` |
68-
| LaTeX Project Public License v1.3c | `lppl-1.3c` |
69-
| Microsoft Public License | `ms-pl` |
70-
| MIT | `mit` |
71-
| Mozilla Public License 2.0 | `mpl-2.0` |
72-
| Open Software License 3.0 | `osl-3.0` |
73-
| PostgreSQL License | `postgresql` |
74-
| SIL Open Font License 1.1 | `ofl-1.1` |
75-
| University of Illinois/NCSA Open Source License | `ncsa` |
76-
| The Unlicense | `unlicense` |
77-
| zLib License | `zlib` |
42+
| Academic Free License v3.0 | `AFL-3.0` |
43+
| Apache license 2.0 | `Apache-2.0` |
44+
| Artistic license 2.0 | `Artistic-2.0` |
45+
| Boost Software License 1.0 | `BSL-1.0` |
46+
| BSD 2-clause "Simplified" license | `BSD-2-Clause` |
47+
| BSD 3-clause "New" or "Revised" license | `BSD-3-Clause` |
48+
| BSD 3-clause Clear license | `BSD-3-Clause-Clear` |
49+
| BSD 4-clause "Original" or "Old" license | `BSD-4-Clause` |
50+
| BSD Zero-Clause license | `0BSD` |
51+
| Creative Commons license family | `CC` |
52+
| Creative Commons Zero v1.0 Universal | `CC0-1.0` |
53+
| Creative Commons Attribution 4.0 | `CC-BY-4.0` |
54+
| Creative Commons Attribution ShareAlike 4.0 | `CC-BY-SA-4.0` |
55+
| Do What The F*ck You Want To Public License | `WTFPL` |
56+
| Educational Community License v2.0 | `ECL-2.0` |
57+
| Eclipse Public License 1.0 | `EPL-1.0` |
58+
| Eclipse Public License 2.0 | `EPL-2.0` |
59+
| European Union Public License 1.1 | `EUPL-1.1` |
60+
| GNU Affero General Public License v3.0 | `AGPL-3.0` |
61+
| GNU General Public License family | `GPL` |
62+
| GNU General Public License v2.0 | `GPL-2.0` |
63+
| GNU General Public License v3.0 | `GPL-3.0` |
64+
| GNU Lesser General Public License family | `LGPL` |
65+
| GNU Lesser General Public License v2.1 | `LGPL-2.1` |
66+
| GNU Lesser General Public License v3.0 | `LGPL-3.0` |
67+
| ISC | `ISC` |
68+
| LaTeX Project Public License v1.3c | `LPPL-1.3c` |
69+
| Microsoft Public License | `MS-PL` |
70+
| MIT | `MIT` |
71+
| Mozilla Public License 2.0 | `MPL-2.0` |
72+
| Open Software License 3.0 | `OSL-3.0` |
73+
| PostgreSQL License | `PostgreSQL` |
74+
| SIL Open Font License 1.1 | `OFL-1.1` |
75+
| University of Illinois/NCSA Open Source License | `NCSA` |
76+
| The Unlicense | `Unlicense` |
77+
| zLib License | `Zlib` |
7878

7979
When you search by a family license, your results will include all licenses in that family. For example, when you use the query `license:gpl`, your results will include repositories licensed under GNU General Public License v2.0 and GNU General Public License v3.0. For more information, see "[AUTOTITLE](/search-github/searching-on-github/searching-for-repositories#search-by-license)."
8080

0 commit comments

Comments
 (0)