aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt
diff options
context:
space:
mode:
Diffstat (limited to 'epan/crypt')
-rw-r--r--epan/crypt/md5.c2
-rw-r--r--epan/crypt/md5.h2
-rw-r--r--epan/crypt/sha1.c2
-rw-r--r--epan/crypt/sha1.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/epan/crypt/md5.c b/epan/crypt/md5.c
index c2c2293ceb..09a4f29614 100644
--- a/epan/crypt/md5.c
+++ b/epan/crypt/md5.c
@@ -18,7 +18,7 @@
*
* 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
diff --git a/epan/crypt/md5.h b/epan/crypt/md5.h
index bb49fd5c0f..600d2b05ef 100644
--- a/epan/crypt/md5.h
+++ b/epan/crypt/md5.h
@@ -16,7 +16,7 @@
*
* 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef __MD5_H__ /**@todo Should this be _CRYPT_MD5_H__ ?*/
#define __MD5_H__
diff --git a/epan/crypt/sha1.c b/epan/crypt/sha1.c
index 46f5cb8a52..19ead1198e 100644
--- a/epan/crypt/sha1.c
+++ b/epan/crypt/sha1.c
@@ -17,7 +17,7 @@
*
* 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* Changed to use guint instead of uint 2004 by Anders Broman
* Original code found at http://www.cr0.net:8040/code/crypto/sha1/
diff --git a/epan/crypt/sha1.h b/epan/crypt/sha1.h
index 127e89151b..64461dc141 100644
--- a/epan/crypt/sha1.h
+++ b/epan/crypt/sha1.h
@@ -17,7 +17,7 @@
*
* 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* Changed to use guint instead of uint 2004 by Anders Broman
* Original code found at http://www.cr0.net:8040/code/crypto/sha1/