From 6be16de284a7b522b8600f2655eb8b2f3532fb76 Mon Sep 17 00:00:00 2001 From: Dan Stowell Date: Mon, 20 Apr 2009 08:38:27 +0000 Subject: [PATCH] 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). git-svn-id: https://supercollider.svn.sourceforge.net/svnroot/supercollider/trunk@9082 a380766d-ff14-0410-b294-a243070f3f08 --- el/sclang-browser.el | 2 +- el/sclang-document.el | 2 +- el/sclang-help.el | 2 +- el/sclang-interp.el | 2 +- el/sclang-keys.el | 2 +- el/sclang-language.el | 2 +- el/sclang-menu.el | 2 +- el/sclang-mode.el | 2 +- el/sclang-server.el | 2 +- el/sclang-util.el | 2 +- el/sclang-vars.el.in | 4 ++-- el/sclang-widgets.el | 4 ++-- el/sclang.el | 2 +- sc/Emacs.sc | 2 +- sc/EmacsDocument.sc | 2 +- sc/ScelDocument.sc | 2 +- sc/extString.sc | 2 +- sc/storeLispOn.sc | 2 +- 18 files changed, 20 insertions(+), 20 deletions(-) diff --git a/el/sclang-browser.el b/el/sclang-browser.el index 46e9f02..749ccf7 100644 --- a/el/sclang-browser.el +++ b/el/sclang-browser.el @@ -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) diff --git a/el/sclang-document.el b/el/sclang-document.el index 05e2958..ffb53cd 100644 --- a/el/sclang-document.el +++ b/el/sclang-document.el @@ -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) diff --git a/el/sclang-help.el b/el/sclang-help.el index a59cfde..8612c62 100644 --- a/el/sclang-help.el +++ b/el/sclang-help.el @@ -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 diff --git a/el/sclang-interp.el b/el/sclang-interp.el index 478bab6..f185d34 100644 --- a/el/sclang-interp.el +++ b/el/sclang-interp.el @@ -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 diff --git a/el/sclang-keys.el b/el/sclang-keys.el index d714342..e159373 100644 --- a/el/sclang-keys.el +++ b/el/sclang-keys.el @@ -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)) diff --git a/el/sclang-language.el b/el/sclang-language.el index 624ef26..34ec1a0 100644 --- a/el/sclang-language.el +++ b/el/sclang-language.el @@ -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 diff --git a/el/sclang-menu.el b/el/sclang-menu.el index 99f525a..8ce7d4e 100644 --- a/el/sclang-menu.el +++ b/el/sclang-menu.el @@ -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 diff --git a/el/sclang-mode.el b/el/sclang-mode.el index 1ed5905..0733df8 100644 --- a/el/sclang-mode.el +++ b/el/sclang-mode.el @@ -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 diff --git a/el/sclang-server.el b/el/sclang-server.el index c903023..533460b 100644 --- a/el/sclang-server.el +++ b/el/sclang-server.el @@ -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 diff --git a/el/sclang-util.el b/el/sclang-util.el index a7f6d82..ea104cb 100644 --- a/el/sclang-util.el +++ b/el/sclang-util.el @@ -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) diff --git a/el/sclang-vars.el.in b/el/sclang-vars.el.in index 29feaa0..60fa259 100644 --- a/el/sclang-vars.el.in +++ b/el/sclang-vars.el.in @@ -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: diff --git a/el/sclang-widgets.el b/el/sclang-widgets.el index f16ef37..2f465c1 100644 --- a/el/sclang-widgets.el +++ b/el/sclang-widgets.el @@ -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: diff --git a/el/sclang.el b/el/sclang.el index a4eee02..8659f9d 100644 --- a/el/sclang.el +++ b/el/sclang.el @@ -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: diff --git a/sc/Emacs.sc b/sc/Emacs.sc index c0a0ab8..6323431 100644 --- a/sc/Emacs.sc +++ b/sc/Emacs.sc @@ -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 { diff --git a/sc/EmacsDocument.sc b/sc/EmacsDocument.sc index da0b913..9d63ef0 100644 --- a/sc/EmacsDocument.sc +++ b/sc/EmacsDocument.sc @@ -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 diff --git a/sc/ScelDocument.sc b/sc/ScelDocument.sc index 737e87b..4e5b27a 100644 --- a/sc/ScelDocument.sc +++ b/sc/ScelDocument.sc @@ -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{ diff --git a/sc/extString.sc b/sc/extString.sc index e5f72e0..0c63377 100644 --- a/sc/extString.sc +++ b/sc/extString.sc @@ -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{ diff --git a/sc/storeLispOn.sc b/sc/storeLispOn.sc index 90f16fe..9178207 100644 --- a/sc/storeLispOn.sc +++ b/sc/storeLispOn.sc @@ -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 {