version and license file update
This commit is contained in:
@@ -47,3 +47,10 @@ Alternatively, instead of relying on this script you can manually remove the fil
|
||||
Consider donating if you like this package.
|
||||
|
||||
[](https://www.paypal.com/donate/?hosted_button_id=AVGJ5JLTP76K8)
|
||||
|
||||
## License
|
||||
Copyright (C) 2025 Théophile Clet <contact@tflcl.xyz> - https://tflcl.xyz.
|
||||
|
||||
GPL-3.0-or-later
|
||||
|
||||
See the [license file](./LICENSE).
|
||||
|
1
build.sh
1
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
|
||||
|
5
license
5
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. <https://fsf.org/>
|
||||
|
@@ -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",
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user