Skip to content

Commit be39928

Browse files
committed
Review: Add missing header
1 parent fb53440 commit be39928

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed
Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
1+
<!--
2+
~ Software Name: OUDS Android
3+
~ SPDX-FileCopyrightText: Copyright (c) Orange SA
4+
~ SPDX-License-Identifier: MIT
5+
~
6+
~ This software is distributed under the MIT license,
7+
~ the text of which is available at https://opensource.org/license/MIT/
8+
~ or see the "LICENSE" file for more details.
9+
~
10+
~ Software description: Android library of reusable graphical components
11+
-->
12+
113
<vector xmlns:android="http://schemas.android.com/apk/res/android"
214
android:width="10dp"
315
android:height="10dp"
416
android:viewportWidth="10"
517
android:viewportHeight="10">
6-
<path
7-
android:pathData="M5,5m-5,0a5,5 0,1 1,10 0a5,5 0,1 1,-10 0"
8-
android:fillColor="#000000"/>
18+
<path
19+
android:pathData="M5,5m-5,0a5,5 0,1 1,10 0a5,5 0,1 1,-10 0"
20+
android:fillColor="#000000" />
921
</vector>

0 commit comments

Comments
 (0)