Skip to content

Commit

Permalink
re-license chuck core to a dual-license: MIT or GPL
Browse files Browse the repository at this point in the history
  • Loading branch information
gewang committed Nov 2, 2024
1 parent 0696cd8 commit 80fd9b1
Show file tree
Hide file tree
Showing 104 changed files with 1,861 additions and 1,728 deletions.
352 changes: 13 additions & 339 deletions LICENSE

Large diffs are not rendered by default.

339 changes: 339 additions & 0 deletions LICENSE.GPL

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions LICENSE.MIT
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2024 Ge Wang and Perry R. Cook. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
31 changes: 16 additions & 15 deletions src/core/chuck.cpp
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
/*----------------------------------------------------------------------------
ChucK Strongly-timed Audio Programming Language
Compiler and Virtual Machine
Compiler, Virtual Machine, and Synthesis Engine
Copyright (c) 2003 Ge Wang and Perry R. Cook. All rights reserved.
http://chuck.stanford.edu/
http://chuck.cs.princeton.edu/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
U.S.A.
-----------------------------------------------------------------------------*/
it under the dual-license terms of EITHER the MIT License OR the GNU
General Public License (the latter as published by the Free Software
Foundation; either version 2 of the License or, at your option, any
later version).
This program is distributed in the hope that it will be useful and/or
interesting, but WITHOUT ANY WARRANTY; without even the implied warranty
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
MIT Licence and/or the GNU General Public License for details.
You should have received a copy of the MIT License and the GNU General
Public License (GPL) along with this program; a copy of the GPL can also
be obtained by writing to the Free Software Foundation, Inc., 59 Temple
Place, Suite 330, Boston, MA 02111-1307 U.S.A.
-----------------------------------------------------------------------------*/

//-----------------------------------------------------------------------------
// file: chuck.cpp
Expand Down
31 changes: 16 additions & 15 deletions src/core/chuck.h
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
/*----------------------------------------------------------------------------
ChucK Strongly-timed Audio Programming Language
Compiler and Virtual Machine
Compiler, Virtual Machine, and Synthesis Engine
Copyright (c) 2003 Ge Wang and Perry R. Cook. All rights reserved.
http://chuck.stanford.edu/
http://chuck.cs.princeton.edu/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
U.S.A.
-----------------------------------------------------------------------------*/
it under the dual-license terms of EITHER the MIT License OR the GNU
General Public License (the latter as published by the Free Software
Foundation; either version 2 of the License or, at your option, any
later version).
This program is distributed in the hope that it will be useful and/or
interesting, but WITHOUT ANY WARRANTY; without even the implied warranty
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
MIT Licence and/or the GNU General Public License for details.
You should have received a copy of the MIT License and the GNU General
Public License (GPL) along with this program; a copy of the GPL can also
be obtained by writing to the Free Software Foundation, Inc., 59 Temple
Place, Suite 330, Boston, MA 02111-1307 U.S.A.
-----------------------------------------------------------------------------*/

//-----------------------------------------------------------------------------
// file: chuck.h
Expand Down
29 changes: 15 additions & 14 deletions src/core/chuck_absyn.cpp
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
/*----------------------------------------------------------------------------
ChucK Strongly-timed Audio Programming Language
Compiler and Virtual Machine
Compiler, Virtual Machine, and Synthesis Engine
Copyright (c) 2003 Ge Wang and Perry R. Cook. All rights reserved.
http://chuck.stanford.edu/
http://chuck.cs.princeton.edu/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
U.S.A.
it under the dual-license terms of EITHER the MIT License OR the GNU
General Public License (the latter as published by the Free Software
Foundation; either version 2 of the License or, at your option, any
later version).
This program is distributed in the hope that it will be useful and/or
interesting, but WITHOUT ANY WARRANTY; without even the implied warranty
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
MIT Licence and/or the GNU General Public License for details.
You should have received a copy of the MIT License and the GNU General
Public License (GPL) along with this program; a copy of the GPL can also
be obtained by writing to the Free Software Foundation, Inc., 59 Temple
Place, Suite 330, Boston, MA 02111-1307 U.S.A.
-----------------------------------------------------------------------------*/

//-----------------------------------------------------------------------------
Expand Down
29 changes: 15 additions & 14 deletions src/core/chuck_absyn.h
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
/*----------------------------------------------------------------------------
ChucK Strongly-timed Audio Programming Language
Compiler and Virtual Machine
Compiler, Virtual Machine, and Synthesis Engine
Copyright (c) 2003 Ge Wang and Perry R. Cook. All rights reserved.
http://chuck.stanford.edu/
http://chuck.cs.princeton.edu/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
U.S.A.
it under the dual-license terms of EITHER the MIT License OR the GNU
General Public License (the latter as published by the Free Software
Foundation; either version 2 of the License or, at your option, any
later version).
This program is distributed in the hope that it will be useful and/or
interesting, but WITHOUT ANY WARRANTY; without even the implied warranty
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
MIT Licence and/or the GNU General Public License for details.
You should have received a copy of the MIT License and the GNU General
Public License (GPL) along with this program; a copy of the GPL can also
be obtained by writing to the Free Software Foundation, Inc., 59 Temple
Place, Suite 330, Boston, MA 02111-1307 U.S.A.
-----------------------------------------------------------------------------*/

