diff --git a/package-lock.json b/package-lock.json index 50c1c3e7..55f49d1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "wled", "version": "0.14.0-b25.29", - "license": "ISC", + "license": "GPL-3.0-or-later", "dependencies": { "clean-css": "^4.2.3", "html-minifier-terser": "^5.1.1", diff --git a/package.json b/package.json index 57767f05..ac769242 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "url": "git+https://github.com/MoonModules/WLED.git" }, "author": "", - "license": "ISC", + "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/MoonModules/WLED/issues" }, diff --git a/wled00/data/settings_sec.htm b/wled00/data/settings_sec.htm index 06444a40..a14c441b 100644 --- a/wled00/data/settings_sec.htm +++ b/wled00/data/settings_sec.htm @@ -121,7 +121,7 @@ fork of WLED:
Contributors, dependencies and special thanks
A huge thank you to everyone who helped me create WLED!

- (c) 2016-2023 Christian Schwinne
+ WLED core (c) 2016-2023 Christian Schwinne
Licensed under the MIT license

Server message: Response error!
diff --git a/wled00/wled.h b/wled00/wled.h index 7701edeb..d5b34617 100644 --- a/wled00/wled.h +++ b/wled00/wled.h @@ -8,7 +8,7 @@ */ // version code in format yymmddb (b = daily build) -#define VERSION 2307210 +#define VERSION 2307260 //uncomment this if you have a "my_config.h" file you'd like to use //#define WLED_USE_MY_CONFIG