* [PATCH] fstests: add SPDX license comments for src/log-writes/*
@ 2018-06-26 17:07 Josef Bacik
2018-06-27 4:52 ` Eryu Guan
0 siblings, 1 reply; 2+ messages in thread
From: Josef Bacik @ 2018-06-26 17:07 UTC (permalink / raw)
To: fstests
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] fstests: add SPDX license comments for src/log-writes/*
2018-06-26 17:07 [PATCH] fstests: add SPDX license comments for src/log-writes/* Josef Bacik
@ 2018-06-27 4:52 ` Eryu Guan
0 siblings, 0 replies; 2+ messages in thread
From: Eryu Guan @ 2018-06-27 4:52 UTC (permalink / raw)
To: Josef Bacik; +Cc: fstests
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-06-27 4:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox