Procházet zdrojové kódy

Licenses Tracim under MIT license terms

Adrien Panay před 6 roky
rodič
revize
9920fb40d3
2 změnil soubory, kde provedl 2 přidání a 3 odebrání
  1. 1 2
      README.md
  2. 1 1
      tracim/setup.py

+ 1 - 2
README.md Zobrazit soubor

@@ -60,8 +60,7 @@ The user interface is easy to use: it's based on the well-known folders and file
60 60
 
61 61
 ## Licence ##
62 62
 
63
-Tracim is licensed under the terms of the
64
-[GNU Affero General Public License](http://www.gnu.org/licenses/agpl.txt) as published by the [Free Software Foundation](http://www.fsf.org/).
63
+Tracim is licensed under the terms of the [MIT License](https://opensource.org/licenses/mit-license.php)
65 64
 
66 65
 ## Technical information ##
67 66
 

+ 1 - 1
tracim/setup.py Zobrazit soubor

@@ -26,7 +26,7 @@ except ImportError:
26 26
     from setuptools import setup, find_packages
27 27
 
28 28
 classifiers = [
29
-    "License :: OSI Approved :: GNU Affero General Public License v3",
29
+    "License :: OSI Approved :: MIT License",
30 30
     "Programming Language :: Python",
31 31
     "Programming Language :: Python :: 3.4",
32 32
     "Programming Language :: Python :: 3.5",