mirror of
https://github.com/whyorean/AuroraStore.git
synced 2026-01-10 15:11:50 -05:00
Resolve license and copyright issues for all files other than the "app/" module Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
13 lines
442 B
XML
13 lines
442 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
~ SPDX-FileCopyrightText: 2023-2025 The Calyx Institute
|
|
~ SPDX-FileCopyrightText: 2025 Aurora OSS
|
|
~ SPDX-License-Identifier: GPL-3.0-or-later
|
|
-->
|
|
<lint>
|
|
<issue id="MissingTranslation" severity="ignore" />
|
|
<issue id="ProtectedPermissions" severity="ignore" />
|
|
<issue id="QueryAllPackagesPermission" severity="ignore" />
|
|
<issue id="ScopedStorage" severity="ignore" />
|
|
</lint>
|