updates license

Tue, 17 Oct 2017 15:15:54 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 17 Oct 2017 15:15:54 +0200
changeset 250
b7d1317b138e
parent 249
fb21858ad8da
child 251
fae240d633fc

updates license

LICENSE file | annotate | diff | comparison | revisions
Makefile file | annotate | diff | comparison | revisions
README file | annotate | diff | comparison | revisions
clang.mk file | annotate | diff | comparison | revisions
cppcheck.mk file | annotate | diff | comparison | revisions
docs/web/examples.html file | annotate | diff | comparison | revisions
docs/web/index.html file | annotate | diff | comparison | revisions
docs/web/install.html file | annotate | diff | comparison | revisions
docs/web/integration.html file | annotate | diff | comparison | revisions
docs/web/license.html file | annotate | diff | comparison | revisions
docs/web/modules.html file | annotate | diff | comparison | revisions
g++.mk file | annotate | diff | comparison | revisions
gcc.mk file | annotate | diff | comparison | revisions
mingw.mk file | annotate | diff | comparison | revisions
osx.mk file | annotate | diff | comparison | revisions
suncc.mk file | annotate | diff | comparison | revisions
test/Makefile file | annotate | diff | comparison | revisions
test/allocator_tests.c file | annotate | diff | comparison | revisions
test/allocator_tests.h file | annotate | diff | comparison | revisions
test/avl_tests.c file | annotate | diff | comparison | revisions
test/avl_tests.h file | annotate | diff | comparison | revisions
test/buffer_tests.c file | annotate | diff | comparison | revisions
test/buffer_tests.h file | annotate | diff | comparison | revisions
test/list_tests.c file | annotate | diff | comparison | revisions
test/list_tests.h file | annotate | diff | comparison | revisions
test/logging_tests.c file | annotate | diff | comparison | revisions
test/logging_tests.h file | annotate | diff | comparison | revisions
test/main.c file | annotate | diff | comparison | revisions
test/main.h file | annotate | diff | comparison | revisions
test/map_tests.c file | annotate | diff | comparison | revisions
test/map_tests.h file | annotate | diff | comparison | revisions
test/mpool_tests.c file | annotate | diff | comparison | revisions
test/mpool_tests.h file | annotate | diff | comparison | revisions
test/prop_tests.c file | annotate | diff | comparison | revisions
test/prop_tests.h file | annotate | diff | comparison | revisions
test/stack_tests.c file | annotate | diff | comparison | revisions
test/stack_tests.h file | annotate | diff | comparison | revisions
test/string_tests.c file | annotate | diff | comparison | revisions
test/string_tests.h file | annotate | diff | comparison | revisions
test/utils_tests.c file | annotate | diff | comparison | revisions
test/utils_tests.h file | annotate | diff | comparison | revisions
ucx/Makefile file | annotate | diff | comparison | revisions
ucx/allocator.c file | annotate | diff | comparison | revisions
ucx/allocator.h file | annotate | diff | comparison | revisions
ucx/avl.c file | annotate | diff | comparison | revisions
ucx/avl.h file | annotate | diff | comparison | revisions
ucx/buffer.c file | annotate | diff | comparison | revisions
ucx/buffer.h file | annotate | diff | comparison | revisions
ucx/list.c file | annotate | diff | comparison | revisions
ucx/list.h file | annotate | diff | comparison | revisions
ucx/logging.c file | annotate | diff | comparison | revisions
ucx/logging.h file | annotate | diff | comparison | revisions
ucx/map.c file | annotate | diff | comparison | revisions
ucx/map.h file | annotate | diff | comparison | revisions
ucx/mempool.c file | annotate | diff | comparison | revisions
ucx/mempool.h file | annotate | diff | comparison | revisions
ucx/properties.c file | annotate | diff | comparison | revisions
ucx/properties.h file | annotate | diff | comparison | revisions
ucx/stack.c file | annotate | diff | comparison | revisions
ucx/stack.h file | annotate | diff | comparison | revisions
ucx/string.c file | annotate | diff | comparison | revisions
ucx/string.h file | annotate | diff | comparison | revisions
ucx/test.c file | annotate | diff | comparison | revisions
ucx/test.h file | annotate | diff | comparison | revisions
ucx/ucx.c file | annotate | diff | comparison | revisions
ucx/ucx.h file | annotate | diff | comparison | revisions
ucx/utils.c file | annotate | diff | comparison | revisions
ucx/utils.h file | annotate | diff | comparison | revisions
--- a/LICENSE	Tue Sep 19 15:32:53 2017 +0200
+++ b/LICENSE	Tue Oct 17 15:15:54 2017 +0200
@@ -1,4 +1,4 @@
-Copyright 2016 Olaf Wintermann. All rights reserved.
+Copyright 2017 Olaf Wintermann. All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
--- a/Makefile	Tue Sep 19 15:32:53 2017 +0200
+++ b/Makefile	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 #
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 #
-# Copyright 2016 Olaf Wintermann. All rights reserved.
+# Copyright 2017 Olaf Wintermann. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
--- a/README	Tue Sep 19 15:32:53 2017 +0200
+++ b/README	Tue Oct 17 15:15:54 2017 +0200
@@ -1,4 +1,3 @@
-
 -------------------------------------------------------------------------------
                      UAP Common eXtensions - UCX
 -------------------------------------------------------------------------------
