summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/buildsystem/autoconf.sh2
-rw-r--r--lib/buildsystem/kbuild.sh2
-rw-r--r--lib/buildsystem/make.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/buildsystem/autoconf.sh b/lib/buildsystem/autoconf.sh
index 7679b14..e1169f5 100644
--- a/lib/buildsystem/autoconf.sh
+++ b/lib/buildsystem/autoconf.sh
@@ -2,7 +2,7 @@
# lib/buildsystem/autoconf.sh
# Build system plugin for GNU Autoconf.
#
-# 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/buildsystem/kbuild.sh b/lib/buildsystem/kbuild.sh
index 83ecb35..4baa0d9 100644
--- a/lib/buildsystem/kbuild.sh
+++ b/lib/buildsystem/kbuild.sh
@@ -2,7 +2,7 @@
# lib/buildsystem/kbuild.sh
# Build system plugin for kbuild.
#
-# 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/buildsystem/make.sh b/lib/buildsystem/make.sh
index 2837b9d..605e6e1 100644
--- a/lib/buildsystem/make.sh
+++ b/lib/buildsystem/make.sh
@@ -2,7 +2,7 @@
# lib/buildsystem/make.sh
# Build system plugin for POSIX-conformant make.
#
-# 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