From 99bae6ee665d309d34ea105053bde30acd22c46e Mon Sep 17 00:00:00 2001 From: Jakub Jelinek <jakub@redhat.com> Date: Thu, 16 Mar 2023 10:19:04 +0100 Subject: [PATCH] libcpp: Update Unicode copyright years I've noticed I forgot to update copyright years when updating from Unicode 15.0.0 (and makeucnid.cc had it hopelessly obsolete). 2023-03-16 Jakub Jelinek <jakub@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 | 2 +- libcpp/makeuname2c.cc | 2 +- libcpp/ucnid.h | 2 +- libcpp/uname2c.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libcpp/makeucnid.cc b/libcpp/makeucnid.cc index 2d1b2cbdac65..66d31a83640d 100644 --- a/libcpp/makeucnid.cc +++ b/libcpp/makeucnid.cc @@ -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\ diff --git a/libcpp/makeuname2c.cc b/libcpp/makeuname2c.cc index c47d230eb5fc..16d544d49949 100644 --- a/libcpp/makeuname2c.cc +++ b/libcpp/makeuname2c.cc @@ -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\ diff --git a/libcpp/ucnid.h b/libcpp/ucnid.h index 0cf520f93913..dcf6c76440fb 100644 --- a/libcpp/ucnid.h +++ b/libcpp/ucnid.h @@ -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. diff --git a/libcpp/uname2c.h b/libcpp/uname2c.h index 3d449ae7e24f..6a1ed9b3f4ab 100644 --- a/libcpp/uname2c.h +++ b/libcpp/uname2c.h @@ -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. -- GitLab