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