diff options
author | Michael Brown <mcb30@ipxe.org> | 2010-11-21 23:35:50 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2010-11-22 00:34:48 +0000 |
commit | fdd42fa950818fa5494421500125f1841c916c7c (patch) | |
tree | 487b7d5e63c9c852a1a3666d74407eca1f486e23 /src/hci/commands/digest_cmd.c | |
parent | 0cd6f2c709ed226cc2d9a57d49d0bbdef93ab1e4 (diff) | |
download | ipxe-fdd42fa950818fa5494421500125f1841c916c7c.tar.gz |
[legal] Add some missing FILE_LICENCE declarations
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/hci/commands/digest_cmd.c')
-rw-r--r-- | src/hci/commands/digest_cmd.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 <stdio.h> #include <string.h> #include <unistd.h> |