From ea17eabd00beee4ea8232a22613dca2f192a6e5a Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 29 Oct 2014 14:17:59 +0100 Subject: bump year MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- COPYING | 2 +- info/cerberus.texinfo | 2 +- src/auth.h | 2 +- src/auth/crypt.c | 2 +- src/auth/crypt.h | 2 +- src/auth/pam.c | 2 +- src/auth/pam.h | 2 +- src/cerberus.c | 2 +- src/cerberus.h | 2 +- src/config.h | 2 +- src/login.c | 2 +- src/login.h | 2 +- src/quit.c | 2 +- src/quit.h | 2 +- src/security.c | 2 +- src/security.h | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/COPYING b/COPYING index e21e376..9f6b1a8 100644 --- a/COPYING +++ b/COPYING @@ -1,6 +1,6 @@ cerberus – Minimal login program -Copyright © 2013 Mattias Andrée (maandree@member.fsf.org) +Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) 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/info/cerberus.texinfo b/info/cerberus.texinfo index e135194..f2ff587 100644 --- a/info/cerberus.texinfo +++ b/info/cerberus.texinfo @@ -17,7 +17,7 @@ @copying -Copyright @copyright{} 2013 Mattias Andrée +Copyright @copyright{} 2013, 2014 Mattias Andrée @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/src/auth.h b/src/auth.h index 9325ef8..22597ad 100644 --- a/src/auth.h +++ b/src/auth.h @@ -1,7 +1,7 @@ /** * cerberus – Minimal login program * - * Copyright © 2013 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) * * 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/auth/crypt.c b/src/auth/crypt.c index 325af81..cbd082b 100644 --- a/src/auth/crypt.c +++ b/src/auth/crypt.c @@ -1,7 +1,7 @@ /** * cerberus – Minimal login program * - * Copyright © 2013 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) * * 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/auth/crypt.h b/src/auth/crypt.h index 0be6a39..478b138 100644 --- a/src/auth/crypt.h +++ b/src/auth/crypt.h @@ -1,7 +1,7 @@ /** * cerberus – Minimal login program * - * Copyright © 2013 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) * * 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/auth/pam.c b/src/auth/pam.c index d61e7c2..0a08343 100644 --- a/src/auth/pam.c +++ b/src/auth/pam.c @@ -1,7 +1,7 @@ /** * cerberus – Minimal login program * - * Copyright © 2013 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) * * 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/auth/pam.h b/src/auth/pam.h index c7fae8d..62e2a2f 100644 --- a/src/auth/pam.h +++ b/src/auth/pam.h @@ -1,7 +1,7 @@ /** * cerberus – Minimal login program * - * Copyright © 2013 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) * * 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/cerberus.c b/src/cerberus.c index 43b90fe..9563ede 100644 --- a/src/cerberus.c +++ b/src/cerberus.c @@ -1,7 +1,7 @@ /** * cerberus – Minimal login program * - * Copyright © 2013 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) * * 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/cerberus.h b/src/cerberus.h index 93cbc6d..96c89ab 100644 --- a/src/cerberus.h +++ b/src/cerberus.h @@ -1,7 +1,7 @@ /** * cerberus – Minimal login program * - * Copyright © 2013 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) * * 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/config.h b/src/config.h index 6e5c60c..3542a11 100644 --- a/src/config.h +++ b/src/config.h @@ -1,7 +1,7 @@ /** * cerberus – Minimal login program * - * Copyright © 2013 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) * * 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/login.c b/src/login.c index 81af4fc..f06964f 100644 --- a/src/login.c +++ b/src/login.c @@ -1,7 +1,7 @@ /** * cerberus – Minimal login program * - * Copyright © 2013 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) * * 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/login.h b/src/login.h index 3ed5f2a..bb1043f 100644 --- a/src/login.h +++ b/src/login.h @@ -1,7 +1,7 @@ /** * cerberus – Minimal login program * - * Copyright © 2013 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) * * 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/quit.c b/src/quit.c index 196fb60..d3d13a8 100644 --- a/src/quit.c +++ b/src/quit.c @@ -1,7 +1,7 @@ /** * cerberus – Minimal login program * - * Copyright © 2013 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) * * 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/quit.h b/src/quit.h index d2895ea..892156a 100644 --- a/src/quit.h +++ b/src/quit.h @@ -1,7 +1,7 @@ /** * cerberus – Minimal login program * - * Copyright © 2013 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) * * 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/security.c b/src/security.c index 203990c..180e2f3 100644 --- a/src/security.c +++ b/src/security.c @@ -1,7 +1,7 @@ /** * cerberus – Minimal login program * - * Copyright © 2013 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) * * 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/security.h b/src/security.h index 128422d..e13cac5 100644 --- a/src/security.h +++ b/src/security.h @@ -1,7 +1,7 @@ /** * cerberus – Minimal login program * - * Copyright © 2013 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) * * 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 -- cgit v1.2.3-70-g09d2