diff options
author | Kovah <mail@kovah.de> | 2015-07-27 12:45:44 +0000 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-07-27 12:45:44 +0000 |
commit | 815960a0d7d9b94f03f64cf709a538c1b2227eb9 (patch) | |
tree | 4db434f9008f37b21bceb3340b9c2c5a3344cd4e | |
parent | Adding in Adagios and Pelican, organising some un-alphabetically ordered items (diff) | |
download | awesome-selfhosted-815960a0d7d9b94f03f64cf709a538c1b2227eb9.tar.gz awesome-selfhosted-815960a0d7d9b94f03f64cf709a538c1b2227eb9.zip |
add list of licenses
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -46,6 +46,7 @@ Table of Contents - [Text editors](#text-editors) - [URL Shorteners](#url-shorteners) - [Wikis](#wikis) +- [List of Licenses](#list-of-licenses) - [Contributing](#contributing) - [License](#license) @@ -387,6 +388,17 @@ CMS are a practical way to setup a website with many features. CMS often come wi * [Wikitten](https://github.com/victorstanciu/Wikitten) - Wikitten is a small, fast, PHP wiki, and the perfect place to store your notes, code snippets, ideas, and so on. ------------------------------------------------------- +## List of Licenses + + * `MIT` - [MIT License](http://opensource.org/licenses/MIT) + * `GNU-GPL` - [GNU General Public License](https://www.gnu.org/licenses/gpl-1.0) + * `GNU-GPL-2.0` - [GNU General Public License 2.0](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) + * `GNU-GPL-3.0` - [GNU General Public License 3.0](http://www.gnu.org/licenses/gpl-3.0.en.html) + * `GNU-AGPL-3.0` - [GNU Affero General Public License 3.0](https://www.gnu.org/licenses/agpl-3.0) + * `Apache` - [Apache License, Version 2.0](http://www.apache.org/licenses/) + + +------------------------------------------------------- ## Contributing |