public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
From: Josef Bacik <josef@toxicpanda.com>
To: fstests@vger.kernel.org
Subject: [PATCH] fstests: add SPDX license comments for src/log-writes/*
Date: Tue, 26 Jun 2018 13:07:58 -0400	[thread overview]
Message-ID: <20180626170758.3348-1-josef@toxicpanda.com> (raw)

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 | 1 +
 src/log-writes/log-writes.h | 1 +
 src/log-writes/replay-log.c | 1 +
 3 files changed, 3 insertions(+)

diff --git a/src/log-writes/log-writes.c b/src/log-writes/log-writes.c
index 5dc22c244cea..aa53473974d9 100644
--- a/src/log-writes/log-writes.c
+++ b/src/log-writes/log-writes.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 #include <linux/fs.h>
 #include <sys/types.h>
 #include <sys/stat.h>
diff --git a/src/log-writes/log-writes.h b/src/log-writes/log-writes.h
index 75fb8ac0bf79..b9f571ac3b23 100644
--- a/src/log-writes/log-writes.h
+++ b/src/log-writes/log-writes.h
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 #ifndef _LOG_WRITES_H_
 #define _LOG_WRITES_H_
 
diff --git a/src/log-writes/replay-log.c b/src/log-writes/replay-log.c
index 8457937578d5..c16df40e5741 100644
--- a/src/log-writes/replay-log.c
+++ b/src/log-writes/replay-log.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 #include <stdio.h>
 #include <unistd.h>
 #include <getopt.h>
-- 
2.14.3


             reply	other threads:[~2018-06-26 17:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-26 17:07 Josef Bacik [this message]
2018-06-27  4:52 ` [PATCH] fstests: add SPDX license comments for src/log-writes/* Eryu Guan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180626170758.3348-1-josef@toxicpanda.com \
    --to=josef@toxicpanda.com \
    --cc=fstests@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox