From 545c6af1daceb29e4a9dc419273a3f2339dfaa7c Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 1 Feb 2018 21:10:46 +0100 Subject: [PATCH] Update copyright year --- README | 2 +- configure.ac | 2 +- src/coloredstderr.c | 2 +- src/compiler.h | 2 +- src/constants.h | 2 +- src/debug.h | 2 +- src/hookmacros.h | 2 +- src/ldpreload.h | 2 +- src/trackfds.h | 2 +- tests/example.c | 2 +- tests/example.h | 2 +- tests/example_err.c | 2 +- tests/example_error.c | 2 +- tests/example_exec.c | 2 +- tests/example_redirects.sh | 2 +- tests/example_simple.sh | 2 +- tests/example_stdio.c | 2 +- tests/example_vfork.c | 2 +- tests/lib.sh | 2 +- tests/test_environment.sh | 2 +- tests/test_err.sh | 2 +- tests/test_error.sh | 2 +- tests/test_example.sh | 2 +- tests/test_exec.sh | 2 +- tests/test_noforce.sh | 2 +- tests/test_redirects.sh | 2 +- tests/test_simple.sh | 2 +- tests/test_stdio.sh | 2 +- tests/test_vfork.sh | 2 +- 29 files changed, 29 insertions(+), 29 deletions(-) diff --git a/README b/README index dd3a3e6..a2f85e2 100644 --- a/README +++ b/README @@ -207,7 +207,7 @@ LICENSE coloredstderr is licensed under GPL version 3 or later. -Copyright (C) 2013-2015 Simon Ruderich +Copyright (C) 2013-2018 Simon Ruderich This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/configure.ac b/configure.ac index 73c7545..8918eb2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -dnl Copyright (C) 2013-2015 Simon Ruderich +dnl Copyright (C) 2013-2018 Simon Ruderich dnl dnl This program is free software: you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by diff --git a/src/coloredstderr.c b/src/coloredstderr.c index f1f2599..d270071 100644 --- a/src/coloredstderr.c +++ b/src/coloredstderr.c @@ -2,7 +2,7 @@ * Hook output functions (like printf(3)) with LD_PRELOAD to color stderr (or * other file descriptors). * - * Copyright (C) 2013-2015 Simon Ruderich + * Copyright (C) 2013-2018 Simon Ruderich * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/compiler.h b/src/compiler.h index 304521e..2715d91 100644 --- a/src/compiler.h +++ b/src/compiler.h @@ -1,7 +1,7 @@ /* * Compiler specific macros. * - * Copyright (C) 2013-2015 Simon Ruderich + * Copyright (C) 2013-2018 Simon Ruderich * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/constants.h b/src/constants.h index 675864c..93e848b 100644 --- a/src/constants.h +++ b/src/constants.h @@ -1,7 +1,7 @@ /* * Global constants and defines. * - * Copyright (C) 2013-2015 Simon Ruderich + * Copyright (C) 2013-2018 Simon Ruderich * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/debug.h b/src/debug.h index b15695d..d7c18a2 100644 --- a/src/debug.h +++ b/src/debug.h @@ -1,7 +1,7 @@ /* * Debug functions. * - * Copyright (C) 2013-2015 Simon Ruderich + * Copyright (C) 2013-2018 Simon Ruderich * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/hookmacros.h b/src/hookmacros.h index 4378e4c..bd211e8 100644 --- a/src/hookmacros.h +++ b/src/hookmacros.h @@ -1,7 +1,7 @@ /* * Macros to hook functions. * - * Copyright (C) 2013-2015 Simon Ruderich + * Copyright (C) 2013-2018 Simon Ruderich * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/ldpreload.h b/src/ldpreload.h index af416b3..12c6b16 100644 --- a/src/ldpreload.h +++ b/src/ldpreload.h @@ -2,7 +2,7 @@ * Helper header for LD_PRELOAD related headers macros. Must be loaded _first_ * (for RTLD_NEXT)! * - * Copyright (C) 2012-2015 Simon Ruderich + * Copyright (C) 2012-2018 Simon Ruderich * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/trackfds.h b/src/trackfds.h index c749f5e..66fe6b9 100644 --- a/src/trackfds.h +++ b/src/trackfds.h @@ -1,7 +1,7 @@ /* * Utility functions to track file descriptors. * - * Copyright (C) 2013-2015 Simon Ruderich + * Copyright (C) 2013-2018 Simon Ruderich * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/example.c b/tests/example.c index f78d466..9ce3c33 100644 --- a/tests/example.c +++ b/tests/example.c @@ -1,7 +1,7 @@ /* * Test basic features of coloredstderr. * - * Copyright (C) 2013-2015 Simon Ruderich + * Copyright (C) 2013-2018 Simon Ruderich * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/example.h b/tests/example.h index 3d5268f..ce08612 100644 --- a/tests/example.h +++ b/tests/example.h @@ -1,7 +1,7 @@ /* * Helper functions/macros for example files. * - * Copyright (C) 2013-2015 Simon Ruderich + * Copyright (C) 2013-2018 Simon Ruderich * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/example_err.c b/tests/example_err.c index f0f6439..2f0ff3e 100644 --- a/tests/example_err.c +++ b/tests/example_err.c @@ -1,7 +1,7 @@ /* * Test err(), verr(), ... Non-standard, BSD only. * - * Copyright (C) 2013-2015 Simon Ruderich + * Copyright (C) 2013-2018 Simon Ruderich * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/example_error.c b/tests/example_error.c index 83b7cd3..cb9fc4a 100644 --- a/tests/example_error.c +++ b/tests/example_error.c @@ -1,7 +1,7 @@ /* * Test error() and error_at_line(). Non-standard, GNU only. * - * Copyright (C) 2013-2015 Simon Ruderich + * Copyright (C) 2013-2018 Simon Ruderich * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/example_exec.c b/tests/example_exec.c index e13010b..df59154 100644 --- a/tests/example_exec.c +++ b/tests/example_exec.c @@ -1,7 +1,7 @@ /* * Test execve() and exec*() functions. * - * Copyright (C) 2013-2015 Simon Ruderich + * Copyright (C) 2013-2018 Simon Ruderich * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/example_redirects.sh b/tests/example_redirects.sh index c93e9e9..e0b9136 100755 --- a/tests/example_redirects.sh +++ b/tests/example_redirects.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2013-2015 Simon Ruderich +# Copyright (C) 2013-2018 Simon Ruderich # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/example_simple.sh b/tests/example_simple.sh index 40f6cc7..9048c86 100755 --- a/tests/example_simple.sh +++ b/tests/example_simple.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2013-2015 Simon Ruderich +# Copyright (C) 2013-2018 Simon Ruderich # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/example_stdio.c b/tests/example_stdio.c index d8937ef..258c3b9 100644 --- a/tests/example_stdio.c +++ b/tests/example_stdio.c @@ -1,7 +1,7 @@ /* * Test all hooked stdio.h functions. * - * Copyright (C) 2013-2015 Simon Ruderich + * Copyright (C) 2013-2018 Simon Ruderich * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/example_vfork.c b/tests/example_vfork.c index 676431f..2905b9c 100644 --- a/tests/example_vfork.c +++ b/tests/example_vfork.c @@ -1,7 +1,7 @@ /* * Test issues with vfork(). * - * Copyright (C) 2013-2015 Simon Ruderich + * Copyright (C) 2013-2018 Simon Ruderich * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/lib.sh b/tests/lib.sh index 957ff55..e579b51 100644 --- a/tests/lib.sh +++ b/tests/lib.sh @@ -1,6 +1,6 @@ # Library for the test suite. -# Copyright (C) 2013-2015 Simon Ruderich +# Copyright (C) 2013-2018 Simon Ruderich # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/test_environment.sh b/tests/test_environment.sh index 17602d7..5d34a40 100755 --- a/tests/test_environment.sh +++ b/tests/test_environment.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2013-2015 Simon Ruderich +# Copyright (C) 2013-2018 Simon Ruderich # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/test_err.sh b/tests/test_err.sh index 5d77ce1..9fbad6a 100755 --- a/tests/test_err.sh +++ b/tests/test_err.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2013-2015 Simon Ruderich +# Copyright (C) 2013-2018 Simon Ruderich # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/test_error.sh b/tests/test_error.sh index faea29e..ad64c7f 100755 --- a/tests/test_error.sh +++ b/tests/test_error.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2013-2015 Simon Ruderich +# Copyright (C) 2013-2018 Simon Ruderich # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/test_example.sh b/tests/test_example.sh index 8d0933f..bed64d9 100755 --- a/tests/test_example.sh +++ b/tests/test_example.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2013-2015 Simon Ruderich +# Copyright (C) 2013-2018 Simon Ruderich # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/test_exec.sh b/tests/test_exec.sh index 2fb8ea3..9c79e41 100755 --- a/tests/test_exec.sh +++ b/tests/test_exec.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2013-2015 Simon Ruderich +# Copyright (C) 2013-2018 Simon Ruderich # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/test_noforce.sh b/tests/test_noforce.sh index fb1a423..16675a0 100755 --- a/tests/test_noforce.sh +++ b/tests/test_noforce.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2013-2015 Simon Ruderich +# Copyright (C) 2013-2018 Simon Ruderich # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/test_redirects.sh b/tests/test_redirects.sh index 93d28b4..9e27236 100755 --- a/tests/test_redirects.sh +++ b/tests/test_redirects.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2013-2015 Simon Ruderich +# Copyright (C) 2013-2018 Simon Ruderich # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/test_simple.sh b/tests/test_simple.sh index fbedd0a..1737f6c 100755 --- a/tests/test_simple.sh +++ b/tests/test_simple.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2013-2015 Simon Ruderich +# Copyright (C) 2013-2018 Simon Ruderich # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/test_stdio.sh b/tests/test_stdio.sh index 584f735..fc8b3eb 100755 --- a/tests/test_stdio.sh +++ b/tests/test_stdio.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2013-2015 Simon Ruderich +# Copyright (C) 2013-2018 Simon Ruderich # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/test_vfork.sh b/tests/test_vfork.sh index 34dce5e..3814b61 100755 --- a/tests/test_vfork.sh +++ b/tests/test_vfork.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2013-2015 Simon Ruderich +# Copyright (C) 2013-2018 Simon Ruderich # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- 2.43.2