diff options
| author | Davi Antônio da Silva Santos <antoniossdavi@gmail.com> | 2023-03-01 22:09:16 +0000 |
|---|---|---|
| committer | Davi Antônio da Silva Santos <antoniossdavi@gmail.com> | 2023-03-04 01:24:15 +0000 |
| commit | 13485d6bd7012f24d1183ac6f2bd0217fadc1c50 (patch) | |
| tree | 0bff4cfb961fee549932be1911bcea1471426384 | |
| parent | 05553d1ca7a4eba5c7487cff31384bd90b2b067f (diff) | |
| download | boca-13485d6bd7012f24d1183ac6f2bd0217fadc1c50.tar.gz boca-13485d6bd7012f24d1183ac6f2bd0217fadc1c50.zip | |
Correct data and remove dh_make boilerplate
The debian/copyright contained boilerplate data from the automatically
generated example made by dh_make. It was removed as such situation is
considered an error by Lintian
(copyright-contains-dh_make-todo-boilerplate).
The upstream name field has been corrected, as well as copyright fields
concerning the source location and general copyright information.
| -rw-r--r-- | debian/copyright | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/debian/copyright b/debian/copyright index a51c332..82c29f7 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,14 +1,16 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: maratona-background -Source: <url://example.com> +Upstream-Name: boca +Upstream-Contact: BOCA Development Team <bocasystem@gmail.com> +Source: <https://github.com/cassiopc/boca> Files: * -Copyright: <years> <put author's name and email here> - <years> <likewise for another author> +Copyright: 2012-2023 BOCA Development Team <bocasystem@gmail.com> License: GPL-2.0+ Files: debian/* -Copyright: 2016 Bruno Ribas <brunoribas@utfpr.edu.br> +Copyright: 2016-2022 Bruno Ribas <brunoribas@utfpr.edu.br> + 2016-2018 Cassio de Campos <cassiopc@gmail.com> + 2023 Davi Antônio da Silva Santos <antoniossdavi@gmail.com> License: GPL-2.0+ License: GPL-2.0+ @@ -27,8 +29,3 @@ License: GPL-2.0+ . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". - -# Please also look if there are files or directories which have a -# different copyright/license attached and list them here. -# Please avoid picking licenses with terms that are more restrictive than the -# packaged work, as it may make Debian's contributions unacceptable upstream. |