summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Troan <ewt@src.gnome.org>1998-10-16 19:05:20 +0000
committerErik Troan <ewt@src.gnome.org>1998-10-16 19:05:20 +0000
commitb388b91037ad4ef35f8385ac553e5abd95f0fe7f (patch)
tree034cd9f29c3547ce82703b3fa7dc5edfa03bfad0
parent5a36f1cc8495bf8dd7510c3455f5ed69c5176883 (diff)
downloadgnome-common-b388b91037ad4ef35f8385ac553e5abd95f0fe7f.tar.gz
added proper licensing info
svn path=/trunk/; revision=446
-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 1086b28..1cda62c 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 b4f790a..fdd01d5 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 f982da3..aee7ccb 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 d54b823..a836710 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 f982da3..aee7ccb 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 0a81ca4..8f2656d 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 36fcfdc..17f110e 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 f7b40d6..195039a 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 aea784b..cd97ec6 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