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 <roberto.rosario.gonzalez@gmail.com>
15 lines
526 B
Cheetah
15 lines
526 B
Cheetah
from __future__ import unicode_literals
|
|
|
|
__title__ = 'Mayan EDMS'
|
|
__version__ = '{{ version }}'
|
|
__build__ = {{ build }}
|
|
__build_string__ = '{{ build_string }}'
|
|
__django_version__ = '1.11'
|
|
__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 Roberto Rosario'
|
|
__copyright__ = '{} {}'.format('Copyright', __copyright_short__)
|
|
__website__ = 'https://www.mayan-edms.com'
|