go ahead, nothing to see here

Mon, 07 Jul 2014 11:18:13 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 07 Jul 2014 11:18:13 +0200
changeset 177
11ad03783baf
parent 176
69f72d1ad12f
child 178
8c89e454000f

go ahead, nothing to see here

Doxyfile file | annotate | diff | comparison | revisions
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
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/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/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/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/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/Doxyfile	Fri Jun 27 12:39:48 2014 +0200
     1.2 +++ b/Doxyfile	Mon Jul 07 11:18:13 2014 +0200
     1.3 @@ -2,7 +2,7 @@
     1.4  #
     1.5  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     1.6  #
     1.7 -# Copyright 2013 Olaf Wintermann. All rights reserved.
     1.8 +# Copyright 2014 Olaf Wintermann. All rights reserved.
     1.9  #
    1.10  # Redistribution and use in source and binary forms, with or without
    1.11  # modification, are permitted provided that the following conditions are met:
     2.1 --- a/LICENSE	Fri Jun 27 12:39:48 2014 +0200
     2.2 +++ b/LICENSE	Mon Jul 07 11:18:13 2014 +0200
     2.3 @@ -1,4 +1,4 @@
     2.4 -Copyright 2013 Olaf Wintermann. All rights reserved.
     2.5 +Copyright 2014 Olaf Wintermann. All rights reserved.
     2.6  
     2.7  Redistribution and use in source and binary forms, with or without
     2.8  modification, are permitted provided that the following conditions are met:
     3.1 --- a/Makefile	Fri Jun 27 12:39:48 2014 +0200
     3.2 +++ b/Makefile	Mon Jul 07 11:18:13 2014 +0200
     3.3 @@ -1,7 +1,7 @@
     3.4  #
     3.5  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     3.6  #
     3.7 -# Copyright 2013 Olaf Wintermann. All rights reserved.
     3.8 +# Copyright 2014 Olaf Wintermann. All rights reserved.
     3.9  #
    3.10  # Redistribution and use in source and binary forms, with or without
    3.11  # modification, are permitted provided that the following conditions are met:
     4.1 --- a/README	Fri Jun 27 12:39:48 2014 +0200
     4.2 +++ b/README	Mon Jul 07 11:18:13 2014 +0200
     4.3 @@ -87,7 +87,7 @@
     4.4  6. License
     4.5  ----------
     4.6  
     4.7 -Copyright 2013 Olaf Wintermann. All rights reserved.
     4.8 +Copyright 2014 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/clang.mk	Fri Jun 27 12:39:48 2014 +0200
     5.2 +++ b/clang.mk	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
     5.8 +# Copyright 2014 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/gcc.mk	Fri Jun 27 12:39:48 2014 +0200
     6.2 +++ b/gcc.mk	Mon Jul 07 11:18:13 2014 +0200
     6.3 @@ -1,7 +1,7 @@
     6.4  #
     6.5  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     6.6  #
     6.7 -# Copyright 2013 Olaf Wintermann. All rights reserved.
     6.8 +# Copyright 2014 Olaf Wintermann. All rights reserved.
     6.9  #
    6.10  # Redistribution and use in source and binary forms, with or without
    6.11  # modification, are permitted provided that the following conditions are met:
     7.1 --- a/mingw.mk	Fri Jun 27 12:39:48 2014 +0200
     7.2 +++ b/mingw.mk	Mon Jul 07 11:18:13 2014 +0200
     7.3 @@ -1,7 +1,7 @@
     7.4  #
     7.5  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     7.6  #
     7.7 -# Copyright 2013 Olaf Wintermann. All rights reserved.
     7.8 +# Copyright 2014 Olaf Wintermann. All rights reserved.
     7.9  #
    7.10  # Redistribution and use in source and binary forms, with or without
    7.11  # modification, are permitted provided that the following conditions are met:
     8.1 --- a/osx.mk	Fri Jun 27 12:39:48 2014 +0200
     8.2 +++ b/osx.mk	Mon Jul 07 11:18:13 2014 +0200
     8.3 @@ -1,7 +1,7 @@
     8.4  #
     8.5  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     8.6  #
     8.7 -# Copyright 2013 Olaf Wintermann. All rights reserved.
     8.8 +# Copyright 2014 Olaf Wintermann. All rights reserved.
     8.9  #
    8.10  # Redistribution and use in source and binary forms, with or without
    8.11  # modification, are permitted provided that the following conditions are met:
     9.1 --- a/suncc.mk	Fri Jun 27 12:39:48 2014 +0200
     9.2 +++ b/suncc.mk	Mon Jul 07 11:18:13 2014 +0200
     9.3 @@ -1,7 +1,7 @@
     9.4  #
     9.5  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     9.6  #
     9.7 -# Copyright 2013 Olaf Wintermann. All rights reserved.
     9.8 +# Copyright 2014 Olaf Wintermann. All rights reserved.
     9.9  #
    9.10  # Redistribution and use in source and binary forms, with or without
    9.11  # modification, are permitted provided that the following conditions are met:
    10.1 --- a/test/Makefile	Fri Jun 27 12:39:48 2014 +0200
    10.2 +++ b/test/Makefile	Mon Jul 07 11:18:13 2014 +0200
    10.3 @@ -1,7 +1,7 @@
    10.4  #
    10.5  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    10.6  #
    10.7 -# Copyright 2013 Olaf Wintermann. All rights reserved.
    10.8 +# Copyright 2014 Olaf Wintermann. All rights reserved.
    10.9  #
   10.10  # Redistribution and use in source and binary forms, with or without
   10.11  # modification, are permitted provided that the following conditions are met:
    11.1 --- a/test/allocator_tests.c	Fri Jun 27 12:39:48 2014 +0200
    11.2 +++ b/test/allocator_tests.c	Mon Jul 07 11:18:13 2014 +0200
    11.3 @@ -1,7 +1,7 @@
    11.4  /*
    11.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    11.6   *
    11.7 - * Copyright 2013 Olaf Wintermann. All rights reserved.
    11.8 + * Copyright 2014 Olaf Wintermann. All rights reserved.
    11.9   *
   11.10   * Redistribution and use in source and binary forms, with or without
   11.11   * modification, are permitted provided that the following conditions are met:
    12.1 --- a/test/allocator_tests.h	Fri Jun 27 12:39:48 2014 +0200
    12.2 +++ b/test/allocator_tests.h	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    12.8 + * Copyright 2014 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/test/buffer_tests.c	Fri Jun 27 12:39:48 2014 +0200
    13.2 +++ b/test/buffer_tests.c	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    13.8 + * Copyright 2014 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/test/buffer_tests.h	Fri Jun 27 12:39:48 2014 +0200
    14.2 +++ b/test/buffer_tests.h	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    14.8 + * Copyright 2014 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/test/list_tests.c	Fri Jun 27 12:39:48 2014 +0200
    15.2 +++ b/test/list_tests.c	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    15.8 + * Copyright 2014 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/test/list_tests.h	Fri Jun 27 12:39:48 2014 +0200
    16.2 +++ b/test/list_tests.h	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    16.8 + * Copyright 2014 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/logging_tests.c	Fri Jun 27 12:39:48 2014 +0200
    17.2 +++ b/test/logging_tests.c	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    17.8 + * Copyright 2014 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/logging_tests.h	Fri Jun 27 12:39:48 2014 +0200
    18.2 +++ b/test/logging_tests.h	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    18.8 + * Copyright 2014 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/main.c	Fri Jun 27 12:39:48 2014 +0200
    19.2 +++ b/test/main.c	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    19.8 + * Copyright 2014 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/main.h	Fri Jun 27 12:39:48 2014 +0200
    20.2 +++ b/test/main.h	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    20.8 + * Copyright 2014 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/map_tests.c	Fri Jun 27 12:39:48 2014 +0200
    21.2 +++ b/test/map_tests.c	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    21.8 + * Copyright 2014 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/map_tests.h	Fri Jun 27 12:39:48 2014 +0200
    22.2 +++ b/test/map_tests.h	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    22.8 + * Copyright 2014 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/mpool_tests.c	Fri Jun 27 12:39:48 2014 +0200
    23.2 +++ b/test/mpool_tests.c	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    23.8 + * Copyright 2014 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/mpool_tests.h	Fri Jun 27 12:39:48 2014 +0200
    24.2 +++ b/test/mpool_tests.h	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    24.8 + * Copyright 2014 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/prop_tests.c	Fri Jun 27 12:39:48 2014 +0200
    25.2 +++ b/test/prop_tests.c	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    25.8 + * Copyright 2014 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/prop_tests.h	Fri Jun 27 12:39:48 2014 +0200
    26.2 +++ b/test/prop_tests.h	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    26.8 + * Copyright 2014 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/string_tests.c	Fri Jun 27 12:39:48 2014 +0200
    27.2 +++ b/test/string_tests.c	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    27.8 + * Copyright 2014 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/string_tests.h	Fri Jun 27 12:39:48 2014 +0200
    28.2 +++ b/test/string_tests.h	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    28.8 + * Copyright 2014 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/utils_tests.c	Fri Jun 27 12:39:48 2014 +0200
    29.2 +++ b/test/utils_tests.c	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    29.8 + * Copyright 2014 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/utils_tests.h	Fri Jun 27 12:39:48 2014 +0200
    30.2 +++ b/test/utils_tests.h	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    30.8 + * Copyright 2014 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/ucx/Makefile	Fri Jun 27 12:39:48 2014 +0200
    31.2 +++ b/ucx/Makefile	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    31.8 +# Copyright 2014 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/ucx/allocator.c	Fri Jun 27 12:39:48 2014 +0200
    32.2 +++ b/ucx/allocator.c	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    32.8 + * Copyright 2014 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/ucx/allocator.h	Fri Jun 27 12:39:48 2014 +0200
    33.2 +++ b/ucx/allocator.h	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    33.8 + * Copyright 2014 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/ucx/buffer.c	Fri Jun 27 12:39:48 2014 +0200
    34.2 +++ b/ucx/buffer.c	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    34.8 + * Copyright 2014 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/ucx/buffer.h	Fri Jun 27 12:39:48 2014 +0200
    35.2 +++ b/ucx/buffer.h	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    35.8 + * Copyright 2014 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/ucx/list.c	Fri Jun 27 12:39:48 2014 +0200
    36.2 +++ b/ucx/list.c	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    36.8 + * Copyright 2014 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/ucx/list.h	Fri Jun 27 12:39:48 2014 +0200
    37.2 +++ b/ucx/list.h	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    37.8 + * Copyright 2014 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/ucx/logging.c	Fri Jun 27 12:39:48 2014 +0200
    38.2 +++ b/ucx/logging.c	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    38.8 + * Copyright 2014 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/ucx/logging.h	Fri Jun 27 12:39:48 2014 +0200
    39.2 +++ b/ucx/logging.h	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    39.8 + * Copyright 2014 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/ucx/map.c	Fri Jun 27 12:39:48 2014 +0200
    40.2 +++ b/ucx/map.c	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    40.8 + * Copyright 2014 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/ucx/map.h	Fri Jun 27 12:39:48 2014 +0200
    41.2 +++ b/ucx/map.h	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    41.8 + * Copyright 2014 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/mempool.c	Fri Jun 27 12:39:48 2014 +0200
    42.2 +++ b/ucx/mempool.c	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    42.8 + * Copyright 2014 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/mempool.h	Fri Jun 27 12:39:48 2014 +0200
    43.2 +++ b/ucx/mempool.h	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    43.8 + * Copyright 2014 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/properties.c	Fri Jun 27 12:39:48 2014 +0200
    44.2 +++ b/ucx/properties.c	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    44.8 + * Copyright 2014 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/properties.h	Fri Jun 27 12:39:48 2014 +0200
    45.2 +++ b/ucx/properties.h	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    45.8 + * Copyright 2014 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/string.c	Fri Jun 27 12:39:48 2014 +0200
    46.2 +++ b/ucx/string.c	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    46.8 + * Copyright 2014 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/string.h	Fri Jun 27 12:39:48 2014 +0200
    47.2 +++ b/ucx/string.h	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    47.8 + * Copyright 2014 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/test.c	Fri Jun 27 12:39:48 2014 +0200
    48.2 +++ b/ucx/test.c	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    48.8 + * Copyright 2014 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/test.h	Fri Jun 27 12:39:48 2014 +0200
    49.2 +++ b/ucx/test.h	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    49.8 + * Copyright 2014 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/ucx.c	Fri Jun 27 12:39:48 2014 +0200
    50.2 +++ b/ucx/ucx.c	Mon Jul 07 11:18:13 2014 +0200
    50.3 @@ -9,7 +9,7 @@
    50.4   * 
    50.5   * <h2>LICENCE</h2>
    50.6   * 
    50.7 - * Copyright 2013 Olaf Wintermann. All rights reserved.
    50.8 + * Copyright 2014 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/ucx.h	Fri Jun 27 12:39:48 2014 +0200
    51.2 +++ b/ucx/ucx.h	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    51.8 + * Copyright 2014 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/utils.c	Fri Jun 27 12:39:48 2014 +0200
    52.2 +++ b/ucx/utils.c	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    52.8 + * Copyright 2014 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/utils.h	Fri Jun 27 12:39:48 2014 +0200
    53.2 +++ b/ucx/utils.h	Mon Jul 07 11:18:13 2014 +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 2013 Olaf Wintermann. All rights reserved.
    53.8 + * Copyright 2014 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:

mercurial