From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.24, mailfrom: michael.d.kinney@intel.com) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by groups.io with SMTP; Fri, 12 Apr 2019 15:50:44 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Apr 2019 15:50:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,343,1549958400"; d="scan'208";a="336658304" Received: from unknown (HELO mdkinney-MOBL2.amr.corp.intel.com) ([10.241.98.74]) by fmsmga006.fm.intel.com with ESMTP; 12 Apr 2019 15:50:42 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Andrew Fish , Laszlo Ersek , Leif Lindholm Subject: [Wiki Patch 0/2] Change preferred license of EDK II to BSD+Patent Date: Fri, 12 Apr 2019 15:50:38 -0700 Message-Id: <20190412225040.17628-1-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.21.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit https://bugzilla.tianocore.org/show_bug.cgi?id=1656 * Change preferred license of EDK II to BSD+Patent * Remove references to the TianoCore Contributor's Agreement * Remove use of Contributed-under tags Cc: Andrew Fish Cc: Laszlo Ersek Cc: Leif Lindholm Signed-off-by: Michael D Kinney Michael D Kinney (2): Remove Contributed-under tags Change preferred license of EDK II to BSD+Patent BSD-License.md | 2 +- BSD-Patent-License.md | 18 ++++++++++++++++++ Code-Contributions.mediawiki | 4 +--- Commit-Message-Format.md | 3 --- Commit-Signature-Format.md | 1 - EDK-II.md | 2 +- Edk2-buildtools.mediawiki | 2 +- ...de-for-edk2-contributors-and-maintainers.md | 3 +-- Legalese.md | 9 +++++---- OVMF-FAQ.md | 11 +++-------- _Footer.md | 2 +- 11 files changed, 32 insertions(+), 25 deletions(-) create mode 100644 BSD-Patent-License.md -- 2.21.0.windows.1