summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeepak Pandey <Deepak.Pandey@arm.com>2019-07-15 15:07:19 +0530
committerDeepak Pandey <Deepak.Pandey@arm.com>2019-07-16 19:08:55 +0530
commit1570fff5c0cdb72ca3c75755752fee1ac250c8fe (patch)
treef1bee1a87e418efa86047f0b1c0b35e7553b464b
parent0e761cf407febc8b8238a42b1bb89a08edc77c88 (diff)
MdePkg: Replace BSD License with BSD+Patent LicenseN1SDP-ALPHA2-CCIX-19.07N1SDP-2019.09.13
https://bugzilla.tianocore.org/show_bug.cgi?id=1373 Replace BSD 2-Clause License with BSD+Patent License. This change is based on the following emails: https://lists.01.org/pipermail/edk2-devel/2019-February/036260.html https://lists.01.org/pipermail/edk2-devel/2018-October/030385.html RFCs with detailed process for the license change: V3: https://lists.01.org/pipermail/edk2-devel/2019-March/038116.html V2: https://lists.01.org/pipermail/edk2-devel/2019-March/037669.html V1: https://lists.01.org/pipermail/edk2-devel/2019-March/037500.html Change-Id: I2b3be7e906d9314a461f4a04a5234da3e7b7fafa Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Deepak Pandey <Deepak.Pandey@arm.com>
-rw-r--r--MdePkg/Include/Library/CcixPlatformLib.h18
-rw-r--r--MdePkg/Include/Protocol/CcixConfiguration.h18
-rw-r--r--MdePkg/Include/Protocol/CcixIo.h18
-rw-r--r--MdePkg/Include/Protocol/CcixPlatform.h19
4 files changed, 21 insertions, 52 deletions
diff --git a/MdePkg/Include/Library/CcixPlatformLib.h b/MdePkg/Include/Library/CcixPlatformLib.h
index 74469521e7..f82a880f5d 100644
--- a/MdePkg/Include/Library/CcixPlatformLib.h
+++ b/MdePkg/Include/Library/CcixPlatformLib.h
@@ -1,17 +1,9 @@
/** @file
-*
-* Ccix Platform Library for ARM SGI platform
-*
-* Copyright (c) 2018, Arm Limited. All rights reserved.
-*
-* This program and the accompanying materials are licensed and made available
-* under the terms and conditions of the BSD License which accompanies this
-* distribution. The full text of the license may be found at
-* http://opensource.org/licenses/bsd-license.php
-*
-* THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-* WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-*
+
+ Copyright (c) 2019, Arm Limited. All rights reserved.
+
+ SPDX-License-Identifier: BSD-2-Clause-Patent
+
**/
#include <Protocol/CcixConfiguration.h>
diff --git a/MdePkg/Include/Protocol/CcixConfiguration.h b/MdePkg/Include/Protocol/CcixConfiguration.h
index e205d226ac..8ec84f3c4e 100644
--- a/MdePkg/Include/Protocol/CcixConfiguration.h
+++ b/MdePkg/Include/Protocol/CcixConfiguration.h
@@ -1,17 +1,9 @@
/** @file
-*
-* Ccix Connfiguration Library consumed by CcixDxe driver.
-*
-* Copyright (c) 2018, Arm Limited. All rights reserved.
-*
-* This program and the accompanying materials are licensed and made available
-* under the terms and conditions of the BSD License which accompanies this
-* distribution. The full text of the license may be found at
-* http://opensource.org/licenses/bsd-license.php
-*
-* THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-* WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-*
+
+ Copyright (c) 2019, Arm Limited. All rights reserved.
+
+ SPDX-License-Identifier: BSD-2-Clause-Patent
+
**/
#ifndef __CCIX_CONFIGURATION_H__
diff --git a/MdePkg/Include/Protocol/CcixIo.h b/MdePkg/Include/Protocol/CcixIo.h
index e976bf2f87..bb0f2043da 100644
--- a/MdePkg/Include/Protocol/CcixIo.h
+++ b/MdePkg/Include/Protocol/CcixIo.h
@@ -1,17 +1,9 @@
/** @file
-*
-* CCIX_IO_PROTOCOL as specified by CCIX SW Spec 0.91 (Draft)
-*
-* Copyright (c) 2019, Linaro Limited. All rights reserved.
-*
-* This program and the accompanying materials are licensed and made available
-* under the terms and conditions of the BSD License which accompanies this
-* distribution. The full text of the license may be found at
-* http://opensource.org/licenses/bsd-license.php
-*
-* THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-* WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-*
+
+ Copyright (c) 2019, Linaro Limited. All rights reserved.
+
+ SPDX-License-Identifier: BSD-2-Clause-Patent
+
**/
#ifndef __CCIX_IO_H__
diff --git a/MdePkg/Include/Protocol/CcixPlatform.h b/MdePkg/Include/Protocol/CcixPlatform.h
index 52f7a35a02..b8892bb12c 100644
--- a/MdePkg/Include/Protocol/CcixPlatform.h
+++ b/MdePkg/Include/Protocol/CcixPlatform.h
@@ -1,17 +1,10 @@
/** @file
-*
-* CCIX_PLATFORM_PROTOCOL as specified by CCIX SW Spec 0.91 (Draft)
-*
-* Copyright (c) 2019, Linaro Limited. All rights reserved.
-*
-* This program and the accompanying materials are licensed and made available
-* under the terms and conditions of the BSD License which accompanies this
-* distribution. The full text of the license may be found at
-* http://opensource.org/licenses/bsd-license.php
-*
-* THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-* WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-*
+
+ Copyright (c) 2019, Linaro Limited. All rights reserved.
+ Copyright (c) 2019, Arm Limited. All rights reserved.
+
+ SPDX-License-Identifier: BSD-2-Clause-Patent
+
**/
#ifndef __CCIX_PLATFORM_H__