diff options
| author | Mattias Andrée <maandree@operamail.com> | 2013-05-09 23:56:31 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2013-05-09 23:56:31 +0200 |
| commit | 139559ab4b77ba2cfbefeb0e0ed146cb917efb43 (patch) | |
| tree | aaa2920972f64a5d5e18c3bc04ad95c0d7eae3e8 /passcheck.py | |
| parent | add legal files (diff) | |
| download | passcheck-139559ab4b77ba2cfbefeb0e0ed146cb917efb43.tar.gz passcheck-139559ab4b77ba2cfbefeb0e0ed146cb917efb43.tar.bz2 passcheck-139559ab4b77ba2cfbefeb0e0ed146cb917efb43.tar.xz | |
m + add py file with shabang and copying
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'passcheck.py')
| -rwxr-xr-x | passcheck.py | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/passcheck.py b/passcheck.py new file mode 100755 index 0000000..da8cccb --- /dev/null +++ b/passcheck.py @@ -0,0 +1,20 @@ +#!/usr/bin/env python +# +# passcheck – passphrase strenght evaluater +# +# Copyright © 2013 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 +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# + |
