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
     1.1 --- a/LICENSE	Tue Sep 19 15:32:53 2017 +0200
     1.2 +++ b/LICENSE	Tue Oct 17 15:15:54 2017 +0200
     1.3 @@ -1,4 +1,4 @@
     1.4 -Copyright 2016 Olaf Wintermann. All rights reserved.
     1.5 +Copyright 2017 Olaf Wintermann. All rights reserved.
     1.6  
     1.7  Redistribution and use in source and binary forms, with or without
     1.8  modification, are permitted provided that the following conditions are met:
     2.1 --- a/Makefile	Tue Sep 19 15:32:53 2017 +0200
     2.2 +++ b/Makefile	Tue Oct 17 15:15:54 2017 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  #
     2.5  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     2.6  #
     2.7 -# Copyright 2016 Olaf Wintermann. All rights reserved.
     2.8 +# Copyright 2017 Olaf Wintermann. All rights reserved.
     2.9  #
    2.10  # Redistribution and use in source and binary forms, with or without
    2.11  # modification, are permitted provided that the following conditions are met:
     3.1 --- a/README	Tue Sep 19 15:32:53 2017 +0200
     3.2 +++ b/README	Tue Oct 17 15:15:54 2017 +0200
     3.3 @@ -1,4 +1,3 @@
     3.4 -
     3.5  -------------------------------------------------------------------------------
     3.6                       UAP Common eXtensions - UCX
     3.7  -------------------------------------------------------------------------------
     3.8 @@ -9,8 +8,8 @@
     3.9    2. Build  ............................................................... 26
    3.10    3. Install  ............................................................. 58
    3.11    4. Documentation  ....................................................... 71
    3.12 -  5. Contact  ............................................................. 80
    3.13 -  6. License  ............................................................. 89
    3.14 +  5. Contact  ............................................................. 84
    3.15 +  6. License  ............................................................. 90
    3.16  
    3.17  
    3.18  1. Introduction
    3.19 @@ -72,22 +71,26 @@
    3.20  4. Documentation
    3.21  ----------------
    3.22  
    3.23 +Documentation is available at:
    3.24 +
    3.25 +  https://develop.uap-core.de/ucx/index.html
    3.26 +
    3.27  The code uses doxygen source code documentation. A html version of the
    3.28  documentation is also available here:
    3.29  
    3.30 -  http://develop.uap-core.de/ucx/api/current/index.html
    3.31 +  https://develop.uap-core.de/ucx/api/index.html
    3.32  
    3.33  
    3.34  5. Contact
    3.35  ----------
    3.36  
    3.37 -  Mike "UniversE" Becker        (universe@uap-core.de)
    3.38 -  Olaf "Prometheus" Wintermann  (prometheus@uap-core.de)
    3.39 +  Olaf Wintermann    (olaf.wintermann@gmail.com)
    3.40 +  Mike Becker        (universe@uap-core.de)
    3.41  
    3.42  6. License
    3.43  ----------
    3.44  
    3.45 -Copyright 2016 Olaf Wintermann. All rights reserved.
    3.46 +Copyright 2017 Olaf Wintermann. All rights reserved.
    3.47  
    3.48  Redistribution and use in source and binary forms, with or without
    3.49  modification, are permitted provided that the following conditions are met:
     4.1 --- a/clang.mk	Tue Sep 19 15:32:53 2017 +0200
     4.2 +++ b/clang.mk	Tue Oct 17 15:15:54 2017 +0200
     4.3 @@ -1,7 +1,7 @@
     4.4  #
     4.5  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     4.6  #
     4.7 -# Copyright 2016 Olaf Wintermann. All rights reserved.
     4.8 +# Copyright 2017 Olaf Wintermann. All rights reserved.
     4.9  #
    4.10  # Redistribution and use in source and binary forms, with or without
    4.11  # modification, are permitted provided that the following conditions are met:
     5.1 --- a/cppcheck.mk	Tue Sep 19 15:32:53 2017 +0200
     5.2 +++ b/cppcheck.mk	Tue Oct 17 15:15:54 2017 +0200
     5.3 @@ -1,7 +1,7 @@
     5.4  #
     5.5  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     5.6  #
     5.7 -# Copyright 2016 Olaf Wintermann. All rights reserved.
     5.8 +# Copyright 2017 Olaf Wintermann. All rights reserved.
     5.9  #
    5.10  # Redistribution and use in source and binary forms, with or without
    5.11  # modification, are permitted provided that the following conditions are met:
     6.1 --- a/docs/web/examples.html	Tue Sep 19 15:32:53 2017 +0200
     6.2 +++ b/docs/web/examples.html	Tue Oct 17 15:15:54 2017 +0200
     6.3 @@ -34,7 +34,7 @@
     6.4                  <h3>Resources</h3>
     6.5                  <ul>
     6.6                      <li><a target="_blank" href="api/">API Reference</a></li>
     6.7 -                    <li><a target="_blank" href="http://develop.uap-core.de/hg/ucx/">Repository</a></li>
     6.8 +                    <li><a target="_blank" href="https://develop.uap-core.de/hg/ucx/">Repository</a></li>
     6.9                  </ul>
    6.10              </div>
    6.11          </div>
     7.1 --- a/docs/web/index.html	Tue Sep 19 15:32:53 2017 +0200
     7.2 +++ b/docs/web/index.html	Tue Oct 17 15:15:54 2017 +0200
     7.3 @@ -34,7 +34,7 @@
     7.4                  <h3>Resources</h3>
     7.5                  <ul>
     7.6                      <li><a target="_blank" href="api/">API Reference</a></li>
     7.7 -                    <li><a target="_blank" href="http://develop.uap-core.de/hg/ucx/">Repository</a></li>
     7.8 +                    <li><a target="_blank" href="https://develop.uap-core.de/hg/ucx/">Repository</a></li>
     7.9                  </ul>
    7.10              </div>
    7.11          </div>
     8.1 --- a/docs/web/install.html	Tue Sep 19 15:32:53 2017 +0200
     8.2 +++ b/docs/web/install.html	Tue Oct 17 15:15:54 2017 +0200
     8.3 @@ -34,7 +34,7 @@
     8.4                  <h3>Resources</h3>
     8.5                  <ul>
     8.6                      <li><a target="_blank" href="api/">API Reference</a></li>
     8.7 -                    <li><a target="_blank" href="http://develop.uap-core.de/hg/ucx/">Repository</a></li>
     8.8 +                    <li><a target="_blank" href="https://develop.uap-core.de/hg/ucx/">Repository</a></li>
     8.9                  </ul>
    8.10              </div>
    8.11          </div>
     9.1 --- a/docs/web/integration.html	Tue Sep 19 15:32:53 2017 +0200
     9.2 +++ b/docs/web/integration.html	Tue Oct 17 15:15:54 2017 +0200
     9.3 @@ -34,7 +34,7 @@
     9.4                  <h3>Resources</h3>
     9.5                  <ul>
     9.6                      <li><a target="_blank" href="api/">API Reference</a></li>
     9.7 -                    <li><a target="_blank" href="http://develop.uap-core.de/hg/ucx/">Repository</a></li>
     9.8 +                    <li><a target="_blank" href="https://develop.uap-core.de/hg/ucx/">Repository</a></li>
     9.9                  </ul>
    9.10              </div>
    9.11          </div>
    10.1 --- a/docs/web/license.html	Tue Sep 19 15:32:53 2017 +0200
    10.2 +++ b/docs/web/license.html	Tue Oct 17 15:15:54 2017 +0200
    10.3 @@ -34,7 +34,7 @@
    10.4                  <h3>Resources</h3>
    10.5                  <ul>
    10.6                      <li><a target="_blank" href="api/">API Reference</a></li>
    10.7 -                    <li><a target="_blank" href="http://develop.uap-core.de/hg/ucx/">Repository</a></li>
    10.8 +                    <li><a target="_blank" href="https://develop.uap-core.de/hg/ucx/">Repository</a></li>
    10.9                  </ul>
   10.10              </div>
   10.11          </div>
   10.12 @@ -43,7 +43,7 @@
   10.13          <!-- begin content -->
   10.14          <div class="content">
   10.15              <h1>License</h1>
   10.16 -            <p>Copyright 2016 Olaf Wintermann. All rights reserved.</p>
   10.17 +            <p>Copyright 2017 Olaf Wintermann. All rights reserved.</p>
   10.18  
   10.19              <p>
   10.20                  Redistribution and use in source and binary forms, with or
    11.1 --- a/docs/web/modules.html	Tue Sep 19 15:32:53 2017 +0200
    11.2 +++ b/docs/web/modules.html	Tue Oct 17 15:15:54 2017 +0200
    11.3 @@ -34,7 +34,7 @@
    11.4                  <h3>Resources</h3>
    11.5                  <ul>
    11.6                      <li><a target="_blank" href="api/">API Reference</a></li>
    11.7 -                    <li><a target="_blank" href="http://develop.uap-core.de/hg/ucx/">Repository</a></li>
    11.8 +                    <li><a target="_blank" href="https://develop.uap-core.de/hg/ucx/">Repository</a></li>
    11.9                  </ul>
   11.10              </div>
   11.11          </div>
    12.1 --- a/g++.mk	Tue Sep 19 15:32:53 2017 +0200
    12.2 +++ b/g++.mk	Tue Oct 17 15:15:54 2017 +0200
    12.3 @@ -1,7 +1,7 @@
    12.4  #
    12.5  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    12.6  #
    12.7 -# Copyright 2016 Olaf Wintermann. All rights reserved.
    12.8 +# Copyright 2017 Olaf Wintermann. All rights reserved.
    12.9  #
   12.10  # Redistribution and use in source and binary forms, with or without
   12.11  # modification, are permitted provided that the following conditions are met:
    13.1 --- a/gcc.mk	Tue Sep 19 15:32:53 2017 +0200
    13.2 +++ b/gcc.mk	Tue Oct 17 15:15:54 2017 +0200
    13.3 @@ -1,7 +1,7 @@
    13.4  #
    13.5  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    13.6  #
    13.7 -# Copyright 2016 Olaf Wintermann. All rights reserved.
    13.8 +# Copyright 2017 Olaf Wintermann. All rights reserved.
    13.9  #
   13.10  # Redistribution and use in source and binary forms, with or without
   13.11  # modification, are permitted provided that the following conditions are met:
    14.1 --- a/mingw.mk	Tue Sep 19 15:32:53 2017 +0200
    14.2 +++ b/mingw.mk	Tue Oct 17 15:15:54 2017 +0200
    14.3 @@ -1,7 +1,7 @@
    14.4  #
    14.5  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    14.6  #
    14.7 -# Copyright 2016 Olaf Wintermann. All rights reserved.
    14.8 +# Copyright 2017 Olaf Wintermann. All rights reserved.
    14.9  #
   14.10  # Redistribution and use in source and binary forms, with or without
   14.11  # modification, are permitted provided that the following conditions are met:
    15.1 --- a/osx.mk	Tue Sep 19 15:32:53 2017 +0200
    15.2 +++ b/osx.mk	Tue Oct 17 15:15:54 2017 +0200
    15.3 @@ -1,7 +1,7 @@
    15.4  #
    15.5  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    15.6  #
    15.7 -# Copyright 2016 Olaf Wintermann. All rights reserved.
    15.8 +# Copyright 2017 Olaf Wintermann. All rights reserved.
    15.9  #
   15.10  # Redistribution and use in source and binary forms, with or without
   15.11  # modification, are permitted provided that the following conditions are met:
    16.1 --- a/suncc.mk	Tue Sep 19 15:32:53 2017 +0200
    16.2 +++ b/suncc.mk	Tue Oct 17 15:15:54 2017 +0200
    16.3 @@ -1,7 +1,7 @@
    16.4  #
    16.5  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    16.6  #
    16.7 -# Copyright 2016 Olaf Wintermann. All rights reserved.
    16.8 +# Copyright 2017 Olaf Wintermann. All rights reserved.
    16.9  #
   16.10  # Redistribution and use in source and binary forms, with or without
   16.11  # modification, are permitted provided that the following conditions are met:
    17.1 --- a/test/Makefile	Tue Sep 19 15:32:53 2017 +0200
    17.2 +++ b/test/Makefile	Tue Oct 17 15:15:54 2017 +0200
    17.3 @@ -1,7 +1,7 @@
    17.4  #
    17.5  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    17.6  #
    17.7 -# Copyright 2016 Olaf Wintermann. All rights reserved.
    17.8 +# Copyright 2017 Olaf Wintermann. All rights reserved.
    17.9  #
   17.10  # Redistribution and use in source and binary forms, with or without
   17.11  # modification, are permitted provided that the following conditions are met:
    18.1 --- a/test/allocator_tests.c	Tue Sep 19 15:32:53 2017 +0200
    18.2 +++ b/test/allocator_tests.c	Tue Oct 17 15:15:54 2017 +0200
    18.3 @@ -1,7 +1,7 @@
    18.4  /*
    18.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    18.6   *
    18.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    18.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    18.9   *
   18.10   * Redistribution and use in source and binary forms, with or without
   18.11   * modification, are permitted provided that the following conditions are met:
    19.1 --- a/test/allocator_tests.h	Tue Sep 19 15:32:53 2017 +0200
    19.2 +++ b/test/allocator_tests.h	Tue Oct 17 15:15:54 2017 +0200
    19.3 @@ -1,7 +1,7 @@
    19.4  /*
    19.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    19.6   *
    19.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    19.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    19.9   *
   19.10   * Redistribution and use in source and binary forms, with or without
   19.11   * modification, are permitted provided that the following conditions are met:
    20.1 --- a/test/avl_tests.c	Tue Sep 19 15:32:53 2017 +0200
    20.2 +++ b/test/avl_tests.c	Tue Oct 17 15:15:54 2017 +0200
    20.3 @@ -1,7 +1,7 @@
    20.4  /*
    20.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    20.6   *
    20.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    20.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    20.9   *
   20.10   * Redistribution and use in source and binary forms, with or without
   20.11   * modification, are permitted provided that the following conditions are met:
    21.1 --- a/test/avl_tests.h	Tue Sep 19 15:32:53 2017 +0200
    21.2 +++ b/test/avl_tests.h	Tue Oct 17 15:15:54 2017 +0200
    21.3 @@ -1,7 +1,7 @@
    21.4  /*
    21.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    21.6   *
    21.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    21.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    21.9   *
   21.10   * Redistribution and use in source and binary forms, with or without
   21.11   * modification, are permitted provided that the following conditions are met:
    22.1 --- a/test/buffer_tests.c	Tue Sep 19 15:32:53 2017 +0200
    22.2 +++ b/test/buffer_tests.c	Tue Oct 17 15:15:54 2017 +0200
    22.3 @@ -1,7 +1,7 @@
    22.4  /*
    22.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    22.6   *
    22.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    22.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    22.9   *
   22.10   * Redistribution and use in source and binary forms, with or without
   22.11   * modification, are permitted provided that the following conditions are met:
    23.1 --- a/test/buffer_tests.h	Tue Sep 19 15:32:53 2017 +0200
    23.2 +++ b/test/buffer_tests.h	Tue Oct 17 15:15:54 2017 +0200
    23.3 @@ -1,7 +1,7 @@
    23.4  /*
    23.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    23.6   *
    23.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    23.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    23.9   *
   23.10   * Redistribution and use in source and binary forms, with or without
   23.11   * modification, are permitted provided that the following conditions are met:
    24.1 --- a/test/list_tests.c	Tue Sep 19 15:32:53 2017 +0200
    24.2 +++ b/test/list_tests.c	Tue Oct 17 15:15:54 2017 +0200
    24.3 @@ -1,7 +1,7 @@
    24.4  /*
    24.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    24.6   *
    24.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    24.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    24.9   *
   24.10   * Redistribution and use in source and binary forms, with or without
   24.11   * modification, are permitted provided that the following conditions are met:
    25.1 --- a/test/list_tests.h	Tue Sep 19 15:32:53 2017 +0200
    25.2 +++ b/test/list_tests.h	Tue Oct 17 15:15:54 2017 +0200
    25.3 @@ -1,7 +1,7 @@
    25.4  /*
    25.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    25.6   *
    25.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    25.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    25.9   *
   25.10   * Redistribution and use in source and binary forms, with or without
   25.11   * modification, are permitted provided that the following conditions are met:
    26.1 --- a/test/logging_tests.c	Tue Sep 19 15:32:53 2017 +0200
    26.2 +++ b/test/logging_tests.c	Tue Oct 17 15:15:54 2017 +0200
    26.3 @@ -1,7 +1,7 @@
    26.4  /*
    26.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    26.6   *
    26.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    26.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    26.9   *
   26.10   * Redistribution and use in source and binary forms, with or without
   26.11   * modification, are permitted provided that the following conditions are met:
    27.1 --- a/test/logging_tests.h	Tue Sep 19 15:32:53 2017 +0200
    27.2 +++ b/test/logging_tests.h	Tue Oct 17 15:15:54 2017 +0200
    27.3 @@ -1,7 +1,7 @@
    27.4  /*
    27.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    27.6   *
    27.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    27.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    27.9   *
   27.10   * Redistribution and use in source and binary forms, with or without
   27.11   * modification, are permitted provided that the following conditions are met:
    28.1 --- a/test/main.c	Tue Sep 19 15:32:53 2017 +0200
    28.2 +++ b/test/main.c	Tue Oct 17 15:15:54 2017 +0200
    28.3 @@ -1,7 +1,7 @@
    28.4  /*
    28.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    28.6   *
    28.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    28.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    28.9   *
   28.10   * Redistribution and use in source and binary forms, with or without
   28.11   * modification, are permitted provided that the following conditions are met:
    29.1 --- a/test/main.h	Tue Sep 19 15:32:53 2017 +0200
    29.2 +++ b/test/main.h	Tue Oct 17 15:15:54 2017 +0200
    29.3 @@ -1,7 +1,7 @@
    29.4  /*
    29.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    29.6   *
    29.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    29.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    29.9   *
   29.10   * Redistribution and use in source and binary forms, with or without
   29.11   * modification, are permitted provided that the following conditions are met:
    30.1 --- a/test/map_tests.c	Tue Sep 19 15:32:53 2017 +0200
    30.2 +++ b/test/map_tests.c	Tue Oct 17 15:15:54 2017 +0200
    30.3 @@ -1,7 +1,7 @@
    30.4  /*
    30.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    30.6   *
    30.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    30.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    30.9   *
   30.10   * Redistribution and use in source and binary forms, with or without
   30.11   * modification, are permitted provided that the following conditions are met:
    31.1 --- a/test/map_tests.h	Tue Sep 19 15:32:53 2017 +0200
    31.2 +++ b/test/map_tests.h	Tue Oct 17 15:15:54 2017 +0200
    31.3 @@ -1,7 +1,7 @@
    31.4  /*
    31.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    31.6   *
    31.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    31.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    31.9   *
   31.10   * Redistribution and use in source and binary forms, with or without
   31.11   * modification, are permitted provided that the following conditions are met:
    32.1 --- a/test/mpool_tests.c	Tue Sep 19 15:32:53 2017 +0200
    32.2 +++ b/test/mpool_tests.c	Tue Oct 17 15:15:54 2017 +0200
    32.3 @@ -1,7 +1,7 @@
    32.4  /*
    32.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    32.6   *
    32.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    32.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    32.9   *
   32.10   * Redistribution and use in source and binary forms, with or without
   32.11   * modification, are permitted provided that the following conditions are met:
    33.1 --- a/test/mpool_tests.h	Tue Sep 19 15:32:53 2017 +0200
    33.2 +++ b/test/mpool_tests.h	Tue Oct 17 15:15:54 2017 +0200
    33.3 @@ -1,7 +1,7 @@
    33.4  /*
    33.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    33.6   *
    33.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    33.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    33.9   *
   33.10   * Redistribution and use in source and binary forms, with or without
   33.11   * modification, are permitted provided that the following conditions are met:
    34.1 --- a/test/prop_tests.c	Tue Sep 19 15:32:53 2017 +0200
    34.2 +++ b/test/prop_tests.c	Tue Oct 17 15:15:54 2017 +0200
    34.3 @@ -1,7 +1,7 @@
    34.4  /*
    34.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    34.6   *
    34.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    34.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    34.9   *
   34.10   * Redistribution and use in source and binary forms, with or without
   34.11   * modification, are permitted provided that the following conditions are met:
    35.1 --- a/test/prop_tests.h	Tue Sep 19 15:32:53 2017 +0200
    35.2 +++ b/test/prop_tests.h	Tue Oct 17 15:15:54 2017 +0200
    35.3 @@ -1,7 +1,7 @@
    35.4  /*
    35.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    35.6   *
    35.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    35.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    35.9   *
   35.10   * Redistribution and use in source and binary forms, with or without
   35.11   * modification, are permitted provided that the following conditions are met:
    36.1 --- a/test/stack_tests.c	Tue Sep 19 15:32:53 2017 +0200
    36.2 +++ b/test/stack_tests.c	Tue Oct 17 15:15:54 2017 +0200
    36.3 @@ -1,7 +1,7 @@
    36.4  /*
    36.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    36.6   *
    36.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    36.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    36.9   *
   36.10   * Redistribution and use in source and binary forms, with or without
   36.11   * modification, are permitted provided that the following conditions are met:
    37.1 --- a/test/stack_tests.h	Tue Sep 19 15:32:53 2017 +0200
    37.2 +++ b/test/stack_tests.h	Tue Oct 17 15:15:54 2017 +0200
    37.3 @@ -1,7 +1,7 @@
    37.4  /*
    37.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    37.6   *
    37.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    37.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    37.9   *
   37.10   * Redistribution and use in source and binary forms, with or without
   37.11   * modification, are permitted provided that the following conditions are met:
    38.1 --- a/test/string_tests.c	Tue Sep 19 15:32:53 2017 +0200
    38.2 +++ b/test/string_tests.c	Tue Oct 17 15:15:54 2017 +0200
    38.3 @@ -1,7 +1,7 @@
    38.4  /*
    38.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    38.6   *
    38.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    38.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    38.9   *
   38.10   * Redistribution and use in source and binary forms, with or without
   38.11   * modification, are permitted provided that the following conditions are met:
    39.1 --- a/test/string_tests.h	Tue Sep 19 15:32:53 2017 +0200
    39.2 +++ b/test/string_tests.h	Tue Oct 17 15:15:54 2017 +0200
    39.3 @@ -1,7 +1,7 @@
    39.4  /*
    39.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    39.6   *
    39.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    39.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    39.9   *
   39.10   * Redistribution and use in source and binary forms, with or without
   39.11   * modification, are permitted provided that the following conditions are met:
    40.1 --- a/test/utils_tests.c	Tue Sep 19 15:32:53 2017 +0200
    40.2 +++ b/test/utils_tests.c	Tue Oct 17 15:15:54 2017 +0200
    40.3 @@ -1,7 +1,7 @@
    40.4  /*
    40.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    40.6   *
    40.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    40.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    40.9   *
   40.10   * Redistribution and use in source and binary forms, with or without
   40.11   * modification, are permitted provided that the following conditions are met:
    41.1 --- a/test/utils_tests.h	Tue Sep 19 15:32:53 2017 +0200
    41.2 +++ b/test/utils_tests.h	Tue Oct 17 15:15:54 2017 +0200
    41.3 @@ -1,7 +1,7 @@
    41.4  /*
    41.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    41.6   *
    41.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    41.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    41.9   *
   41.10   * Redistribution and use in source and binary forms, with or without
   41.11   * modification, are permitted provided that the following conditions are met:
    42.1 --- a/ucx/Makefile	Tue Sep 19 15:32:53 2017 +0200
    42.2 +++ b/ucx/Makefile	Tue Oct 17 15:15:54 2017 +0200
    42.3 @@ -1,7 +1,7 @@
    42.4  #
    42.5  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    42.6  #
    42.7 -# Copyright 2016 Olaf Wintermann. All rights reserved.
    42.8 +# Copyright 2017 Olaf Wintermann. All rights reserved.
    42.9  #
   42.10  # Redistribution and use in source and binary forms, with or without
   42.11  # modification, are permitted provided that the following conditions are met:
    43.1 --- a/ucx/allocator.c	Tue Sep 19 15:32:53 2017 +0200
    43.2 +++ b/ucx/allocator.c	Tue Oct 17 15:15:54 2017 +0200
    43.3 @@ -1,7 +1,7 @@
    43.4  /*
    43.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    43.6   *
    43.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    43.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    43.9   *
   43.10   * Redistribution and use in source and binary forms, with or without
   43.11   * modification, are permitted provided that the following conditions are met:
    44.1 --- a/ucx/allocator.h	Tue Sep 19 15:32:53 2017 +0200
    44.2 +++ b/ucx/allocator.h	Tue Oct 17 15:15:54 2017 +0200
    44.3 @@ -1,7 +1,7 @@
    44.4  /*
    44.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    44.6   *
    44.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    44.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    44.9   *
   44.10   * Redistribution and use in source and binary forms, with or without
   44.11   * modification, are permitted provided that the following conditions are met:
    45.1 --- a/ucx/avl.c	Tue Sep 19 15:32:53 2017 +0200
    45.2 +++ b/ucx/avl.c	Tue Oct 17 15:15:54 2017 +0200
    45.3 @@ -1,7 +1,7 @@
    45.4  /*
    45.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    45.6   *
    45.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    45.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    45.9   *
   45.10   * Redistribution and use in source and binary forms, with or without
   45.11   * modification, are permitted provided that the following conditions are met:
    46.1 --- a/ucx/avl.h	Tue Sep 19 15:32:53 2017 +0200
    46.2 +++ b/ucx/avl.h	Tue Oct 17 15:15:54 2017 +0200
    46.3 @@ -1,7 +1,7 @@
    46.4  /*
    46.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    46.6   *
    46.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    46.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    46.9   *
   46.10   * Redistribution and use in source and binary forms, with or without
   46.11   * modification, are permitted provided that the following conditions are met:
    47.1 --- a/ucx/buffer.c	Tue Sep 19 15:32:53 2017 +0200
    47.2 +++ b/ucx/buffer.c	Tue Oct 17 15:15:54 2017 +0200
    47.3 @@ -1,7 +1,7 @@
    47.4  /*
    47.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    47.6   *
    47.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    47.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    47.9   *
   47.10   * Redistribution and use in source and binary forms, with or without
   47.11   * modification, are permitted provided that the following conditions are met:
    48.1 --- a/ucx/buffer.h	Tue Sep 19 15:32:53 2017 +0200
    48.2 +++ b/ucx/buffer.h	Tue Oct 17 15:15:54 2017 +0200
    48.3 @@ -1,7 +1,7 @@
    48.4  /*
    48.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    48.6   *
    48.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    48.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    48.9   *
   48.10   * Redistribution and use in source and binary forms, with or without
   48.11   * modification, are permitted provided that the following conditions are met:
    49.1 --- a/ucx/list.c	Tue Sep 19 15:32:53 2017 +0200
    49.2 +++ b/ucx/list.c	Tue Oct 17 15:15:54 2017 +0200
    49.3 @@ -1,7 +1,7 @@
    49.4  /*
    49.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    49.6   *
    49.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    49.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    49.9   *
   49.10   * Redistribution and use in source and binary forms, with or without
   49.11   * modification, are permitted provided that the following conditions are met:
    50.1 --- a/ucx/list.h	Tue Sep 19 15:32:53 2017 +0200
    50.2 +++ b/ucx/list.h	Tue Oct 17 15:15:54 2017 +0200
    50.3 @@ -1,7 +1,7 @@
    50.4  /*
    50.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    50.6   *
    50.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    50.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    50.9   *
   50.10   * Redistribution and use in source and binary forms, with or without
   50.11   * modification, are permitted provided that the following conditions are met:
    51.1 --- a/ucx/logging.c	Tue Sep 19 15:32:53 2017 +0200
    51.2 +++ b/ucx/logging.c	Tue Oct 17 15:15:54 2017 +0200
    51.3 @@ -1,7 +1,7 @@
    51.4  /*
    51.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    51.6   *
    51.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    51.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    51.9   *
   51.10   * Redistribution and use in source and binary forms, with or without
   51.11   * modification, are permitted provided that the following conditions are met:
    52.1 --- a/ucx/logging.h	Tue Sep 19 15:32:53 2017 +0200
    52.2 +++ b/ucx/logging.h	Tue Oct 17 15:15:54 2017 +0200
    52.3 @@ -1,7 +1,7 @@
    52.4  /*
    52.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    52.6   *
    52.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    52.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    52.9   *
   52.10   * Redistribution and use in source and binary forms, with or without
   52.11   * modification, are permitted provided that the following conditions are met:
    53.1 --- a/ucx/map.c	Tue Sep 19 15:32:53 2017 +0200
    53.2 +++ b/ucx/map.c	Tue Oct 17 15:15:54 2017 +0200
    53.3 @@ -1,7 +1,7 @@
    53.4  /*
    53.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    53.6   *
    53.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    53.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    53.9   *
   53.10   * Redistribution and use in source and binary forms, with or without
   53.11   * modification, are permitted provided that the following conditions are met:
    54.1 --- a/ucx/map.h	Tue Sep 19 15:32:53 2017 +0200
    54.2 +++ b/ucx/map.h	Tue Oct 17 15:15:54 2017 +0200
    54.3 @@ -1,7 +1,7 @@
    54.4  /*
    54.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    54.6   *
    54.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    54.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    54.9   *
   54.10   * Redistribution and use in source and binary forms, with or without
   54.11   * modification, are permitted provided that the following conditions are met:
    55.1 --- a/ucx/mempool.c	Tue Sep 19 15:32:53 2017 +0200
    55.2 +++ b/ucx/mempool.c	Tue Oct 17 15:15:54 2017 +0200
    55.3 @@ -1,7 +1,7 @@
    55.4  /*
    55.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    55.6   *
    55.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    55.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    55.9   *
   55.10   * Redistribution and use in source and binary forms, with or without
   55.11   * modification, are permitted provided that the following conditions are met:
    56.1 --- a/ucx/mempool.h	Tue Sep 19 15:32:53 2017 +0200
    56.2 +++ b/ucx/mempool.h	Tue Oct 17 15:15:54 2017 +0200
    56.3 @@ -1,7 +1,7 @@
    56.4  /*
    56.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    56.6   *
    56.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    56.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    56.9   *
   56.10   * Redistribution and use in source and binary forms, with or without
   56.11   * modification, are permitted provided that the following conditions are met:
    57.1 --- a/ucx/properties.c	Tue Sep 19 15:32:53 2017 +0200
    57.2 +++ b/ucx/properties.c	Tue Oct 17 15:15:54 2017 +0200
    57.3 @@ -1,7 +1,7 @@
    57.4  /*
    57.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    57.6   *
    57.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    57.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    57.9   *
   57.10   * Redistribution and use in source and binary forms, with or without
   57.11   * modification, are permitted provided that the following conditions are met:
    58.1 --- a/ucx/properties.h	Tue Sep 19 15:32:53 2017 +0200
    58.2 +++ b/ucx/properties.h	Tue Oct 17 15:15:54 2017 +0200
    58.3 @@ -1,7 +1,7 @@
    58.4  /*
    58.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    58.6   *
    58.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    58.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    58.9   *
   58.10   * Redistribution and use in source and binary forms, with or without
   58.11   * modification, are permitted provided that the following conditions are met:
    59.1 --- a/ucx/stack.c	Tue Sep 19 15:32:53 2017 +0200
    59.2 +++ b/ucx/stack.c	Tue Oct 17 15:15:54 2017 +0200
    59.3 @@ -1,7 +1,7 @@
    59.4  /*
    59.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    59.6   *
    59.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    59.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    59.9   *
   59.10   * Redistribution and use in source and binary forms, with or without
   59.11   * modification, are permitted provided that the following conditions are met:
    60.1 --- a/ucx/stack.h	Tue Sep 19 15:32:53 2017 +0200
    60.2 +++ b/ucx/stack.h	Tue Oct 17 15:15:54 2017 +0200
    60.3 @@ -1,7 +1,7 @@
    60.4  /*
    60.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    60.6   *
    60.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    60.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    60.9   *
   60.10   * Redistribution and use in source and binary forms, with or without
   60.11   * modification, are permitted provided that the following conditions are met:
    61.1 --- a/ucx/string.c	Tue Sep 19 15:32:53 2017 +0200
    61.2 +++ b/ucx/string.c	Tue Oct 17 15:15:54 2017 +0200
    61.3 @@ -1,7 +1,7 @@
    61.4  /*
    61.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    61.6   *
    61.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    61.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    61.9   *
   61.10   * Redistribution and use in source and binary forms, with or without
   61.11   * modification, are permitted provided that the following conditions are met:
    62.1 --- a/ucx/string.h	Tue Sep 19 15:32:53 2017 +0200
    62.2 +++ b/ucx/string.h	Tue Oct 17 15:15:54 2017 +0200
    62.3 @@ -1,7 +1,7 @@
    62.4  /*
    62.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    62.6   *
    62.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    62.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    62.9   *
   62.10   * Redistribution and use in source and binary forms, with or without
   62.11   * modification, are permitted provided that the following conditions are met:
    63.1 --- a/ucx/test.c	Tue Sep 19 15:32:53 2017 +0200
    63.2 +++ b/ucx/test.c	Tue Oct 17 15:15:54 2017 +0200
    63.3 @@ -1,7 +1,7 @@
    63.4  /*
    63.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    63.6   *
    63.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    63.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    63.9   *
   63.10   * Redistribution and use in source and binary forms, with or without
   63.11   * modification, are permitted provided that the following conditions are met:
    64.1 --- a/ucx/test.h	Tue Sep 19 15:32:53 2017 +0200
    64.2 +++ b/ucx/test.h	Tue Oct 17 15:15:54 2017 +0200
    64.3 @@ -1,7 +1,7 @@
    64.4  /*
    64.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    64.6   *
    64.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    64.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    64.9   *
   64.10   * Redistribution and use in source and binary forms, with or without
   64.11   * modification, are permitted provided that the following conditions are met:
    65.1 --- a/ucx/ucx.c	Tue Sep 19 15:32:53 2017 +0200
    65.2 +++ b/ucx/ucx.c	Tue Oct 17 15:15:54 2017 +0200
    65.3 @@ -9,7 +9,7 @@
    65.4   * 
    65.5   * <h2>LICENCE</h2>
    65.6   * 
    65.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    65.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    65.9   *
   65.10   * Redistribution and use in source and binary forms, with or without
   65.11   * modification, are permitted provided that the following conditions are met:
    66.1 --- a/ucx/ucx.h	Tue Sep 19 15:32:53 2017 +0200
    66.2 +++ b/ucx/ucx.h	Tue Oct 17 15:15:54 2017 +0200
    66.3 @@ -1,7 +1,7 @@
    66.4  /*
    66.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    66.6   *
    66.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    66.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    66.9   *
   66.10   * Redistribution and use in source and binary forms, with or without
   66.11   * modification, are permitted provided that the following conditions are met:
    67.1 --- a/ucx/utils.c	Tue Sep 19 15:32:53 2017 +0200
    67.2 +++ b/ucx/utils.c	Tue Oct 17 15:15:54 2017 +0200
    67.3 @@ -1,7 +1,7 @@
    67.4  /*
    67.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    67.6   *
    67.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    67.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    67.9   *
   67.10   * Redistribution and use in source and binary forms, with or without
   67.11   * modification, are permitted provided that the following conditions are met:
    68.1 --- a/ucx/utils.h	Tue Sep 19 15:32:53 2017 +0200
    68.2 +++ b/ucx/utils.h	Tue Oct 17 15:15:54 2017 +0200
    68.3 @@ -1,7 +1,7 @@
    68.4  /*
    68.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    68.6   *
    68.7 - * Copyright 2016 Olaf Wintermann. All rights reserved.
    68.8 + * Copyright 2017 Olaf Wintermann. All rights reserved.
    68.9   *
   68.10   * Redistribution and use in source and binary forms, with or without
   68.11   * modification, are permitted provided that the following conditions are met:

mercurial