summaryrefslogtreecommitdiffstats
path: root/flow/gsl
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-06 03:13:16 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-06 03:13:16 +0000
commit81c61f45241b8f02e37e62b3b3dee855635ef9b7 (patch)
tree730bb4990f3ea9478380955232445e54ecf28ed3 /flow/gsl
parent751b210ecf0f12f6fbde70873e2260e646894ea2 (diff)
downloadarts-81c61f45241b8f02e37e62b3b3dee855635ef9b7.tar.gz
arts-81c61f45241b8f02e37e62b3b3dee855635ef9b7.zip
Updated obsolete GPL license addresses to current GPL address
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1070573 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'flow/gsl')
-rwxr-xr-xflow/gsl/gsl-fftconf.sh2
-rwxr-xr-xflow/gsl/gsl-fftgen.pl2
-rw-r--r--flow/gsl/gslartsthreads.cc4
-rw-r--r--flow/gsl/gslartsthreads.h4
-rw-r--r--flow/gsl/gslcommon.c4
-rw-r--r--flow/gsl/gslcommon.h4
-rw-r--r--flow/gsl/gslconvert.c4
-rw-r--r--flow/gsl/gslconvert.h4
-rw-r--r--flow/gsl/gsldatacache.c4
-rw-r--r--flow/gsl/gsldatacache.h4
-rw-r--r--flow/gsl/gsldatahandle-mad.c4
-rw-r--r--flow/gsl/gsldatahandle-mad.h4
-rw-r--r--flow/gsl/gsldatahandle-vorbis.c4
-rw-r--r--flow/gsl/gsldatahandle-vorbis.h4
-rw-r--r--flow/gsl/gsldatahandle.c4
-rw-r--r--flow/gsl/gsldatahandle.h4
-rw-r--r--flow/gsl/gsldatautils.c4
-rw-r--r--flow/gsl/gsldatautils.h4
-rw-r--r--flow/gsl/gsldefs.h4
-rw-r--r--flow/gsl/gslengine.c4
-rw-r--r--flow/gsl/gslengine.h4
-rw-r--r--flow/gsl/gslfft.h4
-rw-r--r--flow/gsl/gslffttest.c2
-rw-r--r--flow/gsl/gslfilehash.c2
-rw-r--r--flow/gsl/gslfilehash.h2
-rw-r--r--flow/gsl/gslfilter.c4
-rw-r--r--flow/gsl/gslfilter.h4
-rw-r--r--flow/gsl/gslglib.c4
-rw-r--r--flow/gsl/gslglib.h4
-rw-r--r--flow/gsl/gslglibhash.cc4
-rw-r--r--flow/gsl/gslglibhashtest.cc4
-rw-r--r--flow/gsl/gslieee754.h4
-rw-r--r--flow/gsl/gslloader-gslwave.c4
-rw-r--r--flow/gsl/gslloader-mad.c4
-rw-r--r--flow/gsl/gslloader-oggvorbis.c4
-rw-r--r--flow/gsl/gslloader-wav.c4
-rw-r--r--flow/gsl/gslloader.c4
-rw-r--r--flow/gsl/gslloader.h4
-rw-r--r--flow/gsl/gslmagic.c4
-rw-r--r--flow/gsl/gslmagic.h4
-rw-r--r--flow/gsl/gslmath.c4
-rw-r--r--flow/gsl/gslmath.h4
-rw-r--r--flow/gsl/gslmathtest.c4
-rw-r--r--flow/gsl/gslopmaster.c4
-rw-r--r--flow/gsl/gslopmaster.h4
-rw-r--r--flow/gsl/gslopnode.h4
-rw-r--r--flow/gsl/gslopschedule.c4
-rw-r--r--flow/gsl/gslopschedule.h4
-rw-r--r--flow/gsl/gsloputil.c4
-rw-r--r--flow/gsl/gsloputil.h4
-rw-r--r--flow/gsl/gsloscillator-aux.c4
-rw-r--r--flow/gsl/gsloscillator.c4
-rw-r--r--flow/gsl/gsloscillator.h4
-rw-r--r--flow/gsl/gslosctable.c4
-rw-r--r--flow/gsl/gslosctable.h4
-rw-r--r--flow/gsl/gslsignal.c4
-rw-r--r--flow/gsl/gslsignal.h4
-rw-r--r--flow/gsl/gsltests.c4
-rw-r--r--flow/gsl/gslwavechunk.c4
-rw-r--r--flow/gsl/gslwavechunk.h4
-rw-r--r--flow/gsl/gslwaveosc-aux.c4
-rw-r--r--flow/gsl/gslwaveosc.c4
-rw-r--r--flow/gsl/gslwaveosc.h4
-rw-r--r--flow/gsl/gslwchunk.c4
64 files changed, 123 insertions, 123 deletions
diff --git a/flow/gsl/gsl-fftconf.sh b/flow/gsl/gsl-fftconf.sh
index 71f33c3..ee88fcb 100755
--- a/flow/gsl/gsl-fftconf.sh
+++ b/flow/gsl/gsl-fftconf.sh
@@ -14,7 +14,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# include files
echo "#include $2"
diff --git a/flow/gsl/gsl-fftgen.pl b/flow/gsl/gsl-fftgen.pl
index 551f8c3..1a2ef83 100755
--- a/flow/gsl/gsl-fftgen.pl
+++ b/flow/gsl/gsl-fftgen.pl
@@ -14,7 +14,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# TODO:
# - optimize L case more
diff --git a/flow/gsl/gslartsthreads.cc b/flow/gsl/gslartsthreads.cc
index 98094b7..82b568a 100644
--- a/flow/gsl/gslartsthreads.cc
+++ b/flow/gsl/gslartsthreads.cc
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/flow/gsl/gslartsthreads.h b/flow/gsl/gslartsthreads.h
index c9ebf19..ac424cb 100644
--- a/flow/gsl/gslartsthreads.h
+++ b/flow/gsl/gslartsthreads.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
diff --git a/flow/gsl/gslcommon.c b/flow/gsl/gslcommon.c
index cb16b05..6c8a692 100644
--- a/flow/gsl/gslcommon.c
+++ b/flow/gsl/gslcommon.c
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include <unistd.h>
#include <fcntl.h>
diff --git a/flow/gsl/gslcommon.h b/flow/gsl/gslcommon.h
index 6b74c77..f71d05a 100644
--- a/flow/gsl/gslcommon.h
+++ b/flow/gsl/gslcommon.h
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __GSL_COMMON_H__
#define __GSL_COMMON_H__
diff --git a/flow/gsl/gslconvert.c b/flow/gsl/gslconvert.c
index 95db568..b652a80 100644
--- a/flow/gsl/gslconvert.c
+++ b/flow/gsl/gslconvert.c
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "gslconvert.h"
#include <string.h>
diff --git a/flow/gsl/gslconvert.h b/flow/gsl/gslconvert.h
index 10e685f..bdbebd6 100644
--- a/flow/gsl/gslconvert.h
+++ b/flow/gsl/gslconvert.h
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __GSL_CONVERT_H__
#define __GSL_CONVERT_H__
diff --git a/flow/gsl/gsldatacache.c b/flow/gsl/gsldatacache.c
index c1df215..b00f6ef 100644
--- a/flow/gsl/gsldatacache.c
+++ b/flow/gsl/gsldatacache.c
@@ -14,8 +14,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "gsldatacache.h"
diff --git a/flow/gsl/gsldatacache.h b/flow/gsl/gsldatacache.h
index 5eb3677..62aa7ce 100644
--- a/flow/gsl/gsldatacache.h
+++ b/flow/gsl/gsldatacache.h
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __GSL_DATA_CACHE_H__
#define __GSL_DATA_CACHE_H__
diff --git a/flow/gsl/gsldatahandle-mad.c b/flow/gsl/gsldatahandle-mad.c
index fcfdd7f..201d352 100644
--- a/flow/gsl/gsldatahandle-mad.c
+++ b/flow/gsl/gsldatahandle-mad.c
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include <gsl/gsldatahandle-mad.h>
diff --git a/flow/gsl/gsldatahandle-mad.h b/flow/gsl/gsldatahandle-mad.h
index 8c73ef7..c26c110 100644
--- a/flow/gsl/gsldatahandle-mad.h
+++ b/flow/gsl/gsldatahandle-mad.h
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __GSL_DATA_HANDLE_MAD_H__
#define __GSL_DATA_HANDLE_MAD_H__
diff --git a/flow/gsl/gsldatahandle-vorbis.c b/flow/gsl/gsldatahandle-vorbis.c
index 9b84ae0..d2e2bfe 100644
--- a/flow/gsl/gsldatahandle-vorbis.c
+++ b/flow/gsl/gsldatahandle-vorbis.c
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "gsldatahandle-vorbis.h"
diff --git a/flow/gsl/gsldatahandle-vorbis.h b/flow/gsl/gsldatahandle-vorbis.h
index 8887923..688d529 100644
--- a/flow/gsl/gsldatahandle-vorbis.h
+++ b/flow/gsl/gsldatahandle-vorbis.h
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __GSL_DATA_HANDLE_VORBIS_H__
#define __GSL_DATA_HANDLE_VORBIS_H__
diff --git a/flow/gsl/gsldatahandle.c b/flow/gsl/gsldatahandle.c
index c746ec7..3436ce6 100644
--- a/flow/gsl/gsldatahandle.c
+++ b/flow/gsl/gsldatahandle.c
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "gsldatahandle.h"
diff --git a/flow/gsl/gsldatahandle.h b/flow/gsl/gsldatahandle.h
index d67b44f..93bd087 100644
--- a/flow/gsl/gsldatahandle.h
+++ b/flow/gsl/gsldatahandle.h
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __GSL_DATA_HANDLE_H__
#define __GSL_DATA_HANDLE_H__
diff --git a/flow/gsl/gsldatautils.c b/flow/gsl/gsldatautils.c
index d8c52c0..ee31a91 100644
--- a/flow/gsl/gsldatautils.c
+++ b/flow/gsl/gsldatautils.c
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "gsldatautils.h"
#include "gsldatacache.h"
diff --git a/flow/gsl/gsldatautils.h b/flow/gsl/gsldatautils.h
index 0dea8c9..d70b628 100644
--- a/flow/gsl/gsldatautils.h
+++ b/flow/gsl/gsldatautils.h
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __GSL_DATA_UTILS_H__
#define __GSL_DATA_UTILS_H__
diff --git a/flow/gsl/gsldefs.h b/flow/gsl/gsldefs.h
index d610e9c..219a625 100644
--- a/flow/gsl/gsldefs.h
+++ b/flow/gsl/gsldefs.h
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __GSL_DEFS_H__
#define __GSL_DEFS_H__
diff --git a/flow/gsl/gslengine.c b/flow/gsl/gslengine.c
index 65ee620..d85ebfb 100644
--- a/flow/gsl/gslengine.c
+++ b/flow/gsl/gslengine.c
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "gslengine.h"
diff --git a/flow/gsl/gslengine.h b/flow/gsl/gslengine.h
index 34f8f80..1d121a9 100644
--- a/flow/gsl/gslengine.h
+++ b/flow/gsl/gslengine.h
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __GSL_ENGINE_H__
#define __GSL_ENGINE_H__
diff --git a/flow/gsl/gslfft.h b/flow/gsl/gslfft.h
index 63e3892..ecfa320 100644
--- a/flow/gsl/gslfft.h
+++ b/flow/gsl/gslfft.h
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __GSL_FFT_H__
#define __GSL_FFT_H__
diff --git a/flow/gsl/gslffttest.c b/flow/gsl/gslffttest.c
index a568bc5..9eb1fc5 100644
--- a/flow/gsl/gslffttest.c
+++ b/flow/gsl/gslffttest.c
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include <gsl/gslcommon.h>
#include <gsl/gslmath.h>
diff --git a/flow/gsl/gslfilehash.c b/flow/gsl/gslfilehash.c
index ac4c066..1b65c4c 100644
--- a/flow/gsl/gslfilehash.c
+++ b/flow/gsl/gslfilehash.c
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "gslfilehash.h"
diff --git a/flow/gsl/gslfilehash.h b/flow/gsl/gslfilehash.h
index cc70bee..7916185 100644
--- a/flow/gsl/gslfilehash.h
+++ b/flow/gsl/gslfilehash.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __GSL_FILE_HASH_H__
#define __GSL_FILE_HASH_H__
diff --git a/flow/gsl/gslfilter.c b/flow/gsl/gslfilter.c
index 5bf8ff5..524355b 100644
--- a/flow/gsl/gslfilter.c
+++ b/flow/gsl/gslfilter.c
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "gslfilter.h"
diff --git a/flow/gsl/gslfilter.h b/flow/gsl/gslfilter.h
index 3baa7e8..0bdb454 100644
--- a/flow/gsl/gslfilter.h
+++ b/flow/gsl/gslfilter.h
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __GSL_FILTER_H__
#define __GSL_FILTER_H__
diff --git a/flow/gsl/gslglib.c b/flow/gsl/gslglib.c
index f913df2..37c7187 100644
--- a/flow/gsl/gslglib.c
+++ b/flow/gsl/gslglib.c
@@ -282,8 +282,8 @@ g_string_free(GString*gstr, int freeme)
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
/*
diff --git a/flow/gsl/gslglib.h b/flow/gsl/gslglib.h
index cd1f952..1831985 100644
--- a/flow/gsl/gslglib.h
+++ b/flow/gsl/gslglib.h
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __GSL_GLIB_H__
#define __GSL_GLIB_H__
diff --git a/flow/gsl/gslglibhash.cc b/flow/gsl/gslglibhash.cc
index a8c82b0..8782a3e 100644
--- a/flow/gsl/gslglibhash.cc
+++ b/flow/gsl/gslglibhash.cc
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "gslglib.h"
#include <list>
diff --git a/flow/gsl/gslglibhashtest.cc b/flow/gsl/gslglibhashtest.cc
index da50c10..9205c8c 100644
--- a/flow/gsl/gslglibhashtest.cc
+++ b/flow/gsl/gslglibhashtest.cc
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "gsldefs.h"
#include <string.h>
diff --git a/flow/gsl/gslieee754.h b/flow/gsl/gslieee754.h
index 48ea0ee..211b06c 100644
--- a/flow/gsl/gslieee754.h
+++ b/flow/gsl/gslieee754.h
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __GSL_IEEE754_H__
#define __GSL_IEEE754_H__
diff --git a/flow/gsl/gslloader-gslwave.c b/flow/gsl/gslloader-gslwave.c
index e851a12..64a2a37 100644
--- a/flow/gsl/gslloader-gslwave.c
+++ b/flow/gsl/gslloader-gslwave.c
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "gslloader.h"
diff --git a/flow/gsl/gslloader-mad.c b/flow/gsl/gslloader-mad.c
index 984aa39..bd8712d 100644
--- a/flow/gsl/gslloader-mad.c
+++ b/flow/gsl/gslloader-mad.c
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "gsl/gslloader.h"
diff --git a/flow/gsl/gslloader-oggvorbis.c b/flow/gsl/gslloader-oggvorbis.c
index 3ec3d88..f1491d7 100644
--- a/flow/gsl/gslloader-oggvorbis.c
+++ b/flow/gsl/gslloader-oggvorbis.c
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "gsl/gslloader.h"
diff --git a/flow/gsl/gslloader-wav.c b/flow/gsl/gslloader-wav.c
index d0a1c1e..6cb8831 100644
--- a/flow/gsl/gslloader-wav.c
+++ b/flow/gsl/gslloader-wav.c
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "gslloader.h"
diff --git a/flow/gsl/gslloader.c b/flow/gsl/gslloader.c
index 002e39f..ffac0ff 100644
--- a/flow/gsl/gslloader.c
+++ b/flow/gsl/gslloader.c
@@ -13,8 +13,8 @@
*
* 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., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "gslloader.h"
diff --git a/flow/gsl/gslloader.h b/flow/gsl/gslloader.h
index e4b391c..ae5c9c4 100644
--- a/flow/gsl/gslloader.h
+++ b/flow/gsl/gslloader.h
@@ -13,8 +13,8 @@
*
* 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., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __GSL_LOADER_H__
#define __GSL_LOADER_H__
diff --git a/flow/gsl/gslmagic.c b/flow/gsl/gslmagic.c
index 29486e3..7887965 100644
--- a/flow/gsl/gslmagic.c
+++ b/flow/gsl/gslmagic.c
@@ -13,8 +13,8 @@
*
* 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., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "gslmagic.h"
diff --git a/flow/gsl/gslmagic.h b/flow/gsl/gslmagic.h
index 41961bd..277584c 100644
--- a/flow/gsl/gslmagic.h
+++ b/flow/gsl/gslmagic.h
@@ -13,8 +13,8 @@
*
* 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., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __GSL_MAGIC_H__
#define __GSL_MAGIC_H__
diff --git a/flow/gsl/gslmath.c b/flow/gsl/gslmath.c
index 97ac675..008b5ec 100644
--- a/flow/gsl/gslmath.c
+++ b/flow/gsl/gslmath.c
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "gslmath.h"
diff --git a/flow/gsl/gslmath.h b/flow/gsl/gslmath.h
index b690a54..4169a34 100644
--- a/flow/gsl/gslmath.h
+++ b/flow/gsl/gslmath.h
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __GSL_MATH_H__
#define __GSL_MATH_H__
diff --git a/flow/gsl/gslmathtest.c b/flow/gsl/gslmathtest.c
index 55130aa..6e571df 100644
--- a/flow/gsl/gslmathtest.c
+++ b/flow/gsl/gslmathtest.c
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include <gsl/gslmath.h>
#include <gsl/gslfilter.h>
diff --git a/flow/gsl/gslopmaster.c b/flow/gsl/gslopmaster.c
index f71ec3d..a1daabb 100644
--- a/flow/gsl/gslopmaster.c
+++ b/flow/gsl/gslopmaster.c
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include <string.h>
#include <sys/poll.h>
diff --git a/flow/gsl/gslopmaster.h b/flow/gsl/gslopmaster.h
index 69cc3f8..65902bc 100644
--- a/flow/gsl/gslopmaster.h
+++ b/flow/gsl/gslopmaster.h
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __GSL_ENGINE_MASTER_H__
#define __GSL_ENGINE_MASTER_H__
diff --git a/flow/gsl/gslopnode.h b/flow/gsl/gslopnode.h
index 3e236e5..228764c 100644
--- a/flow/gsl/gslopnode.h
+++ b/flow/gsl/gslopnode.h
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __GSL_ENGINE_NODE_H__
#define __GSL_ENGINE_NODE_H__
diff --git a/flow/gsl/gslopschedule.c b/flow/gsl/gslopschedule.c
index 9102a41..a72f52b 100644
--- a/flow/gsl/gslopschedule.c
+++ b/flow/gsl/gslopschedule.c
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "gslopschedule.h"
diff --git a/flow/gsl/gslopschedule.h b/flow/gsl/gslopschedule.h
index a2b5281..e59c902 100644
--- a/flow/gsl/gslopschedule.h
+++ b/flow/gsl/gslopschedule.h
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __GSL_ENGINE_SCHEDULE_H__
#define __GSL_ENGINE_SCHEDULE_H__
diff --git a/flow/gsl/gsloputil.c b/flow/gsl/gsloputil.c
index 9adce89..49e90b6 100644
--- a/flow/gsl/gsloputil.c
+++ b/flow/gsl/gsloputil.c
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "gsloputil.h"
diff --git a/flow/gsl/gsloputil.h b/flow/gsl/gsloputil.h
index 9089770..116154f 100644
--- a/flow/gsl/gsloputil.h
+++ b/flow/gsl/gsloputil.h
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __GSL_ENGINE_UTIL_H__
#define __GSL_ENGINE_UTIL_H__
diff --git a/flow/gsl/gsloscillator-aux.c b/flow/gsl/gsloscillator-aux.c
index d755bc5..01831fb 100644
--- a/flow/gsl/gsloscillator-aux.c
+++ b/flow/gsl/gsloscillator-aux.c
@@ -13,8 +13,8 @@
*
* 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., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
diff --git a/flow/gsl/gsloscillator.c b/flow/gsl/gsloscillator.c
index 0747cff..2ae2868 100644
--- a/flow/gsl/gsloscillator.c
+++ b/flow/gsl/gsloscillator.c
@@ -13,8 +13,8 @@
*
* 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., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "gsloscillator.h"
diff --git a/flow/gsl/gsloscillator.h b/flow/gsl/gsloscillator.h
index 24223fc..b1dac77 100644
--- a/flow/gsl/gsloscillator.h
+++ b/flow/gsl/gsloscillator.h
@@ -13,8 +13,8 @@
*
* 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., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __GSL_OSCILLATOR_H__
#define __GSL_OSCILLATOR_H__
diff --git a/flow/gsl/gslosctable.c b/flow/gsl/gslosctable.c
index f3e096d..018633d 100644
--- a/flow/gsl/gslosctable.c
+++ b/flow/gsl/gslosctable.c
@@ -13,8 +13,8 @@
*
* 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., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "gslosctable.h"
diff --git a/flow/gsl/gslosctable.h b/flow/gsl/gslosctable.h
index 021e5b9..d61f531 100644
--- a/flow/gsl/gslosctable.h
+++ b/flow/gsl/gslosctable.h
@@ -13,8 +13,8 @@
*
* 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., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __GSL_OSC_TABLE_H__
#define __GSL_OSC_TABLE_H__
diff --git a/flow/gsl/gslsignal.c b/flow/gsl/gslsignal.c
index 9afc5bb..64cc1fe 100644
--- a/flow/gsl/gslsignal.c
+++ b/flow/gsl/gslsignal.c
@@ -13,8 +13,8 @@
*
* 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., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "gslsignal.h"
diff --git a/flow/gsl/gslsignal.h b/flow/gsl/gslsignal.h
index aa92f32..b1ac4ca 100644
--- a/flow/gsl/gslsignal.h
+++ b/flow/gsl/gslsignal.h
@@ -13,8 +13,8 @@
*
* 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., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __GSL_SIGNAL_H__
#define __GSL_SIGNAL_H__
diff --git a/flow/gsl/gsltests.c b/flow/gsl/gsltests.c
index 12a1664..09a3edd 100644
--- a/flow/gsl/gsltests.c
+++ b/flow/gsl/gsltests.c
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include <gsl/gslmath.h>
#include <gsl/gslcommon.h>
diff --git a/flow/gsl/gslwavechunk.c b/flow/gsl/gslwavechunk.c
index 06a105f..0983aa1 100644
--- a/flow/gsl/gslwavechunk.c
+++ b/flow/gsl/gslwavechunk.c
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "gslwavechunk.h"
diff --git a/flow/gsl/gslwavechunk.h b/flow/gsl/gslwavechunk.h
index c4deaf5..d58249c 100644
--- a/flow/gsl/gslwavechunk.h
+++ b/flow/gsl/gslwavechunk.h
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __GSL_WAVE_CHUNK_H__
#define __GSL_WAVE_CHUNK_H__
diff --git a/flow/gsl/gslwaveosc-aux.c b/flow/gsl/gslwaveosc-aux.c
index 4485242..5543ad4 100644
--- a/flow/gsl/gslwaveosc-aux.c
+++ b/flow/gsl/gslwaveosc-aux.c
@@ -13,8 +13,8 @@
*
* 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., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
diff --git a/flow/gsl/gslwaveosc.c b/flow/gsl/gslwaveosc.c
index a17c836..7398904 100644
--- a/flow/gsl/gslwaveosc.c
+++ b/flow/gsl/gslwaveosc.c
@@ -13,8 +13,8 @@
*
* 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., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "gslwaveosc.h"
diff --git a/flow/gsl/gslwaveosc.h b/flow/gsl/gslwaveosc.h
index c41b207..781289c 100644
--- a/flow/gsl/gslwaveosc.h
+++ b/flow/gsl/gslwaveosc.h
@@ -13,8 +13,8 @@
*
* 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., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifndef __GSL_WAVE_OSC_H__
#define __GSL_WAVE_OSC_H__
diff --git a/flow/gsl/gslwchunk.c b/flow/gsl/gslwchunk.c
index 1fa4d74..7f28ee7 100644
--- a/flow/gsl/gslwchunk.c
+++ b/flow/gsl/gslwchunk.c
@@ -13,8 +13,8 @@
*
* You should have received a copy of the GNU Lesser General
* Public License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#include "gslwavechunk.h"
#include "gsldatahandle.h"