diff options
author | Erik Troan <ewt@src.gnome.org> | 1998-10-16 19:05:20 +0000 |
---|---|---|
committer | Erik Troan <ewt@src.gnome.org> | 1998-10-16 19:05:20 +0000 |
commit | b388b91037ad4ef35f8385ac553e5abd95f0fe7f (patch) | |
tree | 034cd9f29c3547ce82703b3fa7dc5edfa03bfad0 /support | |
parent | 5a36f1cc8495bf8dd7510c3455f5ed69c5176883 (diff) | |
download | gnome-common-b388b91037ad4ef35f8385ac553e5abd95f0fe7f.tar.gz |
added proper licensing info
svn path=/trunk/; revision=446
Diffstat (limited to 'support')
-rw-r--r-- | support/findme.c | 4 | ||||
-rw-r--r-- | support/findme.h | 4 | ||||
-rw-r--r-- | support/popt-gnome.h | 4 | ||||
-rw-r--r-- | support/popt.c | 4 | ||||
-rw-r--r-- | support/popt.h | 4 | ||||
-rw-r--r-- | support/poptconfig.c | 4 | ||||
-rw-r--r-- | support/popthelp.c | 4 | ||||
-rw-r--r-- | support/poptint.h | 4 | ||||
-rw-r--r-- | support/poptparse.c | 4 |
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 |