diff options
| author | Mattias Andrée <maandree@operamail.com> | 2015-03-24 13:28:26 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2015-03-24 13:28:26 +0100 |
| commit | 3206f14d5eec0e95b8c4369584aab6a292e7b214 (patch) | |
| tree | 03f7b3655880f97daa7bd0b3f1474998674266ca /src | |
| parent | typo (diff) | |
| download | cerberus-logging-3206f14d5eec0e95b8c4369584aab6a292e7b214.tar.gz cerberus-logging-3206f14d5eec0e95b8c4369584aab6a292e7b214.tar.bz2 cerberus-logging-3206f14d5eec0e95b8c4369584aab6a292e7b214.tar.xz | |
bump year1427200133
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
| -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 |
8 files changed, 8 insertions, 8 deletions
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 |
