From: Reuben Thomas Date: Fri, 16 Aug 2019 12:48:57 +0000 (+0100) Subject: Replace (out of date) postal address for FSF with URL throughout X-Git-Tag: v3.7.2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=953ceb77ffab1dd0fd9f81171daa72d95731e443;p=recode Replace (out of date) postal address for FSF with URL throughout --- diff --git a/Makefile.am b/Makefile.am index 8525b44..adcc60d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,9 +13,7 @@ # 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, see . AUTOMAKE_OPTIONS = gnits diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 5a9d422..13cb938 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -13,8 +13,7 @@ # 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, see . AUTOMAKE_OPTIONS = gnits diff --git a/contrib/recode.el b/contrib/recode.el index 0c58e7c..e887f1c 100644 --- a/contrib/recode.el +++ b/contrib/recode.el @@ -13,8 +13,7 @@ ;; de GNU pour plus de détails. ;; Vous devriez avoir reçu copie de la Licence Publique Générale de GNU -;; avec ce programme; sinon, écrire à la Free Software Foundation, Inc., -;; 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +;; avec ce programme; sinon, voir . ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; Les outils sont regroupés par thème fonctionnel, un par page. ;;; diff --git a/doc/Makefile.am b/doc/Makefile.am index 563f3c6..d8c4acb 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -13,8 +13,7 @@ # 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, see . AUTOMAKE_OPTIONS = gnits info_TEXINFOS = recode.texi diff --git a/src/Makefile.am b/src/Makefile.am index 3bc542f..20b66c1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,9 +13,7 @@ # 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, see . AUTOMAKE_OPTIONS = gnits bin_PROGRAMS = recode diff --git a/src/ascilat1.l b/src/ascilat1.l index 78bcb0d..4000e37 100644 --- a/src/ascilat1.l +++ b/src/ascilat1.l @@ -15,8 +15,8 @@ You should have received a copy of the GNU Library General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ /* Step name: ascii_latin1. */ diff --git a/src/atarist.c b/src/atarist.c index 840ff8a..0fc8351 100644 --- a/src/atarist.c +++ b/src/atarist.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #include "common.h" #include "decsteps.h" diff --git a/src/bangbang.c b/src/bangbang.c index 3642708..853550f 100644 --- a/src/bangbang.c +++ b/src/bangbang.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #include "common.h" #include "decsteps.h" diff --git a/src/base64.c b/src/base64.c index fdf14e8..fbf72fe 100644 --- a/src/base64.c +++ b/src/base64.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #include "common.h" #include "decsteps.h" diff --git a/src/base64.h b/src/base64.h index 0fce8b9..62a7e38 100644 --- a/src/base64.h +++ b/src/base64.h @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ /* Maximum number of characters per MIME line. */ #define MIME_LINE_LENGTH 76 diff --git a/src/btexlat1.l b/src/btexlat1.l index d159d96..5b720ce 100644 --- a/src/btexlat1.l +++ b/src/btexlat1.l @@ -14,8 +14,8 @@ You should have received a copy of the GNU Library General Public License along with the `recode' Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ /* Step name: bibtex_latin1. */ diff --git a/src/cdcnos.c b/src/cdcnos.c index f837e24..a0724e7 100644 --- a/src/cdcnos.c +++ b/src/cdcnos.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #include "common.h" #include "decsteps.h" diff --git a/src/charname.c b/src/charname.c index 45caa19..58aa28e 100644 --- a/src/charname.c +++ b/src/charname.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #include "common.h" #include "charname.h" diff --git a/src/cleaner.h b/src/cleaner.h index 7e8aab0..4489631 100644 --- a/src/cleaner.h +++ b/src/cleaner.h @@ -14,8 +14,8 @@ You should have received a copy of the GNU Library General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ /* Definitions to clean up the linker namespace. */ diff --git a/src/combine.c b/src/combine.c index 9c518e7..ac8fc87 100644 --- a/src/combine.c +++ b/src/combine.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #include "common.h" #include "hash.h" diff --git a/src/common.h b/src/common.h index 54ecae0..72a5754 100644 --- a/src/common.h +++ b/src/common.h @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #include "config.h" #include "cleaner.h" diff --git a/src/dump.c b/src/dump.c index 944764e..8293983 100644 --- a/src/dump.c +++ b/src/dump.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #include "common.h" #include "decsteps.h" diff --git a/src/ebcdic.c b/src/ebcdic.c index fb1d220..77f3943 100644 --- a/src/ebcdic.c +++ b/src/ebcdic.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #define ASCII "ASCII" /* Previously: #define ASCII "ASCII-BS" */ diff --git a/src/endline.c b/src/endline.c index 0128243..94ac7f3 100644 --- a/src/endline.c +++ b/src/endline.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #include "common.h" #include "decsteps.h" diff --git a/src/flat.c b/src/flat.c index 84b7713..9738c67 100644 --- a/src/flat.c +++ b/src/flat.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #include "common.h" #include "decsteps.h" diff --git a/src/fr-charname.c b/src/fr-charname.c index 84c6d72..629183c 100644 --- a/src/fr-charname.c +++ b/src/fr-charname.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #include "common.h" #include "fr-charname.h" diff --git a/src/html.c b/src/html.c index daf03c6..ace3684 100644 --- a/src/html.c +++ b/src/html.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #include "common.h" #include "decsteps.h" diff --git a/src/ibmpc.c b/src/ibmpc.c index 068cc3e..a38035e 100644 --- a/src/ibmpc.c +++ b/src/ibmpc.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #include "common.h" #include "decsteps.h" diff --git a/src/iconqnx.c b/src/iconqnx.c index cab5066..1cd0eb0 100644 --- a/src/iconqnx.c +++ b/src/iconqnx.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #include "common.h" #include "decsteps.h" diff --git a/src/iconv.c b/src/iconv.c index 1e4bd4a..a99aa41 100644 --- a/src/iconv.c +++ b/src/iconv.c @@ -15,8 +15,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #include "common.h" #include "decsteps.h" diff --git a/src/java.c b/src/java.c index 2bd9b5c..05367f1 100644 --- a/src/java.c +++ b/src/java.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #include "common.h" #include "decsteps.h" diff --git a/src/lat1asci.c b/src/lat1asci.c index 55b59d3..4cf6825 100644 --- a/src/lat1asci.c +++ b/src/lat1asci.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #include "common.h" #include "decsteps.h" diff --git a/src/lat1btex.c b/src/lat1btex.c index ac227e3..af453c4 100644 --- a/src/lat1btex.c +++ b/src/lat1btex.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the `recode' Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - + If not, see . Suite 330, Boston, MA 02111-1307, USA. */ #include "common.h" diff --git a/src/lat1ltex.c b/src/lat1ltex.c index deec995..dddb430 100644 --- a/src/lat1ltex.c +++ b/src/lat1ltex.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #include "common.h" #include "decsteps.h" diff --git a/src/lat1txte.c b/src/lat1txte.c index 1677d50..016a430 100644 --- a/src/lat1txte.c +++ b/src/lat1txte.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #include "common.h" #include "decsteps.h" diff --git a/src/ltexlat1.l b/src/ltexlat1.l index 209cb59..abdbcbf 100644 --- a/src/ltexlat1.l +++ b/src/ltexlat1.l @@ -14,8 +14,8 @@ You should have received a copy of the GNU Library General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ /* Step name: latex_latin1. */ diff --git a/src/main.c b/src/main.c index db98198..093963a 100644 --- a/src/main.c +++ b/src/main.c @@ -13,8 +13,8 @@ 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, see . +*/ #include "common.h" @@ -182,8 +182,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\ GNU General Public License for more details.\n\ \n\ You should have received a copy of the GNU General Public License\n\ -along with this program; if not, write to the Free Software Foundation,\n\ -Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"), +along with this program; if not, see .\n"), stdout); } diff --git a/src/mergelex.py b/src/mergelex.py index d135f0b..e92a1c0 100644 --- a/src/mergelex.py +++ b/src/mergelex.py @@ -14,8 +14,7 @@ # 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, see . # This Python script merges several Flex sources intended for Recode. # It requires Flex 2.5 or later. diff --git a/src/mixed.c b/src/mixed.c index 8e21b16..a94ec44 100644 --- a/src/mixed.c +++ b/src/mixed.c @@ -13,8 +13,8 @@ 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, see . +*/ #include "common.h" diff --git a/src/mule.c b/src/mule.c index 4734df2..e3a57f9 100644 --- a/src/mule.c +++ b/src/mule.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #include "common.h" #include "decsteps.h" diff --git a/src/names.c b/src/names.c index 8c75597..c74e659 100644 --- a/src/names.c +++ b/src/names.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #include "common.h" diff --git a/src/outer.c b/src/outer.c index 82fabc4..c64baaa 100644 --- a/src/outer.c +++ b/src/outer.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #include "common.h" #include "hash.h" diff --git a/src/permut.c b/src/permut.c index 2c03666..018eda1 100644 --- a/src/permut.c +++ b/src/permut.c @@ -15,8 +15,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #include "common.h" #include "decsteps.h" diff --git a/src/quoted.c b/src/quoted.c index 79f2488..8f9c183 100644 --- a/src/quoted.c +++ b/src/quoted.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #include "common.h" #include "decsteps.h" diff --git a/src/recode.c b/src/recode.c index 6866992..a7254a0 100644 --- a/src/recode.c +++ b/src/recode.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #include "common.h" diff --git a/src/recode.h b/src/recode.h index 1055abb..c872fd9 100644 --- a/src/recode.h +++ b/src/recode.h @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ /* Published (opaque) typedefs. */ typedef struct recode_outer * RECODE_OUTER; diff --git a/src/recodext.h b/src/recodext.h index 57b3c1f..d5dd04d 100644 --- a/src/recodext.h +++ b/src/recodext.h @@ -14,8 +14,8 @@ You should have received a copy of the GNU Library General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ /* Extended definitions, for externally written steps. */ diff --git a/src/request.c b/src/request.c index 34d59c0..5667ef0 100644 --- a/src/request.c +++ b/src/request.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #include "common.h" diff --git a/src/rfc1345.c b/src/rfc1345.c index db076f6..bc0365c 100644 --- a/src/rfc1345.c +++ b/src/rfc1345.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #include "common.h" #include "decsteps.h" diff --git a/src/task.c b/src/task.c index 962a4fb..8622399 100644 --- a/src/task.c +++ b/src/task.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #include "common.h" diff --git a/src/testdump.c b/src/testdump.c index f72fc39..ff2ee9d 100644 --- a/src/testdump.c +++ b/src/testdump.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #include "common.h" #include "decsteps.h" diff --git a/src/texinfo.c b/src/texinfo.c index d8b8d28..d999a10 100644 --- a/src/texinfo.c +++ b/src/texinfo.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #include "common.h" #include "decsteps.h" diff --git a/src/txtelat1.l b/src/txtelat1.l index 0914863..9b2590b 100644 --- a/src/txtelat1.l +++ b/src/txtelat1.l @@ -14,8 +14,8 @@ You should have received a copy of the GNU Library General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ /* Step name: texte_latin1. */ diff --git a/src/ucs.c b/src/ucs.c index b59ab5b..2dab933 100644 --- a/src/ucs.c +++ b/src/ucs.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #include "common.h" #include "decsteps.h" diff --git a/src/utf16.c b/src/utf16.c index f887044..4d23514 100644 --- a/src/utf16.c +++ b/src/utf16.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #include "common.h" #include "decsteps.h" diff --git a/src/utf7.c b/src/utf7.c index 3f63d7d..fa972dc 100644 --- a/src/utf7.c +++ b/src/utf7.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #include "common.h" #include "decsteps.h" diff --git a/src/utf8.c b/src/utf8.c index e74face..c6bed75 100644 --- a/src/utf8.c +++ b/src/utf8.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #include "common.h" #include "decsteps.h" diff --git a/src/varia.c b/src/varia.c index 46ec2d5..828d845 100644 --- a/src/varia.c +++ b/src/varia.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #include "common.h" #include "decsteps.h" diff --git a/src/vn.c b/src/vn.c index 1f1475d..64c3b34 100644 --- a/src/vn.c +++ b/src/vn.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - - Suite 330, Boston, MA 02111-1307, USA. */ + If not, see . +*/ #include "common.h" #include "decsteps.h" diff --git a/tables.py b/tables.py index 2604dfe..c0c4f92 100755 --- a/tables.py +++ b/tables.py @@ -15,8 +15,7 @@ # 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, see . """\ `tables.py' derives Recode table files from various sources. @@ -1215,7 +1214,7 @@ class Output: You should have received a copy of the GNU Lesser General Public License along with the Recode Library; see the file `COPYING.LIB'. - If not, write to the Free Software Foundation, Inc., 59 Temple Place - + If not, see . Suite 330, Boston, MA 02111-1307, USA. */ """) diff --git a/tests/Makefile.am b/tests/Makefile.am index 1dacf60..6e8c1e6 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -13,9 +13,7 @@ # 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, see . AUTOMAKE_OPTIONS = gnits diff --git a/tests/Recode.pyx b/tests/Recode.pyx index 366cc9c..0b3e0c7 100644 --- a/tests/Recode.pyx +++ b/tests/Recode.pyx @@ -14,9 +14,7 @@ # 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, see . from libcpp cimport bool from libc.stdlib cimport free