Skip to content

Commit

Permalink
Placed this script under cut-down BSD license
Browse files Browse the repository at this point in the history
  • Loading branch information
solar committed May 29, 2013
1 parent f4467dd commit ebc60fa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions run/mailer
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#!/bin/sh
#
# This file is part of John the Ripper password cracker,
# Copyright (c) 1996-98 by Solar Designer
#
# This is a script to send mail to all users whose passwords got cracked.
# This is not always a good idea, though, since lots of people do not
# check their e-mail or ignore such messages, and the messages can be a
Expand All @@ -13,6 +10,10 @@
# using this script or otherwise. And you should edit the message inside
# the script before possibly using it.
#
# Copyright (c) 1996-98 by Solar Designer
# Redistribution and use in source and binary forms, with or without
# modification, are permitted. (This is a heavily cut-down "BSD license".)
#

if [ $# -ne 1 ]; then
echo "Usage: $0 PASSWORD-FILE"
Expand Down

0 comments on commit ebc60fa

Please sign in to comment.