summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/buildsystem.sh2
-rw-r--r--lib/common.sh2
-rw-r--r--lib/load.sh2
-rw-r--r--lib/locale.sh2
-rw-r--r--lib/output.sh2
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/buildsystem.sh b/lib/buildsystem.sh
index 29b6900..37231ad 100644
--- a/lib/buildsystem.sh
+++ b/lib/buildsystem.sh
@@ -2,7 +2,7 @@
# lib/buildsystem.sh
# Interface for interacting with software build systems.
#
-# Copyright (C) 2012 Patrick "P. J." McDermott
+# Copyright (C) 2012-2014 Patrick "P. J." McDermott
#
# 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/lib/common.sh b/lib/common.sh
index 074dff3..4b0f236 100644
--- a/lib/common.sh
+++ b/lib/common.sh
@@ -2,7 +2,7 @@
# lib/common.sh
# Functions common to all utilities.
#
-# Copyright (C) 2012 Patrick "P. J." McDermott
+# Copyright (C) 2012, 2014 Patrick "P. J." McDermott
#
# 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/lib/load.sh b/lib/load.sh
index 7dbb3b6..40a9457 100644
--- a/lib/load.sh
+++ b/lib/load.sh
@@ -2,7 +2,7 @@
# lib/load.sh
# Functions for loading library modules.
#
-# Copyright (C) 2012 Patrick "P. J." McDermott
+# Copyright (C) 2012 Patrick "P. J." McDermott
#
# 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/lib/locale.sh b/lib/locale.sh
index f53611d..da3fbdf 100644
--- a/lib/locale.sh
+++ b/lib/locale.sh
@@ -2,7 +2,7 @@
# lib/locale.sh
# Locale functions.
#
-# Copyright (C) 2012 Patrick "P. J." McDermott
+# Copyright (C) 2012, 2014 Patrick "P. J." McDermott
#
# 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/lib/output.sh b/lib/output.sh
index a969c8d..7b5ab4d 100644
--- a/lib/output.sh
+++ b/lib/output.sh
@@ -2,7 +2,7 @@
# lib/output.sh
# Functions for printing messages.
#
-# Copyright (C) 2013-2014 Patrick "P. J." McDermott
+# Copyright (C) 2013-2014 Patrick "P. J." McDermott
#
# 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