diff --git a/README.md b/README.md index b862e56..c22ded0 100644 --- a/README.md +++ b/README.md @@ -47,3 +47,10 @@ Alternatively, instead of relying on this script you can manually remove the fil Consider donating if you like this package. [![Paypal donation button](https://pics.paypal.com/00/s/YjdhYzU5ZDItYjM0Yi00MGE1LWEzMWEtZGQ2NzVjMDI3MDg2/file.PNG)](https://www.paypal.com/donate/?hosted_button_id=AVGJ5JLTP76K8) + +## License +Copyright (C) 2025 Théophile Clet - https://tflcl.xyz. + +GPL-3.0-or-later + +See the [license file](./LICENSE). diff --git a/build.sh b/build.sh index 77b02fc..efac241 100755 --- a/build.sh +++ b/build.sh @@ -30,6 +30,7 @@ copy_files() { find . -type f \ -not -path "*/.*" \ -not -path "./dist/*" \ + -not -path "./media/*" \ -not -name "build.sh" | while read -r file; do # Get filename without path diff --git a/license b/license index 2a7b7b4..228f9b3 100644 --- a/license +++ b/license @@ -1,7 +1,4 @@ - tc.preset package for Cycling 74 Max - Copyright 2024-2025 - Théophile Clet - - GNU GENERAL PUBLIC LICENSE + GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. diff --git a/max8.package-info.json b/max8.package-info.json index 70ecc84..0f90fd6 100644 --- a/max8.package-info.json +++ b/max8.package-info.json @@ -1,7 +1,7 @@ { "name" : "tc.preset", "displayname" : "", - "version" : "0.0.2", + "version" : "1.0.0", "author" : "Théophile Clet", "authors" : [ ], "description" : "A jsui replacement for the preset object", diff --git a/max9.package-info.json b/max9.package-info.json index f65a976..c6cbfdf 100644 --- a/max9.package-info.json +++ b/max9.package-info.json @@ -1,7 +1,7 @@ { "name" : "tc.preset", "displayname" : "", - "version" : "0.0.2", + "version" : "1.0.0", "author" : "Théophile Clet", "authors" : [ ], "description" : "A v8ui replacement for the preset object",