Add a few of our headers to code generated by pycrc (their faq says we can do
authoreapache <eapache@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 20 Jun 2013 16:54:13 +0000 (16:54 +0000)
committereapache <eapache@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 20 Jun 2013 16:54:13 +0000 (16:54 +0000)
basically whatever we want with it, and this cleans up a couple of licensecheck
errors).

Fix FSF address in one dissector.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@50080 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-udt.c
wsutil/crc11.h
wsutil/crc16-plain.c
wsutil/crc16-plain.h

index 8c23562d5006e76c8e61910abb581e29dd47d77b..fd793f9d9895f4990ae3efeadf8d5041b8f03646 100644 (file)
@@ -24,7 +24,7 @@
  *\r
  * You should have received a copy of the GNU General Public License\r
  * along with this program; if not, write to the Free Software\r
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.\r
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.\r
  */\r
 \r
 #include "config.h"\r
index 0971f0726cb2a86d1e45875ba124587f59b64f49..eecda5ecccc42c87db045cd48be4b6cf4f6aa58d 100644 (file)
@@ -1,3 +1,28 @@
+/*
+ * crc11.h
+ * $Id$
+ *
+ * http://www.tty1.net/pycrc/faq_en.html#code-ownership
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
+ * Copyright 1998 Gerald Combs
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+ */
+
 #ifndef __CRC11_____H__
 
 #include <glib.h>
index 60cec06fc0303e2853bd7deea640800dc8315e66..736033c1ed1d4c0944936c1c83cbe596551335ef 100644 (file)
@@ -1,3 +1,28 @@
+/*
+ * crc16-plain.c
+ * $Id$
+ *
+ * http://www.tty1.net/pycrc/faq_en.html#code-ownership
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
+ * Copyright 1998 Gerald Combs
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+ */
+
 /**
  * $Id$
  * \file crc16-plain.c
index 178a6ef0fc4da08e146081803a8c462108fb46a5..da4e703a6c731ffda383754b921877c893c49bdf 100644 (file)
@@ -1,3 +1,28 @@
+/*
+ * crc16-plain.h
+ * $Id$
+ *
+ * http://www.tty1.net/pycrc/faq_en.html#code-ownership
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
+ * Copyright 1998 Gerald Combs
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+ */
+
 /**
  * \file crc16-plain.h
  * Functions and types for CRC checks.