From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 3AFFB21E2DA68 for ; Tue, 15 Aug 2017 18:31:09 -0700 (PDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP; 15 Aug 2017 18:33:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,380,1498546800"; d="scan'208";a="1183175667" Received: from orsmsx107.amr.corp.intel.com ([10.22.240.5]) by fmsmga001.fm.intel.com with ESMTP; 15 Aug 2017 18:33:34 -0700 Received: from orsmsx151.amr.corp.intel.com (10.22.226.38) by ORSMSX107.amr.corp.intel.com (10.22.240.5) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 15 Aug 2017 18:33:33 -0700 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.211]) by ORSMSX151.amr.corp.intel.com ([169.254.7.227]) with mapi id 14.03.0319.002; Tue, 15 Aug 2017 18:33:33 -0700 From: "Kinney, Michael D" To: "Zeng, Star" , "edk2-devel@lists.01.org" , "Kinney, Michael D" Thread-Topic: [PATCH V2] edk2: Fix typo in Contributions.txt Thread-Index: AQHTFi1yGA6GZputpUywMe5cJXuTYaKGMtKA Date: Wed, 16 Aug 2017 01:33:33 +0000 Message-ID: References: <1502846247-20800-1-git-send-email-star.zeng@intel.com> In-Reply-To: <1502846247-20800-1-git-send-email-star.zeng@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [10.22.254.138] MIME-Version: 1.0 Subject: Re: [PATCH V2] edk2: Fix typo in Contributions.txt X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Aug 2017 01:31:09 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael D Kinney > -----Original Message----- > From: Zeng, Star > Sent: Tuesday, August 15, 2017 6:17 PM > To: edk2-devel@lists.01.org > Cc: Zeng, Star ; Kinney, Michael D > > Subject: [PATCH V2] edk2: Fix typo in Contributions.txt >=20 > V2: Use "license" instead of "BSD License" >=20 > V1: Use "FreeBSD" instead of "BSD" >=20 > Cc: Michael D Kinney > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Star Zeng > --- > Contributions.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/Contributions.txt b/Contributions.txt > index bd2f11f407fa..f34626912a44 100644 > --- a/Contributions.txt > +++ b/Contributions.txt > @@ -119,7 +119,7 @@ or when applicable, in the associated > License.txt file. >=20 > Unless otherwise indicated, all Documentation made available on > the > TianoCore site is provided to you under the terms and > conditions of the > -FreeBSD Documentation License ("FreeBSD"). A copy of the BSD > License is > +FreeBSD Documentation License ("FreeBSD"). A copy of the > license is > available at https://www.freebsd.org/copyright/freebsd-doc- > license.html or, > when applicable, in the associated License.txt file. >=20 > -- > 2.7.0.windows.1