From 095c2bc381d511541a70444a409c0db132e3b65a Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Sat, 8 Oct 2005 22:30:16 +0000 Subject: [PATCH] Update the FSF headers. --- COPYING | 6 +++--- COPYING.LGPL | 4 ++-- NEWS | 2 ++ rawdog | 6 +++--- rawdoglib/persister.py | 4 ++-- rawdoglib/plugins.py | 6 +++--- rawdoglib/rawdog.py | 6 +++--- rawdoglib/upgrade_1_2.py | 6 +++--- 8 files changed, 21 insertions(+), 19 deletions(-) diff --git a/COPYING b/COPYING index d60c31a..b6f92f3 100644 --- a/COPYING +++ b/COPYING @@ -2,7 +2,7 @@ Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -305,7 +305,7 @@ the "copyright" line and a pointer to where the full notice is found. 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 Also add information on how to contact you by electronic and paper mail. @@ -313,7 +313,7 @@ Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: - Gnomovision version 69, Copyright (C) year name of author + Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. diff --git a/COPYING.LGPL b/COPYING.LGPL index b1e3f5a..a2a1d92 100644 --- a/COPYING.LGPL +++ b/COPYING.LGPL @@ -2,7 +2,7 @@ Version 2.1, February 1999 Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -485,7 +485,7 @@ convey the exclusion of warranty; and each file should have at least the 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 + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA Also add information on how to contact you by electronic and paper mail. diff --git a/NEWS b/NEWS index 80273a2..10951ac 100644 --- a/NEWS +++ b/NEWS @@ -52,6 +52,8 @@ use this, set "numthreads" to be greater than 0 in your config file. Since it changes the semantics of one of the plugin hooks, it's off by default. +Update the GPL and LGPL headers to include the FSF's new address. + - rawdog 2.4 Provide guid in item templates (suggested by Rick van Rein). diff --git a/rawdog b/rawdog index 10ba84f..3f51fdf 100644 --- a/rawdog +++ b/rawdog @@ -13,9 +13,9 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with rawdog; see the file COPYING. If not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307 USA, or see http://www.gnu.org/. +# along with rawdog; see the file COPYING. If not, write to the Free +# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, +# MA 02110-1301, USA, or see http://www.gnu.org/. from rawdoglib.rawdog import main import sys, os diff --git a/rawdoglib/persister.py b/rawdoglib/persister.py index 407960f..5e2763e 100644 --- a/rawdoglib/persister.py +++ b/rawdoglib/persister.py @@ -13,8 +13,8 @@ # # You should have received a copy of the GNU Lesser General Public # License along with persister; see the file COPYING.LGPL. If not, -# write to the Free Software Foundation, Inc., 59 Temple Place, Suite -# 330, Boston, MA 02111-1307 USA, or see http://www.gnu.org/. +# write to the Free Software Foundation, Inc., 51 Franklin Street, +# Fifth Floor, Boston, MA 02110-1301, USA, or see http://www.gnu.org/. import fcntl, os import cPickle as pickle diff --git a/rawdoglib/plugins.py b/rawdoglib/plugins.py index a0da0ac..9dcb2e7 100644 --- a/rawdoglib/plugins.py +++ b/rawdoglib/plugins.py @@ -12,9 +12,9 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with rawdog; see the file COPYING. If not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307 USA, or see http://www.gnu.org/. +# along with rawdog; see the file COPYING. If not, write to the Free +# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, +# MA 02110-1301, USA, or see http://www.gnu.org/. import os, imp diff --git a/rawdoglib/rawdog.py b/rawdoglib/rawdog.py index 0e44acc..aeff39e 100644 --- a/rawdoglib/rawdog.py +++ b/rawdoglib/rawdog.py @@ -12,9 +12,9 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with rawdog; see the file COPYING. If not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307 USA, or see http://www.gnu.org/. +# along with rawdog; see the file COPYING. If not, write to the Free +# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, +# MA 02110-1301, USA, or see http://www.gnu.org/. VERSION = "2.5rc1" STATE_VERSION = 2 diff --git a/rawdoglib/upgrade_1_2.py b/rawdoglib/upgrade_1_2.py index 7b7a6ef..fd2c8c2 100644 --- a/rawdoglib/upgrade_1_2.py +++ b/rawdoglib/upgrade_1_2.py @@ -12,9 +12,9 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with rawdog; see the file COPYING. If not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307 USA, or see http://www.gnu.org/. +# along with rawdog; see the file COPYING. If not, write to the Free +# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, +# MA 02110-1301, USA, or see http://www.gnu.org/. import os, time, difflib import cPickle as pickle -- 2.35.1