]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/commitdiff
update copyright year
authorSimon Ruderich <simon@ruderich.org>
Fri, 28 Aug 2015 10:25:36 +0000 (12:25 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 28 Aug 2015 10:25:36 +0000 (12:25 +0200)
29 files changed:
README
configure.ac
src/coloredstderr.c
src/compiler.h
src/constants.h
src/debug.h
src/hookmacros.h
src/ldpreload.h
src/trackfds.h
tests/example.c
tests/example.h
tests/example_err.c
tests/example_error.c
tests/example_exec.c
tests/example_redirects.sh
tests/example_simple.sh
tests/example_stdio.c
tests/example_vfork.c
tests/lib.sh
tests/test_environment.sh
tests/test_err.sh
tests/test_error.sh
tests/test_example.sh
tests/test_exec.sh
tests/test_noforce.sh
tests/test_redirects.sh
tests/test_simple.sh
tests/test_stdio.sh
tests/test_vfork.sh

diff --git a/README b/README
index 46636c5a33d86bf0dafdec5e9c30e520b5d5b40f..dd3a3e66ba2dab28c8c019ad6cdcfcb09e758895 100644 (file)
--- 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
index 47f9ee2c32af38114b65d22acc5b1a4bfc3ff926..73c7545d1d4f3aa3dc48ad6f032f6b3f4dc0353d 100644 (file)
@@ -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
index fd83b15bae63192597a914ff30f6525a7b1f7869..f1f2599927eb99130947afdd4f272ef86f9b305a 100644 (file)
@@ -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
index bf0e5aefd0c240222caeb7cd065da5629dac57cf..304521e03c5220752a354629345c772b7fc761d4 100644 (file)
@@ -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
index 08a67db5388d7ad81f87571371afec0027019df8..675864c6219e0056752f63b5d65f0b2baa5d65f2 100644 (file)
@@ -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
index 3c6553e2248b49650c0d926a0c2100d9f57f7edb..b15695d068b18ddac26720cc3d909600232a78a0 100644 (file)
@@ -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
index 3fff1badcc3fb71a3985622e005e20eb726558ff..4378e4ce2cb5060b920f98d8f818bddd9f819c91 100644 (file)
@@ -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
index c3942a5b4e10d4f2fcfca16bb7c3edb2cde3d044..af416b39dd9f4c4ef23611410d0a1a951965d1c4 100644 (file)
@@ -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
index 19ed1af0832f1e2ed4644529b7a9858ae1dfe3fa..c749f5e1d6f6cf142e5ce455888fb6d75c7eea58 100644 (file)
@@ -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
index 75ab5afaa12259b0018d2865c3aa80084ea8115e..f78d466185724ccc4baa723d0907d29fdb70528f 100644 (file)
@@ -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
index be1659c0820e2ded69a4ff2fc7b007b301ec251b..3d5268f5524d2d6563483809d30dd7e618481d76 100644 (file)
@@ -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
index aee2814a26c75131b03b67b338868ba9f8e74725..f0f6439ec441c83de2a9b27e067051d15f90a86f 100644 (file)
@@ -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
index 6713bcc6fcea8157f22f5600364ef000134c6cee..83b7cd30779a1d1e9f65ea8aedf90b4148283a29 100644 (file)
@@ -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
index 25a5a66326020ada8f58a7d64db62c25b7a1ba27..e13010b8ee17bb6601cbcd31e97c3abcd5ce02c7 100644 (file)
@@ -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
index 65d912fcb53fbd7fa4ffa998d2ce05a1e4cac8e6..c93e9e99324acdcfd1e7994d21638f540bab46c5 100755 (executable)
@@ -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
index 783be36ce7627ddcda172016ef3abc5f676fd014..40f6cc785f83297780bf16f0dab8fe93dbd6b0c1 100755 (executable)
@@ -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
index 7135396681144be04a4734ff1da143f24ac2aa6e..d8937efa0d08b4c9f4e1e681211ebe80a600a6f3 100644 (file)
@@ -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
index bdb317869100b1c90a57191db8d9ca6bac373715..676431f354ba73b169a079874acb60f35b6f5df4 100644 (file)
@@ -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
index 90a7db3996ec986c1b9a6cc6a4bbed0b438746db..957ff55ef49a3c1e678f1c65659466a7a41b587f 100644 (file)
@@ -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
index 8721dbccd41e84ecbfee45a7b6cfa1d4caabe416..17602d792a191fd1557fb324a1c789d8329cd3bf 100755 (executable)
@@ -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
index 5064b2631f8cdb9a415e155b15dd937381d2704c..5d77ce1166b064de3f92edf290b20ea4fd73e247 100755 (executable)
@@ -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
index 7955793b8dca40b93bf6c8f832b516888d543f8f..faea29e221fb4e3a09ddfff7125c037e32a4374e 100755 (executable)
@@ -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
index bb0ee44bee8f61194255dcef1b446fc5178d527a..8d0933f3d4d3cb02c80456f71767d142fef5946a 100755 (executable)
@@ -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
index 2ef2c3232d5e6e894bdcae40ad8efcfed3517550..2fb8ea31c80e82d7fa94a89fb58891c70c951442 100755 (executable)
@@ -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
index c287cd39f5dd5f3371f69577e9f14aa799e530b6..fb1a423f981c8e8d04184701439c39e0e7e927ae 100755 (executable)
@@ -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
index 5f171f1c78596147c4fee8f512d8912ead3db00d..93d28b4586ba6bb44114ce271e643e9d1e0af13a 100755 (executable)
@@ -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
index 6d9b36dc8fb7c8ec43f01c89e7ac471d1b4e809e..fbedd0a0d691256dbbc2651cc9d382d109185058 100755 (executable)
@@ -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
index 10f6924b12ea6048b2b9a5413cfc4331651cac19..584f735643d2042d823b29b320ce5569cef1a020 100755 (executable)
@@ -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
index 9b3337f0d4683e1f04ce68f34326516e3f5c6646..34dce5ead29e229b2b53735ef362271b351eb7af 100755 (executable)
@@ -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