Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: dtc
Source: https://git.kernel.org/cgit/utils/dtc/dtc.git

Files: *
Copyright:
 2005-2008 David Gibson <dwg@au1.ibm.com>, IBM Corporation.
 2007-2008 Jon Loeliger, Freescale Semiconductor, Inc.
 2011 The Chromium OS Authors.
 2007 Gerald Van Baren, Custom IDEAS, vanbaren@cideas.com
 2016 Free Electrons
 2016 Konsulko Inc.
 2016 NextThing Co
 2017 Konsulko Group Inc. All rights reserved.
 2008 Kumar Gala, Freescale Semiconductor, Inc.
 2009-2012 David Gibson, IBM Corporation.
 2012 Kim Phillips, Freescale Semiconductor.
 2012 NVIDIA CORPORATION.
 2013-2017 Google, Inc
 2014 David Gibson <david@gibson.dropbear.id.au>
 2018 AKASHI Takahiro, Linaro Limited
 2018 David Gibson
 2018 David Gibson, IBM Corporation.
 2018 David Gibson, Red Hat Inc.
 2018 embedded brains GmbH
 Arm Holdings.  2017
 Linaro, Ltd. 2018
License: GPL-2+

Files: debian/*
Copyright:
 2007 AurƩlien GƉRƔME <ag@roxor.cx>
License: GPL-2+

Files: libfdt/*
Copyright:
 2006-2012 David Gibson, IBM Corporation.
 2012 Kim Phillips, Freescale Semiconductor.
 2014 David Gibson <david@gibson.dropbear.id.au>
 2016 Free Electrons
 2016 NextThing Co.
 2018 embedded brains GmbH
License: GPL-2+ or BSD-2-clause

Files: tests/*
Copyright:
 2006-2010 David Gibson <dwg@au1.ibm.com>, IBM Corporation.
 2011 The Chromium Authors.
 2012-2015 NVIDIA CORPORATION.
 2013 Google, Inc
 2014 David Gibson, <david@gibson.dropbear.id.au>
 2016 Free Electrons
 2016 Konsulko Inc.
 2016 NextThing Co.
 2008 Kumar Gala, Freescale Semiconductor, Inc.
License: LGPL-2.1+

Files:
 tests/overlay_bad_fixup_bad_index.dts
 tests/overlay_bad_fixup_base.dtsi
 tests/overlay_bad_fixup_empty.dts
 tests/overlay_bad_fixup_empty_index.dts
 tests/overlay_bad_fixup_index_trailing.dts
 tests/overlay_bad_fixup_path_empty_prop.dts
 tests/overlay_bad_fixup_path_only.dts
 tests/overlay_bad_fixup_path_only_sep.dts
 tests/overlay_bad_fixup_path_prop.dts
 tests/overlay_base.dts
 tests/overlay_base_manual_symbols.dts
 tests/overlay_overlay.dts
 tests/overlay_overlay_bypath.dts
 tests/overlay_overlay_local_merge.dts
 tests/overlay_overlay_manual_fixups.dts
 tests/overlay_overlay_no_fixups.dts
 tests/overlay_overlay_nosugar.dts
 tests/overlay_overlay_simple.dts
Copyright:
 David Gibson <dwg@au1.ibm.com>, IBM Corporation.  2006.
 2016 Free Electrons
 2016 Konsulko Inc.
 2016 NextThing Co
License: GPL-2+
 
Files:
 tests/pylibfdt_tests.py
Copyright:
 2017 Google, Inc. (Written by Simon Glass <sjg@chromium.org>)
License: GPL-2+ or BSD-2-clause

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 package; if not, write to the Free
 Software Foundation, Inc., 51 Franklin St, Fifth Floor,
 Boston, MA  02110-1301 USA
 .
 On Debian systems, the full text of the GNU General Public
 License version 2 can be found in the file
 `/usr/share/common-licenses/GPL-2'.

License: LGPL-2.1+
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public License
 * as published by the Free Software Foundation; either version 2.1 of
 * the License, or (at your option) any later version.
 *
 * This library 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
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

License: BSD-2-clause
 *     Redistribution and use in source and binary forms, with or
 *     without modification, are permitted provided that the following
 *     conditions are met:
 *
 *     1. Redistributions of source code must retain the above
 *        copyright notice, this list of conditions and the following
 *        disclaimer.
 *     2. Redistributions in binary form must reproduce the above
 *        copyright notice, this list of conditions and the following
 *        disclaimer in the documentation and/or other materials
 *        provided with the distribution.
 *
 *     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
 *     CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
 *     INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 *     MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 *     DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
 *     CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 *     SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
 *     NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 *     LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 *     HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 *     CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
 *     OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
 *     EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.