summaryrefslogtreecommitdiff
path: root/mediaelch/debian/copyright
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-04-05 21:01:54 -0400
committerB. Stack <bgstack15@gmail.com>2024-04-05 21:01:54 -0400
commit283a933f19932485938b7c31f32ac0a89b2f91cb (patch)
treed612aeeca8e2f5f5a577053333f98a662f252391 /mediaelch/debian/copyright
parentfluxbox: fix dsc (diff)
downloadstackrpms-283a933f19932485938b7c31f32ac0a89b2f91cb.tar.gz
stackrpms-283a933f19932485938b7c31f32ac0a89b2f91cb.tar.bz2
stackrpms-283a933f19932485938b7c31f32ac0a89b2f91cb.zip
add mediaelch
Diffstat (limited to 'mediaelch/debian/copyright')
-rw-r--r--mediaelch/debian/copyright47
1 files changed, 47 insertions, 0 deletions
diff --git a/mediaelch/debian/copyright b/mediaelch/debian/copyright
new file mode 100644
index 0000000..2aead39
--- /dev/null
+++ b/mediaelch/debian/copyright
@@ -0,0 +1,47 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: mediaelch
+Source: https://www.mediaelch.de/
+Copyright: 2012-2023 Daniel Kabel <info@kvibes.de>
+
+Files: *
+Copyright: 2012-2018 Daniel Kabel <info@kvibes.de>
+ 2018-2023 Andre Meyering <info@andremeyering.de>
+License: LGPL-3.0-only
+
+Files: third_party/quazip/*
+Copyright:
+ 2005-2012 Sergey A. Tachenov
+License: LGPL-2.1-only
+
+License: LGPL-2.1-only
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser Public License as published by
+ the Free Software Foundation; either version 2.1, 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 Lesser Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+X-Comment: On Debian systems, the complete text of the GNU Lesser General
+ Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
+
+License: LGPL-3.0-only
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser Public License as published by
+ the Free Software Foundation in 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 Lesser Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+X-Comment: On Debian systems, the complete text of the GNU Lesser General
+ Public License can be found in `/usr/share/common-licenses/LGPL-3'.
bgstack15