commit fecf2f56eca8a7f123895d09468be72365b78265
parent e5173bd3412dda2c9f265ea4837917a1042e15ac
Author: Frederic Cambus <fred@statdns.com>
Date: Mon, 8 Jan 2018 23:45:27 +0100
Bump copyright year
Diffstat:
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/LICENSE b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2016-2017, Frederic Cambus
+Copyright (c) 2016-2018, Frederic Cambus
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/examples/motyl.conf b/examples/motyl.conf
@@ -4,7 +4,7 @@ name: Motyl
description: Motyl, an opinionated static site generator written in Lua.
keywords: static, site, generator, ssg, motyl, lua
author: Frederic Cambus
-copyright: '2016-2017'
+copyright: '2016-2018'
url: https://github.com/fcambus/motyl
feedItems: 20
pages:
diff --git a/src/motyl.lua b/src/motyl.lua
@@ -3,11 +3,11 @@
###############################################################################
# #
# Motyl #
-# Copyright (c) 2016-2017, Frederic Cambus #
+# Copyright (c) 2016-2018, Frederic Cambus #
# https://github.com/fcambus/motyl #
# #
# Created: 2016-02-16 #
-# Last Updated: 2017-08-07 #
+# Last Updated: 2018-01-08 #
# #
# Motyl is released under the BSD 2-Clause license. #
# See LICENSE file for details. #