Skip to content

Commit 41ca572

Browse files
committed
Bumped copyright year
1 parent f4e0e6e commit 41ca572

File tree

15 files changed

+16
-16
lines changed

15 files changed

+16
-16
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
**Description:** API for Odoo
99

10-
**Copyright:** 2021-2022 Fabio Castelli (Muflone) <muflone@muflone.com>
10+
**Copyright:** 2021-2023 Fabio Castelli (Muflone) <muflone@muflone.com>
1111

1212
**License:** GPL-3+
1313

pyodoo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project: PyOdoo
33
# Description: API for Odoo
44
# Author: Fabio Castelli (Muflone) <muflone@muflone.com>
5-
# Copyright: 2021-2022 Fabio Castelli
5+
# Copyright: 2021-2023 Fabio Castelli
66
# License: GPL-3+
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

pyodoo/active_status_choice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project: PyOdoo
33
# Description: API for Odoo
44
# Author: Fabio Castelli (Muflone) <muflone@muflone.com>
5-
# Copyright: 2021-2022 Fabio Castelli
5+
# Copyright: 2021-2023 Fabio Castelli
66
# License: GPL-3+
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

pyodoo/boolean_operator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project: PyOdoo
33
# Description: API for Odoo
44
# Author: Fabio Castelli (Muflone) <muflone@muflone.com>
5-
# Copyright: 2021-2022 Fabio Castelli
5+
# Copyright: 2021-2023 Fabio Castelli
66
# License: GPL-3+
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

pyodoo/compare_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project: PyOdoo
33
# Description: API for Odoo
44
# Author: Fabio Castelli (Muflone) <muflone@muflone.com>
5-
# Copyright: 2021-2022 Fabio Castelli
5+
# Copyright: 2021-2023 Fabio Castelli
66
# License: GPL-3+
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

pyodoo/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project: PyOdoo
33
# Description: API for Odoo
44
# Author: Fabio Castelli (Muflone) <muflone@muflone.com>
5-
# Copyright: 2021-2022 Fabio Castelli
5+
# Copyright: 2021-2023 Fabio Castelli
66
# License: GPL-3+
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by
@@ -25,7 +25,7 @@
2525
APP_ID = f'{APP_DOMAIN}.muflone.com'
2626
APP_AUTHOR = 'Fabio Castelli'
2727
APP_AUTHOR_EMAIL = 'muflone@muflone.com'
28-
APP_COPYRIGHT = f'Copyright 2021-2022 {APP_AUTHOR}'
28+
APP_COPYRIGHT = f'Copyright 2021-2023 {APP_AUTHOR}'
2929
URL_AUTHOR = 'http://www.muflone.com/'
3030
URL_APPLICATION = f'{URL_AUTHOR}{APP_DOMAIN}/'
3131
URL_SOURCES = f'https://github.com/muflone/{APP_DOMAIN}/'

pyodoo/filter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project: PyOdoo
33
# Description: API for Odoo
44
# Author: Fabio Castelli (Muflone) <muflone@muflone.com>
5-
# Copyright: 2021-2022 Fabio Castelli
5+
# Copyright: 2021-2023 Fabio Castelli
66
# License: GPL-3+
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

pyodoo/message_subtype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project: PyOdoo
33
# Description: API for Odoo
44
# Author: Fabio Castelli (Muflone) <muflone@muflone.com>
5-
# Copyright: 2021-2022 Fabio Castelli
5+
# Copyright: 2021-2023 Fabio Castelli
66
# License: GPL-3+
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

pyodoo/samples/awaitable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project: PyOdoo
33
# Description: API for Odoo
44
# Author: Fabio Castelli (Muflone) <muflone@muflone.com>
5-
# Copyright: 2021-2022 Fabio Castelli
5+
# Copyright: 2021-2023 Fabio Castelli
66
# License: GPL-3+
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

pyodoo/samples/contacts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project: PyOdoo
33
# Description: API for Odoo
44
# Author: Fabio Castelli (Muflone) <muflone@muflone.com>
5-
# Copyright: 2021-2022 Fabio Castelli
5+
# Copyright: 2021-2023 Fabio Castelli
66
# License: GPL-3+
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)