From: Simon Ruderich Date: Fri, 28 Aug 2015 10:25:36 +0000 (+0200) Subject: update copyright year X-Git-Url: https://ruderich.org/simon/gitweb/?p=coloredstderr%2Fcoloredstderr.git;a=commitdiff_plain;h=8a65b4486febf00e3fad5bafc3773a811e675a4c;hp=3676d3f21f0e1e2e59cd2fcafc64acccd3782ef9 update copyright year --- diff --git a/README b/README index 46636c5..dd3a3e6 100644 --- a/README +++ b/README @@ -207,7 +207,7 @@ LICENSE coloredstderr is licensed under GPL version 3 or later. -Copyright (C) 2013-2014 Simon Ruderich +Copyright (C) 2013-2015 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 47f9ee2..73c7545 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -dnl Copyright (C) 2013-2014 Simon Ruderich +dnl Copyright (C) 2013-2015 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 fd83b15..f1f2599 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-2014 Simon Ruderich + * Copyright (C) 2013-2015 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 bf0e5ae..304521e 100644 --- a/src/compiler.h +++ b/src/compiler.h @@ -1,7 +1,7 @@ /* * Compiler specific macros. * - * Copyright (C) 2013-2014 Simon Ruderich + * Copyright (C) 2013-2015 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 08a67db..675864c 100644 --- a/src/constants.h +++ b/src/constants.h @@ -1,7 +1,7 @@ /* * Global constants and defines. * - * Copyright (C) 2013-2014 Simon Ruderich + * Copyright (C) 2013-2015 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 3c6553e..b15695d 100644 --- a/src/debug.h +++ b/src/debug.h @@ -1,7 +1,7 @@ /* * Debug functions. * - * Copyright (C) 2013-2014 Simon Ruderich + * Copyright (C) 2013-2015 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 3fff1ba..4378e4c 100644 --- a/src/hookmacros.h +++ b/src/hookmacros.h @@ -1,7 +1,7 @@ /* * Macros to hook functions. * - * Copyright (C) 2013-2014 Simon Ruderich + * Copyright (C) 2013-2015 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 c3942a5..af416b3 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-2014 Simon Ruderich + * Copyright (C) 2012-2015 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 19ed1af..c749f5e 100644 --- a/src/trackfds.h +++ b/src/trackfds.h @@ -1,7 +1,7 @@ /* * Utility functions to track file descriptors. * - * Copyright (C) 2013-2014 Simon Ruderich + * Copyright (C) 2013-2015 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 75ab5af..f78d466 100644 --- a/tests/example.c +++ b/tests/example.c @@ -1,7 +1,7 @@ /* * Test basic features of coloredstderr. * - * Copyright (C) 2013-2014 Simon Ruderich + * Copyright (C) 2013-2015 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 be1659c..3d5268f 100644 --- a/tests/example.h +++ b/tests/example.h @@ -1,7 +1,7 @@ /* * Helper functions/macros for example files. * - * Copyright (C) 2013-2014 Simon Ruderich + * Copyright (C) 2013-2015 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 aee2814..f0f6439 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-2014 Simon Ruderich + * Copyright (C) 2013-2015 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 6713bcc..83b7cd3 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-2014 Simon Ruderich + * Copyright (C) 2013-2015 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 25a5a66..e13010b 100644 --- a/tests/example_exec.c +++ b/tests/example_exec.c @@ -1,7 +1,7 @@ /* * Test execve() and exec*() functions. * - * Copyright (C) 2013-2014 Simon Ruderich + * Copyright (C) 2013-2015 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 65d912f..c93e9e9 100755 --- a/tests/example_redirects.sh +++ b/tests/example_redirects.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2013-2014 Simon Ruderich +# Copyright (C) 2013-2015 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 783be36..40f6cc7 100755 --- a/tests/example_simple.sh +++ b/tests/example_simple.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2013-2014 Simon Ruderich +# Copyright (C) 2013-2015 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 7135396..d8937ef 100644 --- a/tests/example_stdio.c +++ b/tests/example_stdio.c @@ -1,7 +1,7 @@ /* * Test all hooked stdio.h functions. * - * Copyright (C) 2013-2014 Simon Ruderich + * Copyright (C) 2013-2015 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 bdb3178..676431f 100644 --- a/tests/example_vfork.c +++ b/tests/example_vfork.c @@ -1,7 +1,7 @@ /* * Test issues with vfork(). * - * Copyright (C) 2013-2014 Simon Ruderich + * Copyright (C) 2013-2015 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 90a7db3..957ff55 100644 --- a/tests/lib.sh +++ b/tests/lib.sh @@ -1,6 +1,6 @@ # Library for the test suite. -# Copyright (C) 2013-2014 Simon Ruderich +# Copyright (C) 2013-2015 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 8721dbc..17602d7 100755 --- a/tests/test_environment.sh +++ b/tests/test_environment.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2013-2014 Simon Ruderich +# Copyright (C) 2013-2015 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 5064b26..5d77ce1 100755 --- a/tests/test_err.sh +++ b/tests/test_err.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2013-2014 Simon Ruderich +# Copyright (C) 2013-2015 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 7955793..faea29e 100755 --- a/tests/test_error.sh +++ b/tests/test_error.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2013-2014 Simon Ruderich +# Copyright (C) 2013-2015 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 bb0ee44..8d0933f 100755 --- a/tests/test_example.sh +++ b/tests/test_example.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2013-2014 Simon Ruderich +# Copyright (C) 2013-2015 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 2ef2c32..2fb8ea3 100755 --- a/tests/test_exec.sh +++ b/tests/test_exec.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2013-2014 Simon Ruderich +# Copyright (C) 2013-2015 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 c287cd3..fb1a423 100755 --- a/tests/test_noforce.sh +++ b/tests/test_noforce.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2013-2014 Simon Ruderich +# Copyright (C) 2013-2015 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 5f171f1..93d28b4 100755 --- a/tests/test_redirects.sh +++ b/tests/test_redirects.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2013-2014 Simon Ruderich +# Copyright (C) 2013-2015 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 6d9b36d..fbedd0a 100755 --- a/tests/test_simple.sh +++ b/tests/test_simple.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2013-2014 Simon Ruderich +# Copyright (C) 2013-2015 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 10f6924..584f735 100755 --- a/tests/test_stdio.sh +++ b/tests/test_stdio.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2013-2014 Simon Ruderich +# Copyright (C) 2013-2015 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 9b3337f..34dce5e 100755 --- a/tests/test_vfork.sh +++ b/tests/test_vfork.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2013-2014 Simon Ruderich +# Copyright (C) 2013-2015 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