diff --git a/README.md b/README.md index 983c6125..86124ab2 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ If you use Gavel in any way in academic work, please cite the following: ## License -Copyright (c) 2015-2017 Anish Athalye. Released under AGPLv3. See +Copyright (c) 2015-2018 Anish Athalye. Released under AGPLv3. See [LICENSE.txt][license] for details. [blog-1]: http://www.anishathalye.com/2015/03/07/designing-a-better-judging-system/ diff --git a/gavel/__init__.py b/gavel/__init__.py index a155b4d1..492ea1f9 100644 --- a/gavel/__init__.py +++ b/gavel/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2017 Anish Athalye (me@anishathalye.com) +# Copyright (c) 2015-2018 Anish Athalye (me@anishathalye.com) # # This software is released under AGPLv3. See the included LICENSE.txt for # details. diff --git a/initialize.py b/initialize.py index 24500181..75c5f0f5 100644 --- a/initialize.py +++ b/initialize.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2017 Anish Athalye (me@anishathalye.com) +# Copyright (c) 2015-2018 Anish Athalye (me@anishathalye.com) # # This software is released under AGPLv3. See the included LICENSE.txt for # details. diff --git a/runserver.py b/runserver.py index 7f1e6ad5..56a674b2 100644 --- a/runserver.py +++ b/runserver.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2017 Anish Athalye (me@anishathalye.com) +# Copyright (c) 2015-2018 Anish Athalye (me@anishathalye.com) # # This software is released under AGPLv3. See the included LICENSE.txt for # details.