aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2004-03-07 15:44:25 +0000
committerMarcus Brinkmann <[email protected]>2004-03-07 15:44:25 +0000
commit528bc4fe06266e273ec637ed693b68790917671a (patch)
treecd7d64f3f89f4e5fe61a45980ab76c282589c6bc
parent2004-03-01 Marcus Brinkmann <[email protected]> (diff)
downloadlibgpg-error-528bc4fe06266e273ec637ed693b68790917671a.tar.gz
libgpg-error-528bc4fe06266e273ec637ed693b68790917671a.zip
Fix copyright year.
-rw-r--r--src/gpg-error.c2
-rw-r--r--src/mkerrcodes.awk2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gpg-error.c b/src/gpg-error.c
index 519c523..08d4530 100644
--- a/src/gpg-error.c
+++ b/src/gpg-error.c
@@ -1,5 +1,5 @@
/* gpg-error.c - Determining gpg-error error codes.
- Copyright (C) 2003 g10 Code GmbH
+ Copyright (C) 2004 g10 Code GmbH
This file is part of libgpg-error.
diff --git a/src/mkerrcodes.awk b/src/mkerrcodes.awk
index b12dc7d..c101496 100644
--- a/src/mkerrcodes.awk
+++ b/src/mkerrcodes.awk
@@ -1,5 +1,5 @@
# mkerrcodes.awk
-# Copyright (C) 2003 g10 Code GmbH
+# Copyright (C) 2004 g10 Code GmbH
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as