From 908abc78b036118d6f7278808ed65f508ee52fd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20V=C3=A9rit=C3=A9?= Date: Mon, 1 May 2023 19:36:06 +0200 Subject: [PATCH] Update years in copyright notices. --- LICENSE.md | 2 +- icu_break.c | 2 +- icu_ext.c | 2 +- icu_ext.h | 2 +- icu_normalize.c | 2 +- icu_num.c | 2 +- icu_search.c | 2 +- icu_spoof.c | 2 +- icu_transform.c | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index e816f83..db2dfa9 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # Copyright and License -Copyright (c) 2018-2020, Daniel Vérité +Copyright (c) 2018-2023, Daniel Vérité Permission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without a written agreement is hereby granted, provided that the above copyright notice and this paragraph and the following two paragraphs appear in all copies. diff --git a/icu_break.c b/icu_break.c index 562f0aa..a6c2f11 100644 --- a/icu_break.c +++ b/icu_break.c @@ -4,7 +4,7 @@ * Part of icu_ext: a PostgreSQL extension to expose functionality from ICU * (see http://icu-project.org) * - * By Daniel Vérité, 2018-2020. See LICENSE.md + * By Daniel Vérité, 2018-2023. See LICENSE.md */ #include "postgres.h" diff --git a/icu_ext.c b/icu_ext.c index 12a9c33..9931034 100644 --- a/icu_ext.c +++ b/icu_ext.c @@ -4,7 +4,7 @@ * Part of icu_ext: a PostgreSQL extension to expose functionality from ICU * (see http://icu-project.org) * - * By Daniel Vérité, 2018-2020. See LICENSE.md + * By Daniel Vérité, 2018-2023. See LICENSE.md */ #include "postgres.h" diff --git a/icu_ext.h b/icu_ext.h index d69e0f3..eb0dd5b 100644 --- a/icu_ext.h +++ b/icu_ext.h @@ -4,7 +4,7 @@ * Part of icu_ext: a PostgreSQL extension to expose functionality from ICU * (see http://icu-project.org) * - * By Daniel Vérité, 2018-2020. See LICENSE.md + * By Daniel Vérité, 2018-2023. See LICENSE.md */ #include "postgres.h" diff --git a/icu_normalize.c b/icu_normalize.c index 6d764e6..98753d0 100644 --- a/icu_normalize.c +++ b/icu_normalize.c @@ -4,7 +4,7 @@ * Part of icu_ext: a PostgreSQL extension to expose functionality from ICU * (see http://icu-project.org) * - * By Daniel Vérité, 2018-2020. See LICENSE.md + * By Daniel Vérité, 2018-2023. See LICENSE.md */ /* Postgres includes */ diff --git a/icu_num.c b/icu_num.c index 930c874..628ab40 100644 --- a/icu_num.c +++ b/icu_num.c @@ -4,7 +4,7 @@ * Part of icu_ext: a PostgreSQL extension to expose functionality from ICU * (see http://icu-project.org) * - * By Daniel Vérité, 2018-2020. See LICENSE.md + * By Daniel Vérité, 2018-2023. See LICENSE.md */ #include "postgres.h" diff --git a/icu_search.c b/icu_search.c index 534d788..d7739e9 100644 --- a/icu_search.c +++ b/icu_search.c @@ -4,7 +4,7 @@ * Part of icu_ext: a PostgreSQL extension to expose functionality from ICU * (see http://icu-project.org) * - * By Daniel Vérité, 2018-2020. See LICENSE.md + * By Daniel Vérité, 2018-2023. See LICENSE.md */ /* Postgres includes */ diff --git a/icu_spoof.c b/icu_spoof.c index d6c5af2..0db6e27 100644 --- a/icu_spoof.c +++ b/icu_spoof.c @@ -4,7 +4,7 @@ * Part of icu_ext: a PostgreSQL extension to expose functionality from ICU * (see http://icu-project.org) * - * By Daniel Vérité, 2018-2020. See LICENSE.md + * By Daniel Vérité, 2018-2023. See LICENSE.md */ #include "postgres.h" diff --git a/icu_transform.c b/icu_transform.c index 120f195..8f98e8f 100644 --- a/icu_transform.c +++ b/icu_transform.c @@ -4,7 +4,7 @@ * Part of icu_ext: a PostgreSQL extension to expose functionality from ICU * (see http://icu-project.org) * - * By Daniel Vérité, 2018-2020. See LICENSE.md + * By Daniel Vérité, 2018-2023. See LICENSE.md */ #include "postgres.h"