aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt
diff options
context:
space:
mode:
Diffstat (limited to 'epan/crypt')
-rw-r--r--epan/crypt/Makefile.am2
-rw-r--r--epan/crypt/Makefile.common2
-rw-r--r--epan/crypt/eax.c2
-rw-r--r--epan/crypt/eax.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/epan/crypt/Makefile.am b/epan/crypt/Makefile.am
index 4d29a4a5ca..799a7dfabd 100644
--- a/epan/crypt/Makefile.am
+++ b/epan/crypt/Makefile.am
@@ -19,7 +19,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.
INCLUDES = -I$(top_srcdir)
diff --git a/epan/crypt/Makefile.common b/epan/crypt/Makefile.common
index b85d438a3c..a386c862dc 100644
--- a/epan/crypt/Makefile.common
+++ b/epan/crypt/Makefile.common
@@ -21,7 +21,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.
LIBAIRPDCAP_SRC = \
aes.c \
diff --git a/epan/crypt/eax.c b/epan/crypt/eax.c
index 0ca97fefb8..3558dce79b 100644
--- a/epan/crypt/eax.c
+++ b/epan/crypt/eax.c
@@ -20,7 +20,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.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
diff --git a/epan/crypt/eax.h b/epan/crypt/eax.h
index f9950e7120..8209d4d60b 100644
--- a/epan/crypt/eax.h
+++ b/epan/crypt/eax.h
@@ -20,7 +20,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.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"