Aperture: Start making it REUSE compliant
TODO: Add licenses for app/libs/*
Test: pipx run reuse lint
Change-Id: Id66a572d9e11ed9da2c7a922c675c3176cc44c86
diff --git a/.reuse/dep5 b/.reuse/dep5
new file mode 100644
index 0000000..f7da0de
--- /dev/null
+++ b/.reuse/dep5
@@ -0,0 +1,16 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Aperture
+Upstream-Contact: The LineageOS Project
+Source: https://github.com/LineageOS/android_packages_apps_Aperture
+
+Files: .github/workflows/* .gitignore app/.gitignore lens_launcher/.gitignore
+Copyright: 2023 The LineageOS Project
+License: Apache-2.0
+
+Files: gradle/wrapper/*
+Copyright: 2007-2023 Gradle, Inc.
+License: Apache-2.0
+
+Files: gradlew*
+Copyright: 2007-2023 Gradle, Inc.
+License: Apache-2.0