Skip to content

Commit

Permalink
Add LICENSE separately, create public README, update package-info, ad…
Browse files Browse the repository at this point in the history
…d icon for PM
  • Loading branch information
isabelgk committed Feb 11, 2021
1 parent e5a9fdc commit 5c44b6d
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 23 deletions.
11 changes: 11 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
License Agreement

The Software is provided by Dan Trueman, R. Luke DuBois and the Computer Music Center, Columbia University (hereinafter referred to as the "AUTHOR"), free of charge and may be distributed free of charge, provided that this documentation is included unchanged with the software. You may not sell the software, nor may you take a fee or commission for providing the software to another person, nor may you include the software with or as part of other software that is sold for a fee without prior written permission from the Author. Source code for the software, if provided, can be re-used for educational or non-commercial purposes provided the Author is credited both in the product source and in the final product. The source code for this software may not be re-used for commercial purposes without negotiating and obtaining a commercial licensing agreement from the Author.

Disclaimer of Warranty on Software

The software is provided "AS IS" and without warranty of any kind. The Author expressly disclaims all warranties, express or implied, including, but not limited to, the fitness for a particular purpose. The Author does not warrant that the software will be uninterrupted or error-free, or that defects in the software will be corrected. Furthermore, The Author does not warrant or make any representations regarding the use or the results of the use of the software in terms of their correctness, accuracy, reliability, or otherwise. No oral or written information or advice given by the Author shall create a warranty or in any way increase the scope of this warranty. Should the software prove defective, you (and not the author) assume the entire cost of all necessary servicing, repair or correction of the software, or the computer system with which it is used.

Limitation of Liability

Under no circumstances, including negligence, shall the Author be liable for any incidental, special, or consequential damages that result from the use or inability to use the software, even if the Author has been advised of the possibility of such damages.
7 changes: 7 additions & 0 deletions README-public.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# percolate
A collection of synthesis, signal processing, and image processing objects. Originally authored by Dan Trueman and Luke Dubois as well as based on tools from Perry R. Cook, Gary Scavone, and Brad Garton.

- Dan Trueman: http://manyarrowsmusic.com/about.html
- Luke Dubois: http://lukedubois.com/
- Synthesis Toolkit (STK) by Perry R. Cook and Gary Scavone: https://ccrma.stanford.edu/software/stk/
- Real-Time Cmix by Brad Garton: http://sites.music.columbia.edu/cmc/RTcmix/
16 changes: 1 addition & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# percolate
A collection of synthesis, signal processing, and image processing objects originally authored by Dan Trueman and Luke Dubois
A collection of synthesis, signal processing, and image processing objects originally authored by Dan Trueman and Luke Dubois.

## Hacking

Expand All @@ -17,17 +17,3 @@ git rm -r --cached source/maxsdk
```

If you're building a C++ file, you may need to update the header search path in Xcode/Visual Studio so that the pre-processor can find the STK headers.

## License

License Agreement

The Software is provided by Dan Trueman, R. Luke DuBois and the Computer Music Center, Columbia University (hereinafter referred to as the "AUTHOR"), free of charge and may be distributed free of charge, provided that this documentation is included unchanged with the software. You may not sell the software, nor may you take a fee or commission for providing the software to another person, nor may you include the software with or as part of other software that is sold for a fee without prior written permission from the Author. Source code for the software, if provided, can be re-used for educational or non-commercial purposes provided the Author is credited both in the product source and in the final product. The source code for this software may not be re-used for commercial purposes without negotiating and obtaining a commercial licensing agreement from the Author.

Disclaimer of Warranty on Software

The software is provided "AS IS" and without warranty of any kind. The Author expressly disclaims all warranties, express or implied, including, but not limited to, the fitness for a particular purpose. The Author does not warrant that the software will be uninterrupted or error-free, or that defects in the software will be corrected. Furthermore, The Author does not warrant or make any representations regarding the use or the results of the use of the software in terms of their correctness, accuracy, reliability, or otherwise. No oral or written information or advice given by the Author shall create a warranty or in any way increase the scope of this warranty. Should the software prove defective, you (and not the author) assume the entire cost of all necessary servicing, repair or correction of the software, or the computer system with which it is used.

Limitation of Liability

Under no circumstances, including negligence, shall the Author be liable for any incidental, special, or consequential damages that result from the use or inability to use the software, even if the Author has been advised of the possibility of such damages.
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 15 additions & 8 deletions package-info.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
{
"name": "PeRColate",
"type": "package",
"author": "Luke DuBois and Dan Trueman",
"description": "Instrument Modeling",
"version": "1.3",
"major_version": "1",
"minor_version": "3",
"min_max_version": "608",
"min_osx_version": "60",
"min_win_version": "None",
"description": "A collection of synthesis, signal processing, and image processing objects originally authored by Dan Trueman and Luke Dubois.",
"homepatcher": "PeRColate.maxpat",
"max_version_min" : "8.0", "max_version_max" : "none",
"os" : {
"macintosh" : {
"platform" : [ "x64" ],
"min_version" : "10.9"
},
"windows" : {
"platform" : [ "x64" ],
"min_version" : "none"
}
},
"tags": ["synthesis", "physical modeling"],
"version": "1.3.0",
"website": "https://github.com/Cycling74/percolate"
}

0 comments on commit 5c44b6d

Please sign in to comment.