src/: add license and copyright info to files
authorRoss Zwisler <ross.zwisler@linux.intel.com>
Tue, 10 Jul 2018 22:09:41 +0000 (16:09 -0600)
committerEryu Guan <guaneryu@gmail.com>
Sat, 14 Jul 2018 12:01:12 +0000 (20:01 +0800)
Add copyright and license info to files that I've authored in src/.

Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com>
src/t_ext4_dax_inline_corruption.c
src/t_ext4_dax_journal_corruption.c
src/t_mmap_cow_race.c
src/t_mmap_stale_pmd.c

index b52bcc0dcf601c58b021d86b79f1a85b61089e5f..e1a39a6c1e46ff3c43c26cf9a54d444567125640 100644 (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>
index fccef8f5b1f7ab392ce96fa560aeb5da5ca614f2..ba7a96e43559d1e82cb85db359ce4b488b3ecf02 100644 (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>
index 207ba4255cceef43a779f4215476ab3009e5ba04..5941fcf33e5ef5265f3a3800e5220a1f3b70030b 100644 (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>
index 6a52201c5a81b8a3103fdd210eac3b3720e0b74a..a139d8acae46c7320d16fd935c9eb4632bd3bc69 100644 (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>