diff options
author | jbj <devnull@localhost> | 2002-03-06 23:17:31 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-03-06 23:17:31 +0000 |
commit | c6449e9c4439b7f2cf6c620a78d464b10a6c75b1 (patch) | |
tree | edf6be712b9caa5fd00671f1798dec7399746b78 /rpmqv.c | |
parent | 2e2d1cad39b9bf8af73ec7b2c584236aabcdad14 (diff) | |
download | rpm-c6449e9c4439b7f2cf6c620a78d464b10a6c75b1.tar.gz |
- add header DSA signature.
CVS patchset: 5345
CVS date: 2002/03/06 23:17:31
Diffstat (limited to 'rpmqv.c')
-rwxr-xr-x | rpmqv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -232,7 +232,7 @@ static void printBanner(void) /*@globals fileSystem @*/ /*@modifies fileSystem @*/ { - (void) puts(_("Copyright (C) 1998-2000 - Red Hat, Inc.")); + (void) puts(_("Copyright (C) 1998-2002 - Red Hat, Inc.")); (void) puts(_("This program may be freely redistributed under the terms of the GNU GPL")); } |