From 434d9fa36cb2fa7be217cfb07cf96937412ce883 Mon Sep 17 00:00:00 2001 From: Ewoud Date: Fri, 12 Apr 2024 13:02:14 +0200 Subject: [PATCH] Update file header text --- data/app.js | 2 +- data/index.css | 4 ++-- data/index.htm | 4 ++-- data/index.js | 4 ++-- platformio.ini | 4 ++-- src/App/AppModDemo.h | 4 ++-- src/Sys/SysModFiles.cpp | 4 ++-- src/Sys/SysModFiles.h | 4 ++-- src/Sys/SysModModel.cpp | 4 ++-- src/Sys/SysModModel.h | 4 ++-- src/Sys/SysModNetwork.cpp | 4 ++-- src/Sys/SysModNetwork.h | 4 ++-- src/Sys/SysModPins.cpp | 4 ++-- src/Sys/SysModPins.h | 4 ++-- src/Sys/SysModPrint.cpp | 4 ++-- src/Sys/SysModPrint.h | 4 ++-- src/Sys/SysModSystem.cpp | 4 ++-- src/Sys/SysModSystem.h | 4 ++-- src/Sys/SysModUI.cpp | 4 ++-- src/Sys/SysModUI.h | 2 +- src/Sys/SysModWeb.cpp | 9 +++------ src/Sys/SysModWeb.h | 4 ++-- src/Sys/SysModWorkFlow.h | 4 ++-- src/Sys/SysStarModJson.h | 4 ++-- src/SysModule.h | 4 ++-- src/SysModules.cpp | 4 ++-- src/SysModules.h | 4 ++-- src/User/UserModE131.h | 4 ++-- src/User/UserModExample.h | 4 ++-- src/User/UserModHA.h | 4 ++-- src/User/UserModInstances.h | 4 ++-- src/User/UserModMDNS.h | 4 ++-- src/main.cpp | 4 ++-- 33 files changed, 65 insertions(+), 68 deletions(-) diff --git a/data/app.js b/data/app.js index ce7f3752..e38629c0 100644 --- a/data/app.js +++ b/data/app.js @@ -1,6 +1,6 @@ // @title StarMod // @file app.js -// @date 20240114 +// @date 20240411 // @repo https://github.com/ewowi/StarMod // @Authors https://github.com/ewowi/StarMod/commits/main // @Copyright © 2024 Github StarMod Commit Authors diff --git a/data/index.css b/data/index.css index 8ca2ca98..45843879 100644 --- a/data/index.css +++ b/data/index.css @@ -1,8 +1,8 @@ /* @title StarMod @file index.css - @date 20240226 - @repo https://github.com/ewowi/StarMod + @date 20240411 + @repo https://github.com/ewowi/StarMod, submit changes to this file as PRs to ewowi/StarMod @Authors https://github.com/ewowi/StarMod/commits/main @Copyright © 2024 Github StarMod Commit Authors @license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 diff --git a/data/index.htm b/data/index.htm index 2a5003ab..53c78519 100644 --- a/data/index.htm +++ b/data/index.htm @@ -1,8 +1,8 @@