diff options
author | jbj <devnull@localhost> | 1999-08-04 18:07:18 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-08-04 18:07:18 +0000 |
commit | b5b29dd7a36f7b3f3d0884d0084a1b683d7f5a97 (patch) | |
tree | f8f07b782ceda03d8439841d9f6dc43cd5607bbc /rpm.c | |
parent | 1daea4ec399ddbb0b81a1251ab67cd355c1d29ff (diff) | |
download | rpm-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-x | rpm.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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) { |