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 7F5BE21D1824C for ; Mon, 14 Aug 2017 06:51:22 -0700 (PDT) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP; 14 Aug 2017 06:53:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,373,1498546800"; d="scan'208";a="1205486844" Received: from lzeng14-mobl2.ccr.corp.intel.com ([10.255.28.51]) by fmsmga002.fm.intel.com with ESMTP; 14 Aug 2017 06:53:44 -0700 From: Star Zeng To: edk2-devel@lists.01.org Cc: Star Zeng , Michael D Kinney Date: Mon, 14 Aug 2017 21:53:42 +0800 Message-Id: <20170814135342.14712-1-star.zeng@intel.com> X-Mailer: git-send-email 2.13.3.windows.1 Subject: [PATCH] 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: Mon, 14 Aug 2017 13:51:22 -0000 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(-) diff --git a/Contributions.txt b/Contributions.txt index bd2f11f407fa..3c2dc1cf86a3 100644 --- a/Contributions.txt +++ b/Contributions.txt @@ -119,7 +119,7 @@ or when applicable, in the associated License.txt file. 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 FreeBSD License is available at https://www.freebsd.org/copyright/freebsd-doc-license.html or, when applicable, in the associated License.txt file. -- 2.13.3.windows.1