diff options
author | PDT 1998 Shawn T. Amundson <amundson@gtk.org> | 1998-04-13 02:02:47 +0000 |
---|---|---|
committer | Shawn Amundson <amundson@src.gnome.org> | 1998-04-13 02:02:47 +0000 |
commit | 92006c8e78e9c41656cb7a95ec290882faffaaae (patch) | |
tree | c4fc6515b5a667c6ac5340593cf923ad79022787 /glib | |
parent | e6af5d49ae76142a8bbdf5d8b4967189af3b2f15 (diff) | |
download | gtk+-92006c8e78e9c41656cb7a95ec290882faffaaae.tar.gz |
Changed LGPL address for FSF in all .h and .c files
Sun Apr 12 18:54:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
* Changed LGPL address for FSF in all .h and .c files
Diffstat (limited to 'glib')
-rw-r--r-- | glib/acconfig.h | 5 | ||||
-rw-r--r-- | glib/garray.c | 5 | ||||
-rw-r--r-- | glib/gcache.c | 5 | ||||
-rw-r--r-- | glib/gerror.c | 5 | ||||
-rw-r--r-- | glib/ghash.c | 5 | ||||
-rw-r--r-- | glib/glib.h | 5 | ||||
-rw-r--r-- | glib/glist.c | 5 | ||||
-rw-r--r-- | glib/gmem.c | 5 | ||||
-rw-r--r-- | glib/gprimes.c | 5 | ||||
-rw-r--r-- | glib/gscanner.c | 5 | ||||
-rw-r--r-- | glib/gslist.c | 5 | ||||
-rw-r--r-- | glib/gstring.c | 5 | ||||
-rw-r--r-- | glib/gtimer.c | 5 | ||||
-rw-r--r-- | glib/gtree.c | 5 | ||||
-rw-r--r-- | glib/gutils.c | 5 | ||||
-rw-r--r-- | glib/testglib.c | 5 |
16 files changed, 48 insertions, 32 deletions
diff --git a/glib/acconfig.h b/glib/acconfig.h index 86edcee2a8..bb6c08a737 100644 --- a/glib/acconfig.h +++ b/glib/acconfig.h @@ -12,8 +12,9 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ /* acconfig.h This file is in the public domain. diff --git a/glib/garray.c b/glib/garray.c index e27d37d985..4d814a44a9 100644 --- a/glib/garray.c +++ b/glib/garray.c @@ -12,8 +12,9 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include <string.h> #include "glib.h" diff --git a/glib/gcache.c b/glib/gcache.c index b121219952..b2fe77910e 100644 --- a/glib/gcache.c +++ b/glib/gcache.c @@ -12,8 +12,9 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include "glib.h" diff --git a/glib/gerror.c b/glib/gerror.c index 1f992d9e20..d84ea38ca6 100644 --- a/glib/gerror.c +++ b/glib/gerror.c @@ -12,8 +12,9 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include <signal.h> #include <stdarg.h> diff --git a/glib/ghash.c b/glib/ghash.c index ed736d4cb7..6b2e50f1f8 100644 --- a/glib/ghash.c +++ b/glib/ghash.c @@ -12,8 +12,9 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include "glib.h" diff --git a/glib/glib.h b/glib/glib.h index 7d395d5e58..bc63541997 100644 --- a/glib/glib.h +++ b/glib/glib.h @@ -12,8 +12,9 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #ifndef __G_LIB_H__ #define __G_LIB_H__ diff --git a/glib/glist.c b/glib/glist.c index 2c0f9249d6..70a97ea2db 100644 --- a/glib/glist.c +++ b/glib/glist.c @@ -12,8 +12,9 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include "glib.h" diff --git a/glib/gmem.c b/glib/gmem.c index 35dfdaba37..b1498f936a 100644 --- a/glib/gmem.c +++ b/glib/gmem.c @@ -12,8 +12,9 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include <stdlib.h> #include <string.h> diff --git a/glib/gprimes.c b/glib/gprimes.c index 8887c0e660..6a38b399d4 100644 --- a/glib/gprimes.c +++ b/glib/gprimes.c @@ -12,8 +12,9 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include "glib.h" diff --git a/glib/gscanner.c b/glib/gscanner.c index f5cbbcf029..a5d359461e 100644 --- a/glib/gscanner.c +++ b/glib/gscanner.c @@ -15,8 +15,9 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #define __gscanner_c__ diff --git a/glib/gslist.c b/glib/gslist.c index 5e956cd87c..7045687ca2 100644 --- a/glib/gslist.c +++ b/glib/gslist.c @@ -12,8 +12,9 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include "glib.h" diff --git a/glib/gstring.c b/glib/gstring.c index 4310bb7946..fc0780e2b4 100644 --- a/glib/gstring.c +++ b/glib/gstring.c @@ -12,8 +12,9 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include <glib.h> #include <stdarg.h> diff --git a/glib/gtimer.c b/glib/gtimer.c index c3b720df96..860c76cffb 100644 --- a/glib/gtimer.c +++ b/glib/gtimer.c @@ -12,8 +12,9 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include <sys/time.h> #include <unistd.h> diff --git a/glib/gtree.c b/glib/gtree.c index 61a32a409a..981ff396f7 100644 --- a/glib/gtree.c +++ b/glib/gtree.c @@ -12,8 +12,9 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include "glib.h" diff --git a/glib/gutils.c b/glib/gutils.c index 7c42bf856a..e23280ff62 100644 --- a/glib/gutils.c +++ b/glib/gutils.c @@ -12,8 +12,9 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include <stdarg.h> #include <stdio.h> diff --git a/glib/testglib.c b/glib/testglib.c index 9332264878..d4bd85a530 100644 --- a/glib/testglib.c +++ b/glib/testglib.c @@ -12,8 +12,9 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include <stdio.h> |