fstests: add SPDX license comments for src/log-writes/*
authorJosef Bacik <josef@toxicpanda.com>
Tue, 26 Jun 2018 17:07:58 +0000 (13:07 -0400)
committerEryu Guan <guaneryu@gmail.com>
Sun, 1 Jul 2018 12:35:27 +0000 (20:35 +0800)
I apparently never bothered to put copyright or license info with this
code, just tag it as GPL 2 and I'll fix the upstream stuff as well.

Signed-off-by: Josef Bacik <josef@toxicpanda.com>
src/log-writes/log-writes.c
src/log-writes/log-writes.h
src/log-writes/replay-log.c

index 5dc22c244cea986a87b65bedff7adfdb24f9ce1b..aa53473974d9e85d4a12a193ba492d6e0e74108c 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 #include <linux/fs.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <linux/fs.h>
 #include <sys/types.h>
 #include <sys/stat.h>
index 75fb8ac0bf7917a2cc1c4374d4801785a4ac37f3..b9f571ac3b2384ba1df019f4c04a061d218cb30a 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 #ifndef _LOG_WRITES_H_
 #define _LOG_WRITES_H_
 
 #ifndef _LOG_WRITES_H_
 #define _LOG_WRITES_H_
 
index 8457937578d5116a20855d0c75c6ef0a3af31f01..c16df40e5741ce7d5222a1d26461ea8887ef66e3 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 #include <stdio.h>
 #include <unistd.h>
 #include <getopt.h>
 #include <stdio.h>
 #include <unistd.h>
 #include <getopt.h>