From: <and...@us...> - 2011-12-01 11:52:35
|
Revision: 12081 http://plplot.svn.sourceforge.net/plplot/?rev=12081&view=rev Author: andrewross Date: 2011-12-01 11:52:28 +0000 (Thu, 01 Dec 2011) Log Message: ----------- Fix up old address for FSF in the license section of individual source files. Modified Paths: -------------- trunk/bindings/tk-x-plat/plplotter.c trunk/doc/docbook/src/intro.xml trunk/drivers/plmeta.c trunk/drivers/plplotcanvas-hacktext.c trunk/include/plplotcanvas-hacktext.h Modified: trunk/bindings/tk-x-plat/plplotter.c =================================================================== --- trunk/bindings/tk-x-plat/plplotter.c 2011-12-01 09:43:55 UTC (rev 12080) +++ trunk/bindings/tk-x-plat/plplotter.c 2011-12-01 11:52:28 UTC (rev 12081) @@ -37,8 +37,8 @@ // 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA // // Based upon tkFrame.c from the TK 3.2 distribution: // Modified: trunk/doc/docbook/src/intro.xml =================================================================== --- trunk/doc/docbook/src/intro.xml 2011-12-01 09:43:55 UTC (rev 12080) +++ trunk/doc/docbook/src/intro.xml 2011-12-01 11:52:28 UTC (rev 12081) @@ -276,8 +276,8 @@ 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. </programlisting> <para> The text of this license is given in the file COPYING.LIB in the Modified: trunk/drivers/plmeta.c =================================================================== --- trunk/drivers/plmeta.c 2011-12-01 09:43:55 UTC (rev 12080) +++ trunk/drivers/plmeta.c 2011-12-01 11:52:28 UTC (rev 12081) @@ -1,23 +1,21 @@ // $Id$ // -// Copyright 1991, 1992, 1993, 1994, 1995 -// Geoffrey Furnish fu...@di... -// Maurice LeBrun mj...@di... -// Institute for Fusion Studies University of Texas at Austin +// Copyright (C) 1991, 1992, 1993, 1994, 1995 Geoffrey Furnish +// Copyright (C) 1991, 1992, 1993, 1994, 1995 Maurice LeBrun // -// This library is free software; you can redistribute it and/or -// modify it under the terms of the GNU Library General Public -// License as published by the Free Software Foundation; either -// version 2 of the License, or (at your option) any later version. +// PLplot is free software; you can redistribute it and/or modify +// it under the terms of the GNU Library General Public License as published +// by the Free Software Foundation; either version 2 of the License, or +// (at your option) any later version. // -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Library General Public License for more details. +// PLplot is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU 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. +// You should have received a copy of the GNU Library General Public License +// along with PLplot; if not, write to the Free Software +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA // //-------------------------------------------------------------------------- // Modified: trunk/drivers/plplotcanvas-hacktext.c =================================================================== --- trunk/drivers/plplotcanvas-hacktext.c 2011-12-01 09:43:55 UTC (rev 12080) +++ trunk/drivers/plplotcanvas-hacktext.c 2011-12-01 11:52:28 UTC (rev 12081) @@ -15,7 +15,7 @@ // // You should have received a copy of the GNU Library General Public // License along with this program; if not, write to the Free Software -// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA // // Authors: // Federico Mena <fed...@nu...> Modified: trunk/include/plplotcanvas-hacktext.h =================================================================== --- trunk/include/plplotcanvas-hacktext.h 2011-12-01 09:43:55 UTC (rev 12080) +++ trunk/include/plplotcanvas-hacktext.h 2011-12-01 11:52:28 UTC (rev 12081) @@ -15,7 +15,7 @@ // // You should have received a copy of the GNU Library General Public // License along with this program; if not, write to the Free Software -// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA // // Authors: // Federico Mena <fed...@nu...> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |