LineageParts: Make REUSE compliant
* Note: gradle stuff is just there locally
Test: pipx run reuse lint
Change-Id: Ic41c6ceff2ce0e7ac817ad9f33801f28f8727135
diff --git a/proguard.flags b/proguard.flags
index 9de6495..cfbdae3 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2016 The CyanogenMod Project
+# SPDX-FileCopyrightText: 2017-2020 The LineageOS Project
+# SPDX-License-Identifier: Apache-2.0
+
# Keep all Fragments in this package, which are used by reflection.
-keep class org.lineageos.lineageparts.*Fragment
-keep class org.lineageos.lineageparts.*Picker