diff options
| -rw-r--r-- | COPYING | 2 | ||||
| -rwxr-xr-x | passcheck.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ passcheck – passphrase strength evaluator -Copyright © 2013 Mattias Andrée (maandree@member.fsf.org) +Copyright © 2013, 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 Affero General Public License as published by diff --git a/passcheck.py b/passcheck.py index e8776c8..4734c20 100755 --- a/passcheck.py +++ b/passcheck.py @@ -2,7 +2,7 @@ # # passcheck – passphrase strenght evaluator # -# Copyright © 2013 Mattias Andrée (maandree@member.fsf.org) +# Copyright © 2013, 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 Affero General Public License as published by |
