From: Josef Bacik Date: Tue, 26 Jun 2018 17:07:58 +0000 (-0400) Subject: fstests: add SPDX license comments for src/log-writes/* X-Git-Tag: v2022.05.01~1479 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=a0f89557ca46eb47d2978cf500e577acad4092a8 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 --- diff --git a/src/log-writes/log-writes.c b/src/log-writes/log-writes.c index 5dc22c24..aa534739 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 #include #include diff --git a/src/log-writes/log-writes.h b/src/log-writes/log-writes.h index 75fb8ac0..b9f571ac 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 84579375..c16df40e 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 #include #include