COPYING 3.0 KB

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