summaryrefslogtreecommitdiff
path: root/popthelp.c
diff options
context:
space:
mode:
authorjbj <jbj>2002-08-22 16:34:52 +0000
committerjbj <jbj>2002-08-22 16:34:52 +0000
commitcede45ba4fc05148ebd0c3f9a1a7cdd78413f78a (patch)
tree3707a1a30564e4af4d65b2085897a4adb18c96fe /popthelp.c
parent5928638898cd3da0cd35aaeb7363d06f6f5a34a6 (diff)
downloadlibpopt-cede45ba4fc05148ebd0c3f9a1a7cdd78413f78a.tar.gz
Update popt internal copyright messages.
Diffstat (limited to 'popthelp.c')
-rw-r--r--popthelp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/popthelp.c b/popthelp.c
index 6b07e34..485fecd 100644
--- a/popthelp.c
+++ b/popthelp.c
@@ -5,7 +5,7 @@
* \file popt/popthelp.c
*/
-/* (C) 1998-2000 Red Hat, Inc. -- Licensing details are in the COPYING
+/* (C) 1998-2002 Red Hat, Inc. -- Licensing details are in the COPYING
file accompanying popt source distributions, available from
ftp://ftp.rpm.org/pub/rpm/dist. */
@@ -87,7 +87,7 @@ getTableTranslationDomain(/*@null@*/ const struct poptOption *table)
*/
/*@observer@*/ /*@null@*/ static const char *const
getArgDescrip(const struct poptOption * opt,
- /*@-paramuse@*/ /* FIX: wazzup? */
+ /*@-paramuse@*/ /* FIX: i18n macros disabled with lclint */
/*@null@*/ const char * translation_domain)
/*@=paramuse@*/
/*@*/
@@ -125,7 +125,7 @@ getArgDescrip(const struct poptOption * opt,
static /*@only@*/ /*@null@*/ char *
singleOptionDefaultValue(int lineLength,
const struct poptOption * opt,
- /*@-paramuse@*/ /* FIX: i18n macros disable with lclint */
+ /*@-paramuse@*/ /* FIX: i18n macros disabled with lclint */
/*@null@*/ const char * translation_domain)
/*@=paramuse@*/
/*@*/