src/: add license and copyright info to files

Add copyright and license info to files that I've authored in src/.

Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com>
This commit is contained in:
Ross Zwisler
2018-07-10 16:09:41 -06:00
committed by Eryu Guan
parent fcc3f3b9c3
commit 08ec45b0b1
4 changed files with 8 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
/* Copyright (c) 2018 Intel Corporation. */
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
+2
View File
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
/* Copyright (c) 2018 Intel Corporation. */
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
+2
View File
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
/* Copyright (c) 2017 Intel Corporation. */
#include <errno.h>
#include <fcntl.h>
#include <libgen.h>
+2
View File
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
/* Copyright (c) 2017 Intel Corporation. */
#include <errno.h>
#include <fcntl.h>
#include <libgen.h>