add csound-license
This commit is contained in:
parent
5606159090
commit
3311352b84
2 changed files with 70 additions and 1 deletions
66
licenses/csound-license
Normal file
66
licenses/csound-license
Normal file
|
@ -0,0 +1,66 @@
|
|||
Copyright Notice
|
||||
|
||||
|
||||
Copyright 1986, 1992 by the Massachusetts Institute of Technology. All
|
||||
rights reserved.
|
||||
|
||||
Developed by Barry L. Vercoe at the Experimental Music Studio, Media
|
||||
Laboratory, MIT, Cambridge, Massachusetts, with partial support from
|
||||
the System Development Foundation and from National Science Foundation
|
||||
Grant # IRI-8704665. Permission to use, copy, or modify these
|
||||
programs and their documentation for educational and research purposes
|
||||
only and without fee is hereby granted, provided that this copyright
|
||||
and permission notice appear on all copies and supporting
|
||||
documentation. For any other uses of this software, in original or
|
||||
modified form, including but not limited to distribution in whole or
|
||||
in part, specific prior permission from MIT must be obtained. MIT
|
||||
makes no representations about the suitability of this software for
|
||||
any purpose. It is provided "as is" without express or implied
|
||||
warranty
|
||||
|
||||
The original Hypertext Edition of the MIT Csound Manual was prepared
|
||||
for the World Wide Web by Peter J. Nix of the Department of Music at
|
||||
the University of Leeds and Jean Piché of the Faculté de musique de
|
||||
l'Université de Montréal. This Print Edition, in Adobe Acrobat format,
|
||||
is maintained by David M. Boothe. The editors fully acknowledge the
|
||||
rights of the authors of the original documentation and programs, as
|
||||
set out above, and further request that this notice appear wherever
|
||||
this material is held.
|
||||
|
||||
|
||||
Contributors
|
||||
|
||||
In addition to the core code developed by Barry Vercoe at MIT, a large
|
||||
part of the Csound code was modified, developed and extended by an
|
||||
independent group of programmers, composers and scientists. Copyright
|
||||
to this code is held by the respective authors:
|
||||
|
||||
Mike Berry
|
||||
Richard Karpen
|
||||
Eli Breder
|
||||
Victor Lazzarini
|
||||
Michael Casey
|
||||
Allan Lee
|
||||
Michael Clark
|
||||
David Macintyre
|
||||
Perry Cook
|
||||
Gabriel Maldonado
|
||||
Sean Costello
|
||||
Max Mathews
|
||||
Richard Dobson
|
||||
Hans Mikelson
|
||||
Mark Dolson
|
||||
Peter Neubäcker
|
||||
Rasmus Ekman
|
||||
Ville Pulkki
|
||||
Dan Ellis
|
||||
Marc Resibois
|
||||
Tom Erbe
|
||||
Rob Shaw
|
||||
John ffitch
|
||||
Paris Smaragdis
|
||||
Bill Gardner
|
||||
Greg Sullivan
|
||||
Matt Ingalls
|
||||
Bill Verplank
|
||||
Robin Whittle
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mk.conf.example,v 1.178 2001/03/13 04:41:20 hubertf Exp $
|
||||
# $NetBSD: mk.conf.example,v 1.179 2001/03/13 13:21:12 wiz Exp $
|
||||
#
|
||||
|
||||
# Sample /etc/mk.conf file, which can be used to set specific values
|
||||
|
@ -144,6 +144,9 @@
|
|||
# redistribution it imposes).
|
||||
#ACCEPTABLE_LICENSES+= shareware
|
||||
# Enable it if you are okay to build/use shareware.
|
||||
#ACCEPTABLE_LICENSES+= csound-license
|
||||
# Enable it if you accept the redistribution/use license for csound and would
|
||||
# like to build csound. see pkgsrc/licenses/csound-license
|
||||
#ACCEPTABLE_LICENSES+= kermit-license
|
||||
# Enable it if you accept the redistribution license for ckermit and would
|
||||
# like to build ckermit. see pkgsrc/licenses/kermit-license
|
||||
|
|
Loading…
Reference in a new issue