From 2ef8fd997fedba7f8175ac4820e976a3d057524d Mon Sep 17 00:00:00 2001 From: alan Date: Thu, 1 Feb 2024 07:50:58 +0000 Subject: [PATCH] Clean up copyright file --- debian/copyright | 159 +++++++---------------------------------------- 1 file changed, 24 insertions(+), 135 deletions(-) diff --git a/debian/copyright b/debian/copyright index c85783a..feccdf7 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,107 +1,9 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: udis86 -Upstream-Contact: -Source: -# -# Please double check copyright with the licensecheck(1) command. +Upstream-Contact: https://github.com/canihavesomecoffee/udis86/issues +Source: https://github.com/canihavesomecoffee/udis86 -Files: .gitignore - BUILD-WINDOWS - BuildVS2010/README.txt - BuildVS2010/build.proj - BuildVS2010/buildVS2010.bat - BuildVS2010/libudis86.vcxproj - BuildVS2010/libudis86.vcxproj.filters - BuildVS2010/udcli.vcxproj - BuildVS2010/udcli.vcxproj.filters - BuildVS2010/udis86.sln - CHANGES - CMakeLists.txt - Makefile.am - README.md - autogen.sh - configure.ac - docs/Makefile.am - docs/manual/Makefile.am - docs/manual/conf.py - docs/manual/getstarted.rst - docs/manual/index.rst - docs/manual/libudis86.rst - docs/manual/static/udis86.css - docs/x86/Makefile.am - docs/x86/README - docs/x86/avx.xml - libudis86/CMakeLists.txt - libudis86/Makefile.am - scripts/Makefile.am - scripts/asmtest.sh - tests/Makefile.am - tests/asm/16/disp.asm - tests/asm/16/test16.asm - tests/asm/32/att.asm - tests/asm/32/att.asm.Sref - tests/asm/32/att.asm.ref - tests/asm/32/avx.asm - tests/asm/32/avx.asm.Sref - tests/asm/32/avx.asm.ref - tests/asm/32/corner.asm - tests/asm/32/corner.asm.ref - tests/asm/32/disp.asm - tests/asm/32/disp.asm.Sref - tests/asm/32/invalid_seg.asm - tests/asm/32/invalid_seg.asm.ref - tests/asm/32/obscure.asm - tests/asm/32/obscure.asm.ref - tests/asm/32/reljmp.asm - tests/asm/32/reljmp.asm.ref - tests/asm/32/sext.asm - tests/asm/32/sext.asm.ref - tests/asm/32/test32.asm - tests/asm/64/amd/invalid.asm - tests/asm/64/amd/invalid.asm.ref - tests/asm/64/avx.asm - tests/asm/64/avx.asm.ref - tests/asm/64/branch.asm - tests/asm/64/branch.asm.ref - tests/asm/64/disp.asm - tests/asm/64/disp.asm.Sref - tests/asm/64/disp.asm.ref - tests/asm/64/intel/invalid.asm - tests/asm/64/intel/invalid.asm.ref - tests/asm/64/reljmp.asm - tests/asm/64/reljmp.asm.ref - tests/asm/64/sext.asm - tests/asm/64/sext.asm.ref - tests/asm/64/test64.asm - tests/installcheck.c - tests/symresolve.c - tests/symresolve.ref - udcli/CMakeLists.txt - udcli/Makefile.am - udis86.pc.in - xcode/udcli/sample_input - xcode/udcli/udcli.xcodeproj/project.pbxproj - xcode/udis.xcodeproj/project.pbxproj -Copyright: __NO_COPYRIGHT_NOR_LICENSE__ -License: __NO_COPYRIGHT_NOR_LICENSE__ - -Files: libudis86/decode.c - libudis86/decode.h - libudis86/extern.h - libudis86/syn-att.c - libudis86/syn-intel.c - libudis86/syn.c - libudis86/syn.h - libudis86/types.h - libudis86/udint.h - libudis86/udis86.c - scripts/ud_itab.py - scripts/ud_opcode.py - tests/difftest.sh.in - tests/libcheck.c - tests/oprgen.py - udcli/udcli.c - udis86.h +Files: * Copyright: 2002 -2009 2002-2013 Vivek Thampi License: BSD-2-Clause @@ -144,38 +46,25 @@ License: __UNKNOWN__ . Basic Installation -#---------------------------------------------------------------------------- -# xml and html files (skipped): -# docs/x86/optable.xml -# docs/x86/optable.xsl -# xcode/udis.xcworkspace/contents.xcworkspacedata -# xcode/udis.xcworkspace/xcshareddata/udis.xccheckout +Files: + debian/* +Copyright: + 2023 Matthias Geiger + 2024 Alan M Varghese +License: GPL-2+ + This package 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 package 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 +Comment: + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". -#---------------------------------------------------------------------------- -# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following -# license/copyright files. - -#---------------------------------------------------------------------------- -# License file: LICENSE - Copyright (c) 2002-2012, Vivek Thampi - All rights reserved. - . - Redistribution and use in source and binary forms, with or without modification, - are permitted provided that the following conditions are met: - . - 1. Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - . - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND - ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE - DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR - ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES - (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; - LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON - ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS - SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.