summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--support/findme.c4
-rw-r--r--support/findme.h4
-rw-r--r--support/popt-gnome.h4
-rw-r--r--support/popt.c4
-rw-r--r--support/popt.h4
-rw-r--r--support/poptconfig.c4
-rw-r--r--support/popthelp.c4
-rw-r--r--support/poptint.h4
-rw-r--r--support/poptparse.c4
9 files changed, 36 insertions, 0 deletions
diff --git a/support/findme.c b/support/findme.c
index 1086b284..1cda62c5 100644
--- a/support/findme.c
+++ b/support/findme.c
@@ -1,3 +1,7 @@
+/* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
+ file accompanying popt source distributions, available from
+ ftp://ftp.redhat.com/pub/code/popt */
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/support/findme.h b/support/findme.h
index b4f790a9..fdd01d52 100644
--- a/support/findme.h
+++ b/support/findme.h
@@ -1,3 +1,7 @@
+/* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
+ file accompanying popt source distributions, available from
+ ftp://ftp.redhat.com/pub/code/popt */
+
#ifndef H_FINDME
#define H_FINDME
diff --git a/support/popt-gnome.h b/support/popt-gnome.h
index f982da32..aee7ccbd 100644
--- a/support/popt-gnome.h
+++ b/support/popt-gnome.h
@@ -1,3 +1,7 @@
+/* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
+ file accompanying popt source distributions, available from
+ ftp://ftp.redhat.com/pub/code/popt */
+
#ifndef H_POPT
#define H_POPT
diff --git a/support/popt.c b/support/popt.c
index d54b8230..a8367105 100644
--- a/support/popt.c
+++ b/support/popt.c
@@ -1,3 +1,7 @@
+/* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
+ file accompanying popt source distributions, available from
+ ftp://ftp.redhat.com/pub/code/popt */
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/support/popt.h b/support/popt.h
index f982da32..aee7ccbd 100644
--- a/support/popt.h
+++ b/support/popt.h
@@ -1,3 +1,7 @@
+/* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
+ file accompanying popt source distributions, available from
+ ftp://ftp.redhat.com/pub/code/popt */
+
#ifndef H_POPT
#define H_POPT
diff --git a/support/poptconfig.c b/support/poptconfig.c
index 0a81ca44..8f2656d7 100644
--- a/support/poptconfig.c
+++ b/support/poptconfig.c
@@ -1,3 +1,7 @@
+/* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
+ file accompanying popt source distributions, available from
+ ftp://ftp.redhat.com/pub/code/popt */
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/support/popthelp.c b/support/popthelp.c
index 36fcfdca..17f110e2 100644
--- a/support/popthelp.c
+++ b/support/popthelp.c
@@ -1,3 +1,7 @@
+/* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
+ file accompanying popt source distributions, available from
+ ftp://ftp.redhat.com/pub/code/popt */
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/support/poptint.h b/support/poptint.h
index f7b40d69..195039ad 100644
--- a/support/poptint.h
+++ b/support/poptint.h
@@ -1,3 +1,7 @@
+/* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
+ file accompanying popt source distributions, available from
+ ftp://ftp.redhat.com/pub/code/popt */
+
#ifndef H_POPTINT
#define H_POPTINT
diff --git a/support/poptparse.c b/support/poptparse.c
index aea784b3..cd97ec6e 100644
--- a/support/poptparse.c
+++ b/support/poptparse.c
@@ -1,3 +1,7 @@
+/* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
+ file accompanying popt source distributions, available from
+ ftp://ftp.redhat.com/pub/code/popt */
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif