diff options
author | Hilmar Lapp <hlapp@drycafe.net> | 2017-05-30 21:20:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-30 21:20:44 -0400 |
commit | da4fcf8cf59570f8ee38ff3eae5c54171c803cf6 (patch) | |
tree | 079e865ddbe7f2ff916ecc1934c743a7624a5abe | |
parent | 0ebdfd9c8851ba500f7f98664cad56cf44fdcd7e (diff) | |
download | pelican-themes-da4fcf8cf59570f8ee38ff3eae5c54171c803cf6.tar.gz |
Fixes copyright year to 2014
See hlapp/cc-tools#3 for the corresponding change in the original source repo.
I recognize this is a minuscule change, but the year 1994 is simply wrong,
makes no sense, and is simply an honest mistake.
-rw-r--r-- | pelican-bootstrap3/templates/includes/cc-license.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pelican-bootstrap3/templates/includes/cc-license.html b/pelican-bootstrap3/templates/includes/cc-license.html index fca507d..84f204d 100644 --- a/pelican-bootstrap3/templates/includes/cc-license.html +++ b/pelican-bootstrap3/templates/includes/cc-license.html @@ -26,7 +26,7 @@ {# The parameters all mirror the Creative Commone license chooser: #} {# https://creativecommons.org/choose/ #} {# ------------------------------------------------------------------------ #} -{# Copyright (c) 1994 Hilmar Lapp, hlapp@drycafe.net. #} +{# Copyright (c) 2014 Hilmar Lapp, hlapp@drycafe.net. #} {# Licensed under the terms of the MIT License. #} {# Source at http://github.com/hlapp/cc-tools. Please fork & contribute. #} {# ------------------------------------------------------------------------ #} |