]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[legal] Add some missing FILE_LICENCE declarations
authorMichael Brown <mcb30@ipxe.org>
Sun, 21 Nov 2010 23:35:50 +0000 (23:35 +0000)
committerMichael Brown <mcb30@ipxe.org>
Mon, 22 Nov 2010 00:34:48 +0000 (00:34 +0000)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/hci/commands/digest_cmd.c
src/hci/commands/gdbstub_cmd.c
src/hci/commands/time_cmd.c

index 99c196a14405f311467574f9cbd9aee45bcd6bab..d40e8e7d937e4ef3eb6044a49a5886a7f7bf6837 100644 (file)
@@ -16,6 +16,8 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
+FILE_LICENCE ( GPL2_OR_LATER );
+
 #include <stdio.h>
 #include <string.h>
 #include <unistd.h>
index fc9b6fc1c7793d2ca3df646ccb8f2263ff872b92..b0e3ade81fd593c868b2483e24feec56b7641c94 100644 (file)
@@ -16,6 +16,8 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
+FILE_LICENCE ( GPL2_OR_LATER );
+
 #include <stdio.h>
 #include <errno.h>
 #include <assert.h>
index e7ad4a7685aa4144861db5d51a7b5b02c8a2504f..b8af15ff58294a2ddfbc2801febac0b25a9188f4 100644 (file)
@@ -19,6 +19,8 @@
  * Shao Miller <shao.miller@yrdsb.edu.on.ca>.
  */
 
+FILE_LICENCE ( GPL2_OR_LATER );
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>