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