aboutsummaryrefslogtreecommitdiffstats
path: root/src/auth
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2016-01-03 23:23:15 +0100
committerMattias Andrée <maandree@member.fsf.org>2016-01-03 23:23:15 +0100
commit94ef894cbd6be99cef2af44b4cd50b7b166ccdff (patch)
treec0be85ee8c6a639c2637614bd79e04933550d4d1 /src/auth
parentupdate todo (diff)
downloadcerberus-94ef894cbd6be99cef2af44b4cd50b7b166ccdff.tar.gz
cerberus-94ef894cbd6be99cef2af44b4cd50b7b166ccdff.tar.bz2
cerberus-94ef894cbd6be99cef2af44b4cd50b7b166ccdff.tar.xz
bump year
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to '')
-rw-r--r--src/auth.h2
-rw-r--r--src/auth/crypt.c2
-rw-r--r--src/auth/crypt.h2
-rw-r--r--src/auth/pam.c2
-rw-r--r--src/auth/pam.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/auth.h b/src/auth.h
index 4d41fb3..b8bb2e6 100644
--- a/src/auth.h
+++ b/src/auth.h
@@ -1,7 +1,7 @@
/**
* cerberus – Minimal login program
*
- * Copyright © 2013, 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2013, 2014, 2015, 2016 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 a23881e..ef74959 100644
--- a/src/auth/crypt.c
+++ b/src/auth/crypt.c
@@ -1,7 +1,7 @@
/**
* cerberus – Minimal login program
*
- * Copyright © 2013, 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2013, 2014, 2015, 2016 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 2f35ea6..0a71f32 100644
--- a/src/auth/crypt.h
+++ b/src/auth/crypt.h
@@ -1,7 +1,7 @@
/**
* cerberus – Minimal login program
*
- * Copyright © 2013, 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2013, 2014, 2015, 2016 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 b418d18..c13b0f0 100644
--- a/src/auth/pam.c
+++ b/src/auth/pam.c
@@ -1,7 +1,7 @@
/**
* cerberus – Minimal login program
*
- * Copyright © 2013, 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2013, 2014, 2015, 2016 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 75f4d06..518ea90 100644
--- a/src/auth/pam.h
+++ b/src/auth/pam.h
@@ -1,7 +1,7 @@
/**
* cerberus – Minimal login program
*
- * Copyright © 2013, 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2013, 2014, 2015, 2016 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