summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbj <jbj>2000-12-19 23:22:01 +0000
committerjbj <jbj>2000-12-19 23:22:01 +0000
commitdb927f6fcbd1e478e65add8656c8080487822b33 (patch)
tree57de7085ac28a4ae48b4986583fd29d2188bfdd5
parent198196740a914a2c8e41d07e8d97880e39883e59 (diff)
downloadlibpopt-db927f6fcbd1e478e65add8656c8080487822b33.tar.gz
Sync with rpm-4_0 branch.
-rw-r--r--acconfig.h4
-rw-r--r--findme.c4
-rw-r--r--findme.h4
-rw-r--r--po/popt.pot2
-rw-r--r--popt.c4
-rw-r--r--popt.h4
-rw-r--r--popt.spec4
-rw-r--r--poptconfig.c4
-rw-r--r--popthelp.c4
-rw-r--r--poptint.h4
-rw-r--r--poptparse.c4
-rw-r--r--test1.c4
12 files changed, 23 insertions, 23 deletions
diff --git a/acconfig.h b/acconfig.h
index 7fe3ea9..10965f1 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,6 +1,6 @@
-/* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
+/* (C) 1998-2000 Red Hat, Inc. -- Licensing details are in the COPYING
file accompanying popt source distributions, available from
- ftp://ftp.redhat.com/pub/code/popt */
+ ftp://ftp.rpm.org/pub/rpm/dist. */
/* acconfig.h
This file is in the public domain.
diff --git a/findme.c b/findme.c
index b5878a1..e65762d 100644
--- a/findme.c
+++ b/findme.c
@@ -2,9 +2,9 @@
* \file popt/findme.c
*/
-/* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
+/* (C) 1998-2000 Red Hat, Inc. -- Licensing details are in the COPYING
file accompanying popt source distributions, available from
- ftp://ftp.redhat.com/pub/code/popt */
+ ftp://ftp.rpm.org/pub/rpm/dist. */
#include "system.h"
#include "findme.h"
diff --git a/findme.h b/findme.h
index 78f714e..44ec801 100644
--- a/findme.h
+++ b/findme.h
@@ -2,9 +2,9 @@
* \file popt/findme.h
*/
-/* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
+/* (C) 1998-2000 Red Hat, Inc. -- Licensing details are in the COPYING
file accompanying popt source distributions, available from
- ftp://ftp.redhat.com/pub/code/popt */
+ ftp://ftp.rpm.org/pub/rpm/dist. */
#ifndef H_FINDME
#define H_FINDME
diff --git a/po/popt.pot b/po/popt.pot
index 6e3a15b..b15489b 100644
--- a/po/popt.pot
+++ b/po/popt.pot
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-09-11 12:53-0400\n"
+"POT-Creation-Date: 2000-12-19 18:05-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/popt.c b/popt.c
index 3fd6361..6c4100c 100644
--- a/popt.c
+++ b/popt.c
@@ -2,9 +2,9 @@
* \file popt/popt.c
*/
-/* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
+/* (C) 19982000 Red Hat, Inc. -- Licensing details are in the COPYING
file accompanying popt source distributions, available from
- ftp://ftp.redhat.com/pub/code/popt */
+ ftp://ftp.rpm.org/pub/rpm/dist */
#undef MYDEBUG
diff --git a/popt.h b/popt.h
index d4dd489..7a0a6b1 100644
--- a/popt.h
+++ b/popt.h
@@ -2,9 +2,9 @@
* \file popt/popt.h
*/
-/* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
+/* (C) 1998-2000 Red Hat, Inc. -- Licensing details are in the COPYING
file accompanying popt source distributions, available from
- ftp://ftp.redhat.com/pub/code/popt */
+ ftp://ftp.rpm.org/pub/rpm/dist. */
#ifndef H_POPT
#define H_POPT
diff --git a/popt.spec b/popt.spec
index a417aeb..5c23295 100644
--- a/popt.spec
+++ b/popt.spec
@@ -4,9 +4,9 @@
#
Summary: A C library for parsing command line parameters.
Name: popt
-Version: 1.7
+Version: 1.6.1
Release: 0.1
-Copyright: LGPL
+Copyright: X Consortium
Group: System Environment/Libraries
Source: ftp://ftp.redhat.com/pub/redhat/code/popt/popt-%{version}.tar.gz
BuildRoot: /var/tmp/%{name}root
diff --git a/poptconfig.c b/poptconfig.c
index 9e50b52..0cfd1a1 100644
--- a/poptconfig.c
+++ b/poptconfig.c
@@ -2,9 +2,9 @@
* \file popt/poptconfig.c
*/
-/* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
+/* (C) 1998-2000 Red Hat, Inc. -- Licensing details are in the COPYING
file accompanying popt source distributions, available from
- ftp://ftp.redhat.com/pub/code/popt */
+ ftp://ftp.rpm.org/pub/rpm/dist. */
#include "system.h"
#include "poptint.h"
diff --git a/popthelp.c b/popthelp.c
index 8eed7ee..c88d094 100644
--- a/popthelp.c
+++ b/popthelp.c
@@ -4,9 +4,9 @@
* \file popt/popthelp.c
*/
-/* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
+/* (C) 1998-2000 Red Hat, Inc. -- Licensing details are in the COPYING
file accompanying popt source distributions, available from
- ftp://ftp.redhat.com/pub/code/popt */
+ ftp://ftp.rpm.org/pub/rpm/dist. */
#include "system.h"
#include "poptint.h"
diff --git a/poptint.h b/poptint.h
index 39ae3ee..a37a9b9 100644
--- a/poptint.h
+++ b/poptint.h
@@ -2,9 +2,9 @@
* \file popt/poptint.h
*/
-/* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
+/* (C) 1998-2000 Red Hat, Inc. -- Licensing details are in the COPYING
file accompanying popt source distributions, available from
- ftp://ftp.redhat.com/pub/code/popt */
+ ftp://ftp.rpm.org/pub/rpm/dist. */
#ifndef H_POPTINT
#define H_POPTINT
diff --git a/poptparse.c b/poptparse.c
index 7a2d505..9133c36 100644
--- a/poptparse.c
+++ b/poptparse.c
@@ -2,9 +2,9 @@
* \file popt/poptparse.c
*/
-/* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
+/* (C) 1998-2000 Red Hat, Inc. -- Licensing details are in the COPYING
file accompanying popt source distributions, available from
- ftp://ftp.redhat.com/pub/code/popt */
+ ftp://ftp.rpm.org/pub/rpm/dist. */
#include "system.h"
diff --git a/test1.c b/test1.c
index fdd3a4a..5b6aeb7 100644
--- a/test1.c
+++ b/test1.c
@@ -1,6 +1,6 @@
-/* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
+/* (C) 1998-2000 Red Hat, Inc. -- Licensing details are in the COPYING
file accompanying popt source distributions, available from
- ftp://ftp.redhat.com/pub/code/popt */
+ ftp://ftp.rpm.org/pub/rpm/dist. */
#include "system.h"