Match copyright notices

This commit is contained in:
Nikita P. Shupeyko 2018-03-07 14:49:39 +03:00
parent 86562a818d
commit 70bc63f5e8
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Copyright (c) 2013-2018, Daniel Greenfeld Copyright (c) 2013-2018, Daniel Roy Greenfeld
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, Redistribution and use in source and binary forms, with or without modification,

View File

@ -42,7 +42,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = 'Cookiecutter Django' project = 'Cookiecutter Django'
copyright = "2013-2016, Daniel Roy Greenfeld".format(now.year) copyright = "2013-2018, Daniel Roy Greenfeld".format(now.year)
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the