diff options
author | Justin Mayer <entroP@gmail.com> | 2017-09-04 11:13:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-04 11:13:10 -0700 |
commit | e095d53f54d889689c0737aed96500c66f37743a (patch) | |
tree | e5f52dcb86e3dcd743e58991a61a6f3b2517494c /pelican-bootstrap3/templates | |
parent | a1094d98b0d4463f5cc9e43408649b852045fb1e (diff) | |
parent | da4fcf8cf59570f8ee38ff3eae5c54171c803cf6 (diff) | |
download | pelican-themes-e095d53f54d889689c0737aed96500c66f37743a.tar.gz |
Merge pull request #518 from hlapp/patch-1
Fix copyright year to 2014
Diffstat (limited to 'pelican-bootstrap3/templates')
-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. #} {# ------------------------------------------------------------------------ #} |