Skip to content

Commit

Permalink
reuse: Put SPDX after XML declaration
Browse files Browse the repository at this point in the history
A valid XML should start with the declaration and only then comments
are allowed.
  • Loading branch information
mz-pdm committed Oct 14, 2022
1 parent 3f3a757 commit 00d2f80
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions static/usr/share/vdsm/autounattend/Autounattend.xml.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<!--
SPDX-FileCopyrightText: Red Hat, Inc.
SPDX-License-Identifier: GPL-2.0-or-later
-->

<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: Red Hat, Inc.
SPDX-License-Identifier: GPL-2.0-or-later
-->
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">
<component name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
Expand Down

0 comments on commit 00d2f80

Please sign in to comment.