]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/commitdiff
Update copyright year.
authorSimon Ruderich <simon@ruderich.org>
Wed, 1 Jan 2014 15:41:01 +0000 (16:41 +0100)
committerSimon Ruderich <simon@ruderich.org>
Wed, 1 Jan 2014 15:41:01 +0000 (16:41 +0100)
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 7320731f362add7830cec7c920f135d54f2cb6e4..d7ef1deab51fcce5c38d81c409831d04c610df79 100644 (file)
--- a/README
+++ b/README
@@ -182,7 +182,7 @@ LICENSE
 
 coloredstderr is licensed under GPL version 3 or later.
 
-Copyright (C) 2013  Simon Ruderich
+Copyright (C) 2013-2014  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 4b513c3366de705a4486ad6ef77f989e0c09fbb0..e8d66a4ad52dbdae367b83486b7265155b4c9832 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2013  Simon Ruderich
+dnl Copyright (C) 2013-2014  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 2970a1eb95170558dd2cbbb8c647f4766a2b3c58..c36e7d70d3688a4d5c234dd7b0a33c5d22e0e14c 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  Simon Ruderich
+ * Copyright (C) 2013-2014  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 d1c12dc05719262b64443366e0fb817138d7da42..bf0e5aefd0c240222caeb7cd065da5629dac57cf 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Compiler specific macros.
  *
- * Copyright (C) 2013  Simon Ruderich
+ * Copyright (C) 2013-2014  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 c358831010e78e14c02085b5876951c60c5d6238..08a67db5388d7ad81f87571371afec0027019df8 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Global constants and defines.
  *
- * Copyright (C) 2013  Simon Ruderich
+ * Copyright (C) 2013-2014  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 911a440fb0f83feb30c039351cd2216a81958c28..3c6553e2248b49650c0d926a0c2100d9f57f7edb 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Debug functions.
  *
- * Copyright (C) 2013  Simon Ruderich
+ * Copyright (C) 2013-2014  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 b7df7860c66d4c41f9659bc8e56339ac469e8687..3fff1badcc3fb71a3985622e005e20eb726558ff 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Macros to hook functions.
  *
- * Copyright (C) 2013  Simon Ruderich
+ * Copyright (C) 2013-2014  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 792679bb91d4fbf26ec17c18b239aa2e91f08979..c3942a5b4e10d4f2fcfca16bb7c3edb2cde3d044 100644 (file)
@@ -2,7 +2,7 @@
  * Helper header for LD_PRELOAD related headers macros. Must be loaded _first_
  * (for RTLD_NEXT)!
  *
- * Copyright (C) 2012-2013  Simon Ruderich
+ * Copyright (C) 2012-2014  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 d45f1281ca9544620177488865a1d4dea022d3d6..c75508677c267c98ca1a34e2bcb0d41ee277ec59 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Utility functions to track file descriptors.
  *
- * Copyright (C) 2013  Simon Ruderich
+ * Copyright (C) 2013-2014  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 54f6c95dab57770c64deac1f4150ed90383ccfeb..75ab5afaa12259b0018d2865c3aa80084ea8115e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Test basic features of coloredstderr.
  *
- * Copyright (C) 2013  Simon Ruderich
+ * Copyright (C) 2013-2014  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 7c27c5aa62ace74b330d2e84b778ab8d74760da3..be1659c0820e2ded69a4ff2fc7b007b301ec251b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Helper functions/macros for example files.
  *
- * Copyright (C) 2013  Simon Ruderich
+ * Copyright (C) 2013-2014  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 90072c4666a77ac97fc77b3110bd6b53a6e4f075..aee2814a26c75131b03b67b338868ba9f8e74725 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Test err(), verr(), ... Non-standard, BSD only.
  *
- * Copyright (C) 2013  Simon Ruderich
+ * Copyright (C) 2013-2014  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 0d979db7fe50eb6e0fd0132ccf34c41403e030d0..6713bcc6fcea8157f22f5600364ef000134c6cee 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Test error() and error_at_line(). Non-standard, GNU only.
  *
