From d671c29c5c0dc05f6de873ca2f29c59f16310009 Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Wed, 14 Jan 2015 19:17:05 -0500 Subject: [PATCH] Update copyright year to 2015. --- src/err.c | 2 +- src/modules/login.c | 2 +- src/modules/login.h | 2 +- src/modules/mail.c | 2 +- src/modules/passwd.c | 2 +- src/ui.c | 2 +- src/ui.h | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/err.c b/src/err.c index 3c6e049..a891e5a 100644 --- a/src/err.c +++ b/src/err.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2001-2013 Ben Kibbey + Copyright (C) 2001-2015 Ben Kibbey 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/modules/login.c b/src/modules/login.c index e885524..000f94b 100644 --- a/src/modules/login.c +++ b/src/modules/login.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2001-2013 Ben Kibbey + Copyright (C) 2001-2015 Ben Kibbey 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/modules/login.h b/src/modules/login.h index 10135df..ac4921e 100644 --- a/src/modules/login.h +++ b/src/modules/login.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2001-2013 Ben Kibbey + Copyright (C) 2001-2015 Ben Kibbey 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/modules/mail.c b/src/modules/mail.c index d595a88..65df583 100644 --- a/src/modules/mail.c +++ b/src/modules/mail.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2001-2013 Ben Kibbey + Copyright (C) 2001-2015 Ben Kibbey 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/modules/passwd.c b/src/modules/passwd.c index 4ad8356..945d42e 100644 --- a/src/modules/passwd.c +++ b/src/modules/passwd.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2001-2013 Ben Kibbey + Copyright (C) 2001-2015 Ben Kibbey 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/ui.c b/src/ui.c index c82e35d..1835a59 100644 --- a/src/ui.c +++ b/src/ui.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2001-2013 Ben Kibbey + Copyright (C) 2001-2015 Ben Kibbey 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/ui.h b/src/ui.h index 3f6a949..02f857b 100644 --- a/src/ui.h +++ b/src/ui.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2001-2013 Ben Kibbey + Copyright (C) 2001-2015 Ben Kibbey 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 @@ -46,7 +46,7 @@ #endif #endif -#define COPYRIGHT "Copyright (C) 2001-2013 " PACKAGE_BUGREPORT +#define COPYRIGHT "Copyright (C) 2001-2015 " PACKAGE_BUGREPORT #define STAT(file, sstat) ((followsymlinks) ? stat(file, sstat) : lstat(file, sstat)) #define TIMEBUFSIZE 64 #define UNKNOWN "!" -- 2.11.4.GIT