@@ -9,8 +8,8 @@
   2. Build  ............................................................... 26
   3. Install  ............................................................. 58
   4. Documentation  ....................................................... 71
-  5. Contact  ............................................................. 80
-  6. License  ............................................................. 89
+  5. Contact  ............................................................. 84
+  6. License  ............................................................. 90
 
 
 1. Introduction
@@ -72,22 +71,26 @@
 4. Documentation
 ----------------
 
+Documentation is available at:
+
+  https://develop.uap-core.de/ucx/index.html
+
 The code uses doxygen source code documentation. A html version of the
 documentation is also available here:
 
-  http://develop.uap-core.de/ucx/api/current/index.html
+  https://develop.uap-core.de/ucx/api/index.html
 
 
 5. Contact
 ----------
 
-  Mike "UniversE" Becker        (universe@uap-core.de)
-  Olaf "Prometheus" Wintermann  (prometheus@uap-core.de)
+  Olaf Wintermann    (olaf.wintermann@gmail.com)
+  Mike Becker        (universe@uap-core.de)
 
 6. License
 ----------
 
-Copyright 2016 Olaf Wintermann. All rights reserved.
+Copyright 2017 Olaf Wintermann. All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
--- a/clang.mk	Tue Sep 19 15:32:53 2017 +0200
+++ b/clang.mk	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 #
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 #
-# Copyright 2016 Olaf Wintermann. All rights reserved.
+# Copyright 2017 Olaf Wintermann. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
--- a/cppcheck.mk	Tue Sep 19 15:32:53 2017 +0200
+++ b/cppcheck.mk	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 #
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 #
-# Copyright 2016 Olaf Wintermann. All rights reserved.
+# Copyright 2017 Olaf Wintermann. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
--- a/docs/web/examples.html	Tue Sep 19 15:32:53 2017 +0200
+++ b/docs/web/examples.html	Tue Oct 17 15:15:54 2017 +0200
@@ -34,7 +34,7 @@
                 <h3>Resources</h3>
                 <ul>
                     <li><a target="_blank" href="api/">API Reference</a></li>
-                    <li><a target="_blank" href="http://develop.uap-core.de/hg/ucx/">Repository</a></li>
+                    <li><a target="_blank" href="https://develop.uap-core.de/hg/ucx/">Repository</a></li>
                 </ul>
             </div>
         </div>
--- a/docs/web/index.html	Tue Sep 19 15:32:53 2017 +0200
+++ b/docs/web/index.html	Tue Oct 17 15:15:54 2017 +0200
@@ -34,7 +34,7 @@
                 <h3>Resources</h3>
                 <ul>
                     <li><a target="_blank" href="api/">API Reference</a></li>
-                    <li><a target="_blank" href="http://develop.uap-core.de/hg/ucx/">Repository</a></li>
+                    <li><a target="_blank" href="https://develop.uap-core.de/hg/ucx/">Repository</a></li>
                 </ul>
             </div>
         </div>
--- a/docs/web/install.html	Tue Sep 19 15:32:53 2017 +0200
+++ b/docs/web/install.html	Tue Oct 17 15:15:54 2017 +0200
@@ -34,7 +34,7 @@
                 <h3>Resources</h3>
                 <ul>
                     <li><a target="_blank" href="api/">API Reference</a></li>
-                    <li><a target="_blank" href="http://develop.uap-core.de/hg/ucx/">Repository</a></li>
+                    <li><a target="_blank" href="https://develop.uap-core.de/hg/ucx/">Repository</a></li>
                 </ul>
             </div>
         </div>
--- a/docs/web/integration.html	Tue Sep 19 15:32:53 2017 +0200
+++ b/docs/web/integration.html	Tue Oct 17 15:15:54 2017 +0200
@@ -34,7 +34,7 @@
                 <h3>Resources</h3>
                 <ul>
                     <li><a target="_blank" href="api/">API Reference</a></li>
-                    <li><a target="_blank" href="http://develop.uap-core.de/hg/ucx/">Repository</a></li>
+                    <li><a target="_blank" href="https://develop.uap-core.de/hg/ucx/">Repository</a></li>
                 </ul>
             </div>
         </div>
