diff options
author | jbj <devnull@localhost> | 2000-12-19 23:22:00 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-12-19 23:22:00 +0000 |
commit | e6161a7cb3a21c1a6dbac2aee3e0627a6852fc25 (patch) | |
tree | b0ca38c76132ec0a1b12e8f921aa64a6b6fa05e6 /rpmqv.c | |
parent | 22be517f73d31bc1eb80f8a69bb8211670cd16fc (diff) | |
download | rpm-e6161a7cb3a21c1a6dbac2aee3e0627a6852fc25.tar.gz rpm-e6161a7cb3a21c1a6dbac2aee3e0627a6852fc25.tar.bz2 rpm-e6161a7cb3a21c1a6dbac2aee3e0627a6852fc25.zip |
Sync with rpm-4_0 branch.
CVS patchset: 4361
CVS date: 2000/12/19 23:22:00
Diffstat (limited to 'rpmqv.c')
-rwxr-xr-x | rpmqv.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -281,8 +281,8 @@ static void printVersion(void) { } static void printBanner(void) { - puts(_("Copyright (C) 1998 - Red Hat Software")); - puts(_("This may be freely redistributed under the terms of the GNU GPL")); + puts(_("Copyright (C) 1998-2000 - Red Hat, Inc.")); + puts(_("This program may be freely redistributed under the terms of the GNU GPL")); } static void printUsage(void) { |