From: ianmdlvl Date: Fri, 21 Sep 2007 21:21:15 +0000 (+0000) Subject: copyright dates, contact details, and similar admin fixes X-Git-Tag: debian_version_4_1_21~2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=commitdiff_plain;h=506a099cb9d0200b394d19c17d6dc9a3478b9917 copyright dates, contact details, and similar admin fixes --- diff --git a/backup/backuplib.pl b/backup/backuplib.pl index fb72f58..cbbe6f4 100644 --- a/backup/backuplib.pl +++ b/backup/backuplib.pl @@ -19,8 +19,8 @@ # 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., -# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# with this program; if not, consult the Free Software Foundation's +# website at www.fsf.org, or the GNU Project website at www.gnu.org. require IO::File; diff --git a/backup/bringup b/backup/bringup index a9fc54c..b88a720 100755 --- a/backup/bringup +++ b/backup/bringup @@ -20,8 +20,8 @@ # 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., -# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# with this program; if not, consult the Free Software Foundation's +# website at www.fsf.org, or the GNU Project website at www.gnu.org. # Very simple: extract the default runlevel from /etc/inittab # and change to it with telinit. diff --git a/backup/checkallused b/backup/checkallused index b442d25..c0079d0 100755 --- a/backup/checkallused +++ b/backup/checkallused @@ -20,8 +20,8 @@ # 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., -# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# with this program; if not, consult the Free Software Foundation's +# website at www.fsf.org, or the GNU Project website at www.gnu.org. # All filesystems must either be backed up in both full and # incremental dumps or listed as exceptions. diff --git a/backup/driver b/backup/driver index d5d7a1f..5dab3eb 100755 --- a/backup/driver +++ b/backup/driver @@ -20,8 +20,8 @@ # 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., -# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# with this program; if not, consult the Free Software Foundation's +# website at www.fsf.org, or the GNU Project website at www.gnu.org. cd /var/lib/chiark-backup PATH=/usr/share/chiark-backup:$PATH export PATH diff --git a/backup/full b/backup/full index 419f2f7..61b6266 100755 --- a/backup/full +++ b/backup/full @@ -20,8 +20,8 @@ # 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., -# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# with this program; if not, consult the Free Software Foundation's +# website at www.fsf.org, or the GNU Project website at www.gnu.org. BEGIN { $etc= '/etc/chiark-backup'; diff --git a/backup/increm b/backup/increm index 4d59eee..c9d52ca 100755 --- a/backup/increm +++ b/backup/increm @@ -20,8 +20,8 @@ # 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., -# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# with this program; if not, consult the Free Software Foundation's +# website at www.fsf.org, or the GNU Project website at www.gnu.org. # We are invoked by full if the tape description file says that it is # for an incremental backup. We expect two commandline argument which diff --git a/backup/iwjbackup.txt b/backup/iwjbackup.txt index 44eacee..a353e75 100644 --- a/backup/iwjbackup.txt +++ b/backup/iwjbackup.txt @@ -200,5 +200,5 @@ 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., -59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +with this program; if not, consult the Free Software Foundation's +website at www.fsf.org, or the GNU Project website at www.gnu.org. diff --git a/backup/loaded b/backup/loaded index 12b1dd4..7670e06 100755 --- a/backup/loaded +++ b/backup/loaded @@ -20,8 +20,8 @@ # 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., -# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# with this program; if not, consult the Free Software Foundation's +# website at www.fsf.org, or the GNU Project website at www.gnu.org. set -e cd /var/lib/chiark-backup diff --git a/backup/takedown b/backup/takedown index f23c574..97a2a9f 100755 --- a/backup/takedown +++ b/backup/takedown @@ -20,8 +20,8 @@ # 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., -# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# with this program; if not, consult the Free Software Foundation's +# website at www.fsf.org, or the GNU Project website at www.gnu.org. # Expects a single (possibly empty) argument X which is used to select # a file /etc/chiark-backup/warnings.X. This file will contain lines like: diff --git a/backup/whatsthis b/backup/whatsthis index df89a72..26315f8 100755 --- a/backup/whatsthis +++ b/backup/whatsthis @@ -20,8 +20,8 @@ # 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., -# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# with this program; if not, consult the Free Software Foundation's +# website at www.fsf.org, or the GNU Project website at www.gnu.org. # First rough hack; mostly just code nabbed from full. # --list assumes the dump type was 'zafio', which is a bit bogus. diff --git a/cprogs/Makefile b/cprogs/Makefile index 31184ff..584cda1 100644 --- a/cprogs/Makefile +++ b/cprogs/Makefile @@ -18,8 +18,8 @@ # 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., -# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# with this program; if not, consult the Free Software Foundation's +# website at www.fsf.org, or the GNU Project website at www.gnu.org. include ../settings.make diff --git a/cprogs/dlist.h b/cprogs/dlist.h index f7c5b09..5c11e4d 100644 --- a/cprogs/dlist.h +++ b/cprogs/dlist.h @@ -21,8 +21,8 @@ * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program; if not, consult the Free Software Foundation, + * Inc., website at www.fsf.org, or the GNU Project website at www.gnu.org. */ #ifndef ADNS_DLIST_H_INCLUDED diff --git a/cprogs/myopt.c b/cprogs/myopt.c index 1876d06..c4d5a86 100644 --- a/cprogs/myopt.c +++ b/cprogs/myopt.c @@ -2,7 +2,7 @@ * libdpkg - Debian packaging suite library routines * myopt.c - my very own option parsing * - * Copyright (C) 1994,1995 Ian Jackson + * Copyright (C) 1994,1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as @@ -15,8 +15,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public - * License along with this file; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this file; if not, consult the Free Software + * Foundation's website at www.fsf.org, or the GNU Project website at + * www.gnu.org. */ #include diff --git a/cprogs/myopt.h b/cprogs/myopt.h index 89fa3ad..664fcca 100644 --- a/cprogs/myopt.h +++ b/cprogs/myopt.h @@ -1,7 +1,7 @@ /* * myopt.h - declarations for my very own option parsing * - * Copyright (C) 1994,1995 Ian Jackson + * Copyright (C) 1994,1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as @@ -14,8 +14,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public - * License along with this file; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this file; if not, consult the Free Software + * Foundation's website at www.fsf.org, or the GNU Project website at + * www.gnu.org. */ #ifndef MYOPT_H diff --git a/cprogs/readbuffer.c b/cprogs/readbuffer.c index da68172..00df636 100644 --- a/cprogs/readbuffer.c +++ b/cprogs/readbuffer.c @@ -22,8 +22,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public - * License along with this file; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this file; if not, consult the Free Software + * Foundation's website at www.fsf.org, or the GNU Project website at + * www.gnu.org. * */ diff --git a/cprogs/really.8 b/cprogs/really.8 index 3952e46..45bca20 100644 --- a/cprogs/really.8 +++ b/cprogs/really.8 @@ -142,8 +142,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. .PP You should have received a copy of the GNU General Public -License along with this file; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +License along with this file; if not, consult the Free Software +Foundation's website at www.fsf.org, or the GNU Project website at +www.gnu.org. .SH AVAILABILITY .B really is currently part of diff --git a/cprogs/really.c b/cprogs/really.c index bbb5ad8..46db574 100644 --- a/cprogs/really.c +++ b/cprogs/really.c @@ -1,7 +1,7 @@ /* * really.c - program for gaining privilege * - * Copyright (C) 1992-3 Ian Jackson + * Copyright (C) 1992-3 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as @@ -14,8 +14,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public - * License along with this file; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this file; if not, consult the Free Software + * Foundation's website at www.fsf.org, or the GNU Project website at + * www.gnu.org. */ #include diff --git a/cprogs/rwbuffer.c b/cprogs/rwbuffer.c index fc73624..4d8503c 100644 --- a/cprogs/rwbuffer.c +++ b/cprogs/rwbuffer.c @@ -22,8 +22,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public - * License along with this file; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this file; if not, consult the Free Software + * Foundation's website at www.fsf.org, or the GNU Project website at + * www.gnu.org. * */ diff --git a/cprogs/rwbuffer.h b/cprogs/rwbuffer.h index 9ac0902..f49b30b 100644 --- a/cprogs/rwbuffer.h +++ b/cprogs/rwbuffer.h @@ -22,8 +22,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public - * License along with this file; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this file; if not, consult the Free Software + * Foundation's website at www.fsf.org, or the GNU Project website at + * www.gnu.org. * */ diff --git a/cprogs/smtpallow.c b/cprogs/smtpallow.c index 36922bf..b4f8765 100644 --- a/cprogs/smtpallow.c +++ b/cprogs/smtpallow.c @@ -1,7 +1,7 @@ /* * smtpallow.c - ld_preload for hacking with connect() ! * - * Copyright (C) 1994,1995 Ian Jackson + * Copyright (C) 1994,1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as @@ -14,8 +14,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public - * License along with this file; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this file; if not, consult the Free Software + * Foundation's website at www.fsf.org, or the GNU Project website at + * www.gnu.org. */ #include diff --git a/cprogs/summer.c b/cprogs/summer.c index 1241921..66c790a 100644 --- a/cprogs/summer.c +++ b/cprogs/summer.c @@ -1,9 +1,29 @@ /* + * summer - program for summarising (with md5 checksums) filesystem trees + * * usage: * cat startpoints.list | summer >data.list * summer startpoints... >data.list * prints md5sum of data-list to stderr */ +/* + * Copyright (C) 2003,2006-2007 Ian Jackson + * + * This 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 3, + * or (at your option) any later version. + * + * This 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 file; if not, consult the Free Software + * Foundation's website at www.fsf.org, or the GNU Project website at + * www.gnu.org. + */ #define _GNU_SOURCE diff --git a/cprogs/trivsoundd.c b/cprogs/trivsoundd.c index 0d7cd9e..d1e6636 100644 --- a/cprogs/trivsoundd.c +++ b/cprogs/trivsoundd.c @@ -22,8 +22,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public - * License along with this file; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this file; if not, consult the Free Software + * Foundation's website at www.fsf.org, or the GNU Project website at + * www.gnu.org. * */ diff --git a/cprogs/watershed.c b/cprogs/watershed.c index 82e17dc..dfc9480 100644 --- a/cprogs/watershed.c +++ b/cprogs/watershed.c @@ -3,6 +3,8 @@ * unnecessary runs of idempotent commands * * watershed is Copyright 2007 Canonical Ltd + * written by Ian Jackson + * and this version now maintained as part of chiark-utils * * * This program is free software; you can redistribute it and/or modify @@ -15,12 +17,10 @@ * 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., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * See the file XXXXX for a full list of credits information (often - * installed as XXXXX. + * You should have received a copy of the GNU General Public + * License along with this file; if not, consult the Free Software + * Foundation's website at www.fsf.org, or the GNU Project website at + * www.gnu.org. * */ /* diff --git a/cprogs/wrbufcore.c b/cprogs/wrbufcore.c index 2c3769f..65fc2be 100644 --- a/cprogs/wrbufcore.c +++ b/cprogs/wrbufcore.c @@ -22,8 +22,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public - * License along with this file; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this file; if not, consult the Free Software + * Foundation's website at www.fsf.org, or the GNU Project website at + * www.gnu.org. * */ diff --git a/cprogs/writebuffer.c b/cprogs/writebuffer.c index 190f152..da47cea 100644 --- a/cprogs/writebuffer.c +++ b/cprogs/writebuffer.c @@ -22,8 +22,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public - * License along with this file; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this file; if not, consult the Free Software + * Foundation's website at www.fsf.org, or the GNU Project website at + * www.gnu.org. * */ diff --git a/debian/changelog b/debian/changelog index 44d1d20..f4c9614 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,10 @@ chiark-utils (4.1.21) unstable; urgency=low * backup-snaprsync: pass -I to rsync when copying rsums. * update licence to GPLv3 or later (was GPLv2 or later). - * remove FSF's paper address from debian/copyright. + * remove FSF's paper address from debian/copyright + and refer to the FSF and GNU websites instead. * update copyright dates in backup/. + * Fix some out of date email addresses. -- Ian Jackson Fri, 21 Sep 2007 21:58:33 +0100 diff --git a/debian/copyright b/debian/copyright index 0ba5fd8..ab21ac2 100644 --- a/debian/copyright +++ b/debian/copyright @@ -43,5 +43,6 @@ General Public License for more details. You should have received a copy of the GNU General Public License with your Debian GNU/Linux system, in /usr/share/common-licenses/GPL-3, or with the chiark-utils source package as the file COPYING; if not, -email me at one of the addresses above or consult to the Free Software -Foundation's GNU Project website http://www.gnu.org/ +email me at one of the addresses above or consult the Free Software +Foundation's website at www.fsf.org, or the GNU Project website at +www.gnu.org. diff --git a/scripts/Makefile b/scripts/Makefile index 4f7a225..94458b6 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -16,8 +16,8 @@ # 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., -# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# with this program; if not, consult the Free Software Foundation's +# website at www.fsf.org, or the GNU Project website at www.gnu.org. include ../settings.make diff --git a/scripts/cvsweb-list b/scripts/cvsweb-list index 17ff50f..20511b9 100755 --- a/scripts/cvsweb-list +++ b/scripts/cvsweb-list @@ -20,8 +20,8 @@ # 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., -# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# with this program; if not, consult the Free Software Foundation's +# website at www.fsf.org, or the GNU Project website at www.gnu.org. print <) { die "no plots" unless defined $ctable; print "F\n" or die $!; -# $Id: ngspice2genspic,v 1.2 2007-09-21 20:59:02 ianmdlvl Exp $ +# $Id: ngspice2genspic,v 1.3 2007-09-21 21:21:15 ianmdlvl Exp $ diff --git a/scripts/palm-datebook-reminders.1 b/scripts/palm-datebook-reminders.1 index 7a5dff4..40a9301 100644 --- a/scripts/palm-datebook-reminders.1 +++ b/scripts/palm-datebook-reminders.1 @@ -59,8 +59,8 @@ 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., -59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +with this program; if not, consult the Free Software Foundation's +website at www.fsf.org, or the GNU Project website at www.gnu.org. Palm Datebook is a piece of proprietary software supplied with Palm organisers. Palm and Datebook are probably trademarks. diff --git a/settings.make b/settings.make index 7ee869b..52a4f73 100644 --- a/settings.make +++ b/settings.make @@ -16,8 +16,8 @@ # 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., -# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# with this program; if not, consult the Free Software Foundation's +# website at www.fsf.org, or the GNU Project website at www.gnu.org. CONFIG_CPPFLAGS= -DRWBUFFER_SIZE_MB=$(RWBUFFER_SIZE_MB) \ -DREALLY_CHECK_FILE='"/etc/inittab"' diff --git a/sync-accounts/Makefile b/sync-accounts/Makefile index dcb1a51..f9279e2 100644 --- a/sync-accounts/Makefile +++ b/sync-accounts/Makefile @@ -16,8 +16,8 @@ # 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., -# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# with this program; if not, consult the Free Software Foundation's +# website at www.fsf.org, or the GNU Project website at www.gnu.org. SYSTEM_GROUP= root diff --git a/sync-accounts/grab-account b/sync-accounts/grab-account index c4e5cfe..8003215 100755 --- a/sync-accounts/grab-account +++ b/sync-accounts/grab-account @@ -16,10 +16,10 @@ # General Public License for more details. # # You should already have a copy of the GNU General Public License. -# If not, write to the Free Software Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# If not, consult the Free Software Foundation's website at +# www.fsf.org, or the GNU Project website at www.gnu.org. # -# $Id: grab-account,v 1.4 2007-09-21 20:59:02 ianmdlvl Exp $ +# $Id: grab-account,v 1.5 2007-09-21 21:21:15 ianmdlvl Exp $ set -e @@ -28,7 +28,7 @@ then echo >&2 \ 'usage: grab-account [] creates an entry in /etc/sync-accounts, and runs sync-accounts -$Id: grab-account,v 1.4 2007-09-21 20:59:02 ianmdlvl Exp $' +$Id: grab-account,v 1.5 2007-09-21 21:21:15 ianmdlvl Exp $' exit 1 fi diff --git a/sync-accounts/grab-account.8 b/sync-accounts/grab-account.8 index 2b39340..e5822dc 100644 --- a/sync-accounts/grab-account.8 +++ b/sync-accounts/grab-account.8 @@ -69,8 +69,8 @@ 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., -59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +with this program; if not, consult the Free Software Foundation's +website at www.fsf.org, or the GNU Project website at www.gnu.org. .SH SEE ALSO .BR sync-accounts "(8), " .BR sync-accounts "(5), " diff --git a/sync-accounts/sync-accounts b/sync-accounts/sync-accounts index 5e26a98..cef131c 100755 --- a/sync-accounts/sync-accounts +++ b/sync-accounts/sync-accounts @@ -16,10 +16,10 @@ # General Public License for more details. # # You should already have a copy of the GNU General Public License. -# If not, write to the Free Software Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# If not, consult the Free Software Foundation's website at +# www.fsf.org, or the GNU Project website at www.gnu.org. # -# $Id: sync-accounts,v 1.24 2007-09-21 20:59:02 ianmdlvl Exp $ +# $Id: sync-accounts,v 1.25 2007-09-21 21:21:15 ianmdlvl Exp $ use POSIX; diff --git a/sync-accounts/sync-accounts-createuser b/sync-accounts/sync-accounts-createuser index 63601d9..a8f7904 100755 --- a/sync-accounts/sync-accounts-createuser +++ b/sync-accounts/sync-accounts-createuser @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: sync-accounts-createuser,v 1.5 2007-09-21 20:59:02 ianmdlvl Exp $ +# $Id: sync-accounts-createuser,v 1.6 2007-09-21 21:21:15 ianmdlvl Exp $ # # Copyright 1999-2002 Ian Jackson # @@ -14,8 +14,8 @@ # for more details. # # You should already have a copy of the GNU General Public License. -# If not, write to the Free Software Foundation, Inc., 59 Temple -# Place - Suite 330, Boston, MA 02111-1307, USA. +# If not, consult the Free Software Foundation's website at +# www.fsf.org, or the GNU Project website at www.gnu.org. set -e un=$SYNCUSER_CREATE_USER diff --git a/sync-accounts/sync-accounts-createuser.8 b/sync-accounts/sync-accounts-createuser.8 index f2c7ca3..ffd897d 100644 --- a/sync-accounts/sync-accounts-createuser.8 +++ b/sync-accounts/sync-accounts-createuser.8 @@ -93,8 +93,8 @@ 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., -59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +with this program; if not, consult the Free Software Foundation's +website at www.fsf.org, or the GNU Project website at www.gnu.org. .SH SEE ALSO .BR sync-accounts "(8), " .BR sync-accounts "(5), " diff --git a/sync-accounts/sync-accounts.5 b/sync-accounts/sync-accounts.5 index 18b510b..c5d198b 100644 --- a/sync-accounts/sync-accounts.5 +++ b/sync-accounts/sync-accounts.5 @@ -382,8 +382,8 @@ 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., -59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +with this program; if not, consult the Free Software Foundation's +website at www.fsf.org, or the GNU Project website at www.gnu.org. .SH SEE ALSO .BR sync-accounts "(8), " .BR grab-account "(8), " diff --git a/sync-accounts/sync-accounts.8 b/sync-accounts/sync-accounts.8 index 7f53436..5e2ca29 100644 --- a/sync-accounts/sync-accounts.8 +++ b/sync-accounts/sync-accounts.8 @@ -141,8 +141,8 @@ 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., -59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +with this program; if not, consult the Free Software Foundation's +website at www.fsf.org, or the GNU Project website at www.gnu.org. .SH SEE ALSO .BR sync-accounts "(5), " .BR grab-account "(8), "