Browse Source

[legal] Add some missing FILE_LICENCE declarations

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 14 years ago
parent
commit
fdd42fa950
3 changed files with 6 additions and 0 deletions
  1. 2
    0
      src/hci/commands/digest_cmd.c
  2. 2
    0
      src/hci/commands/gdbstub_cmd.c
  3. 2
    0
      src/hci/commands/time_cmd.c

+ 2
- 0
src/hci/commands/digest_cmd.c View File

@@ -16,6 +16,8 @@
16 16
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17 17
  */
18 18
 
19
+FILE_LICENCE ( GPL2_OR_LATER );
20
+
19 21
 #include <stdio.h>
20 22
 #include <string.h>
21 23
 #include <unistd.h>

+ 2
- 0
src/hci/commands/gdbstub_cmd.c View File

@@ -16,6 +16,8 @@
16 16
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17 17
  */
18 18
 
19
+FILE_LICENCE ( GPL2_OR_LATER );
20
+
19 21
 #include <stdio.h>
20 22
 #include <errno.h>
21 23
 #include <assert.h>

+ 2
- 0
src/hci/commands/time_cmd.c View File

@@ -19,6 +19,8 @@
19 19
  * Shao Miller <shao.miller@yrdsb.edu.on.ca>.
20 20
  */
21 21
 
22
+FILE_LICENCE ( GPL2_OR_LATER );
23
+
22 24
 #include <stdio.h>
23 25
 #include <stdlib.h>
24 26
 #include <string.h>

Loading…
Cancel
Save