Home | History | Annotate | Line # | Download | only in dist
COPYING revision 1.1.1.2
      1  1.1.1.2  jmmv    Redistribution terms
      2      1.1  jmmv 
      3  1.1.1.2  jmmv    By Julio Merino, The NetBSD Foundation
      4      1.1  jmmv 
      5  1.1.1.2  jmmv                                     Contents
      6  1.1.1.2  jmmv 
      7  1.1.1.2  jmmv     1. License
      8  1.1.1.2  jmmv 
      9  1.1.1.2  jmmv     2. Relicensed code
     10  1.1.1.2  jmmv 
     11  1.1.1.2  jmmv                                     License
     12  1.1.1.2  jmmv 
     13  1.1.1.2  jmmv    Copyright (c) 2007, 2008, 2009 The NetBSD Foundation, Inc. All rights
     14  1.1.1.2  jmmv    reserved.
     15  1.1.1.2  jmmv 
     16  1.1.1.2  jmmv    Redistribution and use in source and binary forms, with or without
     17  1.1.1.2  jmmv    modification, are permitted provided that the following conditions are
     18  1.1.1.2  jmmv    met:
     19  1.1.1.2  jmmv 
     20  1.1.1.2  jmmv     1. Redistributions of source code must retain the above copyright notice,
     21  1.1.1.2  jmmv        this list of conditions and the following disclaimer.
     22  1.1.1.2  jmmv 
     23  1.1.1.2  jmmv     2. Redistributions in binary form must reproduce the above copyright
     24  1.1.1.2  jmmv        notice, this list of conditions and the following disclaimer in the
     25  1.1.1.2  jmmv        documentation and/or other materials provided with the distribution.
     26  1.1.1.2  jmmv 
     27  1.1.1.2  jmmv    THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
     28  1.1.1.2  jmmv    ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
     29  1.1.1.2  jmmv    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
     30  1.1.1.2  jmmv    PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR
     31  1.1.1.2  jmmv    CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
     32  1.1.1.2  jmmv    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
     33  1.1.1.2  jmmv    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
     34  1.1.1.2  jmmv    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
     35  1.1.1.2  jmmv    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
     36  1.1.1.2  jmmv    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
     37  1.1.1.2  jmmv    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     38  1.1.1.2  jmmv 
     39  1.1.1.2  jmmv                                 Relicensed code
     40  1.1.1.2  jmmv 
     41  1.1.1.2  jmmv    The following code snippets have been taken from other projects. Even
     42  1.1.1.2  jmmv    though they were not originally licensed under the terms above, the
     43  1.1.1.2  jmmv    original authors have agreed to relicense their work so that this project
     44  1.1.1.2  jmmv    can be distributed under a single license. This section is put here just
     45  1.1.1.2  jmmv    to clarify this fact.
     46  1.1.1.2  jmmv 
     47  1.1.1.2  jmmv      * configure.ac, Makefile.am: The original versions were derived from the
     48  1.1.1.2  jmmv        ones in the XML Catalog Manager project, version 2.2.
     49  1.1.1.2  jmmv 
     50  1.1.1.2  jmmv        Author: Julio M. Merino Vidal <jmmv (a] users.sourceforge.net>
     51  1.1.1.2  jmmv 
     52  1.1.1.2  jmmv      * atf-c/ui.c: The format_paragraph and format_text functions were
     53  1.1.1.2  jmmv        derived form the ones in the Monotone project, revision
     54  1.1.1.2  jmmv        3a0982da308228d796df35f98d787c5cff2bb5b6.
     55  1.1.1.2  jmmv 
     56  1.1.1.2  jmmv        Author: Julio M. Merino Vidal <jmmv (a] NetBSD.org>
     57  1.1.1.2  jmmv 
     58  1.1.1.2  jmmv      * atf-c++/io.hpp, atf-c++/io.cpp, tests/atf-c++/t_io.cpp: These files
     59  1.1.1.2  jmmv        were derived from the file_handle, systembuf, pipe, pistream and
     60  1.1.1.2  jmmv        postream classes and tests found in the Boost.Process library.
     61  1.1.1.2  jmmv 
     62  1.1.1.2  jmmv        Author: Julio M. Merino Vidal <jmmv84 (a] gmail.com>
     63  1.1.1.2  jmmv 
     64  1.1.1.2  jmmv      * admin/check-style.sh, admin/check-style-common.awk,
     65  1.1.1.2  jmmv        admin/check-style-cpp.awk, admin/check-style-shell.awk: These files,
     66  1.1.1.2  jmmv        except the first one, were first implemented in the Buildtool project.
     67  1.1.1.2  jmmv        They were later adapted to be part of Boost.Process and, during that
     68  1.1.1.2  jmmv        process, the shell script was created.
     69  1.1.1.2  jmmv 
     70  1.1.1.2  jmmv        Author: Julio M. Merino Vidal <jmmv84 (a] gmail.com>
     71