changeset 12:083f11d2536f

misc: various issues
author David Demelier <markand@malikania.fr>
date Wed, 25 Mar 2020 17:03:18 +0100
parents 43a9d763656b
children 5c917a8cd011
files Doxyfile Makefile test/unicode++.cpp test/unicode.c
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/Doxyfile	Wed Mar 25 14:33:03 2020 +0100
+++ b/Doxyfile	Wed Mar 25 17:03:18 2020 +0100
@@ -1,5 +1,5 @@
 #
-# Doxyfile -- generate API documentation for Molko's Adventure
+# Doxyfile -- generate API documentation for libunicode
 #
 # Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
 #
--- a/Makefile	Wed Mar 25 14:33:03 2020 +0100
+++ b/Makefile	Wed Mar 25 17:03:18 2020 +0100
@@ -1,7 +1,7 @@
 #
 # Makefile -- basic Makefile for libunicode
 #
-# Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2020 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/test/unicode++.cpp	Wed Mar 25 14:33:03 2020 +0100
+++ b/test/unicode++.cpp	Wed Mar 25 17:03:18 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * unicode++.cpp -- main test file for unicode
  *
- * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 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/test/unicode.c	Wed Mar 25 14:33:03 2020 +0100
+++ b/test/unicode.c	Wed Mar 25 17:03:18 2020 +0100
@@ -1,7 +1,7 @@
 /*
  * unicode.c -- main test file for unicode (C version)
  *
- * Copyright (c) 2013-2018 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2020 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