From 3b5bac0d96c171f979eabc12cf9580d435f553f1 Mon Sep 17 00:00:00 2001 From: M0Rf30 Date: Sun, 2 Jan 2022 19:45:54 +0100 Subject: [PATCH] Use SPDX license headers Update and sync deb/rpm resources --- 51-android.rules | 23 ++++++++--------------- debian/changelog | 4 ++-- debian/control | 2 +- debian/copyright | 2 +- rpm/android-udev-rules.spec | 6 +++--- 5 files changed, 15 insertions(+), 22 deletions(-) diff --git a/51-android.rules b/51-android.rules index f1d7973..51c4564 100644 --- a/51-android.rules +++ b/51-android.rules @@ -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 . +# 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" diff --git a/debian/changelog b/debian/changelog index 98f777e..56575c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -android-udev-rules (20210425-1) stable; urgency=low +android-udev-rules (20220102-1) stable; urgency=low * Latest stable tag. - -- Builder Sun, 25 Apr 2021 16:11:00 +0100 + -- Builder Sun, 02 Jan 2022 19:41:00 +0100 diff --git a/debian/control b/debian/control index 08f50a8..592e589 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/copyright b/debian/copyright index dbbfc31..be3bc31 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,7 +3,7 @@ Upstream-Name: android-udev-rules Source: https://github.com/M0Rf30/android-udev-rules Files: * -Copyright: 2018 Free Software Foundation, Inc. +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 diff --git a/rpm/android-udev-rules.spec b/rpm/android-udev-rules.spec index 80e80cb..31872e9 100644 --- a/rpm/android-udev-rules.spec +++ b/rpm/android-udev-rules.spec @@ -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 - 20210425-1 +* Sun Jan 02 2022 Håkon Løvdal - 20220102-1 - Latest stable tag.