From fdd42fa950818fa5494421500125f1841c916c7c Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 21 Nov 2010 23:35:50 +0000 Subject: [PATCH] [legal] Add some missing FILE_LICENCE declarations Signed-off-by: Michael Brown --- src/hci/commands/digest_cmd.c | 2 ++ src/hci/commands/gdbstub_cmd.c | 2 ++ src/hci/commands/time_cmd.c | 2 ++ 3 files changed, 6 insertions(+) diff --git a/src/hci/commands/digest_cmd.c b/src/hci/commands/digest_cmd.c index 99c196a14..d40e8e7d9 100644 --- a/src/hci/commands/digest_cmd.c +++ b/src/hci/commands/digest_cmd.c @@ -16,6 +16,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +FILE_LICENCE ( GPL2_OR_LATER ); + #include #include #include diff --git a/src/hci/commands/gdbstub_cmd.c b/src/hci/commands/gdbstub_cmd.c index fc9b6fc1c..b0e3ade81 100644 --- a/src/hci/commands/gdbstub_cmd.c +++ b/src/hci/commands/gdbstub_cmd.c @@ -16,6 +16,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +FILE_LICENCE ( GPL2_OR_LATER ); + #include #include #include diff --git a/src/hci/commands/time_cmd.c b/src/hci/commands/time_cmd.c index e7ad4a768..b8af15ff5 100644 --- a/src/hci/commands/time_cmd.c +++ b/src/hci/commands/time_cmd.c @@ -19,6 +19,8 @@ * Shao Miller . */ +FILE_LICENCE ( GPL2_OR_LATER ); + #include #include #include