Преглед изворни кода

Licenses Tracim under MIT license terms

Adrien Panay пре 6 година
родитељ
комит
9920fb40d3
2 измењених фајлова са 2 додато и 3 уклоњено
  1. 1 2
      README.md
  2. 1 1
      tracim/setup.py

+ 1 - 2
README.md Прегледај датотеку

@@ -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 Прегледај датотеку

@@ -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",