From 7eb78af9ae732d4b51956eef98ab85f333fe00f9 Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Thu, 30 May 2019 11:16:49 +0200 Subject: [PATCH] Update copyright years --- build.sh.functions | 2 +- buildpkg.functions | 2 +- buildpkg.packaging.irix | 2 +- buildpkg.packaging.solaris | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sh.functions b/build.sh.functions index bdd12ef..0aa590c 100644 --- a/build.sh.functions +++ b/build.sh.functions @@ -1,7 +1,7 @@ # Function library for buildpkg build.sh # This is only for build.sh helper functions. # Copyright (C) 2003 Jens Henrik Leonhard Jensen -# Copyright (C) 2003-2018 Tom G. Christensen +# Copyright (C) 2003-2019 Tom G. Christensen # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/buildpkg.functions b/buildpkg.functions index 8447de6..b6943e7 100644 --- a/buildpkg.functions +++ b/buildpkg.functions @@ -1,5 +1,5 @@ # Global function library for buildpkg -# Copyright (C) 2003-2018 Tom G. Christensen +# Copyright (C) 2003-2019 Tom G. Christensen # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/buildpkg.packaging.irix b/buildpkg.packaging.irix index f5ed1e0..b00139e 100644 --- a/buildpkg.packaging.irix +++ b/buildpkg.packaging.irix @@ -1,6 +1,6 @@ # Function library for buildpkg framework # It adds support for creating Irix packages in 'inst' format -# Copyright (C) 2003-2018 Tom G. Christensen +# Copyright (C) 2003-2019 Tom G. Christensen # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/buildpkg.packaging.solaris b/buildpkg.packaging.solaris index 6ff46c0..bf57081 100644 --- a/buildpkg.packaging.solaris +++ b/buildpkg.packaging.solaris @@ -1,6 +1,6 @@ # Function library for buildpkg framework # It adds support for creating Solaris packages in 'sysv' format -# Copyright (C) 2003-2018 Tom G. Christensen +# Copyright (C) 2003-2019 Tom G. Christensen # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by