diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 18:19:40 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 18:19:40 +0000 |
commit | c9b134dde5965790d575ef00836d813c2885f210 (patch) | |
tree | 1638f048fe803426b2e796e1ecdf30de2f4ccc53 /debian/copyright | |
parent | Adding upstream version 3.5. (diff) | |
download | dmidecode-c9b134dde5965790d575ef00836d813c2885f210.tar.xz dmidecode-c9b134dde5965790d575ef00836d813c2885f210.zip |
Adding debian version 3.5-3.debian/3.5-3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/copyright')
-rw-r--r-- | debian/copyright | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..f08d9fe --- /dev/null +++ b/debian/copyright @@ -0,0 +1,34 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: dmidecode +Upstream-Contact: dmidecode-devel@nongnu.org +Source: http://download.savannah.gnu.org/releases/demidecode/ + +Files: * +Copyright: 2002-2020 Jean Delvare <jdelvare@suse.de> + 2002 Alan Cox <alan@redhat.com> + 2010 Anton Arapov <anton@redhat.com> + 2015 Xie XiuQi <xiexiuqi@huawei.com> +License: GPL-2+ + +Files: debian/* +Copyright: 2003-2007 Petter Reinholdtsen <pere@debian.org> + 2011-2012 Daniel Baumann <daniel.baumann@progress-technologies.net> + 2014-2023 Jörg Frings-Fürst <debian@jff.email> +License: GPL-2+ + +License: GPL-2+ + 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, either version 2 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 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 <http://www.gnu.org/licenses/>. + . + The complete text of the GNU General Public License + can be found in /usr/share/common-licenses/GPL-2 file. |