--- a/docs/web/license.html	Tue Sep 19 15:32:53 2017 +0200
+++ b/docs/web/license.html	Tue Oct 17 15:15:54 2017 +0200
@@ -34,7 +34,7 @@
                 <h3>Resources</h3>
                 <ul>
                     <li><a target="_blank" href="api/">API Reference</a></li>
-                    <li><a target="_blank" href="http://develop.uap-core.de/hg/ucx/">Repository</a></li>
+                    <li><a target="_blank" href="https://develop.uap-core.de/hg/ucx/">Repository</a></li>
                 </ul>
             </div>
         </div>
@@ -43,7 +43,7 @@
         <!-- begin content -->
         <div class="content">
             <h1>License</h1>
-            <p>Copyright 2016 Olaf Wintermann. All rights reserved.</p>
+            <p>Copyright 2017 Olaf Wintermann. All rights reserved.</p>
 
             <p>
                 Redistribution and use in source and binary forms, with or
--- a/docs/web/modules.html	Tue Sep 19 15:32:53 2017 +0200
+++ b/docs/web/modules.html	Tue Oct 17 15:15:54 2017 +0200
@@ -34,7 +34,7 @@
                 <h3>Resources</h3>
                 <ul>
                     <li><a target="_blank" href="api/">API Reference</a></li>
-                    <li><a target="_blank" href="http://develop.uap-core.de/hg/ucx/">Repository</a></li>
+                    <li><a target="_blank" href="https://develop.uap-core.de/hg/ucx/">Repository</a></li>
                 </ul>
             </div>
         </div>
