]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - iconvdata/ibm870.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / iconvdata / ibm870.c
index 2df22ac0c4dfed478c24e450d58631d159f4a61a..3fc8de3b9bc4ed444b855b497a2938b496a8676c 100644 (file)
@@ -1,5 +1,5 @@
 /* Conversion from and to IBM870.
-   Copyright (C) 1998 Free Software Foundation, Inc.
+   Copyright (C) 1998-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
 
@@ -14,9 +14,8 @@
    Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   License along with the GNU C Library; if not, see
+   <https://www.gnu.org/licenses/>.  */
 
 #include <stdint.h>
 
@@ -24,6 +23,6 @@
 #include <ibm870.h>
 
 #define CHARSET_NAME   "IBM870//"
-#define HAS_HOLES      1       /* Not all 256 character are defined.  */
+#define HAS_HOLES      0       /* All 256 character are defined.  */
 
 #include <8bit-generic.c>