changeset 27:4da5819148c6

misc: update copyright years
author David Demelier <markand@malikania.fr>
date Wed, 01 Feb 2023 13:07:04 +0100
parents 767b7d68b88d
children f06312a7432b
files CMakeLists.txt LICENSE.md Makefile gen/unicode-before.c libunicode.3 tests/test-unicode.c unicode.c unicode.h
diffstat 8 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Mon Mar 28 21:45:07 2022 +0200
+++ b/CMakeLists.txt	Wed Feb 01 13:07:04 2023 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- basic CMake build for libunicode
 #
-# Copyright (c) 2013-2022 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2023 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/LICENSE.md	Mon Mar 28 21:45:07 2022 +0200
+++ b/LICENSE.md	Wed Feb 01 13:07:04 2023 +0100
@@ -1,7 +1,7 @@
 libunicode -- license
 =====================
 
-Copyright (c) 2013-2022 David Demelier <markand@malikania.fr>
+Copyright (c) 2013-2023 David Demelier <markand@malikania.fr>
 
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
--- a/Makefile	Mon Mar 28 21:45:07 2022 +0200
+++ b/Makefile	Wed Feb 01 13:07:04 2023 +0100
@@ -1,7 +1,7 @@
 #
 # Makefile -- basic Makefile for libunicode
 #
-# Copyright (c) 2013-2022 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2023 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/gen/unicode-before.c	Mon Mar 28 21:45:07 2022 +0200
+++ b/gen/unicode-before.c	Wed Feb 01 13:07:04 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * unicode.c -- UTF-8 to UTF-32 conversions and various operations
  *
- * Copyright (c) 2013-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2023 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/libunicode.3	Mon Mar 28 21:45:07 2022 +0200
+++ b/libunicode.3	Wed Feb 01 13:07:04 2023 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2022 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2023 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
--- a/tests/test-unicode.c	Mon Mar 28 21:45:07 2022 +0200
+++ b/tests/test-unicode.c	Wed Feb 01 13:07:04 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * unicode.c -- main test file for unicode
  *
- * Copyright (c) 2013-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2023 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/unicode.c	Mon Mar 28 21:45:07 2022 +0200
+++ b/unicode.c	Wed Feb 01 13:07:04 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * unicode.c -- UTF-8 to UTF-32 conversions and various operations
  *
- * Copyright (c) 2013-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2023 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/unicode.h	Mon Mar 28 21:45:07 2022 +0200
+++ b/unicode.h	Wed Feb 01 13:07:04 2023 +0100
@@ -1,7 +1,7 @@
 /*
  * unicode.h -- UTF-8 to UTF-32 conversions and various operations
  *
- * Copyright (c) 2013-2022 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2023 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above