Skip to content

Commit

Permalink
📝 fix copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Mudarisov committed Aug 9, 2019
1 parent 5157c85 commit d4e4fe3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion saas_demo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# License LGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from . import controllers
from . import models
4 changes: 2 additions & 2 deletions saas_demo/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright 2018 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
# License LGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": """Quick Demo Databases""",
"summary": """One-click demo-instances with modules from your git repositories""",
Expand All @@ -12,7 +12,7 @@
"author": "IT-Projects LLC, Ivan Yelizariev",
"support": "apps@it-projects.info",
"website": "https://it-projects.info/team/yelizariev",
"license": "LGPL-3",
"license": "AGPL-3",
# "price": 9.00,
# "currency": "EUR",

Expand Down
2 changes: 1 addition & 1 deletion saas_demo/controllers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# License LGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from . import main
2 changes: 1 addition & 1 deletion saas_demo/controllers/main.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright 2018 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
# License LGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
# -*- coding: utf-8 -*-
2 changes: 1 addition & 1 deletion saas_demo/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# License LGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from . import saas_operator
from . import saas_demo
from . import saas_template

0 comments on commit d4e4fe3

Please sign in to comment.