From patchwork Tue Jul 10 22:09:41 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Zwisler X-Patchwork-Id: 942261 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-ext4-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=linux.intel.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 41QGZz01Mrz9s2L for ; Wed, 11 Jul 2018 08:09:47 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732310AbeGJWKw (ORCPT ); Tue, 10 Jul 2018 18:10:52 -0400 Received: from mga03.intel.com ([134.134.136.65]:20996 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732237AbeGJWKv (ORCPT ); Tue, 10 Jul 2018 18:10:51 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jul 2018 15:09:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,335,1526367600"; d="scan'208";a="239344091" Received: from theros.lm.intel.com ([10.232.112.164]) by orsmga005.jf.intel.com with ESMTP; 10 Jul 2018 15:09:44 -0700 From: Ross Zwisler To: Eryu Guan , fstests@vger.kernel.org, Dave Chinner Cc: Ross Zwisler , Jan Kara , Dan Williams , Christoph Hellwig , linux-nvdimm@lists.01.org, linux-ext4@vger.kernel.org Subject: [fstests PATCH v2 1/2] src/: add license and copyright info to files Date: Tue, 10 Jul 2018 16:09:41 -0600 Message-Id: <20180710220942.21074-2-ross.zwisler@linux.intel.com> X-Mailer: git-send-email 2.14.4 In-Reply-To: <20180710220942.21074-1-ross.zwisler@linux.intel.com> References: <20180710220942.21074-1-ross.zwisler@linux.intel.com> Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org Add copyright and license info to files that I've authored in src/. Signed-off-by: Ross Zwisler --- src/t_ext4_dax_inline_corruption.c | 2 ++ src/t_ext4_dax_journal_corruption.c | 2 ++ src/t_mmap_cow_race.c | 2 ++ src/t_mmap_stale_pmd.c | 2 ++ 4 files changed, 8 insertions(+) diff --git a/src/t_ext4_dax_inline_corruption.c b/src/t_ext4_dax_inline_corruption.c index b52bcc0d..e1a39a6c 100644 --- a/src/t_ext4_dax_inline_corruption.c +++ b/src/t_ext4_dax_inline_corruption.c @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: GPL-2.0 +/* Copyright (c) 2018 Intel Corporation. */ #include #include #include diff --git a/src/t_ext4_dax_journal_corruption.c b/src/t_ext4_dax_journal_corruption.c index fccef8f5..ba7a96e4 100644 --- a/src/t_ext4_dax_journal_corruption.c +++ b/src/t_ext4_dax_journal_corruption.c @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: GPL-2.0 +/* Copyright (c) 2018 Intel Corporation. */ #include #include #include diff --git a/src/t_mmap_cow_race.c b/src/t_mmap_cow_race.c index 207ba425..5941fcf3 100644 --- a/src/t_mmap_cow_race.c +++ b/src/t_mmap_cow_race.c @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: GPL-2.0 +/* Copyright (c) 2017 Intel Corporation. */ #include #include #include diff --git a/src/t_mmap_stale_pmd.c b/src/t_mmap_stale_pmd.c index 6a52201c..a139d8ac 100644 --- a/src/t_mmap_stale_pmd.c +++ b/src/t_mmap_stale_pmd.c @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: GPL-2.0 +/* Copyright (c) 2017 Intel Corporation. */ #include #include #include