//-----------------------------------------------------------------------------
Expand Down
31 changes: 16 additions & 15 deletions src/core/chuck_carrier.cpp
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
/*----------------------------------------------------------------------------
ChucK Strongly-timed Audio Programming Language
Compiler and Virtual Machine
Compiler, Virtual Machine, and Synthesis Engine
Copyright (c) 2003 Ge Wang and Perry R. Cook. All rights reserved.
http://chuck.stanford.edu/
http://chuck.cs.princeton.edu/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
U.S.A.
-----------------------------------------------------------------------------*/
it under the dual-license terms of EITHER the MIT License OR the GNU
General Public License (the latter as published by the Free Software
Foundation; either version 2 of the License or, at your option, any
later version).
This program is distributed in the hope that it will be useful and/or
interesting, but WITHOUT ANY WARRANTY; without even the implied warranty
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
MIT Licence and/or the GNU General Public License for details.
You should have received a copy of the MIT License and the GNU General
Public License (GPL) along with this program; a copy of the GPL can also
be obtained by writing to the Free Software Foundation, Inc., 59 Temple
Place, Suite 330, Boston, MA 02111-1307 U.S.A.
-----------------------------------------------------------------------------*/

//-----------------------------------------------------------------------------
// file: chuck_carrier.cpp
Expand Down
31 changes: 16 additions & 15 deletions src/core/chuck_carrier.h
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
/*----------------------------------------------------------------------------
ChucK Strongly-timed Audio Programming Language
Compiler and Virtual Machine
Compiler, Virtual Machine, and Synthesis Engine
Copyright (c) 2003 Ge Wang and Perry R. Cook. All rights reserved.
http://chuck.stanford.edu/
http://chuck.cs.princeton.edu/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
U.S.A.
-----------------------------------------------------------------------------*/
it under the dual-license terms of EITHER the MIT License OR the GNU
General Public License (the latter as published by the Free Software
Foundation; either version 2 of the License or, at your option, any
later version).
This program is distributed in the hope that it will be useful and/or
interesting, but WITHOUT ANY WARRANTY; without even the implied warranty
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
MIT Licence and/or the GNU General Public License for details.
You should have received a copy of the MIT License and the GNU General
Public License (GPL) along with this program; a copy of the GPL can also
be obtained by writing to the Free Software Foundation, Inc., 59 Temple
Place, Suite 330, Boston, MA 02111-1307 U.S.A.
-----------------------------------------------------------------------------*/

//-----------------------------------------------------------------------------
// file: chuck_carrier.h
Expand Down
29 changes: 15 additions & 14 deletions src/core/chuck_compile.cpp
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
/*----------------------------------------------------------------------------
ChucK Strongly-timed Audio Programming Language
Compiler and Virtual Machine
Compiler, Virtual Machine, and Synthesis Engine
Copyright (c) 2003 Ge Wang and Perry R. Cook. All rights reserved.
http://chuck.stanford.edu/
http://chuck.cs.princeton.edu/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
U.S.A.
it under the dual-license terms of EITHER the MIT License OR the GNU
General Public License (the latter as published by the Free Software
Foundation; either version 2 of the License or, at your option, any
later version).
This program is distributed in the hope that it will be useful and/or
interesting, but WITHOUT ANY WARRANTY; without even the implied warranty
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
MIT Licence and/or the GNU General Public License for details.
You should have received a copy of the MIT License and the GNU General
Public License (GPL) along with this program; a copy of the GPL can also
be obtained by writing to the Free Software Foundation, Inc., 59 Temple
Place, Suite 330, Boston, MA 02111-1307 U.S.A.
-----------------------------------------------------------------------------*/

//-----------------------------------------------------------------------------
Expand Down
29 changes: 15 additions & 14 deletions src/core/chuck_compile.h
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
/*----------------------------------------------------------------------------
ChucK Strongly-timed Audio Programming Language
Compiler and Virtual Machine
Compiler, Virtual Machine, and Synthesis Engine
Copyright (c) 2003 Ge Wang and Perry R. Cook. All rights reserved.
http://chuck.stanford.edu/
http://chuck.cs.princeton.edu/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
U.S.A.
it under the dual-license terms of EITHER the MIT License OR the GNU
General Public License (the latter as published by the Free Software
Foundation; either version 2 of the License or, at your option, any
later version).
This program is distributed in the hope that it will be useful and/or
interesting, but WITHOUT ANY WARRANTY; without even the implied warranty
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
MIT Licence and/or the GNU General Public License for details.
You should have received a copy of the MIT License and the GNU General
Public License (GPL) along with this program; a copy of the GPL can also
be obtained by writing to the Free Software Foundation, Inc., 59 Temple
Place, Suite 330, Boston, MA 02111-1307 U.S.A.
-----------------------------------------------------------------------------*/

//-----------------------------------------------------------------------------
Expand Down
29 changes: 15 additions & 14 deletions src/core/chuck_def.h
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
/*----------------------------------------------------------------------------
ChucK Strongly-timed Audio Programming Language
Compiler and Virtual Machine
Compiler, Virtual Machine, and Synthesis Engine
Copyright (c) 2003 Ge Wang and Perry R. Cook. All rights reserved.
http://chuck.stanford.edu/
http://chuck.cs.princeton.edu/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
U.S.A.
it under the dual-license terms of EITHER the MIT License OR the GNU
General Public License (the latter as published by the Free Software
Foundation; either version 2 of the License or, at your option, any
later version).
This program is distributed in the hope that it will be useful and/or
interesting, but WITHOUT ANY WARRANTY; without even the implied warranty
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
MIT Licence and/or the GNU General Public License for details.
You should have received a copy of the MIT License and the GNU General
Public License (GPL) along with this program; a copy of the GPL can also
be obtained by writing to the Free Software Foundation, Inc., 59 Temple
Place, Suite 330, Boston, MA 02111-1307 U.S.A.
-----------------------------------------------------------------------------*/

//-----------------------------------------------------------------------------
Expand Down
Loading

0 comments on commit 80fd9b1

Please sign in to comment.