summaryrefslogtreecommitdiff
path: root/rpm.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2000-12-19 23:22:00 +0000
committerjbj <devnull@localhost>2000-12-19 23:22:00 +0000
commite6161a7cb3a21c1a6dbac2aee3e0627a6852fc25 (patch)
treeb0ca38c76132ec0a1b12e8f921aa64a6b6fa05e6 /rpm.c
parent22be517f73d31bc1eb80f8a69bb8211670cd16fc (diff)
downloadrpm-e6161a7cb3a21c1a6dbac2aee3e0627a6852fc25.tar.gz
Sync with rpm-4_0 branch.
CVS patchset: 4361 CVS date: 2000/12/19 23:22:00
Diffstat (limited to 'rpm.c')
-rwxr-xr-xrpm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpm.c b/rpm.c
index c63b9e168..5649f7456 100755
--- a/rpm.c
+++ b/rpm.c
@@ -197,8 +197,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) {