diff options
| -rw-r--r-- | COPYING | 2 | ||||
| -rw-r--r-- | info/libpassphrase.texinfo | 2 | ||||
| -rw-r--r-- | src/passphrase.c | 2 | ||||
| -rw-r--r-- | src/passphrase.h | 2 | 
4 files changed, 4 insertions, 4 deletions
| @@ -1,6 +1,6 @@  libpassphrase – Personalisable library for TTY passphrase reading -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/info/libpassphrase.texinfo b/info/libpassphrase.texinfo index 92f916d..5136d20 100644 --- a/info/libpassphrase.texinfo +++ b/info/libpassphrase.texinfo @@ -17,7 +17,7 @@  @copying -Copyright @copyright{} 2013 Mattias Andrée +Copyright @copyright{} 2013, 2014 Mattias Andrée  @quotation  Permission is granted to copy, distribute and/or modify this document diff --git a/src/passphrase.c b/src/passphrase.c index 1df0a46..3492df2 100644 --- a/src/passphrase.c +++ b/src/passphrase.c @@ -1,7 +1,7 @@  /**   * libpassphrase – Personalisable library for TTY passphrase reading   *  - * 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/passphrase.h b/src/passphrase.h index 2114fbe..d6ecdce 100644 --- a/src/passphrase.h +++ b/src/passphrase.h @@ -1,7 +1,7 @@  /**   * libpassphrase – Personalisable library for TTY passphrase reading   *  - * 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 | 
