Use SPDX license headers

Update and sync deb/rpm resources
This commit is contained in:
M0Rf30 2022-01-02 19:45:54 +01:00 committed by Gianluca Boiano
parent a34d18d4df
commit 3b5bac0d96
5 changed files with 15 additions and 22 deletions

View File

@ -1,19 +1,12 @@
# These rules refer: https://developer.android.com/studio/run/device.html
# SPDX-FileCopyrightText: 2022 JoesCat, M0Rf30 and contributors
#
# SPDX-License-Identifier: GPL-3.0
# These rules refer to:
# https://developer.android.com/studio/run/device.html
# and include many suggestions from Arch Linux, GitHub and other Communities.
# Latest version can be found at: https://github.com/M0Rf30/android-udev-rules
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Latest version can be found at:
# https://github.com/M0Rf30/android-udev-rules
# Skip testing for android devices if device is not add, or usb
ACTION!="add", ACTION!="bind", GOTO="android_usb_rules_end"

4
debian/changelog vendored
View File

@ -1,6 +1,6 @@
android-udev-rules (20210425-1) stable; urgency=low
android-udev-rules (20220102-1) stable; urgency=low
* Latest stable tag.
-- Builder <builder@builder.com> Sun, 25 Apr 2021 16:11:00 +0100
-- Builder <builder@builder.com> Sun, 02 Jan 2022 19:41:00 +0100

2
debian/control vendored
View File

@ -9,4 +9,4 @@ Vcs-Git: https://github.com/M0Rf30/android-udev-rules.git
Package: android-udev-rules
Architecture: any
Suggests: android-tools-adb, android-tools-fastboot
Description: udev rules to get ADB working
Description: Udev rules to connect Android devices to your linux box

2
debian/copyright vendored
View File

@ -3,7 +3,7 @@ Upstream-Name: android-udev-rules
Source: https://github.com/M0Rf30/android-udev-rules
Files: *
Copyright: 2018 Free Software Foundation, Inc. <http://fsf.org/>
Copyright: JoesCat, M0Rf30 and contributors
License: GPL-3+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
Name: android-udev-rules
Version: 20210425
Version: 20220102
Release: 1%{?dist}
Summary: Udev rules to allow communication with Android devices
Summary: Udev rules to connect Android devices to your linux box
License: GPLv3+
URL: https://github.com/M0Rf30/android-udev-rules
Source0: https://github.com/M0Rf30/android-udev-rules/raw/master/51-android.rules
@ -35,6 +35,6 @@ rm -rf %{buildroot}
%changelog
* Sun Apr 25 2021 Håkon Løvdal <kode@denkule.no> - 20210425-1
* Sun Jan 02 2022 Håkon Løvdal <kode@denkule.no> - 20220102-1
- Latest stable tag.