chronic: With -v, flush stdout after printing "STDERR" header
[moreutils.git] / debian / copyright
blob49e1c7e1343318d044b2bab14580b9f503cf3a71
1 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2 Source: Contributed by many folks.
4 Files: *
5 Copyright: 2006-2015 Joey Hess <id@joeyh.name>
6 License: GPL-2+
8 Files: is_utf8/*
9 Copyright: 2016 Julien Palard
10 License: BSD-2-Clause
12 Files: sponge.*
13 Copyright: 2006 Tollef Fog Heen
14 License: GPL-2
16 Files: ifdata.c
17 Copyright: 2002 Benjamin BAYART
18 License: GPL-2+
20 Files: pee.c
21 Copyright: 2006 Miek Gieben
22 License: GPL-2+
24 Files: zrun
25 Copyright: 2006 Chung-chieh Shan
26 License: GPL-2+
28 Files: mispipe.c
29 Copyright: 2004 Nathanael Nerode
30 License: GPL-2+ or Expat
32 Files: lckdo.c lckdo.docbook
33 Copyright: Michael Tokarev
34 License: other
35  Public domain
37 Files: ifne.c ifne.docbook
38 Copyright: 2008 Javier Merino
39 License: GPL-2+
41 Files: parallel.c
42 Copyright: 2008  Tollef Fog Heen <tfheen@err.no>
43 License: GPL-2
45 Files: errno.c errno.docbook
46 Copyright: 2012 Lars Wirzenius
47 License: GPL-2+
49 Files: physmem.c
50 Copyright: 2000, 2001, 2003, 2005, 2006 Free Software Foundation, Inc.
51 License: GPL-2+
53 License: GPL-2
54  The full text of the GPL is distributed as COPYING in moreutils's source,
55  and is distributed in /usr/share/common-licenses/GPL-2 on Debian systems.
57 License: GPL-2+
58  The full text of the GPL is distributed as COPYING in moreutils's source,
59  and is distributed in /usr/share/common-licenses/GPL-2 on Debian systems.
61 License: Expat
62  * Permission is hereby granted, free of charge, to any person obtaining a
63  * copy of this software and associated documentation files (the "Software"),
64  * to deal in the Software without restriction, including without limitation
65  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
66  * and/or sell copies of the Software, and to permit persons to whom the
67  * Software is furnished to do so, subject to the following conditions:
68  *
69  * The above copyright notice and this permission notice shall be included in
70  * all copies or substantial portions of the Software.
71  *
72  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
73  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
74  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
75  * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
76  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
77  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
78  * THE SOFTWARE.
80 License: BSD-2-clause
81  # All rights reserved.
82  #
83  # Redistribution and use in source and binary forms, with or without
84  # modification, are permitted provided that the following conditions
85  # are met:
86  # 1. Redistributions of source code must retain the above copyright
87  #    notice, this list of conditions and the following disclaimer.
88  # 2. Redistributions in binary form must reproduce the above copyright
89  #    notice, this list of conditions and the following disclaimer in the
90  #    documentation and/or other materials provided with the distribution.
91  #
92  # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
93  # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
94  # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
95  # IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
96  # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
97  # NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
98  # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
99  # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
100  # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
101  # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.