X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/33e49b2e6d599bc56326841b5b373b9f76adc5f7..3368351a230f70d5daf36464b2a473e4a8c74c8a:/netwatch/packet.c diff --git a/netwatch/packet.c b/netwatch/packet.c index ff5c41e..99294f2 100644 --- a/netwatch/packet.c +++ b/netwatch/packet.c @@ -1,3 +1,13 @@ +/* packet.c + * OS-to-NetWatch communication packet interface + * NetWatch system management mode administration console + * + * Copyright (c) 2008 Jacob Potter and Joshua Wise. All rights reserved. + * This program is free software; you can redistribute and/or modify it under + * the terms found in the file LICENSE in the root of this source tree. + * + */ + #include #include "packet.h"