Skip to content

Commit 18a6a20

Browse files
committed
FSF address update
1 parent 5eb4791 commit 18a6a20

File tree

3 files changed

+31
-4
lines changed

3 files changed

+31
-4
lines changed

LICENSE.OPENSSL

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,16 @@
1313
*
1414
* You should have received a copy of the GNU General Public License
1515
* along with this program; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston,
17-
* MA 02111-1307, USA.
16+
* Foundation, Inc.
17+
*
18+
* Free Software Foundation
19+
* 51 Franklin Street, Fifth Floor
20+
* Boston, MA 02110-1335
21+
* USA
22+
*
23+
* Telephone: +1-617-542-5942
24+
* Fax: +1-617-542-2652
25+
* General email: info@fsf.org
1826
*
1927
* In addition, as a special exception, the copyright holders give
2028
* permission to link the code of portions of this program with the

hmacmd5.c

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,16 @@
1717
1818
You should have received a copy of the GNU General Public License
1919
along with this program; if not, write to the Free Software
20-
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20+
Foundation, Inc.
21+
22+
Free Software Foundation
23+
51 Franklin Street, Fifth Floor
24+
Boston, MA 02110-1335
25+
USA
26+
27+
Telephone: +1-617-542-5942
28+
Fax: +1-617-542-2652
29+
General email: info@fsf.org
2130
*/
2231

2332
/* taken direct from rfc2104 implementation and modified for suitable use

hmacmd5.h

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,17 @@
1616
1717
You should have received a copy of the GNU General Public License
1818
along with this program; if not, write to the Free Software
19-
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19+
Foundation, Inc.
20+
21+
Free Software Foundation
22+
51 Franklin Street, Fifth Floor
23+
Boston, MA 02110-1335
24+
USA
25+
26+
Telephone: +1-617-542-5942
27+
Fax: +1-617-542-2652
28+
General email: info@fsf.org
29+
2030
*/
2131

2232
#include <openssl/md5.h>

0 commit comments

Comments
 (0)