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
-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
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
#!/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
#!/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
/*
* 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
/*
* 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
# 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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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
#!/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