SF.net SVN: supercollider:[9082] trunk

View: New views
1 Messages — Rating Filter:   Alert me  

SF.net SVN: supercollider:[9082] trunk

by danstowell :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Revision: 9082
          http://supercollider.svn.sourceforge.net/supercollider/?rev=9082&view=rev
Author:   danstowell
Date:     2009-04-20 08:38:27 +0000 (Mon, 20 Apr 2009)

Log Message:
-----------
Update address of Free Software Foundation (debian source-checking tools produce warnings about this).
Also putting slightly more explicit copyright attribution in some files (for similar reason).

Modified Paths:
--------------
    trunk/Headers/common/SC_DirUtils.h
    trunk/Headers/common/SC_StringBuffer.h
    trunk/Headers/common/SC_StringParser.h
    trunk/Headers/common/SC_fftlib.h
    trunk/Headers/lang/SC_LibraryConfig.h
    trunk/Psycollider/Psycollider/Psycollider.py
    trunk/Psycollider/PySCLang/PySCLang_Module.cpp
    trunk/Psycollider/PySCLang/PySCLang_Module.h
    trunk/Psycollider/PySCLang/PySCLang_Module_GUIStuff.cpp
    trunk/Psycollider/PySCLang/PySCLang_VM.h
    trunk/Psycollider/PySCLang/PySCLang_vpost_stuff.cpp
    trunk/Source/common/SC_DirUtils.cpp
    trunk/Source/common/SC_StringBuffer.cpp
    trunk/Source/common/SC_StringParser.cpp
    trunk/Source/plugins/ML_SpecStats.cpp
    trunk/Source/plugins/ReverbUGens.cpp
    trunk/Source/plugins/TestUGens.cpp
    trunk/Source/plugins/UnpackFFTUGens.cpp
    trunk/editors/scel/el/sclang-browser.el
    trunk/editors/scel/el/sclang-document.el
    trunk/editors/scel/el/sclang-help.el
    trunk/editors/scel/el/sclang-interp.el
    trunk/editors/scel/el/sclang-keys.el
    trunk/editors/scel/el/sclang-language.el
    trunk/editors/scel/el/sclang-menu.el
    trunk/editors/scel/el/sclang-mode.el
    trunk/editors/scel/el/sclang-server.el
    trunk/editors/scel/el/sclang-util.el
    trunk/editors/scel/el/sclang-vars.el.in
    trunk/editors/scel/el/sclang-widgets.el
    trunk/editors/scel/el/sclang.el
    trunk/editors/scel/sc/Emacs.sc
    trunk/editors/scel/sc/EmacsDocument.sc
    trunk/editors/scel/sc/ScelDocument.sc
    trunk/editors/scel/sc/extString.sc
    trunk/editors/scel/sc/storeLispOn.sc
    trunk/libsndfile/sndfile.h
    trunk/windows/compat_stuff/getopt.c
    trunk/windows/compat_stuff/getopt.h
    trunk/windows/compat_stuff/stdbool.h
    trunk/windows/distrowin.py

Modified: trunk/Headers/common/SC_DirUtils.h
===================================================================
--- trunk/Headers/common/SC_DirUtils.h 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/Headers/common/SC_DirUtils.h 2009-04-20 08:38:27 UTC (rev 9082)
@@ -1,4 +1,5 @@
 /*
+ *  Copyright (c) 2005 Tim Walters. All rights reserved.
  *  Created by Tim Walters on 10/19/05.
  *
  *  This program is free software; you can redistribute it and/or
@@ -13,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
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  *  USA
  *
  */

Modified: trunk/Headers/common/SC_StringBuffer.h
===================================================================
--- trunk/Headers/common/SC_StringBuffer.h 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/Headers/common/SC_StringBuffer.h 2009-04-20 08:38:27 UTC (rev 9082)
@@ -15,7 +15,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
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
 // USA
 
 #ifndef SC_STRINGBUFFER_H_INCLUDED

