diff options
author | Mattias Andrée <m@maandree.se> | 2024-10-05 23:17:35 +0200 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2024-10-05 23:18:13 +0200 |
commit | ddacbc32b38445e964aa86238cc31794d2b11fd7 (patch) | |
tree | 1499426f258a60647699676096c7d7bb805b9750 /src | |
parent | Empty signed commit (diff) | |
download | libpassphrase-ddacbc32b38445e964aa86238cc31794d2b11fd7.tar.gz libpassphrase-ddacbc32b38445e964aa86238cc31794d2b11fd7.tar.bz2 libpassphrase-ddacbc32b38445e964aa86238cc31794d2b11fd7.tar.xz |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src')
-rw-r--r-- | src/echoes.c | 2 | ||||
-rw-r--r-- | src/passphrase.c | 2 | ||||
-rw-r--r-- | src/passphrase.h | 2 | ||||
-rw-r--r-- | src/passphrase_helper.h | 2 | ||||
-rw-r--r-- | src/test.c | 2 | ||||
-rw-r--r-- | src/wipe.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/echoes.c b/src/echoes.c index bc8d3ff..ae67504 100644 --- a/src/echoes.c +++ b/src/echoes.c @@ -1,7 +1,7 @@ /** * libpassphrase – Personalisable library for TTY passphrase reading * - * Copyright © 2013, 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2013, 2014, 2015 Mattias Andrée (m@maandree.se) * * 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.c b/src/passphrase.c index 01e96cb..5cf05fd 100644 --- a/src/passphrase.c +++ b/src/passphrase.c @@ -1,7 +1,7 @@ /** * libpassphrase – Personalisable library for TTY passphrase reading * - * Copyright © 2013, 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2013, 2014, 2015 Mattias Andrée (m@maandree.se) * * 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 dd9dfb6..7f02c09 100644 --- a/src/passphrase.h +++ b/src/passphrase.h @@ -1,7 +1,7 @@ /** * libpassphrase – Personalisable library for TTY passphrase reading * - * Copyright © 2013, 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2013, 2014, 2015 Mattias Andrée (m@maandree.se) * * 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_helper.h b/src/passphrase_helper.h index ccc927d..677ab05 100644 --- a/src/passphrase_helper.h +++ b/src/passphrase_helper.h @@ -1,7 +1,7 @@ /** * libpassphrase – Personalisable library for TTY passphrase reading * - * Copyright © 2013, 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2013, 2014, 2015 Mattias Andrée (m@maandree.se) * * 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 @@ -1,7 +1,7 @@ /** * libpassphrase – Personalisable library for TTY passphrase reading * - * Copyright © 2013, 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2013, 2014, 2015 Mattias Andrée (m@maandree.se) * * 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 @@ -1,7 +1,7 @@ /** * libpassphrase – Personalisable library for TTY passphrase reading * - * Copyright © 2013, 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2013, 2014, 2015 Mattias Andrée (m@maandree.se) * * 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 |