From patchwork Tue Jun 26 17:07:58 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Josef Bacik X-Patchwork-Id: 10489701 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id E7ECD60386 for ; Tue, 26 Jun 2018 17:08:06 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D1F85203B9 for ; Tue, 26 Jun 2018 17:08:06 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C64352621D; Tue, 26 Jun 2018 17:08:06 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 59690203B9 for ; Tue, 26 Jun 2018 17:08:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753012AbeFZRIC (ORCPT ); Tue, 26 Jun 2018 13:08:02 -0400 Received: from mail-qt0-f170.google.com ([209.85.216.170]:33522 "EHLO mail-qt0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752608AbeFZRIB (ORCPT ); Tue, 26 Jun 2018 13:08:01 -0400 Received: by mail-qt0-f170.google.com with SMTP id l10-v6so15837567qtj.0 for ; Tue, 26 Jun 2018 10:08:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=toxicpanda-com.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id; bh=ph+lyTnSQ3v/TkECnYMDzxUhZChXIsSpn+PDGX+0VV4=; b=wDF3Nst+j00aLNJRlaUlqeJmBJd6vzLh+4wTwiZ1r25gE6AQvtDK3tdOrxJblL2uUl k6i7Fo1DVdAYCMBNXWGR0p01yD1oevuA/a2n8EjsGQbSZLmQpJ6BVYz+xg6Y1UsLYy4V H6gXTpPaj9pfjlMctaCibyiho3QLIbVlMLrbG1H3+rgAW2GHIAN/M1M0wfRuJNJZifrl +aH1FIh/45dzEsXgv+msx0pLqd10wk5qidm8p5DDDK3nOHf7RTRrMMj2JXlo3fZyxaip 2BDSDo/WgWa2jNVX1URSyLAXdrULHWiTe6SqukzE2Y+9YrLFId+GevHKoIJwc8CCQH5Y VJ2A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=ph+lyTnSQ3v/TkECnYMDzxUhZChXIsSpn+PDGX+0VV4=; b=bvfh9oQrk1i+c/qFqXFULSlRLk8WP4cUIDvRN2R4mqDsbdeApy983IIT0d9HTq9hdr G3IQkuuoMbwkDVSWczLaHN9+Wjhxieg0pTUSX/JOMnjPQnIs8OHLJPGJXNuP6RusA3Bc NsJfkC0X7v0660Qjcc6fYRJY2I7z0kkAdTuYvfXM9h7wxHbmIdz8GO8e3rBKhXkjxnAD S+D5j9wWGok13wyrlEz+RKpJbD9k7sYaXaiqgl5xKEzTdjf/ps3Flxkm53IGOQ8ObEo2 Kcf2SvRTXU1jzVGa1LzRRgX/4RDQyaNGBy9506ihb93UHTMrGFMACJ2eCIAnqIqtsLNW k8hA== X-Gm-Message-State: APt69E1aTYG2Qe9RVIh5OFJsUpTMeP6tc4tRJp1Q5iwlnu0XKJU57liL 3x81JYR0DBeOA5vmGiiCXacqvG6A X-Google-Smtp-Source: AAOMgpf1EPYT39rJkDxAFDSXwp8AVrle/zIXnQodJvkzmQXwGrxMEmvw8e4EKDsy4W1H/SEd6Mb3tg== X-Received: by 2002:ac8:51d2:: with SMTP id d18-v6mr2219491qtn.80.1530032880093; Tue, 26 Jun 2018 10:08:00 -0700 (PDT) Received: from localhost ([107.15.81.208]) by smtp.gmail.com with ESMTPSA id q5-v6sm909527qtq.66.2018.06.26.10.07.59 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 26 Jun 2018 10:07:59 -0700 (PDT) From: Josef Bacik 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 Message-Id: <20180626170758.3348-1-josef@toxicpanda.com> X-Mailer: git-send-email 2.14.3 Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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 --- 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 #include #include 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 #include #include