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