Modified: trunk/Headers/common/SC_StringParser.h
===================================================================
--- trunk/Headers/common/SC_StringParser.h 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/Headers/common/SC_StringParser.h 2009-04-20 08:38:27 UTC (rev 9082)
@@ -15,7 +15,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
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
 // USA
 
 #ifndef _SC_StringParser_

Modified: trunk/Headers/common/SC_fftlib.h
===================================================================
--- trunk/Headers/common/SC_fftlib.h 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/Headers/common/SC_fftlib.h 2009-04-20 08:38:27 UTC (rev 9082)
@@ -1,7 +1,7 @@
 /*
 SC_fftlib.h
 An interface to abstract over different FFT libraries, for SuperCollider 3.
-(c) 2008 Dan Stowell
+Copyright (c) 2008 Dan Stowell. All rights reserved.
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

Modified: trunk/Headers/lang/SC_LibraryConfig.h
===================================================================
--- trunk/Headers/lang/SC_LibraryConfig.h 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/Headers/lang/SC_LibraryConfig.h 2009-04-20 08:38:27 UTC (rev 9082)
@@ -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
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
 // USA
 
 #ifndef SC_LIBRARYCONFIG_H_INCLUDED

Modified: trunk/Psycollider/Psycollider/Psycollider.py
===================================================================
--- trunk/Psycollider/Psycollider/Psycollider.py 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/Psycollider/Psycollider/Psycollider.py 2009-04-20 08:38:27 UTC (rev 9082)
@@ -1,4 +1,5 @@
 # File: Psycollider.py
+# Copyright (c) Benjamin Golinvaux
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU General Public License as
@@ -12,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
+#  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
 #  USA
 #
 # Originally started by

Modified: trunk/Psycollider/PySCLang/PySCLang_Module.cpp
===================================================================
--- trunk/Psycollider/PySCLang/PySCLang_Module.cpp 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/Psycollider/PySCLang/PySCLang_Module.cpp 2009-04-20 08:38:27 UTC (rev 9082)
@@ -23,7 +23,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
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  *  USA
  *
  */

Modified: trunk/Psycollider/PySCLang/PySCLang_Module.h
===================================================================
--- trunk/Psycollider/PySCLang/PySCLang_Module.h 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/Psycollider/PySCLang/PySCLang_Module.h 2009-04-20 08:38:27 UTC (rev 9082)
@@ -23,7 +23,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
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  *  USA
  *
  */

Modified: trunk/Psycollider/PySCLang/PySCLang_Module_GUIStuff.cpp
===================================================================
--- trunk/Psycollider/PySCLang/PySCLang_Module_GUIStuff.cpp 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/Psycollider/PySCLang/PySCLang_Module_GUIStuff.cpp 2009-04-20 08:38:27 UTC (rev 9082)
@@ -23,7 +23,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
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  *  USA
  *
  */

Modified: trunk/Psycollider/PySCLang/PySCLang_VM.h
===================================================================
--- trunk/Psycollider/PySCLang/PySCLang_VM.h 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/Psycollider/PySCLang/PySCLang_VM.h 2009-04-20 08:38:27 UTC (rev 9082)
@@ -23,7 +23,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
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  *  USA
  *
  */

Modified: trunk/Psycollider/PySCLang/PySCLang_vpost_stuff.cpp
===================================================================
--- trunk/Psycollider/PySCLang/PySCLang_vpost_stuff.cpp 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/Psycollider/PySCLang/PySCLang_vpost_stuff.cpp 2009-04-20 08:38:27 UTC (rev 9082)
@@ -23,7 +23,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
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  *  USA
  *
  */

Modified: trunk/Source/common/SC_DirUtils.cpp
===================================================================
--- trunk/Source/common/SC_DirUtils.cpp 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/Source/common/SC_DirUtils.cpp 2009-04-20 08:38:27 UTC (rev 9082)
@@ -1,4 +1,5 @@
 /*
+ *  Copyright (c) 2005 Tim Walters. All rights reserved.
  *  Created by Tim Walters on 10/19/05.
  *
  *  This program is free software; you can redistribute it and/or
@@ -13,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
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  *  USA
  *
  */

