acrn-hypervisor/hypervisor/scripts/makefile/unified.xml.in
Geoffroy Van Cutsem 8b16be9185 Remove "All rights reserved" string headers
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>
2022-04-06 13:21:02 +08:00

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>