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: https://www.infradead.org/git/?a=commitdiff_plain;h=a0f89557ca46eb47d2978cf500e577acad4092a8;p=users%2Fhch%2Fxfstests-dev.git 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 5dc22c244..aa5347397 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 75fb8ac0b..b9f571ac3 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 845793757..c16df40e5 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