Modified: trunk/Source/common/SC_StringBuffer.cpp
===================================================================
--- trunk/Source/common/SC_StringBuffer.cpp 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/Source/common/SC_StringBuffer.cpp 2009-04-20 08:38:27 UTC (rev 9082)
@@ -15,7 +15,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
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
 // USA
 
 #include "SC_StringBuffer.h"

Modified: trunk/Source/common/SC_StringParser.cpp
===================================================================
--- trunk/Source/common/SC_StringParser.cpp 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/Source/common/SC_StringParser.cpp 2009-04-20 08:38:27 UTC (rev 9082)
@@ -12,7 +12,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
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
 // USA
 
 #include "SC_StringParser.h"

Modified: trunk/Source/plugins/ML_SpecStats.cpp
===================================================================
--- trunk/Source/plugins/ML_SpecStats.cpp 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/Source/plugins/ML_SpecStats.cpp 2009-04-20 08:38:27 UTC (rev 9082)
@@ -1,7 +1,7 @@
 /*
 
 Spectral statistics UGens for SuperCollider, by Dan Stowell.
-(c) Dan Stowell 2006-2007.
+Copyright (c) Dan Stowell 2006-2007.
 Now part of SuperCollider 3, (c) James McCartney.
 
     This program is free software; you can redistribute it and/or modify

Modified: trunk/Source/plugins/ReverbUGens.cpp
===================================================================
--- trunk/Source/plugins/ReverbUGens.cpp 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/Source/plugins/ReverbUGens.cpp 2009-04-20 08:38:27 UTC (rev 9082)
@@ -1,4 +1,5 @@
 // FreeVerb UGens
+//  Copyright (c) 2005 blackrain. All rights reserved.
 // faust code generation experiments. blackrain 07/2005
 
 #include "SC_PlugIn.h"

Modified: trunk/Source/plugins/TestUGens.cpp
===================================================================
--- trunk/Source/plugins/TestUGens.cpp 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/Source/plugins/TestUGens.cpp 2009-04-20 08:38:27 UTC (rev 9082)
@@ -1,7 +1,22 @@
 /*
  *  TestUGens.cpp
  *  Plugins
+ *  Copyright (c) 2007 Scott Wilson. All rights reserved.
  *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program 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 General Public License for more details.
+ *
+ *  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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+ *
  *  Created by Scott Wilson on 22/06/2007.
  *  Modified by James Harkins on 28/07/2007.
  *

Modified: trunk/Source/plugins/UnpackFFTUGens.cpp
===================================================================
--- trunk/Source/plugins/UnpackFFTUGens.cpp 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/Source/plugins/UnpackFFTUGens.cpp 2009-04-20 08:38:27 UTC (rev 9082)
@@ -1,6 +1,7 @@
 /*
 
-"Unpack FFT" UGens for SuperCollider 3, (c) 2007 Dan Stowell. All rights reserved.
+"Unpack FFT" UGens for SuperCollider 3.
+Copyright (c) 2007 Dan Stowell. All rights reserved.
 
 (Written during the SC Symposium 2007! Thanks to all whose conversation fed into this.)
 

Modified: trunk/editors/scel/el/sclang-browser.el
===================================================================
--- trunk/editors/scel/el/sclang-browser.el 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/editors/scel/el/sclang-browser.el 2009-04-20 08:38:27 UTC (rev 9082)
@@ -12,7 +12,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
+;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
 ;; USA
 
 (require 'sclang-util)

Modified: trunk/editors/scel/el/sclang-document.el
===================================================================
--- trunk/editors/scel/el/sclang-document.el 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/editors/scel/el/sclang-document.el 2009-04-20 08:38:27 UTC (rev 9082)
@@ -12,7 +12,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
+;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
 ;; USA
 
 (provide 'sclang-document)

Modified: trunk/editors/scel/el/sclang-help.el
===================================================================
--- trunk/editors/scel/el/sclang-help.el 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/editors/scel/el/sclang-help.el 2009-04-20 08:38:27 UTC (rev 9082)
@@ -12,7 +12,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
+;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
 ;; USA
 
 (eval-when-compile

Modified: trunk/editors/scel/el/sclang-interp.el
===================================================================
--- trunk/editors/scel/el/sclang-interp.el 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/editors/scel/el/sclang-interp.el 2009-04-20 08:38:27 UTC (rev 9082)
@@ -12,7 +12,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
+;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
 ;; USA
 
 (eval-when-compile

Modified: trunk/editors/scel/el/sclang-keys.el
===================================================================
--- trunk/editors/scel/el/sclang-keys.el 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/editors/scel/el/sclang-keys.el 2009-04-20 08:38:27 UTC (rev 9082)
@@ -12,7 +12,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
+;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
 ;; USA
 
 ;; (defvar sclang-key-table (make-char-table 'foo))

Modified: trunk/editors/scel/el/sclang-language.el
===================================================================
--- trunk/editors/scel/el/sclang-language.el 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/editors/scel/el/sclang-language.el 2009-04-20 08:38:27 UTC (rev 9082)
@@ -12,7 +12,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
+;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
 ;; USA
 
 (eval-when-compile

Modified: trunk/editors/scel/el/sclang-menu.el
===================================================================
--- trunk/editors/scel/el/sclang-menu.el 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/editors/scel/el/sclang-menu.el 2009-04-20 08:38:27 UTC (rev 9082)
@@ -12,7 +12,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
+;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
 ;; USA
 
 ;; (sclang-set-command-handler

Modified: trunk/editors/scel/el/sclang-mode.el
===================================================================
--- trunk/editors/scel/el/sclang-mode.el 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/editors/scel/el/sclang-mode.el 2009-04-20 08:38:27 UTC (rev 9082)
@@ -12,7 +12,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
+;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
 ;; USA
 
 (eval-when-compile

Modified: trunk/editors/scel/el/sclang-server.el
===================================================================
--- trunk/editors/scel/el/sclang-server.el 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/editors/scel/el/sclang-server.el 2009-04-20 08:38:27 UTC (rev 9082)
@@ -12,7 +12,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
+;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
 ;; USA
 
 (eval-and-compile

Modified: trunk/editors/scel/el/sclang-util.el
===================================================================
--- trunk/editors/scel/el/sclang-util.el 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/editors/scel/el/sclang-util.el 2009-04-20 08:38:27 UTC (rev 9082)
@@ -12,7 +12,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
+;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
 ;; USA
 
 (defun sclang-message (string &rest args)

Modified: trunk/editors/scel/el/sclang-vars.el.in
===================================================================
--- trunk/editors/scel/el/sclang-vars.el.in 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/editors/scel/el/sclang-vars.el.in 2009-04-20 08:38:27 UTC (rev 9082)
@@ -16,8 +16,8 @@
 
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs; see the file COPYING.  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.
 
 ;;; Code:
 

Modified: trunk/editors/scel/el/sclang-widgets.el
===================================================================
--- trunk/editors/scel/el/sclang-widgets.el 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/editors/scel/el/sclang-widgets.el 2009-04-20 08:38:27 UTC (rev 9082)
@@ -17,8 +17,8 @@
 
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs; see the file COPYING.  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.
 
 ;;; Commentary:
 

Modified: trunk/editors/scel/el/sclang.el
===================================================================
--- trunk/editors/scel/el/sclang.el 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/editors/scel/el/sclang.el 2009-04-20 08:38:27 UTC (rev 9082)
@@ -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
+;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
 ;; USA
 
 ;;; Code:

Modified: trunk/editors/scel/sc/Emacs.sc
===================================================================
--- trunk/editors/scel/sc/Emacs.sc 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/editors/scel/sc/Emacs.sc 2009-04-20 08:38:27 UTC (rev 9082)
@@ -12,7 +12,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
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
 // USA
 
 EmacsInterface {

Modified: trunk/editors/scel/sc/EmacsDocument.sc
===================================================================
--- trunk/editors/scel/sc/EmacsDocument.sc 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/editors/scel/sc/EmacsDocument.sc 2009-04-20 08:38:27 UTC (rev 9082)
@@ -12,7 +12,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
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
 // USA
 
 EmacsDocument

Modified: trunk/editors/scel/sc/ScelDocument.sc
===================================================================
--- trunk/editors/scel/sc/ScelDocument.sc 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/editors/scel/sc/ScelDocument.sc 2009-04-20 08:38:27 UTC (rev 9082)
@@ -12,7 +12,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
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
 // USA
 
 ScelDocument : Document{

Modified: trunk/editors/scel/sc/extString.sc
===================================================================
--- trunk/editors/scel/sc/extString.sc 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/editors/scel/sc/extString.sc 2009-04-20 08:38:27 UTC (rev 9082)
@@ -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
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
 // USA
 
 + String{

Modified: trunk/editors/scel/sc/storeLispOn.sc
===================================================================
--- trunk/editors/scel/sc/storeLispOn.sc 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/editors/scel/sc/storeLispOn.sc 2009-04-20 08:38:27 UTC (rev 9082)
@@ -12,7 +12,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
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
 // USA
 
 + Object {

Modified: trunk/libsndfile/sndfile.h
===================================================================
--- trunk/libsndfile/sndfile.h 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/libsndfile/sndfile.h 2009-04-20 08:38:27 UTC (rev 9082)
@@ -13,7 +13,7 @@
 **
 ** 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.
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 */
 
 /*

Modified: trunk/windows/compat_stuff/getopt.c
===================================================================
--- trunk/windows/compat_stuff/getopt.c 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/windows/compat_stuff/getopt.c 2009-04-20 08:38:27 UTC (rev 9082)
@@ -18,8 +18,8 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301 USA.  */
 
 /* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>.
    Ditto for AIX 3.2 and <stdlib.h>.  */

