Diff for /embedaddon/libiconv/tools/cjk_variants.c between versions 1.1 and 1.1.1.2

version 1.1, 2012/02/21 22:57:49 version 1.1.1.2, 2021/03/17 13:38:46
Line 1 Line 1
/* Copyright (C) 1999-2002 Free Software Foundation, Inc./* Copyright (C) 1999-2002, 2012, 2018 Free Software Foundation, Inc.
    This file is part of the GNU LIBICONV Tools.     This file is part of the GNU LIBICONV Tools.
   
    This program is free software: you can redistribute it and/or modify     This program is free software: you can redistribute it and/or modify
Line 12 Line 12
    GNU General Public License for more details.     GNU General Public License for more details.
   
    You should have received a copy of the GNU General Public License     You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software Foundation,   along with this program; if not, see <https://www.gnu.org/licenses/>.  */
   Inc., along with this program.  If not, see <http://www.gnu.org/licenses/>.  */ 
   
 /*  /*
  * Generates Unicode variants table from Koichi Yasuoka's UniVariants file.   * Generates Unicode variants table from Koichi Yasuoka's UniVariants file.
Line 50  int main (int argc, char *argv[]) Line 49  int main (int argc, char *argv[])
   printf(" *\n");    printf(" *\n");
   printf(" * You should have received a copy of the GNU Library General Public\n");    printf(" * You should have received a copy of the GNU Library General Public\n");
   printf(" * License along with the GNU LIBICONV Library; see the file COPYING.LIB.\n");    printf(" * License along with the GNU LIBICONV Library; see the file COPYING.LIB.\n");
  printf(" * If not, write to the Free Software Foundation, Inc., 51 Franklin Street,\n");  printf(" * If not, see <https://www.gnu.org/licenses/>.\n");
  printf(" * Fifth Floor, Boston, MA 02110-1301, USA.\n"); 
   printf(" */\n");    printf(" */\n");
   printf("\n");    printf("\n");
   printf("/*\n");    printf("/*\n");

Removed from v.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>