]> granicus.if.org Git - recode/commitdiff
Replace (out of date) postal address for FSF with URL throughout
authorReuben Thomas <rrt@sc3d.org>
Fri, 16 Aug 2019 12:48:57 +0000 (13:48 +0100)
committerReuben Thomas <rrt@sc3d.org>
Fri, 16 Aug 2019 12:48:57 +0000 (13:48 +0100)
57 files changed:
Makefile.am
contrib/Makefile.am
contrib/recode.el
doc/Makefile.am
src/Makefile.am
src/ascilat1.l
src/atarist.c
src/bangbang.c
src/base64.c
src/base64.h
src/btexlat1.l
src/cdcnos.c
src/charname.c
src/cleaner.h
src/combine.c
src/common.h
src/dump.c
src/ebcdic.c
src/endline.c
src/flat.c
src/fr-charname.c
src/html.c
src/ibmpc.c
src/iconqnx.c
src/iconv.c
src/java.c
src/lat1asci.c
src/lat1btex.c
src/lat1ltex.c
src/lat1txte.c
src/ltexlat1.l
src/main.c
src/mergelex.py
src/mixed.c
src/mule.c
src/names.c
src/outer.c
src/permut.c
src/quoted.c
src/recode.c
src/recode.h
src/recodext.h
src/request.c
src/rfc1345.c
src/task.c
src/testdump.c
src/texinfo.c
src/txtelat1.l
src/ucs.c
src/utf16.c
src/utf7.c
src/utf8.c
src/varia.c
src/vn.c
tables.py
tests/Makefile.am
tests/Recode.pyx

index 8525b44df577ec86eb24aff98eecae7a7e184aff..adcc60d68b81d412cc3ebd293968e1f243105d88 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
 
 AUTOMAKE_OPTIONS = gnits
 
index 5a9d422005e37b1878a3d223e525c2381625c8fa..13cb93855e45eb6d0590c5a0a07e0a9578000766 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
 
 AUTOMAKE_OPTIONS = gnits
 
index 0c58e7c21b69f4e5918d6269b8fcc58707e42b93..e887f1c9adb7525ebd7c8473521c702163c05059 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;; Les outils sont regroupés par thème fonctionnel, un par page.  ;;;
index 563f3c6bc581498542529a24cf0001637ec9fc27..d8c4acb4fd91a29bd9f96d02ac390057f61bd0d7 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
 
 AUTOMAKE_OPTIONS = gnits
 info_TEXINFOS = recode.texi
index 3bc542f12aa7d4f749c08bebc1bd94e3084a82d5..20b66c121c8f52a0c1df64c90e6dcf62b74ff155 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
 
 AUTOMAKE_OPTIONS = gnits
 bin_PROGRAMS = recode
index 78bcb0dab213c5e66639a310048a3912a987ef38..4000e37e5ed4c7995b18c23cb746a2a26b6b2994 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 /* Step name: ascii_latin1.  */
 
index 840ff8a427cbb33a73ef4199c0159ca03b6dedc7..0fc8351cb5943e7024fa664da0f3d54a796d8570 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "common.h"
 #include "decsteps.h"
index 3642708f6c2df37335d8660b02cc6c21e563a0b5..853550f4546931ad660e881a99dcf29f0d72a9be 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "common.h"
 #include "decsteps.h"
index fdf14e8c37eee71740a61cff74767641412979b7..fbf72fe741f2b6f83ed32f3bb26913f1d82a8d38 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "common.h"
 #include "decsteps.h"
index 0fce8b986cd3379025f5275d8c690023bcdb075d..62a7e386c881d691e89a5fa0bc1f1f37164d793b 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 /* Maximum number of characters per MIME line.  */
 #define MIME_LINE_LENGTH 76
index d159d96be4acb66236b2926f03e2582d322b5d5f..5b720ce38e928d8521e7d1ba5c54d6b7b62aa0de 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 /* Step name: bibtex_latin1.  */
 
index f837e24ebc0f4f3433bbcba680d1f745dc2829a9..a0724e74525caff8ac3c9681b24d8e372ccf0a64 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "common.h"
 #include "decsteps.h"
index 45caa193c86d3a4aac3cfe6e94bc027ac1f94b2c..58aa28e3f16e6cc750ed50fe1c6f551b2b40a7a7 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "common.h"
 #include "charname.h"
