diff options
author | David Härdeman <david@hardeman.nu> | 2020-07-06 20:57:33 +0200 |
---|---|---|
committer | David Härdeman <david@hardeman.nu> | 2020-07-06 20:57:33 +0200 |
commit | 76ee64b5b3e30706181becbf33cc45d67f39f364 (patch) | |
tree | 27ef23d5026469258d7fad09c74c4dd9d0ffbed5 /debian/copyright | |
parent | c9c5028018a588baad2c1af6dcfa3325bc18d02c (diff) |
Add some license information and the beginning of Debian packages
Diffstat (limited to 'debian/copyright')
-rw-r--r-- | debian/copyright | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..7b2c652 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,28 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: minecproxy +Upstream-Contact: <preferred name and address to reach the upstream project> +Source: <url://example.com> + +Files: * +Copyright: © 2020 David Härdeman <david@hardeman.nu> +License: GPL-2.0 + +Files: shared/list.h +Copyright: © 2007-2020 Linus Torvalds <torvalds@osdl.org> et al +License: GPL-2.0 + +License: GPL-2.0 + 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; version 2 dated June, 1991. + . + 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 <https://www.gnu.org/licenses/> + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". |