From ddce7019238109784eb1036e2dfe436dc6f21f53 Mon Sep 17 00:00:00 2001 From: Louie Shprung Date: Sat, 10 Dec 2022 19:04:20 -0800 Subject: Created debian/ --- debian/copyright | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 debian/copyright (limited to 'debian/copyright') diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..69df8bd --- /dev/null +++ b/debian/copyright @@ -0,0 +1,75 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: simple-snake +Upstream-Contact: +Source: +# +# Please double check copyright with the licensecheck(1) command. + +Files: AUTHORS + Makefile.am + NEWS + README + configure.ac + src/.deps/body.Po + src/.deps/draw.Po + src/Makefile.am + src/body.c + src/draw.c + src/include/body.h +Copyright: __NO_COPYRIGHT_NOR_LICENSE__ +License: __NO_COPYRIGHT_NOR_LICENSE__ + +Files: Makefile.in + aclocal.m4 + compile + configure + depcomp + install-sh + missing + src/Makefile.in +Copyright: 1992-2020 Free Software Foundation, Inc. + 1994 X Consortium +License: __AUTO_PERMISSIVE__ + Autogenerated files with permissive licenses. + +Files: Makefile + src/Makefile +Copyright: 1994-2020 Free Software Foundation, Inc. +License: PERMISSIVE + This Makefile.in is free software; the Free Software Foundation + gives unlimited permission to copy and/or distribute it, + with or without modifications, as long as this notice is preserved. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY, to the extent permitted by law; without + even the implied warranty of MERCHANTABILITY or FITNESS FOR A + PARTICULAR PURPOSE. + +Files: INSTALL +Copyright: 1994-2016 Free Software Foundation, Inc. +License: PERMISSIVE + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. This file is offered as-is, + without warranty of any kind. + . + Basic Installation + +Files: config.log +Copyright: 2020 Free Software Foundation, Inc. +License: __UNKNOWN__ + This is free software; see the source for copying conditions. There is NO + warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +Files: config.status +Copyright: 2012 Free Software Foundation, Inc. +License: __UNKNOWN__ + This config.status script is free software; the Free Software Foundation + gives unlimited permission to copy, distribute and modify it." + +#---------------------------------------------------------------------------- +# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following +# license/copyright files. + +#---------------------------------------------------------------------------- +# License file: COPYING -- cgit