--- a/g++.mk	Tue Sep 19 15:32:53 2017 +0200
+++ b/g++.mk	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 #
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 #
-# Copyright 2016 Olaf Wintermann. All rights reserved.
+# Copyright 2017 Olaf Wintermann. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
--- a/gcc.mk	Tue Sep 19 15:32:53 2017 +0200
+++ b/gcc.mk	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 #
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 #
-# Copyright 2016 Olaf Wintermann. All rights reserved.
+# Copyright 2017 Olaf Wintermann. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
--- a/mingw.mk	Tue Sep 19 15:32:53 2017 +0200
+++ b/mingw.mk	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 #
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 #
-# Copyright 2016 Olaf Wintermann. All rights reserved.
+# Copyright 2017 Olaf Wintermann. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
--- a/osx.mk	Tue Sep 19 15:32:53 2017 +0200
+++ b/osx.mk	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 #
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 #
-# Copyright 2016 Olaf Wintermann. All rights reserved.
+# Copyright 2017 Olaf Wintermann. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
--- a/suncc.mk	Tue Sep 19 15:32:53 2017 +0200
+++ b/suncc.mk	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 #
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 #
-# Copyright 2016 Olaf Wintermann. All rights reserved.
+# Copyright 2017 Olaf Wintermann. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
--- a/test/Makefile	Tue Sep 19 15:32:53 2017 +0200
+++ b/test/Makefile	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 #
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 #
-# Copyright 2016 Olaf Wintermann. All rights reserved.
+# Copyright 2017 Olaf Wintermann. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
--- a/test/allocator_tests.c	Tue Sep 19 15:32:53 2017 +0200
+++ b/test/allocator_tests.c	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/test/allocator_tests.h	Tue Sep 19 15:32:53 2017 +0200
+++ b/test/allocator_tests.h	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/test/avl_tests.c	Tue Sep 19 15:32:53 2017 +0200
+++ b/test/avl_tests.c	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/test/avl_tests.h	Tue Sep 19 15:32:53 2017 +0200
+++ b/test/avl_tests.h	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/test/buffer_tests.c	Tue Sep 19 15:32:53 2017 +0200
+++ b/test/buffer_tests.c	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/test/buffer_tests.h	Tue Sep 19 15:32:53 2017 +0200
+++ b/test/buffer_tests.h	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/test/list_tests.c	Tue Sep 19 15:32:53 2017 +0200
+++ b/test/list_tests.c	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/test/list_tests.h	Tue Sep 19 15:32:53 2017 +0200
+++ b/test/list_tests.h	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/test/logging_tests.c	Tue Sep 19 15:32:53 2017 +0200
+++ b/test/logging_tests.c	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/test/logging_tests.h	Tue Sep 19 15:32:53 2017 +0200
+++ b/test/logging_tests.h	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/test/main.c	Tue Sep 19 15:32:53 2017 +0200
+++ b/test/main.c	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/test/main.h	Tue Sep 19 15:32:53 2017 +0200
+++ b/test/main.h	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/test/map_tests.c	Tue Sep 19 15:32:53 2017 +0200
+++ b/test/map_tests.c	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/test/map_tests.h	Tue Sep 19 15:32:53 2017 +0200
+++ b/test/map_tests.h	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/test/mpool_tests.c	Tue Sep 19 15:32:53 2017 +0200
+++ b/test/mpool_tests.c	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/test/mpool_tests.h	Tue Sep 19 15:32:53 2017 +0200
+++ b/test/mpool_tests.h	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/test/prop_tests.c	Tue Sep 19 15:32:53 2017 +0200
+++ b/test/prop_tests.c	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/test/prop_tests.h	Tue Sep 19 15:32:53 2017 +0200
+++ b/test/prop_tests.h	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/test/stack_tests.c	Tue Sep 19 15:32:53 2017 +0200
+++ b/test/stack_tests.c	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/test/stack_tests.h	Tue Sep 19 15:32:53 2017 +0200
+++ b/test/stack_tests.h	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/test/string_tests.c	Tue Sep 19 15:32:53 2017 +0200
+++ b/test/string_tests.c	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/test/string_tests.h	Tue Sep 19 15:32:53 2017 +0200
+++ b/test/string_tests.h	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/test/utils_tests.c	Tue Sep 19 15:32:53 2017 +0200
+++ b/test/utils_tests.c	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/test/utils_tests.h	Tue Sep 19 15:32:53 2017 +0200
+++ b/test/utils_tests.h	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/ucx/Makefile	Tue Sep 19 15:32:53 2017 +0200
+++ b/ucx/Makefile	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 #
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 #
-# Copyright 2016 Olaf Wintermann. All rights reserved.
+# Copyright 2017 Olaf Wintermann. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
--- a/ucx/allocator.c	Tue Sep 19 15:32:53 2017 +0200
+++ b/ucx/allocator.c	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/ucx/allocator.h	Tue Sep 19 15:32:53 2017 +0200
+++ b/ucx/allocator.h	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/ucx/avl.c	Tue Sep 19 15:32:53 2017 +0200
+++ b/ucx/avl.c	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/ucx/avl.h	Tue Sep 19 15:32:53 2017 +0200
+++ b/ucx/avl.h	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/ucx/buffer.c	Tue Sep 19 15:32:53 2017 +0200
+++ b/ucx/buffer.c	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/ucx/buffer.h	Tue Sep 19 15:32:53 2017 +0200
+++ b/ucx/buffer.h	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/ucx/list.c	Tue Sep 19 15:32:53 2017 +0200
+++ b/ucx/list.c	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/ucx/list.h	Tue Sep 19 15:32:53 2017 +0200
+++ b/ucx/list.h	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/ucx/logging.c	Tue Sep 19 15:32:53 2017 +0200
+++ b/ucx/logging.c	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/ucx/logging.h	Tue Sep 19 15:32:53 2017 +0200
+++ b/ucx/logging.h	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/ucx/map.c	Tue Sep 19 15:32:53 2017 +0200
+++ b/ucx/map.c	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/ucx/map.h	Tue Sep 19 15:32:53 2017 +0200
+++ b/ucx/map.h	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/ucx/mempool.c	Tue Sep 19 15:32:53 2017 +0200
+++ b/ucx/mempool.c	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/ucx/mempool.h	Tue Sep 19 15:32:53 2017 +0200
+++ b/ucx/mempool.h	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/ucx/properties.c	Tue Sep 19 15:32:53 2017 +0200
+++ b/ucx/properties.c	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/ucx/properties.h	Tue Sep 19 15:32:53 2017 +0200
+++ b/ucx/properties.h	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/ucx/stack.c	Tue Sep 19 15:32:53 2017 +0200
+++ b/ucx/stack.c	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/ucx/stack.h	Tue Sep 19 15:32:53 2017 +0200
+++ b/ucx/stack.h	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/ucx/string.c	Tue Sep 19 15:32:53 2017 +0200
+++ b/ucx/string.c	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/ucx/string.h	Tue Sep 19 15:32:53 2017 +0200
+++ b/ucx/string.h	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/ucx/test.c	Tue Sep 19 15:32:53 2017 +0200
+++ b/ucx/test.c	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/ucx/test.h	Tue Sep 19 15:32:53 2017 +0200
+++ b/ucx/test.h	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/ucx/ucx.c	Tue Sep 19 15:32:53 2017 +0200
+++ b/ucx/ucx.c	Tue Oct 17 15:15:54 2017 +0200
@@ -9,7 +9,7 @@
  * 
  * <h2>LICENCE</h2>
  * 
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/ucx/ucx.h	Tue Sep 19 15:32:53 2017 +0200
+++ b/ucx/ucx.h	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/ucx/utils.c	Tue Sep 19 15:32:53 2017 +0200
+++ b/ucx/utils.c	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
--- a/ucx/utils.h	Tue Sep 19 15:32:53 2017 +0200
+++ b/ucx/utils.h	Tue Oct 17 15:15:54 2017 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2016 Olaf Wintermann. All rights reserved.
+ * Copyright 2017 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:

mercurial