]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/commitdiff
Update copyright year
authorSimon Ruderich <simon@ruderich.org>
Thu, 1 Feb 2018 20:10:46 +0000 (21:10 +0100)
committerSimon Ruderich <simon@ruderich.org>
Thu, 1 Feb 2018 20:10:46 +0000 (21:10 +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 dd3a3e66ba2dab28c8c019ad6cdcfcb09e758895..a2f85e2cdea94d9645ef99523dc860471a4cb50b 100644 (file)
--- 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
index 73c7545d1d4f3aa3dc48ad6f032f6b3f4dc0353d..8918eb27aae2782f0a08a2fb86a4b24c5a6603de 100644 (file)
@@ -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
index f1f2599927eb99130947afdd4f272ef86f9b305a..d2700710e7ca9ea185152c025e169f68ba830cae 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-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
index 304521e03c5220752a354629345c772b7fc761d4..2715d91b6a921b598a043d56b289c3fe1f89299f 100644 (file)
@@ -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
index 675864c6219e0056752f63b5d65f0b2baa5d65f2..93e848b7f1fb27e739ba9643d2299687f155f412 100644 (file)
@@ -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
index b15695d068b18ddac26720cc3d909600232a78a0..d7c18a2022363d451c2020a7825194f6aa81bd68 100644 (file)
@@ -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
index 4378e4ce2cb5060b920f98d8f818bddd9f819c91..bd211e86fd71c0a90f332cc6acf5f973e9187f1e 100644 (file)
@@ -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
index af416b39dd9f4c4ef23611410d0a1a951965d1c4..12c6b16e1be24d37d0e1e3506fd158f946bab0ec 100644 (file)
@@ -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
index c749f5e1d6f6cf142e5ce455888fb6d75c7eea58..66fe6b9b804100d4aeff2fd53413976ff6ebf48a 100644 (file)
@@ -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
index f78d466185724ccc4baa723d0907d29fdb70528f..9ce3c330e989082e8cbb33e850b3d20652d7e1e6 100644 (file)
@@ -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
index 3d5268f5524d2d6563483809d30dd7e618481d76..ce08612f9d3adcc213ededa171b08dc8e971d994 100644 (file)
@@ -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
index f0f6439ec441c83de2a9b27e067051d15f90a86f..2f0ff3e815950b8757b7222619c25af14f4e2998 100644 (file)
@@ -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
index 83b7cd30779a1d1e9f65ea8aedf90b4148283a29..cb9fc4aaa982518f1611d515e52e454a03ebc2e0 100644 (file)
@@ -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
index e13010b8ee17bb6601cbcd31e97c3abcd5ce02c7..df591547e9b10c876953a7bb863808e2e540ebfc 100644 (file)
@@ -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
index c93e9e99324acdcfd1e7994d21638f540bab46c5..e0b913647d548cce95c960b07845f2fa5d738078 100755 (executable)
@@ -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
index 40f6cc785f83297780bf16f0dab8fe93dbd6b0c1..9048c8681899cc017d7d2bf9506990fad45beb20 100755 (executable)
@@ -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
index d8937efa0d08b4c9f4e1e681211ebe80a600a6f3..258c3b928bd1386d64a0e25e31d1f6e88fe39659 100644 (file)
@@ -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
index 676431f354ba73b169a079874acb60f35b6f5df4..2905b9c6d549a9836506f808c711f784f3e54a91 100644 (file)
@@ -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
index 957ff55ef49a3c1e678f1c65659466a7a41b587f..e579b511bf96b57454d0ac8e9f8dfd64f6f0245c 100644 (file)
@@ -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
index 17602d792a191fd1557fb324a1c789d8329cd3bf..5d34a4040fef6f8a9b43d056e238ef0d8361d863 100755 (executable)
@@ -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
index 5d77ce1166b064de3f92edf290b20ea4fd73e247..9fbad6ac2ca97a2a90e34d69898cc26cdd7834ba 100755 (executable)
@@ -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
index faea29e221fb4e3a09ddfff7125c037e32a4374e..ad64c7f66ea668503925ccb7a52aca94d9376eee 100755 (executable)
@@ -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
index 8d0933f3d4d3cb02c80456f71767d142fef5946a..bed64d9526f8f07bdb26d9a067afb17e403d531e 100755 (executable)
@@ -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
index 2fb8ea31c80e82d7fa94a89fb58891c70c951442..9c79e4155668068b5f8e71af2e715ad7bbfbe07b 100755 (executable)
@@ -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
index fb1a423f981c8e8d04184701439c39e0e7e927ae..16675a04a07383b5f04f197586b3c8740f1b368f 100755 (executable)
@@ -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
index 93d28b4586ba6bb44114ce271e643e9d1e0af13a..9e2723610a825c984d0912d2b43da93391d31cb0 100755 (executable)
@@ -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
index fbedd0a0d691256dbbc2651cc9d382d109185058..1737f6c8cf15119e7c80467759ee75f1f18c5e9e 100755 (executable)
@@ -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
index 584f735643d2042d823b29b320ce5569cef1a020..fc8b3eb084cb219a0d209dd177470a840b4de9ea 100755 (executable)
@@ -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
index 34dce5ead29e229b2b53735ef362271b351eb7af..3814b61b7a1c8ab63a4c4ebf8fb251385ef2517f 100755 (executable)
@@ -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