From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (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 6F54F21B06E63 for ; Tue, 18 Jul 2017 14:15:11 -0700 (PDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jul 2017 14:17:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,378,1496127600"; d="scan'208";a="1174111869" Received: from mdkinney-mobl1.amr.corp.intel.com ([10.24.14.249]) by fmsmga001.fm.intel.com with ESMTP; 18 Jul 2017 14:17:05 -0700 From: Michael D Kinney To: edk2-devel@lists.01.org Cc: Leif Lindholm , Andrew Fish , Jordan Justen Date: Tue, 18 Jul 2017 14:16:57 -0700 Message-Id: <20170718211701.37196-3-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.13.1.windows.2 In-Reply-To: <20170718211701.37196-1-michael.d.kinney@intel.com> References: <20170718211701.37196-1-michael.d.kinney@intel.com> Subject: [Patch 2/6] edk2: Move Tiano Contribution Agreement to root 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: Tue, 18 Jul 2017 21:15:11 -0000 https://bugzilla.tianocore.org/show_bug.cgi?id=629 Cc: Leif Lindholm Cc: Andrew Fish Cc: Jordan Justen Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael D Kinney --- AppPkg/Contributions.txt => Contributions.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename AppPkg/Contributions.txt => Contributions.txt (100%) diff --git a/AppPkg/Contributions.txt b/Contributions.txt similarity index 100% rename from AppPkg/Contributions.txt rename to Contributions.txt -- 2.13.1.windows.2