Skip to content

Commit 0ea6cee

Browse files
committed
global: add missing xml copyright and opening tag
Signed-off-by: Jason A. Donenfeld <[email protected]>
1 parent 0295abd commit 0ea6cee

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+234
-56
lines changed

ui/src/googleplay/AndroidManifest.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?><!--
2+
~ Copyright © 2017-2025 WireGuard LLC. All Rights Reserved.
3+
~ SPDX-License-Identifier: Apache-2.0
4+
-->
25
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
36
xmlns:tools="http://schemas.android.com/tools">
47

ui/src/main/AndroidManifest.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?><!--
2+
~ Copyright © 2017-2025 WireGuard LLC. All Rights Reserved.
3+
~ SPDX-License-Identifier: Apache-2.0
4+
-->
25
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
36
xmlns:tools="http://schemas.android.com/tools"
47
android:installLocation="internalOnly">

ui/src/main/res/anim/scale_down.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?><!--
2+
~ Copyright © 2017-2025 WireGuard LLC. All Rights Reserved.
3+
~ SPDX-License-Identifier: Apache-2.0
4+
-->
25
<set xmlns:android="http://schemas.android.com/apk/res/android">
36
<scale
47
android:duration="300"

ui/src/main/res/anim/scale_up.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?><!--
2+
~ Copyright © 2017-2025 WireGuard LLC. All Rights Reserved.
3+
~ SPDX-License-Identifier: Apache-2.0
4+
-->
25
<set xmlns:android="http://schemas.android.com/apk/res/android">
36
<scale
47
android:duration="300"

ui/src/main/res/color/tv_list_item_tint.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?><!--
2+
~ Copyright © 2017-2025 WireGuard LLC. All Rights Reserved.
3+
~ SPDX-License-Identifier: Apache-2.0
4+
-->
25
<selector xmlns:android="http://schemas.android.com/apk/res/android"
36
xmlns:app="http://schemas.android.com/apk/res-auto">
47
<item app:state_isUp="true" app:state_isDeleting="false" android:color="?attr/colorPrimaryInverse" />

ui/src/main/res/drawable/ic_action_add_white.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<?xml version="1.0" encoding="utf-8"?><!--
2+
~ Copyright © 2017-2025 WireGuard LLC. All Rights Reserved.
3+
~ SPDX-License-Identifier: Apache-2.0
4+
-->
15
<vector xmlns:android="http://schemas.android.com/apk/res/android"
26
android:width="24dp"
37
android:height="24dp"

ui/src/main/res/drawable/ic_action_delete.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<?xml version="1.0" encoding="utf-8"?><!--
2+
~ Copyright © 2017-2025 WireGuard LLC. All Rights Reserved.
3+
~ SPDX-License-Identifier: Apache-2.0
4+
-->
15
<vector xmlns:android="http://schemas.android.com/apk/res/android"
26
android:width="24dp"
37
android:height="24dp"

ui/src/main/res/drawable/ic_action_edit.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<?xml version="1.0" encoding="utf-8"?><!--
2+
~ Copyright © 2017-2025 WireGuard LLC. All Rights Reserved.
3+
~ SPDX-License-Identifier: Apache-2.0
4+
-->
15
<vector xmlns:android="http://schemas.android.com/apk/res/android"
26
android:width="24dp"
37
android:height="24dp"

ui/src/main/res/drawable/ic_action_generate.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<?xml version="1.0" encoding="utf-8"?><!--
2+
~ Copyright © 2017-2025 WireGuard LLC. All Rights Reserved.
3+
~ SPDX-License-Identifier: Apache-2.0
4+
-->
15
<vector xmlns:android="http://schemas.android.com/apk/res/android"
26
android:width="24dp"
37
android:height="24dp"

ui/src/main/res/drawable/ic_action_open.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<?xml version="1.0" encoding="utf-8"?><!--
2+
~ Copyright © 2017-2025 WireGuard LLC. All Rights Reserved.
3+
~ SPDX-License-Identifier: Apache-2.0
4+
-->
15
<vector xmlns:android="http://schemas.android.com/apk/res/android"
26
android:width="24dp"
37
android:height="24dp"

0 commit comments

Comments
 (0)