index 7e8aab0715c080432ea2b1d958b39e820d93f25e..448963138f0888e32bf9f8013d5e20cf18524e42 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 /* Definitions to clean up the linker namespace.  */
 
index 9c518e78ad8a5c2665a1deb566b53567fd6889ad..ac8fc87072c898787c1a1661901d83058016e9d0 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "common.h"
 #include "hash.h"
index 54ecae07e3e6e9d5a048b71f1bbb41219b585a78..72a57547737ced3ec4fc9d6b7a2bfc626e140a33 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "config.h"
 #include "cleaner.h"
index 944764e055c3b941cdcdc0efa1964ab1fc6f6e29..829398308ccc04aa049545d1ba642025bb46a012 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "common.h"
 #include "decsteps.h"
index fb1d2201b4d4dfdae6f3c937e9af90add5a2aadd..77f3943d366968d4ae26707e275f42fac4057379 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #define ASCII "ASCII"
 /* Previously: #define ASCII "ASCII-BS" */
index 0128243c3de60699b311b334fa06686e89635019..94ac7f36b5076f778f657a718033044610eb45e2 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "common.h"
 #include "decsteps.h"
index 84b7713efab93ee1252eaf6f62b64150852da015..9738c675e9f6d018fabb0e4c36fad579e95261d9 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "common.h"
 #include "decsteps.h"
index 84c6d7287fb0e0ff02a37d42c145404351695534..629183c270df86ac17b9a91ad959af61efc0dd01 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "common.h"
 #include "fr-charname.h"
index daf03c6d44949c0221c6b43bcad12bd77bb21742..ace3684bfb389c64b9a33fee48b1a77f35c2c59d 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "common.h"
 #include "decsteps.h"
index 068cc3e57f308fe835cc226b5fba23f1358073d2..a38035ee72e43255c2fe67b35dbdd5cc65821b40 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "common.h"
 #include "decsteps.h"
index cab506613d300514863cd7a548d8f8f53842aef7..1cd0eb0992fdaa95884a4219250e8381cd5ad0ba 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "common.h"
 #include "decsteps.h"
index 1e4bd4ae54ccb1f1b7eca0b39373c2b44a8f6906..a99aa41a451f5abba85f6da9a2dea799709bd0ee 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "common.h"
 #include "decsteps.h"
index 2bd9b5c89721ad12797090f565b358e45894e2cd..05367f16d7e7799d770de66f687a3ed50c60f50d 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "common.h"
 #include "decsteps.h"
index 55b59d3e5b3f514f47161645188b376bd416801a..4cf682535888e6c4ea53ad88fa898d3d9be4a141 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "common.h"
 #include "decsteps.h"
index ac227e3c54a208ed42c46ab4c3806956ca8efdbd..af453c4d039eb61875562de4082adb86be34396e 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
    Suite 330, Boston, MA 02111-1307, USA.  */
 
 #include "common.h"
index deec9957b71302af97717fd36394debc824cdc07..dddb4304fad8b702d86257fcb0ea84518165d3f4 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "common.h"
 #include "decsteps.h"
index 1677d5034155b5091d6fad255bc7b2bef786b8de..016a430901306720826e55bbdfa36466ad08ae43 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "common.h"
 #include "decsteps.h"
index 209cb594f62f19c7b7148b13ba274ad664d5f1c3..abdbcbf37a6286cba146603ca93ce0db2967387c 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 /* Step name: latex_latin1.  */
 
index db9819856880d85357da75d2ab1c46cb426dcfc5..093963a1e23b179b60ae302c400266fdaefe1086 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #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 <https://www.gnu.org/licenses/>.\n"),
         stdout);
 }
 
index d135f0b857ff78a7242ec3bc8aee44642536ee16..e92a1c06aaa9ead43010882be543ccaa5e631103 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
 
 # This Python script merges several Flex sources intended for Recode.
 # It requires Flex 2.5 or later.
index 8e21b162175153d3730e3a1800aa826a487f7875..a94ec447ba809867552c5761e22c08d95c33531f 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "common.h"
 
index 4734df29083c2fad7cdac2be651e5bba57a92a41..e3a57f92b7822f94843b62f2534ad2a674048e85 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "common.h"
 #include "decsteps.h"
index 8c7559790692ee1102c4a0a7cf9792892e97b523..c74e659c887e5e8407a8c1f3b5f55dd7bc8c94ff 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "common.h"
 
