mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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:
@@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: GPL-2.0
|
||||
#include <linux/fs.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: GPL-2.0
|
||||
#ifndef _LOG_WRITES_H_
|
||||
#define _LOG_WRITES_H_
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: GPL-2.0
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <getopt.h>
|
||||
|
||||
Reference in New Issue
Block a user