Hi!

I've noticed I forgot to update copyright years when updating from
Unicode 15.0.0 (and makeucnid.cc had it hopelessly obsolete).

Committed as obvious to trunk.

2023-03-16  Jakub Jelinek  <ja...@redhat.com>

        * makeucnid.cc (write_copyright): Update Unicode copyright years
        up to 2022.
        * makeuname2c.cc (write_copyright): Likewise.
        * ucnid.h: Regenerated.
        * uname2c.h: Regenerated.

--- libcpp/makeucnid.cc.jj      2023-01-16 11:52:16.329730439 +0100
+++ libcpp/makeucnid.cc 2023-03-15 16:27:32.068353772 +0100
@@ -467,7 +467,7 @@ write_copyright (void)
    <http://www.gnu.org/licenses/>.\n\
 \n\
 \n\
-   Copyright (C) 1991-2005 Unicode, Inc.  All rights reserved.\n\
+   Copyright (C) 1991-2022 Unicode, Inc.  All rights reserved.\n\
    Distributed under the Terms of Use in\n\
    http://www.unicode.org/copyright.html.\n\
 \n\
--- libcpp/makeuname2c.cc.jj    2023-01-16 11:52:16.329730439 +0100
+++ libcpp/makeuname2c.cc       2023-03-15 16:28:11.994771274 +0100
@@ -669,7 +669,7 @@ write_copyright (void)
    <http://www.gnu.org/licenses/>.\n\
 \n\
 \n\
-   Copyright (C) 1991-2021 Unicode, Inc.  All rights reserved.\n\
+   Copyright (C) 1991-2022 Unicode, Inc.  All rights reserved.\n\
    Distributed under the Terms of Use in\n\
    http://www.unicode.org/copyright.html.\n\
 \n\
--- libcpp/ucnid.h.jj   2023-01-16 11:52:16.330730424 +0100
+++ libcpp/ucnid.h      2023-03-15 16:27:55.362013940 +0100
@@ -16,7 +16,7 @@
    <http://www.gnu.org/licenses/>.
 
 
-   Copyright (C) 1991-2005 Unicode, Inc.  All rights reserved.
+   Copyright (C) 1991-2022 Unicode, Inc.  All rights reserved.
    Distributed under the Terms of Use in
    http://www.unicode.org/copyright.html.
 
--- libcpp/uname2c.h.jj 2023-01-16 11:52:16.335730351 +0100
+++ libcpp/uname2c.h    2023-03-15 16:28:29.542515265 +0100
@@ -16,7 +16,7 @@
    <http://www.gnu.org/licenses/>.
 
 
-   Copyright (C) 1991-2021 Unicode, Inc.  All rights reserved.
+   Copyright (C) 1991-2022 Unicode, Inc.  All rights reserved.
    Distributed under the Terms of Use in
    http://www.unicode.org/copyright.html.
 

        Jakub

Reply via email to