diff options
author | Werner Koch <[email protected]> | 2014-08-17 11:05:02 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-08-17 11:07:16 +0000 |
commit | 5865eeeb809a9bf6ab66fa40cb4bb7259e43e1c8 (patch) | |
tree | 182f36051a42dcb9d0293bfd643ba8fc22277724 /src/sysutils.c | |
parent | Fix possible segv in a call to _assuan_debug. (diff) | |
download | libassuan-5865eeeb809a9bf6ab66fa40cb4bb7259e43e1c8.tar.gz libassuan-5865eeeb809a9bf6ab66fa40cb4bb7259e43e1c8.zip |
Update copyright info
--
Diffstat (limited to 'src/sysutils.c')
-rw-r--r-- | src/sysutils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sysutils.c b/src/sysutils.c index 6951ceb..0eb5d1c 100644 --- a/src/sysutils.c +++ b/src/sysutils.c @@ -45,8 +45,8 @@ _assuan_sysutils_blurb (void) static const char blurb[] = "\n\n" "This is Libassuan " PACKAGE_VERSION " - The GnuPG IPC Library\n" - "Copyright 2000, 2002, 2003, 2004, 2007, 2008, 2009,\n" - " 2010, 2011, 2013 Free Software Foundation, Inc.\n" + "Copyright 2001-2013 Free Software Foundation, Inc.\n" + "Copyright 2001-2014 g10 Code GmbH\n" "\n" "(" BUILD_REVISION " " BUILD_TIMESTAMP ")\n" "\n\n"; |