diff options
| author | 2025-06-17 11:22:17 -0400 | |
|---|---|---|
| committer | 2025-06-17 11:27:55 -0400 | |
| commit | 110be42a7d267647241905936c414a53ad18ddae (patch) | |
| tree | f73e28f564a78775ab85656acc1e56d020f89474 /debian/copyright | |
| parent | 5986c8bf61fc980a9a3383a426479a1296d179e7 (diff) | |
| download | mauri-110be42a7d267647241905936c414a53ad18ddae.tar.gz mauri-110be42a7d267647241905936c414a53ad18ddae.tar.bz2 mauri-110be42a7d267647241905936c414a53ad18ddae.zip | |
Test packaging for debian and arch
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'debian/copyright')
| -rw-r--r-- | debian/copyright | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..71b5226 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,15 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: https://git.akon.city/mauri +Upstream-Name: Mauri + +Files: + * +Copyright: 2025 Andrew Opalach <andrew@akon.city> +License: GPL-3.0-only + 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, version 3. + . + 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 <https://www.gnu.org/licenses/>. +Comment: + On Debian systems, the full text of the GNU General Public License version 3 can be found in the file '/usr/share/common-licenses/GPL-3'. |