aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-03-24 13:28:26 +0100
committerMattias Andrée <maandree@operamail.com>2015-03-24 13:28:26 +0100
commit3206f14d5eec0e95b8c4369584aab6a292e7b214 (patch)
tree03f7b3655880f97daa7bd0b3f1474998674266ca /src
parenttypo (diff)
downloadcerberus-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.c2
-rw-r--r--src/common.h2
-rw-r--r--src/log-login-audit.c2
-rw-r--r--src/log-login-btmp.c2
-rw-r--r--src/log-login-lastlog.c2
-rw-r--r--src/log-login-syslog.c2
-rw-r--r--src/log-login-utmp.c2
-rwxr-xr-xsrc/logging2
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