diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-04 03:14:45 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-04 03:14:45 (EDT) |
commit | 99efc49d0371fb4c1fda07459d0eaca3d91226fe (patch) | |
tree | 1d4e16fbeecf5220bee085bd1c93ad300000556c /copyright | |
parent | 5d4aeeb56fc143cf161db278e285c103a0dbc900 (diff) |
copyright: New file
Diffstat (limited to 'copyright')
-rw-r--r-- | copyright | 144 |
1 files changed, 144 insertions, 0 deletions
diff --git a/copyright b/copyright new file mode 100644 index 0000000..793e1ea --- /dev/null +++ b/copyright @@ -0,0 +1,144 @@ +Upstream Source +=============== + +In General +---------- + +Copyright (C) 2001 University of Southern California +Copyright (C) 2002 Compaq Computer Corporation +Copyright (C) 2003 kernel concepts +Copyright (C) 2003 Daniele Nicolodi <daniele@grinta.net> +Copyright (C) 2005, 2006 Free Software Foundation, Inc. +Copyright (C) 2008 Openmoko Inc. +Copyright (C) 2009, 2010 Ubiq Technologies <graham.gower@gmail.com> +Copyright (C) 2017 Yousong Zhou + +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, 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. + +On this system, a copy of the GNU General Public License may be found at +<file:///usr/share/common-licenses/GPL-2>. + +libbb +----- + +Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> +Copyright (C) 2000 by Glenn McGrath +Copyright (C) 2001 by Matt Kraai <kraai@alumni.carnegiemellon.edu> +Copyright (C) 2001 by Laurence Anderson +Copyright (C) 2001 Larry Doolittle, <ldoolitt@recycle.lbl.gov> + +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, write to the Free Software +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +On this system, a copy of the GNU General Public License may be found at +<file:///usr/share/common-licenses/GPL-2>. + +libbb/gzip.c, libbb/gzip.h +-------------------------- + +Copyright (C) 2016 Jo-Philipp Wich <jo@mein.io> +Copyright (C) 2016 Felix Fietkau <nbd@nbd.name> + +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 Library General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +On this system, a copy of the GNU General Public License may be found at +<file:///usr/share/common-licenses/GPL-2>. + +libbb/unzip.c +------------- + +Copyright (C) 1992-1993 Jean-loup Gailly +The unzip code was written and put in the public domain by Mark Adler. +Portions of the lzw code are derived from the public domain 'compress' +written by Spencer Thomas, Joe Orost, James Woods, Jim McKie, Steve Davies, +Ken Turkowski, Dave Mack and Peter Jannesen. + +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, write to the Free Software +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +On this system, a copy of the GNU General Public License may be found at +<file:///usr/share/common-licenses/GPL-2>. + +utils/update-alternatives.in +---------------------------- + +Copyright (C) 2001 Carl D. Worth + +This program was inspired by the Debian update-alternatives program +which is Copyright (C) 1995 Ian Jackson. This version of +update-alternatives is command-line compatible with Debian's for a +subset of the options, (only --install, --remove, and --help) + +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, 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. + +On this system, a copy of the GNU General Public License may be found at +<file:///usr/share/common-licenses/GPL-2>. + + +Distribution Packaging +====================== + +Copyright (C) 2019 Patrick McDermott + +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, 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. + +On this system, a copy of the GNU General Public License may be found at +<file:///usr/share/common-licenses/GPL-2>. |