mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-02 13:44:00 +00:00
Many of the license and Intel copyright headers include the "All rights reserved" string. It is not relevant in the context of the BSD-3-Clause license that the code is released under. This patch removes those strings throughout the code (hypervisor, devicemodel and misc). Tracked-On: #7254 Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
18 lines
489 B
XML
18 lines
489 B
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
|
|
<!-- Copyright (C) 2021 Intel Corporation. -->
|
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
|
|
|
<acrn-offline-data
|
|
xmlns:xi="http://www.w3.org/2003/XInclude">
|
|
<board-data>
|
|
<xi:include href="{BOARD_FILE}" parse="xml" />
|
|
</board-data>
|
|
<config-data>
|
|
<xi:include href="{SCENARIO_FILE}" parse="xml" />
|
|
</config-data>
|
|
<allocation-data>
|
|
<xi:include href="{ALLOCATION_FILE}" parse="xml" />
|
|
</allocation-data>
|
|
</acrn-offline-data>
|