diff --git a/access_restriction_by_ip/__init__.py b/access_restriction_by_ip/__init__.py index 60253c54a..8ca207817 100644 --- a/access_restriction_by_ip/__init__.py +++ b/access_restriction_by_ip/__init__.py @@ -5,14 +5,14 @@ # Copyright (C) 2017-TODAY Cybrosys Technologies(). # Author: Niyas Raphy() # you can modify it under the terms of the GNU LESSER -# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. +# GENERAL PUBLIC LICENSE (AGPL v3), Version 3. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. +# GNU LESSER GENERAL PUBLIC LICENSE (AGPL v3) for more details. # # You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE -# GENERAL PUBLIC LICENSE (LGPL v3) along with this program. +# GENERAL PUBLIC LICENSE (AGPL v3) along with this program. # If not, see . # ############################################################################## diff --git a/access_restriction_by_ip/__manifest__.py b/access_restriction_by_ip/__manifest__.py index 6fdd2b6af..ec9a0bdb3 100644 --- a/access_restriction_by_ip/__manifest__.py +++ b/access_restriction_by_ip/__manifest__.py @@ -5,14 +5,14 @@ # Copyright (C) 2019-TODAY Cybrosys Technologies(). # Author: Niyas Raphy() # you can modify it under the terms of the GNU LESSER -# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. +# GENERAL PUBLIC LICENSE (AGPL v3), Version 3. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. +# GNU LESSER GENERAL PUBLIC LICENSE (AGPL v3) for more details. # # You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE -# GENERAL PUBLIC LICENSE (LGPL v3) along with this program. +# GENERAL PUBLIC LICENSE (AGPL v3) along with this program. # If not, see . # ############################################################################## @@ -26,7 +26,7 @@ 'website': 'https://www.cybrosys.com', 'category': 'Tools', 'depends': ['base', 'mail'], - 'license': 'LGPL-3', + 'license': 'AGPL-3', 'data': [ 'security/ir.model.access.csv', 'views/allowed_ips_view.xml', diff --git a/access_restriction_by_ip/controllers/__init__.py b/access_restriction_by_ip/controllers/__init__.py index 12a21ea7e..1939c6696 100644 --- a/access_restriction_by_ip/controllers/__init__.py +++ b/access_restriction_by_ip/controllers/__init__.py @@ -5,14 +5,14 @@ # Copyright (C) 2017-TODAY Cybrosys Technologies(). # Author: Niyas Raphy() # you can modify it under the terms of the GNU LESSER -# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. +# GENERAL PUBLIC LICENSE (AGPL v3), Version 3. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. +# GNU LESSER GENERAL PUBLIC LICENSE (AGPL v3) for more details. # # You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE -# GENERAL PUBLIC LICENSE (LGPL v3) along with this program. +# GENERAL PUBLIC LICENSE (AGPL v3) along with this program. # If not, see . # ############################################################################## diff --git a/access_restriction_by_ip/controllers/main.py b/access_restriction_by_ip/controllers/main.py index 47276e922..e59cbac1d 100644 --- a/access_restriction_by_ip/controllers/main.py +++ b/access_restriction_by_ip/controllers/main.py @@ -5,15 +5,15 @@ # Copyright (C) 2017-TODAY Cybrosys Technologies(). # Author: Niyas Raphy() # you can modify it under the terms of the GNU LESSER -# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. +# GENERAL PUBLIC LICENSE (AGPL v3), Version 3. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. +# GNU LESSER GENERAL PUBLIC LICENSE (AGPL v3) for more details. # # You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE -# GENERAL PUBLIC LICENSE (LGPL v3) along with this program. +# GENERAL PUBLIC LICENSE (AGPL v3) along with this program. # If not, see . # ############################################################################## diff --git a/access_restriction_by_ip/models/__init__.py b/access_restriction_by_ip/models/__init__.py index 2ced003bf..ca519c454 100644 --- a/access_restriction_by_ip/models/__init__.py +++ b/access_restriction_by_ip/models/__init__.py @@ -5,15 +5,15 @@ # Copyright (C) 2017-TODAY Cybrosys Technologies(). # Author: Niyas Raphy() # you can modify it under the terms of the GNU LESSER -# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. +# GENERAL PUBLIC LICENSE (AGPL v3), Version 3. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. +# GNU LESSER GENERAL PUBLIC LICENSE (AGPL v3) for more details. # # You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE -# GENERAL PUBLIC LICENSE (LGPL v3) along with this program. +# GENERAL PUBLIC LICENSE (AGPL v3) along with this program. # If not, see . # ############################################################################## diff --git a/access_restriction_by_ip/models/allowed_ips.py b/access_restriction_by_ip/models/allowed_ips.py index 2be23a85e..105e2a2f3 100644 --- a/access_restriction_by_ip/models/allowed_ips.py +++ b/access_restriction_by_ip/models/allowed_ips.py @@ -5,15 +5,15 @@ # Copyright (C) 2017-TODAY Cybrosys Technologies(). # Author: Niyas Raphy() # you can modify it under the terms of the GNU LESSER -# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. +# GENERAL PUBLIC LICENSE (AGPL v3), Version 3. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. +# GNU LESSER GENERAL PUBLIC LICENSE (AGPL v3) for more details. # # You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE -# GENERAL PUBLIC LICENSE (LGPL v3) along with this program. +# GENERAL PUBLIC LICENSE (AGPL v3) along with this program. # If not, see . # ############################################################################## diff --git a/hr_contract_types/__manifest__.py b/hr_contract_types/__manifest__.py index a2773d21c..57420b632 100644 --- a/hr_contract_types/__manifest__.py +++ b/hr_contract_types/__manifest__.py @@ -1,25 +1,4 @@ # -*- coding: utf-8 -*- -################################################################################### -# A part of OpenHRMS Project -# -# Cybrosys Technologies Pvt. Ltd. -# Copyright (C) 2018-TODAY Cybrosys Technologies (). -# Author: Tintuk Tomin () -# -# This program is free software: you can modify -# it under the terms of the GNU Affero General Public License (AGPL) as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -################################################################################### { 'name': 'Employee Contracts Types', @@ -41,4 +20,5 @@ 'installable': True, 'auto_install': False, 'application': False, + 'license': 'AGPL-3', } \ No newline at end of file diff --git a/hr_payroll_account_community/__init__.py b/hr_payroll_account_community/__init__.py index b1311f8e8..736dbd4da 100644 --- a/hr_payroll_account_community/__init__.py +++ b/hr_payroll_account_community/__init__.py @@ -1,5 +1,4 @@ #-*- coding:utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models from . import wizard diff --git a/hr_payroll_account_community/__manifest__.py b/hr_payroll_account_community/__manifest__.py index 1da9a9953..e89973451 100644 --- a/hr_payroll_account_community/__manifest__.py +++ b/hr_payroll_account_community/__manifest__.py @@ -1,29 +1,8 @@ # -*- coding: utf-8 -*- -################################################################################### -# A part of OpenHRMS Project -# -# Cybrosys Technologies Pvt. Ltd. -# Copyright (C) 2018-TODAY Cybrosys Technologies (). -# Author: Tintuk Tomin () -# -# This program is free software: you can modify -# it under the terms of the GNU Affero General Public License (AGPL) as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -################################################################################### { 'name': 'Payroll Accounting', - 'category': 'Human Resources', + 'category': 'Generic Modules/Human Resources', 'description': """ Generic Payroll system Integrated with Accounting. ================================================== @@ -32,9 +11,13 @@ Generic Payroll system Integrated with Accounting. * Payment Encoding * Company Contribution Management """, + 'version': '13.0.1.0.0', 'author': 'Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'maintainer': 'Cybrosys Techno Solutions', + 'website': 'https://www.cybrosys.com', 'depends': ['hr_payroll_community', 'account'], 'data': ['views/hr_payroll_account_views.xml'], - # 'demo': ['data/hr_payroll_account_community_demo.xml'], 'test': ['../account/test/account_minimal_test.xml'], + 'license': 'AGPL-3', } diff --git a/hr_payroll_account_community/models/__init__.py b/hr_payroll_account_community/models/__init__.py index 365c1110a..32793d618 100644 --- a/hr_payroll_account_community/models/__init__.py +++ b/hr_payroll_account_community/models/__init__.py @@ -1,4 +1,3 @@ #-*- coding:utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from . import hr_payroll_account \ No newline at end of file diff --git a/hr_payroll_account_community/models/hr_payroll_account.py b/hr_payroll_account_community/models/hr_payroll_account.py index d8dc6916a..cb9b46045 100644 --- a/hr_payroll_account_community/models/hr_payroll_account.py +++ b/hr_payroll_account_community/models/hr_payroll_account.py @@ -1,5 +1,4 @@ #-*- coding:utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from odoo import api, fields, models, _ from odoo.exceptions import UserError diff --git a/hr_payroll_account_community/tests/__init__.py b/hr_payroll_account_community/tests/__init__.py index f7767e5ff..fa62eff7d 100644 --- a/hr_payroll_account_community/tests/__init__.py +++ b/hr_payroll_account_community/tests/__init__.py @@ -1,4 +1,3 @@ #-*- coding:utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from . import test_hr_payroll_account_community \ No newline at end of file diff --git a/hr_payroll_account_community/tests/test_hr_payroll_account.py b/hr_payroll_account_community/tests/test_hr_payroll_account.py index 064d2df98..9eab99f26 100644 --- a/hr_payroll_account_community/tests/test_hr_payroll_account.py +++ b/hr_payroll_account_community/tests/test_hr_payroll_account.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. import time diff --git a/hr_payroll_account_community/wizard/__init__.py b/hr_payroll_account_community/wizard/__init__.py index f9e1f66df..b776db034 100644 --- a/hr_payroll_account_community/wizard/__init__.py +++ b/hr_payroll_account_community/wizard/__init__.py @@ -1,4 +1,3 @@ #-*- coding:utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from . import hr_payroll_payslips_by_employees diff --git a/hr_payroll_account_community/wizard/hr_payroll_payslips_by_employees.py b/hr_payroll_account_community/wizard/hr_payroll_payslips_by_employees.py index 296d7b081..5ba0d6be5 100644 --- a/hr_payroll_account_community/wizard/hr_payroll_payslips_by_employees.py +++ b/hr_payroll_account_community/wizard/hr_payroll_payslips_by_employees.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from odoo import api, models diff --git a/hr_payroll_community/__init__.py b/hr_payroll_community/__init__.py index 7d9f03311..8d981ddbd 100644 --- a/hr_payroll_community/__init__.py +++ b/hr_payroll_community/__init__.py @@ -1,5 +1,4 @@ #-*- coding:utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models from . import report diff --git a/hr_payroll_community/__manifest__.py b/hr_payroll_community/__manifest__.py index 77bf961d6..7cc1400aa 100644 --- a/hr_payroll_community/__manifest__.py +++ b/hr_payroll_community/__manifest__.py @@ -1,37 +1,18 @@ # -*- coding: utf-8 -*- -################################################################################### -# A part of OpenHRMS Project -# -# Cybrosys Technologies Pvt. Ltd. -# Copyright (C) 2018-TODAY Cybrosys Technologies (). -# Author: Tintuk Tomin () -# -# This program is free software: you can modify -# it under the terms of the GNU Affero General Public License (AGPL) as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -################################################################################### { 'name': 'Payroll', - 'category': 'Human Resources', - 'sequence': 38, + 'category': 'Generic Modules/Human Resources', + 'version': '13.0.1.0.0', 'author': 'Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'maintainer': 'Cybrosys Techno Solutions', + 'website': 'https://www.cybrosys.com', 'summary': 'Manage your employee payroll records', 'description': "", 'depends': [ 'hr_contract', 'hr_holidays', - 'decimal_precision', 'hr_contract_types', ], 'data': [ @@ -51,5 +32,6 @@ 'views/report_payslip_templates.xml', 'views/report_payslipdetails_templates.xml', ], + 'license': 'AGPL-3', # 'demo': ['data/hr_payroll_demo.xml'], } diff --git a/hr_payroll_community/models/__init__.py b/hr_payroll_community/models/__init__.py index 99a241743..5c85ef0aa 100644 --- a/hr_payroll_community/models/__init__.py +++ b/hr_payroll_community/models/__init__.py @@ -1,5 +1,4 @@ #-*- coding:utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from . import hr_contract from . import hr_employee diff --git a/hr_payroll_community/models/hr_contract.py b/hr_payroll_community/models/hr_contract.py index 00fa9750d..47008e493 100644 --- a/hr_payroll_community/models/hr_contract.py +++ b/hr_payroll_community/models/hr_contract.py @@ -1,5 +1,4 @@ # -*- coding:utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from odoo import api, fields, models diff --git a/hr_payroll_community/models/hr_employee.py b/hr_payroll_community/models/hr_employee.py index 109fc19a5..1f792e730 100644 --- a/hr_payroll_community/models/hr_employee.py +++ b/hr_payroll_community/models/hr_employee.py @@ -1,5 +1,4 @@ # -*- coding:utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from odoo import api, fields, models diff --git a/hr_payroll_community/models/hr_payslip.py b/hr_payroll_community/models/hr_payslip.py index e670887ee..21574a478 100644 --- a/hr_payroll_community/models/hr_payslip.py +++ b/hr_payroll_community/models/hr_payslip.py @@ -1,5 +1,4 @@ # -*- coding:utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. import babel from collections import defaultdict diff --git a/hr_payroll_community/models/hr_salary_rule.py b/hr_payroll_community/models/hr_salary_rule.py index 35c648ec3..8b238c120 100644 --- a/hr_payroll_community/models/hr_salary_rule.py +++ b/hr_payroll_community/models/hr_salary_rule.py @@ -1,5 +1,4 @@ # -*- coding:utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from odoo import api, fields, models, _ from odoo.exceptions import UserError, ValidationError diff --git a/hr_payroll_community/models/res_config_settings.py b/hr_payroll_community/models/res_config_settings.py index 7653675c3..db3c4207c 100644 --- a/hr_payroll_community/models/res_config_settings.py +++ b/hr_payroll_community/models/res_config_settings.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from odoo import fields, models diff --git a/hr_payroll_community/report/__init__.py b/hr_payroll_community/report/__init__.py index 308f6ee3c..94b442c61 100644 --- a/hr_payroll_community/report/__init__.py +++ b/hr_payroll_community/report/__init__.py @@ -1,6 +1,4 @@ #-*- coding:utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. - from . import report_payslip_details from . import report_contribution_register diff --git a/hr_payroll_community/report/report_contribution_register.py b/hr_payroll_community/report/report_contribution_register.py index 8371b7341..a047a205d 100644 --- a/hr_payroll_community/report/report_contribution_register.py +++ b/hr_payroll_community/report/report_contribution_register.py @@ -1,7 +1,5 @@ #-*- coding:utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. - from datetime import datetime from dateutil.relativedelta import relativedelta diff --git a/hr_payroll_community/report/report_payslip_details.py b/hr_payroll_community/report/report_payslip_details.py index bc22b328f..e1bc3d614 100644 --- a/hr_payroll_community/report/report_payslip_details.py +++ b/hr_payroll_community/report/report_payslip_details.py @@ -1,5 +1,4 @@ #-*- coding:utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from odoo import api, models diff --git a/hr_payroll_community/tests/__init__.py b/hr_payroll_community/tests/__init__.py index 530540f81..4c74f6788 100644 --- a/hr_payroll_community/tests/__init__.py +++ b/hr_payroll_community/tests/__init__.py @@ -1,4 +1,3 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from . import test_payslip_flow diff --git a/hr_payroll_community/tests/common.py b/hr_payroll_community/tests/common.py index 1a6e98b30..e0d94dea1 100644 --- a/hr_payroll_community/tests/common.py +++ b/hr_payroll_community/tests/common.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from datetime import datetime, timedelta diff --git a/hr_payroll_community/tests/test_payslip_flow.py b/hr_payroll_community/tests/test_payslip_flow.py index dd7b3a2f5..3fee08c22 100644 --- a/hr_payroll_community/tests/test_payslip_flow.py +++ b/hr_payroll_community/tests/test_payslip_flow.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. import os diff --git a/hr_payroll_community/wizard/__init__.py b/hr_payroll_community/wizard/__init__.py index f433d2bbf..67788d428 100644 --- a/hr_payroll_community/wizard/__init__.py +++ b/hr_payroll_community/wizard/__init__.py @@ -1,5 +1,4 @@ #-*- coding:utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from . import hr_payroll_payslips_by_employees from . import hr_payroll_contribution_register_report diff --git a/hr_payroll_community/wizard/hr_payroll_contribution_register_report.py b/hr_payroll_community/wizard/hr_payroll_contribution_register_report.py index 6cbc89bbe..8e69d7237 100644 --- a/hr_payroll_community/wizard/hr_payroll_contribution_register_report.py +++ b/hr_payroll_community/wizard/hr_payroll_contribution_register_report.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from datetime import datetime from dateutil import relativedelta diff --git a/hr_payroll_community/wizard/hr_payroll_payslips_by_employees.py b/hr_payroll_community/wizard/hr_payroll_payslips_by_employees.py index d9a59cba3..4ee389ee0 100644 --- a/hr_payroll_community/wizard/hr_payroll_payslips_by_employees.py +++ b/hr_payroll_community/wizard/hr_payroll_payslips_by_employees.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from odoo import api, fields, models, _ from odoo.exceptions import UserError diff --git a/login_user_detail/__manifest__.py b/login_user_detail/__manifest__.py index 9aecb50ea..15793a130 100755 --- a/login_user_detail/__manifest__.py +++ b/login_user_detail/__manifest__.py @@ -22,7 +22,7 @@ { 'name': "User Log Details", - 'version': '13.0.1.0.1', + 'version': '13.0.1.0.0', 'summary': """Login User Details & IP Address""", 'description': """This module records login information of user""", 'author': "Cybrosys Techno Solutions ", @@ -31,7 +31,7 @@ 'website': "https://www.cybrosys.com", 'category': 'Tools', 'depends': ['base'], - 'license': 'LGPL-3', + 'license': 'AGPL-3', 'data': [ 'security/ir.model.access.csv', 'views/login_user_views.xml'], diff --git a/project_task_timer/__init__.py b/project_task_timer/__init__.py index c30f03536..1eefcb23a 100644 --- a/project_task_timer/__init__.py +++ b/project_task_timer/__init__.py @@ -5,15 +5,15 @@ # Copyright (C) 2017-TODAY Cybrosys Technologies(). # Author: Jesni Banu() # you can modify it under the terms of the GNU LESSER -# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. +# GENERAL PUBLIC LICENSE (AGPL v3), Version 3. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. +# GNU LESSER GENERAL PUBLIC LICENSE (AGPL v3) for more details. # # You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE -# GENERAL PUBLIC LICENSE (LGPL v3) along with this program. +# GENERAL PUBLIC LICENSE (AGPL v3) along with this program. # If not, see . # ############################################################################## diff --git a/project_task_timer/__manifest__.py b/project_task_timer/__manifest__.py index 9cd27619a..a35794aa0 100644 --- a/project_task_timer/__manifest__.py +++ b/project_task_timer/__manifest__.py @@ -5,21 +5,21 @@ # Copyright (C) 2017-TODAY Cybrosys Technologies(). # Author: Jesni Banu() # you can modify it under the terms of the GNU LESSER -# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. +# GENERAL PUBLIC LICENSE (AGPL v3), Version 3. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. +# GNU LESSER GENERAL PUBLIC LICENSE (AGPL v3) for more details. # # You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE -# GENERAL PUBLIC LICENSE (LGPL v3) along with this program. +# GENERAL PUBLIC LICENSE (AGPL v3) along with this program. # If not, see . # ############################################################################## { 'name': 'Project Task Timer', - 'version': '13.0.0.1.0', + 'version': '13.0.1.0.0', 'summary': """Task Timer With Start & Stop""", 'description': """"This module helps you to track time sheet in project automatically.""", 'category': 'Project', diff --git a/project_task_timer/models/__init__.py b/project_task_timer/models/__init__.py index bdb87e104..3d840b3d5 100644 --- a/project_task_timer/models/__init__.py +++ b/project_task_timer/models/__init__.py @@ -5,15 +5,15 @@ # Copyright (C) 2017-TODAY Cybrosys Technologies(). # Author: Jesni Banu() # you can modify it under the terms of the GNU LESSER -# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. +# GENERAL PUBLIC LICENSE (AGPL v3), Version 3. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. +# GNU LESSER GENERAL PUBLIC LICENSE (AGPL v3) for more details. # # You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE -# GENERAL PUBLIC LICENSE (LGPL v3) along with this program. +# GENERAL PUBLIC LICENSE (AGPL v3) along with this program. # If not, see . # ############################################################################## diff --git a/project_task_timer/models/project_task_timer.py b/project_task_timer/models/project_task_timer.py index 460b99f0b..67af1784c 100644 --- a/project_task_timer/models/project_task_timer.py +++ b/project_task_timer/models/project_task_timer.py @@ -5,15 +5,15 @@ # Copyright (C) 2017-TODAY Cybrosys Technologies(). # Author: Jesni Banu() # you can modify it under the terms of the GNU LESSER -# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. +# GENERAL PUBLIC LICENSE (AGPL v3), Version 3. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. +# GNU LESSER GENERAL PUBLIC LICENSE (AGPL v3) for more details. # # You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE -# GENERAL PUBLIC LICENSE (LGPL v3) along with this program. +# GENERAL PUBLIC LICENSE (AGPL v3) along with this program. # If not, see . # ##############################################################################