diff options
Diffstat (limited to 'src/portab')
| -rw-r--r-- | src/portab/Makefile.ng | 2 | ||||
| -rw-r--r-- | src/portab/portabtest.c | 2 | ||||
| -rw-r--r-- | src/portab/strlcpy.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/portab/Makefile.ng b/src/portab/Makefile.ng index c9638034..8712bc5e 100644 --- a/src/portab/Makefile.ng +++ b/src/portab/Makefile.ng @@ -1,6 +1,6 @@ # # ngIRCd -- The Next Generation IRC Daemon -# Copyright (c)2001-2012 Alexander Barton (alex@barton.de) and Contributors +# Copyright (c)2001-2014 Alexander Barton (alex@barton.de) and Contributors # # 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 diff --git a/src/portab/portabtest.c b/src/portab/portabtest.c index d7f33f99..49807657 100644 --- a/src/portab/portabtest.c +++ b/src/portab/portabtest.c @@ -1,6 +1,6 @@ /* * ngIRCd -- The Next Generation IRC Daemon - * Copyright (c)2001-2013 Alexander Barton (alex@barton.de) and Contributors. + * Copyright (c)2001-2014 Alexander Barton (alex@barton.de) and Contributors. * * 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 diff --git a/src/portab/strlcpy.c b/src/portab/strlcpy.c index a7f5e2f1..1f86a933 100644 --- a/src/portab/strlcpy.c +++ b/src/portab/strlcpy.c @@ -1,6 +1,6 @@ /* * ngIRCd -- The Next Generation IRC Daemon - * Copyright (c)2001-2005 Alexander Barton (alex@barton.de) + * Copyright (c)2001-2014 Alexander Barton (alex@barton.de) and Contributors. * * 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 |