From 18a6a20dcc8424c810541c24956c554288e544ab Mon Sep 17 00:00:00 2001 From: van Hauser Date: Fri, 17 Jun 2016 17:17:31 +0200 Subject: [PATCH] FSF address update --- LICENSE.OPENSSL | 12 ++++++++++-- hmacmd5.c | 11 ++++++++++- hmacmd5.h | 12 +++++++++++- 3 files changed, 31 insertions(+), 4 deletions(-) diff --git a/LICENSE.OPENSSL b/LICENSE.OPENSSL index d3a9e21..17b80f2 100644 --- a/LICENSE.OPENSSL +++ b/LICENSE.OPENSSL @@ -13,8 +13,16 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, - * MA 02111-1307, 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 * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/hmacmd5.c b/hmacmd5.c index 3220a9d..63771be 100644 --- a/hmacmd5.c +++ b/hmacmd5.c @@ -17,7 +17,16 @@ You should have received a copy of the GNU General Public License 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 diff --git a/hmacmd5.h b/hmacmd5.h index c519da3..ce4299c 100644 --- a/hmacmd5.h +++ b/hmacmd5.h @@ -16,7 +16,17 @@ You should have received a copy of the GNU General Public License 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