aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gpg-error.h.in2
-rw-r--r--src/version.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in
index 11d4950..f942098 100644
--- a/src/gpg-error.h.in
+++ b/src/gpg-error.h.in
@@ -1,5 +1,5 @@
/* gpg-error.h or gpgrt.h - Public interface to libgpg-error. -*- c -*-
- * Copyright (C) 2003-2004, 2010, 2013-2017 g10 Code GmbH
+ * Copyright (C) 2001-2018 g10 Code GmbH
*
* This file is part of libgpg-error.
*
diff --git a/src/version.c b/src/version.c
index eaeedf8..94b75af 100644
--- a/src/version.c
+++ b/src/version.c
@@ -38,8 +38,8 @@ cright_blurb (void)
{
static const char blurb[] =
"\n\n"
- "This is Libgpg-error " PACKAGE_VERSION " - An error code library\n"
- "Copyright 2003-2004, 2010, 2013-2017 g10 Code GmbH\n"
+ "This is Libgpg-error " PACKAGE_VERSION " - A runtime library\n"
+ "Copyright 2001-2018 g10 Code GmbH\n"
"\n"
"(" BUILD_REVISION " " BUILD_TIMESTAMP ")\n"
"\n\n";