From 47b67fd5f9c64e85c8ca69ef025f05d01165bd5d Mon Sep 17 00:00:00 2001 From: Josef 'Jeff' Sipek Date: Thu, 4 Oct 2018 10:03:00 -0400 Subject: [PATCH] templates: update to use year 2018 --- templates/ant.mk | 2 +- templates/cmake.mk | 2 +- templates/configure.mk | 2 +- templates/justmake.mk | 2 +- templates/python.mk | 2 +- templates/ruby.mk | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/ant.mk b/templates/ant.mk index e7b0b56d4..6e7e49744 100644 --- a/templates/ant.mk +++ b/templates/ant.mk @@ -8,7 +8,7 @@ # # -# Copyright 2017 +# Copyright 2018 # include ../../../make-rules/shared-macros.mk diff --git a/templates/cmake.mk b/templates/cmake.mk index c10cde1b1..695f8b4d9 100644 --- a/templates/cmake.mk +++ b/templates/cmake.mk @@ -8,7 +8,7 @@ # # -# Copyright 2017 +# Copyright 2018 # include ../../../make-rules/shared-macros.mk diff --git a/templates/configure.mk b/templates/configure.mk index 1a8a5de1c..f7d10ed72 100644 --- a/templates/configure.mk +++ b/templates/configure.mk @@ -9,7 +9,7 @@ # # -# Copyright 2017 +# Copyright 2018 # include ../../../make-rules/shared-macros.mk diff --git a/templates/justmake.mk b/templates/justmake.mk index 03c2d92f5..8073e57e4 100644 --- a/templates/justmake.mk +++ b/templates/justmake.mk @@ -9,7 +9,7 @@ # # -# Copyright 2017 +# Copyright 2018 # include ../../../make-rules/shared-macros.mk diff --git a/templates/python.mk b/templates/python.mk index b8fe4e906..a802e6844 100644 --- a/templates/python.mk +++ b/templates/python.mk @@ -8,7 +8,7 @@ # # -# Copyright 2017 +# Copyright 2018 # include ../../../make-rules/shared-macros.mk diff --git a/templates/ruby.mk b/templates/ruby.mk index 114b4d3d1..b2affcf8a 100644 --- a/templates/ruby.mk +++ b/templates/ruby.mk @@ -8,7 +8,7 @@ # # -# Copyright 2017 +# Copyright 2018 # include ../../../make-rules/shared-macros.mk -- 2.11.4.GIT