Modified: trunk/windows/compat_stuff/getopt.h
===================================================================
--- trunk/windows/compat_stuff/getopt.h 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/windows/compat_stuff/getopt.h 2009-04-20 08:38:27 UTC (rev 9082)
@@ -14,8 +14,8 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301 USA.  */
 
 #ifndef _GETOPT_H
 

Modified: trunk/windows/compat_stuff/stdbool.h
===================================================================
--- trunk/windows/compat_stuff/stdbool.h 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/windows/compat_stuff/stdbool.h 2009-04-20 08:38:27 UTC (rev 9082)
@@ -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.  */
+   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #ifndef _STDBOOL_H
 #define _STDBOOL_H

Modified: trunk/windows/distrowin.py
===================================================================
--- trunk/windows/distrowin.py 2009-04-20 00:20:41 UTC (rev 9081)
+++ trunk/windows/distrowin.py 2009-04-20 08:38:27 UTC (rev 9082)
@@ -1,6 +1,22 @@
 # distrowin.py
 # script to generate SuperCollider WIX (windows installer xml) source file from template
-# (c) Dan Stowell 2008, published under the GPL v2 or later
+# Copyright (c) 2008 Dan Stowell. All rights reserved.
+#
+#  This program is free software; you can redistribute it and/or
+#  modify it under the terms of the GNU General Public License as
+#  published by the Free Software Foundation; either version 2 of the
+#  License, or (at your option) any later version.
+#
+#  This program 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
+#  General Public License for more details.
+#
+#  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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
+#  USA
+#
 
 # REQUIREMENTS:
 #  (1) You must have installed the "WiX toolset" and added its "bin" folder to your PATH


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

_______________________________________________
sc-dev mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-dev/
search: http://www.listarc.bham.ac.uk/lists/sc-dev/search/