소스 검색

Licenses Tracim under MIT license terms

Adrien Panay 8 년 전
부모
커밋
9920fb40d3
2개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 2
      README.md
  2. 1 1
      tracim/setup.py

+ 1 - 2
README.md 파일 보기

60
 
60
 
61
 ## Licence ##
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
 ## Technical information ##
65
 ## Technical information ##
67
 
66
 

+ 1 - 1
tracim/setup.py 파일 보기

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