Browse Source

Fix missed old info

Denis K 8 years ago
parent
commit
4528110049
3 changed files with 5 additions and 5 deletions
  1. 2 2
      README.rst
  2. 2 2
      docs/index.rst
  3. 1 1
      setup.py

+ 2 - 2
README.rst

@@ -7,10 +7,10 @@ Django JET
 
 
 **Modern template for Django admin interface with improved functionality**
 **Modern template for Django admin interface with improved functionality**
 
 
-Django JET has two kinds of licenses: open-source (AGPLv2) and commercial. Please note that using AGPLv2
+Django JET has two kinds of licenses: open-source (AGPLv3) and commercial. Please note that using AGPLv3
 code in your programs make them AGPL too. So if you don't want to comply with that we can provide you a commercial
 code in your programs make them AGPL too. So if you don't want to comply with that we can provide you a commercial
 license (visit Home page). The commercial license is designed for using Django JET in commercial products
 license (visit Home page). The commercial license is designed for using Django JET in commercial products
-and applications without the provisions of the AGPLv2.
+and applications without the provisions of the AGPLv3.
 
 
 .. image:: https://raw.githubusercontent.com/geex-arts/jet/static/logo.png
 .. image:: https://raw.githubusercontent.com/geex-arts/jet/static/logo.png
     :width: 500px
     :width: 500px

+ 2 - 2
docs/index.rst

@@ -28,10 +28,10 @@ Contents
 License
 License
 =======
 =======
 
 
-Django JET has two kinds of licenses: open-source (GPLv2) and commercial. Please note that using GPLv2
+Django JET has two kinds of licenses: open-source (AGPLv3) and commercial. Please note that using AGPLv3
 code in your programs make them GPL too. So if you don't want to comply with that we can provide you a commercial
 code in your programs make them GPL too. So if you don't want to comply with that we can provide you a commercial
 license (visit Home page). The commercial license is designed for using Django JET in commercial products and
 license (visit Home page). The commercial license is designed for using Django JET in commercial products and
-applications without the provisions of the GPLv2.
+applications without the provisions of the AGPLv3.
 
 
 Resources
 Resources
 =========
 =========

+ 1 - 1
setup.py

@@ -28,7 +28,7 @@ setup(
     author_email='support@jet.geex-arts.com',
     author_email='support@jet.geex-arts.com',
     url='https://github.com/geex-arts/django-jet',
     url='https://github.com/geex-arts/django-jet',
     packages=find_packages(),
     packages=find_packages(),
-    license='AGPLv2',
+    license='AGPLv3',
     classifiers=[
     classifiers=[
         'Development Status :: 5 - Production/Stable',
         'Development Status :: 5 - Production/Stable',
         'Framework :: Django',
         'Framework :: Django',