diff options
| -rw-r--r-- | COPYING | 2 | ||||
| -rw-r--r-- | info/cerberus-logging.texinfo | 2 | ||||
| -rw-r--r-- | src/common.c | 2 | ||||
| -rw-r--r-- | src/common.h | 2 | ||||
| -rw-r--r-- | src/log-login-audit.c | 2 | ||||
| -rw-r--r-- | src/log-login-btmp.c | 2 | ||||
| -rw-r--r-- | src/log-login-lastlog.c | 2 | ||||
| -rw-r--r-- | src/log-login-syslog.c | 2 | ||||
| -rw-r--r-- | src/log-login-utmp.c | 2 | ||||
| -rwxr-xr-x | src/logging | 2 |
10 files changed, 10 insertions, 10 deletions
@@ -1,6 +1,6 @@ cerberus-logging – Log-in logging extension for cerberus -Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) +Copyright © 2014, 2015 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-logging.texinfo b/info/cerberus-logging.texinfo index d8b9493..4047d56 100644 --- a/info/cerberus-logging.texinfo +++ b/info/cerberus-logging.texinfo @@ -17,7 +17,7 @@ @copying -Copyright @copyright{} 2014 Mattias Andrée +Copyright @copyright{} 2014, 2015 Mattias Andrée @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/src/common.c b/src/common.c index a8dc151..78b3383 100644 --- a/src/common.c +++ b/src/common.c @@ -1,7 +1,7 @@ /** * cerberus-logging – Log-in logging extension for cerberus * - * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015 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/common.h b/src/common.h index 09312e9..ab788e1 100644 --- a/src/common.h +++ b/src/common.h @@ -1,7 +1,7 @@ /** * cerberus-logging – Log-in logging extension for cerberus * - * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015 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/log-login-audit.c b/src/log-login-audit.c index 67eae3f..fded0d5 100644 --- a/src/log-login-audit.c +++ b/src/log-login-audit.c @@ -1,7 +1,7 @@ /** * cerberus-logging – Log-in logging extension for cerberus * - * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015 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/log-login-btmp.c b/src/log-login-btmp.c index c486193..beeba17 100644 --- a/src/log-login-btmp.c +++ b/src/log-login-btmp.c @@ -1,7 +1,7 @@ /** * cerberus-logging – Log-in logging extension for cerberus * - * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015 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/log-login-lastlog.c b/src/log-login-lastlog.c index 1831b1e..46509df 100644 --- a/src/log-login-lastlog.c +++ b/src/log-login-lastlog.c @@ -1,7 +1,7 @@ /** * cerberus-logging – Log-in logging extension for cerberus * - * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015 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/log-login-syslog.c b/src/log-login-syslog.c index 1c8567b..f855aed 100644 --- a/src/log-login-syslog.c +++ b/src/log-login-syslog.c @@ -1,7 +1,7 @@ /** * cerberus-logging – Log-in logging extension for cerberus * - * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015 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/log-login-utmp.c b/src/log-login-utmp.c index ed52a80..8a4d281 100644 --- a/src/log-login-utmp.c +++ b/src/log-login-utmp.c @@ -1,7 +1,7 @@ /** * cerberus-logging – Log-in logging extension for cerberus * - * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014, 2015 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/logging b/src/logging index 65b3104..9505db2 100755 --- a/src/logging +++ b/src/logging @@ -2,7 +2,7 @@ # cerberus-logging – Log-in logging extension for cerberus # -# Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) +# Copyright © 2014, 2015 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 |
