chore: declare REUSE copyright
Tauri introduced a set of icons. I downloaded the Anvil avatar from Codeberg and scaled it up and down with GIMP before I tinified it using tinypng online. Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
4
src-tauri/.gitignore
vendored
|
@ -1,3 +1,7 @@
|
||||||
|
# SPDX-FileCopyrightText: 2024 André Jaenisch
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
# Generated by Cargo
|
# Generated by Cargo
|
||||||
# will have compiled files and executables
|
# will have compiled files and executables
|
||||||
/target/
|
/target/
|
||||||
|
|
3
src-tauri/Cargo.lock.license
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
SPDX-FileCopyrightText: 2024 André Jaenisch
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
@ -1,3 +1,14 @@
|
||||||
|
# Configuration for Tauri app
|
||||||
|
# Copyright (C) 2024 André Jaenisch
|
||||||
|
# SPDX-FileCopyrightText: 2024 André Jaenisch
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero 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 Affero General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "app"
|
name = "app"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|
|
@ -1,3 +1,15 @@
|
||||||
|
/* Build configuration for Tauri.
|
||||||
|
* Copyright (C) 2024 André Jaenisch
|
||||||
|
* SPDX-FileCopyrightText: 2024 André Jaenisch
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero 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 Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
tauri_build::build()
|
tauri_build::build()
|
||||||
}
|
}
|
||||||
|
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 2.4 KiB |
3
src-tauri/icons/128x128.png.license
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
SPDX-FileCopyrightText: 2024 André Jaenisch
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
3
src-tauri/icons/128x128@2x.png.license
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
SPDX-FileCopyrightText: 2024 André Jaenisch
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 537 B |
3
src-tauri/icons/32x32.png.license
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
SPDX-FileCopyrightText: 2024 André Jaenisch
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
Before Width: | Height: | Size: 9 KiB After Width: | Height: | Size: 1.9 KiB |
3
src-tauri/icons/Square107x107Logo.png.license
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
SPDX-FileCopyrightText: 2024 André Jaenisch
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 3.4 KiB |
3
src-tauri/icons/Square142x142Logo.png.license
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
SPDX-FileCopyrightText: 2024 André Jaenisch
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 3.8 KiB |
3
src-tauri/icons/Square150x150Logo.png.license
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
SPDX-FileCopyrightText: 2024 André Jaenisch
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 9.4 KiB |
3
src-tauri/icons/Square284x284Logo.png.license
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
SPDX-FileCopyrightText: 2024 André Jaenisch
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 524 B |
3
src-tauri/icons/Square30x30Logo.png.license
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
SPDX-FileCopyrightText: 2024 André Jaenisch
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 11 KiB |
3
src-tauri/icons/Square310x310Logo.png.license
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
SPDX-FileCopyrightText: 2024 André Jaenisch
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 537 B |
3
src-tauri/icons/Square44x44Logo.png.license
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
SPDX-FileCopyrightText: 2024 André Jaenisch
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 1.1 KiB |
3
src-tauri/icons/Square71x71Logo.png.license
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
SPDX-FileCopyrightText: 2024 André Jaenisch
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 1.5 KiB |
3
src-tauri/icons/Square89x89Logo.png.license
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
SPDX-FileCopyrightText: 2024 André Jaenisch
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 803 B |
3
src-tauri/icons/StoreLogo.png.license
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
SPDX-FileCopyrightText: 2024 André Jaenisch
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
3
src-tauri/icons/icon.icns.license
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
SPDX-FileCopyrightText: 2024 André Jaenisch
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
3
src-tauri/icons/icon.ico.license
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
SPDX-FileCopyrightText: 2024 André Jaenisch
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 21 KiB |
3
src-tauri/icons/icon.png.license
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
SPDX-FileCopyrightText: 2024 André Jaenisch
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
@ -1,3 +1,15 @@
|
||||||
|
/* Entry point for Tauri.
|
||||||
|
* Copyright (C) 2024 André Jaenisch
|
||||||
|
* SPDX-FileCopyrightText: 2024 André Jaenisch
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero 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 Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
// Prevents additional console window on Windows in release, DO NOT REMOVE!!
|
// Prevents additional console window on Windows in release, DO NOT REMOVE!!
|
||||||
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
||||||
|
|
||||||
|
|
3
src-tauri/tauri.conf.json.license
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
SPDX-FileCopyrightText: 2024 André Jaenisch
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|