Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: sunxi-tools
Upstream-Contact: Alejandro Mery <amery@geeks.cl>
                  linux-sunxi@googlegroups.com
Source: git://github.com/linux-sunxi/sunxi-tools.git

Files: adb-devprobe.sh
       fel-gpio
Copyright: 2012,2013 Henrik Nordstrom <henrik@henriknordstrom.net>
License: Expat

Files: README.md LICENSE.md
       .gitignore
       .travis.yml
       Makefile autoversion.sh
       boot_head.S boot_head.lds
       fel-sdboot.S fel-sdboot.lds bin/fel-sdboot.sunxi
       jtag-loop.c jtag-loop.S jtag-loop.lds bin/jtag-loop.sunxi
       bootinfo.c
       common.h
       fel.c fel_lib.c fel_lib.h
       fel-remotefunc-compiler.rb
       fel-spiflash.c fel-spiflash.h
       fexc.c fexc.h
       nand-common.h
       nand-part-a10.h
       nand-part-a20.h
       nand-part.c
       nand-part-main.c
       phoenix_info.c
       pio.c
       progress.c progress.h
       uart0-helloworld-sdboot.c uart0-helloworld-sdboot.lds bin/uart0-helloworld-sdboot.sunxi
       script.c script.h
       script_bin.c script_bin.h
       script_fex.c script_fex.h
       script_uboot.c script_uboot.h
       soc_info.c soc_info.h
       thunks/README.md thunks/Makefile
       thunks/clrsetbits.S thunks/clrsetbits.h
       thunks/fel-to-spl-thunk.S thunks/fel-to-spl-thunk.h
       thunks/memcpy.S thunks/memcpy.h
       thunks/objdump_to_h.awk
       thunks/readl_writel.S thunks/readl_writel.h
       thunks/rmr-thunk.S thunks/rmr-thunk.h
       thunks/sid_read_root.S thunks/sid_read_root.h
       include/types.h include/list.h
       bin/ramboot.uboot-sh bin/ramboot.scr
Copyright: 2011,2012,2013 Henrik Nordstrom <henrik@henriknordstrom.net>
           2012 Alejandro Mery <amery@geeks.cl>
           2012 Jens Andersen <jens.andersen@gmail.com>
           2013 Patrick Wood <patrickhwood@gmail.com>
           2013 Pat Wood <Pat.Wood@efi.com>
           2012,2013 Patrick H Wood.
           2007-2012 Allwinner Technology Co., Ltd. <www.allwinnertech.com>
           Copyright (C) 2015,2016  Bernhard Nortmann <bernhard.nortmann@web.de>
           Copyright (C) 2015,2016  Siarhei Siamashka <siarhei.siamashka@gmail.com>
           (C) Copyright 2013 Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
License: GPL-2+

Files: fel-remotefunc-spi-data-transfer.c
       fel-remotefunc-spi-data-transfer.h
Copyright: Copyright © 2016 Siarhei Siamashka <siarhei.siamashka@gmail.com>
License: Expat

Files: meminfo.c
Copyright: 2012  Floris Bos <bos@je-eigen-domein.nl>
           2014  Luc Verhaegen <libv@skynet.be>
License: GPL-2+

Files: script_extractor.c
Copyright: 2015 Olliver Schinagl <oliver@schinagl.nl>
License: GPL-2+

Files: nand-image-builder.c
Copyright: Copyright © 2011 Parrot S.A.
           Copyright © 2016 NextThing Co.
           Copyright © 2016 Free Electrons
License: GPL-2

Files: include/portable_endian.h
Copyright: `Mathias Panzenböck
License: public-domain
 I, Mathias Panzenböck, place this file hereby into the public domain. Use it at your own risk for whatever you like.
 In case there are jurisdictions that don't support putting things in the public domain you can also consider it to
 be "dual licensed" under the BSD, MIT and Apache licenses, if you want to. This code is trivial anyway. Consider it
 an example on how to get the endian conversion functions on different platforms.

Files: debian/*
Copyright: 2014 Ian Campbell <ijc@hellion.org.uk>
           2015-2016 Ian Campbell <ijc@debian.org>
License: GPL-2+

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.

License: GPL-2
 This program is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License version 2 as published by
 the Free Software Foundation.
 .
 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., 51
 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.

License: GPL-2+
 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, see <http://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'.