Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: dub
Source: https://github.com/D-Programming-Language/dub

Files: *
Copyright: 2019-2022, BOSAGORA Foundation
           2016-2018, D Language Foundation
           2018, Giacomo De Lazzari
           2023, Hipreme
           1995-2012, Mark Adler
           2012-2014, Matthias Dondorff
           2014, Nicholas Londey
           2012-2015, Nick Sabalausky
           2012-2017, RejectedSoftware e.K
           2015, Steven Dwy
           2012-2023, Sönke Ludwig
           2015, dawg
           2014, sludwig
License: Expat

Files: source/dub/internal/dyaml/composer.d
       source/dub/internal/dyaml/constructor.d
       source/dub/internal/dyaml/dumper.d
       source/dub/internal/dyaml/emitter.d
       source/dub/internal/dyaml/encoding.d
       source/dub/internal/dyaml/escapes.d
       source/dub/internal/dyaml/event.d
       source/dub/internal/dyaml/exception.d
       source/dub/internal/dyaml/linebreak.d
       source/dub/internal/dyaml/loader.d
       source/dub/internal/dyaml/node.d
       source/dub/internal/dyaml/package.d
       source/dub/internal/dyaml/parser.d
       source/dub/internal/dyaml/queue.d
       source/dub/internal/dyaml/reader.d
       source/dub/internal/dyaml/representer.d
       source/dub/internal/dyaml/resolver.d
       source/dub/internal/dyaml/scanner.d
       source/dub/internal/dyaml/serializer.d
       source/dub/internal/dyaml/style.d
       source/dub/internal/dyaml/tagdirective.d
       source/dub/internal/dyaml/token.d
       source/dub/internal/tinyendian.d
       source/dub/internal/undead/*
Copyright: 2011-2014, Ferdinand Majerech
           2008-2009, Janice Caron
License: BSL-1

Files: source/dub/internal/libInputVisitor.d
Copyright: 2012, Nick Sabalausky <http://semitwist.com/contact>
License: WTFPL-2
 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
 Version 2, December 2004
 .
 Copyright (C) 2004 Sam Hocevar
 14 rue de Plaisance, 75014 Paris, France
 Everyone is permitted to copy and distribute verbatim or modified
 copies of this license document, and changing it is allowed as long
 as the name is changed.
 .
 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 .
 0. You just DO WHAT THE FUCK YOU WANT TO.

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: BSL-1
 Boost Software License - Version 1.0 - August 17th, 2003
 .
 Permission is hereby granted, free of charge, to any person or organization
 obtaining a copy of the software and accompanying documentation covered by
 this license (the "Software") to use, reproduce, display, distribute,
 execute, and transmit the Software, and to prepare derivative works of the
 Software, and to permit third-parties to whom the Software is furnished to
 do so, all subject to the following:
 .
 The copyright notices in the Software and this entire statement, including
 the above license grant, this restriction and the following disclaimer,
 must be included in all copies of the Software, in whole or in part, and
 all derivative works of the Software, unless such copies or derivative
 works are solely in the form of machine-executable object code generated by
 a source language processor.
 .
 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, TITLE AND NON-INFRINGEMENT. IN NO EVENT
 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.