comparison libcpp/makeucnid.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* Make ucnid.h from various sources. 1 /* Make ucnid.h from various sources.
2 Copyright (C) 2005-2017 Free Software Foundation, Inc. 2 Copyright (C) 2005-2018 Free Software Foundation, Inc.
3 3
4 This program is free software; you can redistribute it and/or modify it 4 This program is free software; you can redistribute it and/or modify it
5 under the terms of the GNU General Public License as published by the 5 under the terms of the GNU General Public License as published by the
6 Free Software Foundation; either version 3, or (at your option) any 6 Free Software Foundation; either version 3, or (at your option) any
7 later version. 7 later version.
376 static void 376 static void
377 write_copyright (void) 377 write_copyright (void)
378 { 378 {
379 static const char copyright[] = "\ 379 static const char copyright[] = "\
380 /* Unicode characters and various properties.\n\ 380 /* Unicode characters and various properties.\n\
381 Copyright (C) 2003-2017 Free Software Foundation, Inc.\n\ 381 Copyright (C) 2003-2018 Free Software Foundation, Inc.\n\
382 \n\ 382 \n\
383 This program is free software; you can redistribute it and/or modify it\n\ 383 This program is free software; you can redistribute it and/or modify it\n\
384 under the terms of the GNU General Public License as published by the\n\ 384 under the terms of the GNU General Public License as published by the\n\
385 Free Software Foundation; either version 3, or (at your option) any\n\ 385 Free Software Foundation; either version 3, or (at your option) any\n\
386 later version.\n\ 386 later version.\n\