From: Ian Jackson Date: Sat, 2 Jun 2012 11:12:25 +0000 (+0100) Subject: remove fsf street address X-Git-Tag: debian/1.1.1~7 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-tcl.git;a=commitdiff_plain;h=7c5f211f728a6eabe07ff16476c2c5273f3ccca9 remove fsf street address perl -i~ -pe 's#if not, write to the Free Software.*$#if not, see .#; s#.*Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n##; s#.* 02110-1301, USA.\n##' */*.{tct,c,h,make} */Makefile Makefile base/tcmdifgen debian/control debian/rules --- diff --git a/adns/adns.c b/adns/adns.c index 201212c..7dde69c 100644 --- a/adns/adns.c +++ b/adns/adns.c @@ -73,9 +73,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this library; if not, see . */ #define _GNU_SOURCE diff --git a/adns/adns.tct b/adns/adns.tct index fcf42e0..74ef451 100644 --- a/adns/adns.tct +++ b/adns/adns.tct @@ -12,9 +12,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this library; if not, see . Type adnsresults: adns_answer *@ diff --git a/adns/chiark_tcl_adns.h b/adns/chiark_tcl_adns.h index 357d085..40cb735 100644 --- a/adns/chiark_tcl_adns.h +++ b/adns/chiark_tcl_adns.h @@ -13,9 +13,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this library; if not, see . */ #ifndef ADNSTCL_H diff --git a/base/Makefile b/base/Makefile index 3698591..1bbfd21 100644 --- a/base/Makefile +++ b/base/Makefile @@ -12,9 +12,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this library; if not, see . default: all diff --git a/base/base.tct b/base/base.tct index 5cddd94..27ea098 100644 --- a/base/base.tct +++ b/base/base.tct @@ -12,9 +12,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this library; if not, see . Type iddata(const IdDataSpec *idds): void *@ diff --git a/base/chiark-tcl-base.h b/base/chiark-tcl-base.h index f99f807..303e72d 100644 --- a/base/chiark-tcl-base.h +++ b/base/chiark-tcl-base.h @@ -13,9 +13,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this library; if not, see . */ diff --git a/base/chiark-tcl.h b/base/chiark-tcl.h index e2f3d4e..2f4ae7d 100644 --- a/base/chiark-tcl.h +++ b/base/chiark-tcl.h @@ -13,9 +13,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this library; if not, see . */ #ifndef CHIARK_TCL_H diff --git a/base/common.make b/base/common.make index 5314aac..758d858 100644 --- a/base/common.make +++ b/base/common.make @@ -12,9 +12,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this library; if not, see . VERSION ?= 1 diff --git a/base/enum.c b/base/enum.c index 1006a3c..28189c7 100644 --- a/base/enum.c +++ b/base/enum.c @@ -13,9 +13,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this library; if not, see . */ #include "chiark-tcl-base.h" diff --git a/base/extension.make b/base/extension.make index 502d45b..23e72ee 100644 --- a/base/extension.make +++ b/base/extension.make @@ -12,9 +12,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this library; if not, see . diff --git a/base/final.make b/base/final.make index ed231de..12db93d 100644 --- a/base/final.make +++ b/base/final.make @@ -12,9 +12,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this library; if not, see . all: $(TARGETS) $(AUTOS) diff --git a/base/hook.c b/base/hook.c index 0cb2f9d..82d01cf 100644 --- a/base/hook.c +++ b/base/hook.c @@ -13,9 +13,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this library; if not, see . */ #include "chiark-tcl-base.h" diff --git a/base/idtable.c b/base/idtable.c index c23906e..ae175b6 100644 --- a/base/idtable.c +++ b/base/idtable.c @@ -13,9 +13,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this library; if not, see . */ #include "chiark-tcl-base.h" diff --git a/base/parse.c b/base/parse.c index aa1c1a7..ad9b7e7 100644 --- a/base/parse.c +++ b/base/parse.c @@ -13,9 +13,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this library; if not, see . */ #include "chiark-tcl-base.h" diff --git a/base/scriptinv.c b/base/scriptinv.c index 179802e..7b67d29 100644 --- a/base/scriptinv.c +++ b/base/scriptinv.c @@ -13,9 +13,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this library; if not, see . */ #include "chiark-tcl-base.h" diff --git a/base/shlib.make b/base/shlib.make index 5b479b8..c48fe4c 100644 --- a/base/shlib.make +++ b/base/shlib.make @@ -12,9 +12,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this library; if not, see . diff --git a/base/tcmdifgen b/base/tcmdifgen index 621785a..f944799 100755 --- a/base/tcmdifgen +++ b/base/tcmdifgen @@ -14,9 +14,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this library; if not, see . # Input format is line-based, ws-significant, offside rule (some kind diff --git a/base/tcmdiflib.c b/base/tcmdiflib.c index fabc847..e14eba0 100644 --- a/base/tcmdiflib.c +++ b/base/tcmdiflib.c @@ -13,9 +13,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this library; if not, see . */ #include "chiark-tcl-base.h" diff --git a/cdb/Makefile b/cdb/Makefile index a2eac00..9f4cfa4 100644 --- a/cdb/Makefile +++ b/cdb/Makefile @@ -12,9 +12,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this library; if not, see . BASE_DIR = ../base diff --git a/cdb/cdb.tct b/cdb/cdb.tct index 22deded..889e72a 100644 --- a/cdb/cdb.tct +++ b/cdb/cdb.tct @@ -12,9 +12,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this library; if not, see . Table *cdbtoplevel TopLevel_Command diff --git a/cdb/chiark_tcl_cdb.h b/cdb/chiark_tcl_cdb.h index 9331f31..fef668c 100644 --- a/cdb/chiark_tcl_cdb.h +++ b/cdb/chiark_tcl_cdb.h @@ -13,9 +13,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this library; if not, see . */ #ifndef CHIARK_TCL_CDB_H diff --git a/cdb/lookup.c b/cdb/lookup.c index e57edbd..fb73f1f 100644 --- a/cdb/lookup.c +++ b/cdb/lookup.c @@ -13,9 +13,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this library; if not, see . */ #include "chiark_tcl_cdb.h" diff --git a/cdb/readonly.c b/cdb/readonly.c index 0ebaa40..53823b8 100644 --- a/cdb/readonly.c +++ b/cdb/readonly.c @@ -13,9 +13,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this library; if not, see . */ #include "chiark_tcl_cdb.h" diff --git a/cdb/writeable.c b/cdb/writeable.c index fca54a8..6b072ff 100644 --- a/cdb/writeable.c +++ b/cdb/writeable.c @@ -13,9 +13,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this library; if not, see . */ #include "chiark_tcl_cdb.h" diff --git a/crypto/Makefile b/crypto/Makefile index eadc980..8633082 100644 --- a/crypto/Makefile +++ b/crypto/Makefile @@ -12,9 +12,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this library; if not, see . BASE_DIR = ../base diff --git a/crypto/algtables.c b/crypto/algtables.c index 5711c12..e0d6cc8 100644 --- a/crypto/algtables.c +++ b/crypto/algtables.c @@ -13,9 +13,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this library; if not, see . */ diff --git a/crypto/bcmode.c b/crypto/bcmode.c index 849f533..9545af3 100644 --- a/crypto/bcmode.c +++ b/crypto/bcmode.c @@ -13,9 +13,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this library; if not, see . */ diff --git a/crypto/chiark_tcl_crypto.h b/crypto/chiark_tcl_crypto.h index d02d2ee..8ff4cbf 100644 --- a/crypto/chiark_tcl_crypto.h +++ b/crypto/chiark_tcl_crypto.h @@ -13,9 +13,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this library; if not, see . */ diff --git a/crypto/crypto.c b/crypto/crypto.c index 25325bf..aee2556 100644 --- a/crypto/crypto.c +++ b/crypto/crypto.c @@ -13,9 +13,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this library; if not, see . */ diff --git a/crypto/crypto.h b/crypto/crypto.h index 0028edb..13b5654 100644 --- a/crypto/crypto.h +++ b/crypto/crypto.h @@ -13,9 +13,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this library; if not, see . */ diff --git a/crypto/crypto.tct b/crypto/crypto.tct index b63f427..37794db 100644 --- a/crypto/crypto.tct +++ b/crypto/crypto.tct @@ -12,9 +12,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this library; if not, see . Table *hbcryptotoplevel TopLevel_Command diff --git a/crypto/hash.c b/crypto/hash.c index bcf7044..f7c6c44 100644 --- a/crypto/hash.c +++ b/crypto/hash.c @@ -13,9 +13,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this library; if not, see . */ diff --git a/crypto/hook.c b/crypto/hook.c index 5911f02..00ca7c5 100644 --- a/crypto/hook.c +++ b/crypto/hook.c @@ -13,9 +13,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this library; if not, see . */ diff --git a/debian/changelog b/debian/changelog index ae43740..9e9f4bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ chiark-tcl (1.1.1~~iwj) unstable; urgency=low * Update debian/compat to 5. No changes needed. * Update Standards-Version. No changes needed. * Update Copyright dates. + * Remove FSF street address from copyright notices. * Change my email address. -- Ian Jackson Sat, 02 Jun 2012 11:29:10 +0100 diff --git a/debian/control b/debian/control index 55189a5..cfa8861 100644 --- a/debian/control +++ b/debian/control @@ -37,6 +37,4 @@ Depends: ${shlibs:Depends}, ${misc:Depends} # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this library; if not, see . diff --git a/debian/rules b/debian/rules index 53f77d0..faa763a 100755 --- a/debian/rules +++ b/debian/rules @@ -14,9 +14,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this library; if not, see . majversion=1 diff --git a/dgram/Makefile b/dgram/Makefile index 4711822..e07cfca 100644 --- a/dgram/Makefile +++ b/dgram/Makefile @@ -12,9 +12,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this library; if not, see . BASE_DIR = ../base diff --git a/dgram/chiark_tcl_dgram.h b/dgram/chiark_tcl_dgram.h index 24fed39..2fd88e4 100644 --- a/dgram/chiark_tcl_dgram.h +++ b/dgram/chiark_tcl_dgram.h @@ -12,9 +12,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this library; if not, see . */ diff --git a/dgram/dgram.h b/dgram/dgram.h index dd7440d..6c31f18 100644 --- a/dgram/dgram.h +++ b/dgram/dgram.h @@ -12,9 +12,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this library; if not, see . */ #ifndef DGRAM_H diff --git a/dgram/dgram.tct b/dgram/dgram.tct index 1d461dd..119e354 100644 --- a/dgram/dgram.tct +++ b/dgram/dgram.tct @@ -12,9 +12,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this library; if not, see . Type sockaddr: SockAddr_Value @ diff --git a/dgram/hook.c b/dgram/hook.c index da0ab7e..6f5a157 100644 --- a/dgram/hook.c +++ b/dgram/hook.c @@ -12,9 +12,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this library; if not, see . */ #include "dgram.h" diff --git a/hbytes/Makefile b/hbytes/Makefile index e954ada..3a7feeb 100644 --- a/hbytes/Makefile +++ b/hbytes/Makefile @@ -12,9 +12,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this library; if not, see . BASE_DIR = ../base diff --git a/hbytes/chiark_tcl_hbytes.h b/hbytes/chiark_tcl_hbytes.h index 92284a3..bf3cb57 100644 --- a/hbytes/chiark_tcl_hbytes.h +++ b/hbytes/chiark_tcl_hbytes.h @@ -13,9 +13,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this library; if not, see . */ diff --git a/hbytes/chop.c b/hbytes/chop.c index bbc4233..3a17201 100644 --- a/hbytes/chop.c +++ b/hbytes/chop.c @@ -13,9 +13,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this library; if not, see . */ diff --git a/hbytes/hbytes-base.tct b/hbytes/hbytes-base.tct index 8a373ca..6c3b17c 100644 --- a/hbytes/hbytes-base.tct +++ b/hbytes/hbytes-base.tct @@ -12,9 +12,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this library; if not, see . Type hb: HBytes_Value @ diff --git a/hbytes/hbytes.c b/hbytes/hbytes.c index f9c02a7..dc1c19b 100644 --- a/hbytes/hbytes.c +++ b/hbytes/hbytes.c @@ -13,9 +13,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this library; if not, see . */ diff --git a/hbytes/hbytes.h b/hbytes/hbytes.h index 33d04d1..0ed871c 100644 --- a/hbytes/hbytes.h +++ b/hbytes/hbytes.h @@ -138,9 +138,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this library; if not, see . */ diff --git a/hbytes/hbytes.tct b/hbytes/hbytes.tct index cab1bb3..dc6980e 100644 --- a/hbytes/hbytes.tct +++ b/hbytes/hbytes.tct @@ -12,9 +12,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this library; if not, see . Table *hbytestoplevel TopLevel_Command diff --git a/hbytes/hook.c b/hbytes/hook.c index 76dd505..254b4fe 100644 --- a/hbytes/hook.c +++ b/hbytes/hook.c @@ -13,9 +13,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this library; if not, see . */ diff --git a/hbytes/parse.c b/hbytes/parse.c index 8c4254d..c384eb4 100644 --- a/hbytes/parse.c +++ b/hbytes/parse.c @@ -13,9 +13,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this library; if not, see . */ #include "chiark_tcl_hbytes.h" diff --git a/hbytes/ulongs.c b/hbytes/ulongs.c index df93db6..16e3050 100644 --- a/hbytes/ulongs.c +++ b/hbytes/ulongs.c @@ -13,9 +13,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this library; if not, see . */ #include "chiark_tcl_hbytes.h" diff --git a/maskmap/addrmap.c b/maskmap/addrmap.c index 0f72eb4..8dc08c1 100644 --- a/maskmap/addrmap.c +++ b/maskmap/addrmap.c @@ -13,9 +13,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this library; if not, see . */ diff --git a/maskmap/maskmap-bits.c b/maskmap/maskmap-bits.c index da2473f..2c6464b 100644 --- a/maskmap/maskmap-bits.c +++ b/maskmap/maskmap-bits.c @@ -13,9 +13,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this library; if not, see . */ diff --git a/maskmap/maskmap.c b/maskmap/maskmap.c index 2c90f22..1a17681 100644 --- a/maskmap/maskmap.c +++ b/maskmap/maskmap.c @@ -13,9 +13,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this library; if not, see . */ #include "chiark_tcl_hbytes.h" diff --git a/maskmap/maskmap.tct b/maskmap/maskmap.tct index 25fe027..7bd1465 100644 --- a/maskmap/maskmap.tct +++ b/maskmap/maskmap.tct @@ -12,9 +12,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this library; if not, see . Table *maskmaptoplevel TopLevel_Command diff --git a/tuntap/chiark_tcl_tuntap.h b/tuntap/chiark_tcl_tuntap.h index b5181f6..30a3f16 100644 --- a/tuntap/chiark_tcl_tuntap.h +++ b/tuntap/chiark_tcl_tuntap.h @@ -13,9 +13,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301, USA. + * along with this library; if not, see . */ #ifndef TUNTAPTCL_H diff --git a/tuntap/tuntap.tct b/tuntap/tuntap.tct index 9a507e6..de66d29 100644 --- a/tuntap/tuntap.tct +++ b/tuntap/tuntap.tct @@ -12,9 +12,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this library; if not, see . Table *tuntaptoplevel TopLevel_Command