- * Copyright (C) 2013  Simon Ruderich
+ * Copyright (C) 2013-2014  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 415da45c4c60bab9afcb67494238550f1b216a06..25a5a66326020ada8f58a7d64db62c25b7a1ba27 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Test execve() and exec*() functions.
  *
- * Copyright (C) 2013  Simon Ruderich
+ * Copyright (C) 2013-2014  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 8ac150dc17f866648fb44f1bd00ca5d68432efb0..65d912fcb53fbd7fa4ffa998d2ce05a1e4cac8e6 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2013  Simon Ruderich
+# Copyright (C) 2013-2014  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 523fe6d96727c659290e5ff43633de904b5d7761..783be36ce7627ddcda172016ef3abc5f676fd014 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2013  Simon Ruderich
+# Copyright (C) 2013-2014  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 028b3f7ecd808715b9264655acd772939f491b5e..7135396681144be04a4734ff1da143f24ac2aa6e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Test all hooked stdio.h functions.
  *
- * Copyright (C) 2013  Simon Ruderich
+ * Copyright (C) 2013-2014  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 8c4aec94ee221ea542c9b33a2ddeaae584caa69f..bdb317869100b1c90a57191db8d9ca6bac373715 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Test issues with vfork().
  *
- * Copyright (C) 2013  Simon Ruderich
+ * Copyright (C) 2013-2014  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 7face08e441416bdac527b843467f32723ff5977..90a7db3996ec986c1b9a6cc6a4bbed0b438746db 100644 (file)
@@ -1,6 +1,6 @@
 # Library for the test suite.
 
-# Copyright (C) 2013  Simon Ruderich
+# Copyright (C) 2013-2014  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 d40247269072fa1157059cb4c3870659bc7c5674..eb1c8e4c0518d6d9606e6b48334b8666f5dcb4a7 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2013  Simon Ruderich
+# Copyright (C) 2013-2014  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 fa16ebbb491950f06a1a1ac4472f5d475c82f862..5064b2631f8cdb9a415e155b15dd937381d2704c 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2013  Simon Ruderich
+# Copyright (C) 2013-2014  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 f01c11b88e19e63e7fc7efd9903b0c47827a10f2..7955793b8dca40b93bf6c8f832b516888d543f8f 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2013  Simon Ruderich
+# Copyright (C) 2013-2014  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 5a1470f75575df731b7558221c99393360dc5752..bb0ee44bee8f61194255dcef1b446fc5178d527a 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2013  Simon Ruderich
+# Copyright (C) 2013-2014  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 7f8e85e89856f685873d4c025a7b5e0675ee6ec7..2ef2c3232d5e6e894bdcae40ad8efcfed3517550 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2013  Simon Ruderich
+# Copyright (C) 2013-2014  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 00a9b2da45ae36cfc2cb5be0b80f93b792ed757e..c287cd39f5dd5f3371f69577e9f14aa799e530b6 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2013  Simon Ruderich
+# Copyright (C) 2013-2014  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 1737566db6de927646536e590a9fee75e803a3d1..5f171f1c78596147c4fee8f512d8912ead3db00d 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2013  Simon Ruderich
+# Copyright (C) 2013-2014  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 b78c88dba702944438f412deea67df6960663b08..6d9b36dc8fb7c8ec43f01c89e7ac471d1b4e809e 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2013  Simon Ruderich
+# Copyright (C) 2013-2014  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 50526989533aec13707f002debc1ae5dfdec9b72..10f6924b12ea6048b2b9a5413cfc4331651cac19 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2013  Simon Ruderich
+# Copyright (C) 2013-2014  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 7e00d4496bb178a48169cfd2955014db566e171d..9b3337f0d4683e1f04ce68f34326516e3f5c6646 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2013  Simon Ruderich
+# Copyright (C) 2013-2014  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