diff options
author | Cody Russell <bratsche@gnome.org> | 2008-06-30 23:01:56 +0000 |
---|---|---|
committer | Cody Russell <bratsche@src.gnome.org> | 2008-06-30 23:01:56 +0000 |
commit | fce9c8b7d45145c4556650843218e0b76c065c18 (patch) | |
tree | b333f179ae474f6446ccb7a1c3525c968718b8a2 /makecopyright | |
parent | 971023d9221084d8d40e690fa8e44a4296f2cff1 (diff) | |
download | gtk+-fce9c8b7d45145c4556650843218e0b76c065c18.tar.gz |
Practically everything changed.
2008-06-30 Cody Russell <bratsche@gnome.org>
* Practically everything changed.
Change all references of GIMP Toolkit (and variations of it)
to GTK+ Toolkit, showing no mercy at all to our beloved
ancestry. (#540529)
svn path=/trunk/; revision=20709
Diffstat (limited to 'makecopyright')
-rwxr-xr-x | makecopyright | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makecopyright b/makecopyright index 089e79c87d..dda38804ab 100755 --- a/makecopyright +++ b/makecopyright @@ -28,7 +28,7 @@ EOF copyright_gdk () { cat << EOF -/* GDK - The GIMP Drawing Kit +/* GDK - The GTK+ Drawing Kit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or @@ -52,7 +52,7 @@ EOF copyright_gtk () { cat << EOF -/* GTK - The GIMP Toolkit +/* GTK - The GTK+ Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or |