diff options
| author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-18 11:43:24 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-18 11:43:24 +0100 |
| commit | 21e91c95e18dab45967f6eae5ebaef386280fcbe (patch) | |
| tree | a0902a3f41ba44473e3d91109ce93fe6cd1bea38 /src/auth | |
| parent | doc (diff) | |
| download | cerberus-21e91c95e18dab45967f6eae5ebaef386280fcbe.tar.gz cerberus-21e91c95e18dab45967f6eae5ebaef386280fcbe.tar.bz2 cerberus-21e91c95e18dab45967f6eae5ebaef386280fcbe.tar.xz | |
add deps (update for next change) + bump year
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to '')
| -rw-r--r-- | src/auth.h | 2 | ||||
| -rw-r--r-- | src/auth/crypt.c | 2 | ||||
| -rw-r--r-- | src/auth/crypt.h | 2 | ||||
| -rw-r--r-- | src/auth/pam.c | 2 | ||||
| -rw-r--r-- | src/auth/pam.h | 2 |
5 files changed, 5 insertions, 5 deletions
@@ -1,7 +1,7 @@ /** * cerberus – Minimal login program * - * Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2013, 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/auth/crypt.c b/src/auth/crypt.c index ec65fc8..a23881e 100644 --- a/src/auth/crypt.c +++ b/src/auth/crypt.c @@ -1,7 +1,7 @@ /** * cerberus – Minimal login program * - * Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2013, 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/auth/crypt.h b/src/auth/crypt.h index 1ba7717..2f35ea6 100644 --- a/src/auth/crypt.h +++ b/src/auth/crypt.h @@ -1,7 +1,7 @@ /** * cerberus – Minimal login program * - * Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2013, 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/auth/pam.c b/src/auth/pam.c index 5460cd8..ed220a9 100644 --- a/src/auth/pam.c +++ b/src/auth/pam.c @@ -1,7 +1,7 @@ /** * cerberus – Minimal login program * - * Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2013, 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/auth/pam.h b/src/auth/pam.h index 86bd64f..75f4d06 100644 --- a/src/auth/pam.h +++ b/src/auth/pam.h @@ -1,7 +1,7 @@ /** * cerberus – Minimal login program * - * Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2013, 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 |
