]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Include/Protocol/EmbeddedDevice.h
EmbeddedPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmbeddedPkg / Include / Protocol / EmbeddedDevice.h
index c41e5b41a6a2785122e880703cc086fcec95ddbc..b84f55bc8a136af0794f6eb6a0ef420d38af827f 100644 (file)
@@ -1,28 +1,22 @@
 /** @file\r
   Deal with devices that just exist in memory space.\r
-  \r
+\r
   To follow the EFI driver model you need a root handle to start with. An\r
-  EFI driver will have a driver binding protocol (Supported, Start, Stop) \r
-  that is used to layer on top of a handle via a gBS->ConnectController. \r
+  EFI driver will have a driver binding protocol (Supported, Start, Stop)\r
+  that is used to layer on top of a handle via a gBS->ConnectController.\r
   The first handle has to just be in the system to make that work. For\r
-  PCI it is a PCI Root Bridge IO protocol that provides the root. \r
-  \r
-  On an embedded system with MMIO device we need a handle to just \r
-  show up. That handle will have this protocol and a device path \r
-  protocol on it. \r
-  \r
+  PCI it is a PCI Root Bridge IO protocol that provides the root.\r
+\r
+  On an embedded system with MMIO device we need a handle to just\r
+  show up. That handle will have this protocol and a device path\r
+  protocol on it.\r
+\r
   For an ethernet device the device path must contain a MAC address device path\r
   node.\r
 \r
   Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
 \r
-  This program and the accompanying materials\r
-  are licensed and made available under the terms and conditions of the BSD License\r
-  which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r