From 0c3768530260f1e1b27c9ebee63251627cdb9bcf Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 13 Jun 2019 02:33:13 -0400 Subject: [PATCH] Remove copyright date range Copyright date ranges are not necessary. Berne Convention and all copyright reciprocity pacts offer protection for at least 50 years after the death of the author. Copyright is automatic for all countries in the agreement and equally enforceable. https://www.copyright.gov/circs/circ38a.pdf Signed-off-by: Roberto Rosario --- LICENSE | 2 +- __init__.py.tmpl | 2 +- mayan/LICENSE | 2 +- mayan/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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'