From da4fcf8cf59570f8ee38ff3eae5c54171c803cf6 Mon Sep 17 00:00:00 2001 From: Hilmar Lapp Date: Tue, 30 May 2017 21:20:44 -0400 Subject: 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. --- pelican-bootstrap3/templates/includes/cc-license.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pelican-bootstrap3/templates') 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. #} {# ------------------------------------------------------------------------ #} -- cgit