summaryrefslogtreecommitdiff
path: root/rpm.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-08-04 18:07:18 +0000
committerjbj <devnull@localhost>1999-08-04 18:07:18 +0000
commitb5b29dd7a36f7b3f3d0884d0084a1b683d7f5a97 (patch)
treef8f07b782ceda03d8439841d9f6dc43cd5607bbc /rpm.c
parent1daea4ec399ddbb0b81a1251ab67cd355c1d29ff (diff)
downloadrpm-b5b29dd7a36f7b3f3d0884d0084a1b683d7f5a97.tar.gz
rpm-b5b29dd7a36f7b3f3d0884d0084a1b683d7f5a97.tar.bz2
rpm-b5b29dd7a36f7b3f3d0884d0084a1b683d7f5a97.zip
Clarify licensing: "GNU General Public License" not s/General //.
CVS patchset: 3214 CVS date: 1999/08/04 18:07:18
Diffstat (limited to 'rpm.c')
-rwxr-xr-xrpm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/rpm.c b/rpm.c
index ccac019a7..cf699b199 100755
--- a/rpm.c
+++ b/rpm.c
@@ -172,8 +172,7 @@ 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 "
- "Public License"));
+ puts(_("This may be freely redistributed under the terms of the GNU GPL"));
}
static void printUsage(void) {