mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-21 12:35:30 +03:00
SPDX headers added
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
c005d93f8c
commit
3c4c3bbdad
4 changed files with 7 additions and 2 deletions
|
@ -21,4 +21,4 @@ android:viewportHeight="24">
|
||||||
android:fillColor="#ffffff"
|
android:fillColor="#ffffff"
|
||||||
android:fillType="nonZero"
|
android:fillType="nonZero"
|
||||||
android:pathData="M16.661,6.007L7.339,6.007C6.606,6.007 6.007,6.606 6.007,7.339L6.007,16.661C6.007,17.394 6.606,17.993 7.339,17.993L16.661,17.993C17.394,17.993 17.993,17.394 17.993,16.661L17.993,7.339C17.993,6.606 17.394,6.007 16.661,6.007ZM13.332,15.329L8.671,15.329L8.671,13.998L13.332,13.998L13.332,15.329ZM15.329,12.666L8.671,12.666L8.671,11.334L15.329,11.334L15.329,12.666ZM15.329,10.002L8.671,10.002L8.671,8.671L15.329,8.671L15.329,10.002Z" />
|
android:pathData="M16.661,6.007L7.339,6.007C6.606,6.007 6.007,6.606 6.007,7.339L6.007,16.661C6.007,17.394 6.606,17.993 7.339,17.993L16.661,17.993C17.394,17.993 17.993,17.394 17.993,16.661L17.993,7.339C17.993,6.606 17.394,6.007 16.661,6.007ZM13.332,15.329L8.671,15.329L8.671,13.998L13.332,13.998L13.332,15.329ZM15.329,12.666L8.671,12.666L8.671,11.334L15.329,11.334L15.329,12.666ZM15.329,10.002L8.671,10.002L8.671,8.671L15.329,8.671L15.329,10.002Z" />
|
||||||
</vector>
|
</vector>
|
||||||
|
|
|
@ -21,4 +21,4 @@ android:viewportHeight="24">
|
||||||
android:fillColor="#ffffff"
|
android:fillColor="#ffffff"
|
||||||
android:fillType="nonZero"
|
android:fillType="nonZero"
|
||||||
android:pathData="M16.661,6.007L7.339,6.007C6.606,6.007 6.007,6.606 6.007,7.339L6.007,16.661C6.007,17.394 6.606,17.993 7.339,17.993L16.661,17.993C17.394,17.993 17.993,17.394 17.993,16.661L17.993,7.339C17.993,6.606 17.394,6.007 16.661,6.007ZM13.332,15.329L8.671,15.329L8.671,13.998L13.332,13.998L13.332,15.329ZM15.329,12.666L8.671,12.666L8.671,11.334L15.329,11.334L15.329,12.666ZM15.329,10.002L8.671,10.002L8.671,8.671L15.329,8.671L15.329,10.002Z" />
|
android:pathData="M16.661,6.007L7.339,6.007C6.606,6.007 6.007,6.606 6.007,7.339L6.007,16.661C6.007,17.394 6.606,17.993 7.339,17.993L16.661,17.993C17.394,17.993 17.993,17.394 17.993,16.661L17.993,7.339C17.993,6.606 17.394,6.007 16.661,6.007ZM13.332,15.329L8.671,15.329L8.671,13.998L13.332,13.998L13.332,15.329ZM15.329,12.666L8.671,12.666L8.671,11.334L15.329,11.334L15.329,12.666ZM15.329,10.002L8.671,10.002L8.671,8.671L15.329,8.671L15.329,10.002Z" />
|
||||||
</vector>
|
</vector>
|
||||||
|
|
2
fastlane/Appfile.license
Normal file
2
fastlane/Appfile.license
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# SPDX-FileCopyrightText: 2018-2024 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
@ -1,3 +1,6 @@
|
||||||
|
# SPDX-FileCopyrightText: 2018-2024 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
# This is the minimum version number required.
|
# This is the minimum version number required.
|
||||||
fastlane_version "2.58.0"
|
fastlane_version "2.58.0"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue