aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bencode.c
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2014-02-05 15:14:04 -0500
committerEvan Huus <eapache@gmail.com>2014-02-05 21:43:59 +0000
commit32e4d901fcd3125c4646d8f3d3003e1f53a98b11 (patch)
tree26e0f5d482a50894f7dc5a0629be4185fc4752f0 /epan/dissectors/packet-bencode.c
parent5236d89e2627946fc9a2044d98574b3c54c3d0d6 (diff)
Two fixes for license headers
- packet-bencode.c had the wrong FSF address - wslua_int64.c had the license as a footer instead of a header Change-Id: I71204b36a1034af72874d6fe87929c31c9ff03df Reviewed-on: https://code.wireshark.org/review/123 Reviewed-by: Guy Harris <guy@alum.mit.edu> Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com> Reviewed-by: Evan Huus <eapache@gmail.com> Tested-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-bencode.c')
-rw-r--r--epan/dissectors/packet-bencode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bencode.c b/epan/dissectors/packet-bencode.c
index f4f61c71dd..66c141362a 100644
--- a/epan/dissectors/packet-bencode.c
+++ b/epan/dissectors/packet-bencode.c
@@ -22,7 +22,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.
*/
#include "config.h"