version and license file update

This commit is contained in:
2025-10-10 01:28:04 +02:00
parent 60b0be1155
commit 2c6d649d17
5 changed files with 11 additions and 6 deletions

View File

@@ -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 <contact@tflcl.xyz> - https://tflcl.xyz.
GPL-3.0-or-later
See the [license file](./LICENSE).

View File

@@ -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

View File

@@ -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/>

View File

@@ -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",

View File

@@ -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",