mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-14 02:27:31 -07:00
FSF address update
This commit is contained in:
parent
5eb4791302
commit
18a6a20dcc
3 changed files with 31 additions and 4 deletions
|
@ -13,8 +13,16 @@
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
* Foundation, Inc.
|
||||||
* MA 02111-1307, USA.
|
*
|
||||||
|
* Free Software Foundation
|
||||||
|
* 51 Franklin Street, Fifth Floor
|
||||||
|
* Boston, MA 02110-1335
|
||||||
|
* USA
|
||||||
|
*
|
||||||
|
* Telephone: +1-617-542-5942
|
||||||
|
* Fax: +1-617-542-2652
|
||||||
|
* General email: info@fsf.org
|
||||||
*
|
*
|
||||||
* In addition, as a special exception, the copyright holders give
|
* In addition, as a special exception, the copyright holders give
|
||||||
* permission to link the code of portions of this program with the
|
* permission to link the code of portions of this program with the
|
||||||
|
|
11
hmacmd5.c
11
hmacmd5.c
|
@ -17,7 +17,16 @@
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
Foundation, Inc.
|
||||||
|
|
||||||
|
Free Software Foundation
|
||||||
|
51 Franklin Street, Fifth Floor
|
||||||
|
Boston, MA 02110-1335
|
||||||
|
USA
|
||||||
|
|
||||||
|
Telephone: +1-617-542-5942
|
||||||
|
Fax: +1-617-542-2652
|
||||||
|
General email: info@fsf.org
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* taken direct from rfc2104 implementation and modified for suitable use
|
/* taken direct from rfc2104 implementation and modified for suitable use
|
||||||
|
|
12
hmacmd5.h
12
hmacmd5.h
|
@ -16,7 +16,17 @@
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
Foundation, Inc.
|
||||||
|
|
||||||
|
Free Software Foundation
|
||||||
|
51 Franklin Street, Fifth Floor
|
||||||
|
Boston, MA 02110-1335
|
||||||
|
USA
|
||||||
|
|
||||||
|
Telephone: +1-617-542-5942
|
||||||
|
Fax: +1-617-542-2652
|
||||||
|
General email: info@fsf.org
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <openssl/md5.h>
|
#include <openssl/md5.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue