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

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

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

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

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

Loading…
Cancel
Save