From 919024b7d6b3150276540ae4be4f32018fb0a2dd Mon Sep 17 00:00:00 2001 From: jonnosan Date: Thu, 22 Oct 2009 10:58:53 +0000 Subject: [PATCH] updated license block to include contributors git-svn-id: http://svn.code.sf.net/p/netboot65/code@208 93682198-c243-4bdb-bd91-e943c89aac3b --- client/ip65/icmp.s | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/ip65/icmp.s b/client/ip65/icmp.s index dca9189..e9ee499 100644 --- a/client/ip65/icmp.s +++ b/client/ip65/icmp.s @@ -292,7 +292,7 @@ icmp_remove_listener: .ifdef TCP -; icmp_send_echo was contributed by Glen Holmer (ShadowM) +; icmp_send_echo was contributed by Glenn Holmer (ShadowM) ;send an ICMP echo ("ping") request ;inputs: @@ -463,4 +463,6 @@ ip65_msg: ; MagerValp@gmail.com. ; Portions created by the Initial Developer are Copyright (C) 2009 ; Per Olofsson. All Rights Reserved. +; +;Contributor(s): Jonno Downes, Glenn Holmer ; -- LICENSE END --