index 82fabc41cb71539aeb79398a2c5e65cdf2d03626..c64baaa28713d4d983e4f59e953e269f17ee1e70 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "common.h"
 #include "hash.h"
index 2c03666d4e1a6849cad836a41fe220f18d1764c6..018eda1b674d1e1681e8a8be236e0a456b17379c 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "common.h"
 #include "decsteps.h"
index 79f24882ebda85a4f505a7e488ff57b59749c5c8..8f9c18363bddc8242ad1800cf6033c78d63437d1 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "common.h"
 #include "decsteps.h"
index 6866992a905218c0f09dee17497ffb837e242323..a7254a0fdc95663f448a78a09aceee37d8442477 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "common.h"
 
index 1055abb36792bfac7aa7e468f9ad2a7422acc4e1..c872fd99a3e1781e32888930df742f66c1e8ef05 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 /* Published (opaque) typedefs.  */
 typedef struct recode_outer *                  RECODE_OUTER;
index 57b3c1f726033442f5a587d07a60a541252f3616..d5dd04d315e6602d4c5265a96c28ef750c631d9b 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 /* Extended definitions, for externally written steps.  */
 
index 34d59c068bbd395d2535f133a3bccff8a79cf781..5667ef068950f3628dee2d1f359478d52928f978 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "common.h"
 
index db076f628f0b123892b659bcf0043987be3c2358..bc0365c64262fbe8089fe3041b264aa3e1aa2a87 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "common.h"
 #include "decsteps.h"
index 962a4fb5424eff21add401394cb575a8fcfd819d..8622399f1c5134edbead81cc3f0f788ee4c9d2dc 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "common.h"
 
index f72fc39295a6c5c101f36f6fe481d1412c5a182f..ff2ee9d84a94d956502669f5700a8e9e80392de9 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "common.h"
 #include "decsteps.h"
index d8b8d28ffa480a5268365122ff5c8266ce8f8ed5..d999a102f16a7178548721240d93780ae5a571f3 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "common.h"
 #include "decsteps.h"
index 0914863af12d6c9324a625b805562fe699c505c6..9b2590ba8e884d503cdbbf6d981b51b4aed61dc7 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 /* Step name: texte_latin1.  */
 
index b59ab5bcf54f5d6f38a1bb126051a1c5d5cd05a2..2dab933d7bdf87d483ad41a061f8a9f920c3775f 100644 (file)
--- 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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "common.h"
 #include "decsteps.h"
index f8870448e232407a0cae9f41a46b749877090694..4d235148838f598acab6e9b6a42f38d77f5f5897 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "common.h"
 #include "decsteps.h"
index 3f63d7d4ab3297349b947e5ab8460295da7d0843..fa972dc08be3c98e89d288a9fce6adb39b9470bf 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "common.h"
 #include "decsteps.h"
index e74facebf50fd20e9eac6feb84e673041584eddc..c6bed752f73e64f0d5cd3ee41698ca39459e4c07 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "common.h"
 #include "decsteps.h"
index 46ec2d5ecec8a159c6d375c6acefdb7a990f3913..828d845c02ce129558c53fe9b385708aea34b4c4 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "common.h"
 #include "decsteps.h"
index 1f1475db9dccfa087f33a85403c908faf97ef9e4..64c3b3459b04e79e4a4e5604eee4288f726458e7 100644 (file)
--- 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 <https://www.gnu.org/licenses/>.
+*/
 
 #include "common.h"
 #include "decsteps.h"
index 2604dfeb2fc48ef0128dc45fbd807530a085ff15..c0c4f921cbf201aae1242130100d8d952a4f3d0c 100755 (executable)
--- 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 <https://www.gnu.org/licenses/>.
 
 """\
 `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 <https://www.gnu.org/licenses/>.
    Suite 330, Boston, MA 02111-1307, USA.  */
 """)
 
index 1dacf6050b1810ca270baf3dec177fb85688b95a..6e8c1e68b383b61f80991a82a4876da801f0e00b 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
 
 AUTOMAKE_OPTIONS = gnits
 
index 366cc9c98c41f07313fe49a0c15b628f2fd174b2..0b3e0c7719865270e57819bc7d966d7c2dc563cb 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
 
 from libcpp cimport bool
 from libc.stdlib cimport free