clockwerk-opensim-stable – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 vero 1 BSD License
2 Copyright (c)2004-2008
3  
4 See AUTHORS file for list of copyright holders
5  
6 Dave Hudson (jendave@yahoo.com),
7 Matthew Holmes (matthew@wildfiregames.com)
8 Dan Moorehead (dan05a@gmail.com)
9 Rob Loach (http://www.robloach.net)
10 C.J. Adams-Collier (cjac@colliertech.org)
11  
12 http://dnpb.sourceforge.net
13 All rights reserved.
14  
15 Redistribution and use in source and binary forms, with or without
16 modification, are permitted provided that the following conditions
17 are met:
18  
19 1. Redistributions of source code must retain the above copyright notice,
20 this list of conditions and the following disclaimer.
21  
22 2. Redistributions in binary form must reproduce the above copyright notice,
23 this list of conditions and the following disclaimer in the documentation
24 and/or other materials provided with the distribution.
25  
26 3. The names of the authors may not be used to endorse or promote
27 products derived from this software without specific prior written
28 permission.
29  
30 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
31 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
32 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
33 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
34 COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
35 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
36 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
37 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
38 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
39 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
40 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
41 POSSIBILITY OF SUCH DAMAGE.
42  
43 ---
44  
45 Portions of src/Core/Targets/AutotoolsTarget.cs
46 // Copyright (C) 2006 Novell, Inc (http://www.novell.com)
47 //
48 // Permission is hereby granted, free of charge, to any person obtaining
49 // a copy of this software and associated documentation files (the
50 // "Software"), to deal in the Software without restriction, including
51 // without limitation the rights to use, copy, modify, merge, publish,
52 // distribute, sublicense, and/or sell copies of the Software, and to
53 // permit persons to whom the Software is furnished to do so, subject to
54 // the following conditions:
55 //
56 // The above copyright notice and this permission notice shall be
57 // included in all copies or substantial portions of the Software.
58 //
59 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
60 // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
61 // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
62 // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
63 // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
64 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
65 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.