changeset 1:0d9603b420c2

Happy new year!
author David Demelier <markand@malikania.fr>
date Mon, 02 Jan 2017 20:43:34 +0100
parents f94206b2e05e
children 84765c6f4872
files CMakeLists.txt LICENSE.md generator/CMakeLists.txt generator/cat/CMakeLists.txt generator/cat/cat.cpp generator/make-unicode/CMakeLists.txt generator/make-unicode/unicode-before.cpp generator/make-unicode/unicode.hpp gtest/CMakeLists.txt test/main.cpp unicode.cpp unicode.hpp
diffstat 12 files changed, 14 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Tue Dec 27 13:35:57 2016 +0100
+++ b/CMakeLists.txt	Mon Jan 02 20:43:34 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- unicode module
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2017 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	Tue Dec 27 13:35:57 2016 +0100
+++ b/LICENSE.md	Mon Jan 02 20:43:34 2017 +0100
@@ -1,7 +1,7 @@
 libunicode++ -- license
 =======================
 
-Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+Copyright (c) 2013-2017 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/generator/CMakeLists.txt	Tue Dec 27 13:35:57 2016 +0100
+++ b/generator/CMakeLists.txt	Mon Jan 02 20:43:34 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- code building for common code
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2017 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/generator/cat/CMakeLists.txt	Tue Dec 27 13:35:57 2016 +0100
+++ b/generator/cat/CMakeLists.txt	Mon Jan 02 20:43:34 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- code building for common code
 #
-# Copyright (c) 2013-2015 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2017 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
@@ -30,4 +30,4 @@
     RUNTIME_OUTPUT_DIRECTORY_RELEASE ${CMAKE_BINARY_DIR}
     RUNTIME_OUTPUT_DIRECTORY_RELWITHDEBINFO ${CMAKE_BINARY_DIR}
     RUNTIME_OUTPUT_DIRECTORY_MINISIZEREL ${CMAKE_BINARY_DIR}
-)
\ No newline at end of file
+)
--- a/generator/cat/cat.cpp	Tue Dec 27 13:35:57 2016 +0100
+++ b/generator/cat/cat.cpp	Mon Jan 02 20:43:34 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * cccat.cpp -- very basic cat replacement for portability
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2017 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/generator/make-unicode/CMakeLists.txt	Tue Dec 27 13:35:57 2016 +0100
+++ b/generator/make-unicode/CMakeLists.txt	Mon Jan 02 20:43:34 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- code building for common code
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2017 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
@@ -26,7 +26,7 @@
 add_custom_target(
     generate-unicode
     COMMAND
-        $<TARGET_FILE:generator> ${unicode_BINARY_DIR}/unicode-tmp.cpp ${CMAKE_CURRENT_SOURCE_DIR}/UnicodeData.txt 
+        $<TARGET_FILE:generator> ${unicode_BINARY_DIR}/unicode-tmp.cpp ${CMAKE_CURRENT_SOURCE_DIR}/UnicodeData.txt
     COMMAND
         $<TARGET_FILE:cat>
         ${unicode_SOURCE_DIR}/unicode.cpp
--- a/generator/make-unicode/unicode-before.cpp	Tue Dec 27 13:35:57 2016 +0100
+++ b/generator/make-unicode/unicode-before.cpp	Mon Jan 02 20:43:34 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * unicode.cpp -- UTF-8 to UTF-32 conversions and various operations
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2017 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/generator/make-unicode/unicode.hpp	Tue Dec 27 13:35:57 2016 +0100
+++ b/generator/make-unicode/unicode.hpp	Mon Jan 02 20:43:34 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * unicode.hpp -- UTF-8 to UTF-32 conversions and various operations
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2017 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/gtest/CMakeLists.txt	Tue Dec 27 13:35:57 2016 +0100
+++ b/gtest/CMakeLists.txt	Mon Jan 02 20:43:34 2017 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- googletest library
 #
-# Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+# Copyright (c) 2013-2017 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/main.cpp	Tue Dec 27 13:35:57 2016 +0100
+++ b/test/main.cpp	Mon Jan 02 20:43:34 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * main.cpp -- main test file for unicode
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2017 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.cpp	Tue Dec 27 13:35:57 2016 +0100
+++ b/unicode.cpp	Mon Jan 02 20:43:34 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * unicode.cpp -- UTF-8 to UTF-32 conversions and various operations
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2017 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.hpp	Tue Dec 27 13:35:57 2016 +0100
+++ b/unicode.hpp	Mon Jan 02 20:43:34 2017 +0100
@@ -1,7 +1,7 @@
 /*
  * unicode.hpp -- UTF-8 to UTF-32 conversions and various operations
  *
- * Copyright (c) 2013-2016 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2017 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