fstests: add SPDX license comments for src/log-writes/*

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>
This commit is contained in:
Josef Bacik
2018-06-26 13:07:58 -04:00
committed by Eryu Guan
parent e04c7b7e30
commit a0f89557ca
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include <linux/fs.h>
#include <sys/types.h>
#include <sys/stat.h>
+1
View File
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef _LOG_WRITES_H_
#define _LOG_WRITES_H_
+1
View File
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#include <stdio.h>
#include <unistd.h>
#include <getopt.h>