diff --git a/LICENSE b/LICENSE index 67f84b789f..6ba6bcef95 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ - Copyright 2011-2018 Roberto Rosario + Copyright 2011 Roberto Rosario Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/__init__.py.tmpl b/__init__.py.tmpl index a4f4130d38..1a255f6215 100644 --- a/__init__.py.tmpl +++ b/__init__.py.tmpl @@ -9,6 +9,6 @@ __author__ = 'Roberto Rosario' __author_email__ = 'roberto.rosario@mayan-edms.com' __description__ = 'Free Open Source Electronic Document Management System' __license__ = 'Apache 2.0' -__copyright_short__ = '2011-2018 Roberto Rosario' +__copyright_short__ = '2011 Roberto Rosario' __copyright__ = '{} {}'.format('Copyright', __copyright_short__) __website__ = 'https://www.mayan-edms.com' diff --git a/mayan/LICENSE b/mayan/LICENSE index 67f84b789f..6ba6bcef95 100644 --- a/mayan/LICENSE +++ b/mayan/LICENSE @@ -1,4 +1,4 @@ - Copyright 2011-2018 Roberto Rosario + Copyright 2011 Roberto Rosario Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/mayan/__init__.py b/mayan/__init__.py index e6ffa1506f..0d458ef492 100644 --- a/mayan/__init__.py +++ b/mayan/__init__.py @@ -9,6 +9,6 @@ __author__ = 'Roberto Rosario' __author_email__ = 'roberto.rosario@mayan-edms.com' __description__ = 'Free Open Source Electronic Document Management System' __license__ = 'Apache 2.0' -__copyright_short__ = '2011-2018 Roberto Rosario' +__copyright_short__ = '2011 Roberto Rosario' __copyright__ = '{} {}'.format('Copyright', __copyright_short__) __website__ = 'https://www.mayan-edms.com'