From: Eryu Guan <guaneryu@gmail.com>
To: Josef Bacik <josef@toxicpanda.com>
Cc: fstests@vger.kernel.org
Subject: Re: [PATCH] fstests: add SPDX license comments for src/log-writes/*
Date: Wed, 27 Jun 2018 12:52:01 +0800 [thread overview]
Message-ID: <20180627045201.GQ2780@desktop> (raw)
In-Reply-To: <20180626170758.3348-1-josef@toxicpanda.com>
On Tue, Jun 26, 2018 at 01:07:58PM -0400, Josef Bacik wrote:
> 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>
Thanks for completing the license!
Eryu
> ---
> 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
>
> --
> To unsubscribe from this list: send the line "unsubscribe fstests" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
prev parent reply other threads:[~2018-06-27 4:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-26 17:07 [PATCH] fstests: add SPDX license comments for src/log-writes/* Josef Bacik
2018-06-27 4:52 ` Eryu Guan [this message]
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=20180627045201.GQ2780@desktop \
--to=guaneryu@gmail.com \
--cc=fstests@vger.kernel.org \
--cc=josef@toxicpanda.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.