update copyright year

This commit is contained in:
Simon Ruderich
2015-08-28 12:25:36 +02:00
parent 3676d3f21f
commit 8a65b4486f
29 changed files with 29 additions and 29 deletions

View 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

View 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

View 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

View 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

View 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

View 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

View 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