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 /makecopyright | |
parent | e6af5d49ae76142a8bbdf5d8b4967189af3b2f15 (diff) | |
download | gdk-pixbuf-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 'makecopyright')
-rwxr-xr-x | makecopyright | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/makecopyright b/makecopyright index 5e17fd329..089e79c87 100755 --- a/makecopyright +++ b/makecopyright @@ -18,8 +18,9 @@ copyright_glib () * 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. */ EOF } @@ -41,8 +42,9 @@ copyright_gdk () * 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. */ EOF } @@ -64,8 +66,9 @@ copyright_gtk () * 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. */ EOF } @@ -87,8 +90,9 @@ copyright_interp () * 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. */ EOF } |