license: add missing licenses and copyright

We were missing license boilerplate in many files, add them

Jira: ZEP-1464

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-06-08 10:24:51 -04:00 committed by Anas Nashif
commit 3405607d9e
14 changed files with 81 additions and 0 deletions

View file

@ -1,3 +1,9 @@
/*
* Copyright (c) 2017 Intel Corporation.
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef __FAT12_RAMDISK_SAMPLE_H__
#define __FAT12_RAMDISK_SAMPLE_H__