Advertisement
Emulatorman

Nyquist License

May 30th, 2012
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.45 KB | None | 0 0
  1. LICENSE INFORMATION
  2.  
  3. Nyquist is built upon and derived from XLISP. Both are copyrighted software.
  4. Two copyright notices and licenses appear below.
  5.  
  6. In addition, Nyquist uses two LGPL libraries: libsndfile and liblo.
  7. These libraries are NOT covered by the Nyquist license, and Nyquist
  8. is NOT licensed under or restricted by GPL or LGPL licenses. The
  9. license agreements for libsndfile and liblo can be found in the
  10. Nyquist source libraries nyquist/nylsf and nyquist/liblo, respectively.
  11.  
  12. --------------------------------------------------------------------------------
  13. COPYRIGHT AND LICENSE INFORMATION FOR NYQUIST
  14.  
  15. Copyright (c) 2000-2002, by Roger B. Dannenberg
  16. All rights reserved.
  17.  
  18. Redistribution and use in source and binary forms, with or without modification,
  19. are permitted provided that the following conditions are met:
  20.  
  21. Redistributions of source code must retain the above copyright notice, this list
  22. of conditions and the following disclaimer.
  23.  
  24. Redistributions of source code must retain the copyright notice, the
  25. list of conditions, and the disclaimer, all three of which appear below under
  26. "COPYRIGHT AND LICENSE INFORMATION FOR XLISP."
  27.  
  28. Redistributions in binary form must reproduce the above copyright notice, this
  29. list of conditions and the following disclaimer in the documentation and/or
  30. other materials provided with the distribution.
  31.  
  32. Redistributions in binary form must reproduce the copyright notice, the
  33. list of conditions, and the disclaimer, all three of which appear below under
  34. "COPYRIGHT AND LICENSE INFORMATION FOR XLISP," in the documentation and/or
  35. other materials provided with the distribution.
  36.  
  37. Neither the name of Roger B. Dannenberg, Carnegie Mellon University, nor the
  38. names of any contributors may be used to endorse or promote products derived
  39. from this software without specific prior written permission.
  40.  
  41. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS IS" AND
  42. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  43. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  44. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
  45. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  46. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  47. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  48. ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  49. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  50. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  51.  
  52. What follows is not a part of the license:
  53.  
  54. Please send bug fixes and improvements to me at the address below.
  55.  
  56. Please do not distribute modified versions of Nyquist without permission.
  57.  
  58. Any redistribution of Nyquist should include a notice that Nyquist can be
  59. obtained free from http://www.cs.cmu.edu/~music.
  60.  
  61. In addition, as a courtesy, I ask that you send me a copy of any product that
  62. makes substantial use of Nyquist. Please contact me at the address below for my
  63. current mailing address. I am asking this because I enjoy learning about
  64. applications of my software.
  65.  
  66. When Nyquist is used to generate music and conduct research, please mention
  67. and acknowledge the use of Nyquist in program notes, acknowledgement sections
  68. of papers, and whereever thanks or credits would normally be given.
  69.  
  70. Roger B. Dannenberg
  71.  
  72. roger.dannenberg@cs.cmu.edu
  73.  
  74. --------------------------------------------------------------------------------
  75. COPYRIGHT AND LICENSE INFORMATION FOR XLISP
  76.  
  77. Copyright (c) 1984-2002, by David Michael Betz
  78. All rights reserved.
  79.  
  80. Redistribution and use in source and binary forms, with or without modification,
  81. are permitted provided that the following conditions are met:
  82.  
  83. Redistributions of source code must retain the above copyright notice, this list
  84. of conditions and the following disclaimer.
  85.  
  86. Redistributions in binary form must reproduce the above copyright notice, this
  87. list of conditions and the following disclaimer in the documentation and/or
  88. other materials provided with the distribution.
  89.  
  90. Neither the name of David Michael Betz nor the names of any contributors may be
  91. used to endorse or promote products derived from this software without specific
  92. prior written permission.
  93.  
  94. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS IS" AND
  95. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  96. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  97. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
  98. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  99. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  100. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  101. ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  102. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  103. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  104.  
  105. What follows is not a part of the license:
  106.  
  107. Please send bug fixes and improvements to me at the address below.
  108.  
  109. In addition, as a courtesy, I ask that you send me a copy of any product that
  110. makes substantial use of XLISP. Please contact me at the address below for my
  111. current mailing address. I am asking this because I enjoy learning about
  112. applications of my software.
  113.  
  114. David Betz
  115.  
  116. dbetz@xlisper.mv.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement