diff options
| author | Mattias Andrée <maandree@operamail.com> | 2014-10-29 14:17:59 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2014-10-29 14:17:59 +0100 |
| commit | ea17eabd00beee4ea8232a22613dca2f192a6e5a (patch) | |
| tree | 158b0aeae3ef4df8a54b727156b637a699d96203 /src/auth | |
| parent | m (diff) | |
| download | cerberus-ea17eabd00beee4ea8232a22613dca2f192a6e5a.tar.gz cerberus-ea17eabd00beee4ea8232a22613dca2f192a6e5a.tar.bz2 cerberus-ea17eabd00beee4ea8232a22613dca2f192a6e5a.tar.xz | |
bump year
Signed-off-by: Mattias Andrée <maandree@operamail.com>
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 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2013, 2014 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 325af81..cbd082b 100644 --- a/src/auth/crypt.c +++ b/src/auth/crypt.c @@ -1,7 +1,7 @@ /** * cerberus – Minimal login program * - * Copyright © 2013 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2013, 2014 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 0be6a39..478b138 100644 --- a/src/auth/crypt.h +++ b/src/auth/crypt.h @@ -1,7 +1,7 @@ /** * cerberus – Minimal login program * - * Copyright © 2013 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2013, 2014 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 d61e7c2..0a08343 100644 --- a/src/auth/pam.c +++ b/src/auth/pam.c @@ -1,7 +1,7 @@ /** * cerberus – Minimal login program * - * Copyright © 2013 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2013, 2014 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 c7fae8d..62e2a2f 100644 --- a/src/auth/pam.h +++ b/src/auth/pam.h @@ -1,7 +1,7 @@ /** * cerberus – Minimal login program * - * Copyright © 2013 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2013, 2014 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 |
