From 7dbd8553b9461eb706cd8955ef6911ba41c64825 Mon Sep 17 00:00:00 2001 From: Ewoud Date: Mon, 7 Aug 2023 17:38:44 +0200 Subject: [PATCH] File meta data updates --- data/app.js | 6 +++--- data/index.css | 6 +++--- data/index.htm | 6 +++--- data/index.js | 6 +++--- package.json | 6 +++--- platformio.ini | 6 +++--- src/App/AppEffects.h | 6 +++--- src/App/AppLedsV.cpp | 6 +++--- src/App/AppLedsV.h | 6 +++--- src/App/AppModLedFixGen.h | 6 +++--- src/App/AppModLeds.h | 6 +++--- src/Module.h | 6 +++--- src/Sys/SysJsonRDWS.h | 6 +++--- src/Sys/SysModFiles.cpp | 6 +++--- src/Sys/SysModFiles.h | 6 +++--- src/Sys/SysModModel.cpp | 6 +++--- src/Sys/SysModModel.h | 6 +++--- src/Sys/SysModModules.cpp | 6 +++--- src/Sys/SysModModules.h | 6 +++--- src/Sys/SysModNetwork.cpp | 6 +++--- src/Sys/SysModNetwork.h | 6 +++--- src/Sys/SysModPins.cpp | 6 +++--- src/Sys/SysModPins.h | 6 +++--- src/Sys/SysModPrint.cpp | 6 +++--- src/Sys/SysModPrint.h | 6 +++--- src/Sys/SysModSystem.cpp | 6 +++--- src/Sys/SysModSystem.h | 6 +++--- src/Sys/SysModUI.cpp | 6 +++--- src/Sys/SysModUI.h | 6 +++--- src/Sys/SysModWeb.cpp | 6 +++--- src/Sys/SysModWeb.h | 6 +++--- src/User/UserModArtNet.h | 6 +++--- src/User/UserModDDP.h | 8 ++++---- src/User/UserModE131.h | 6 +++--- src/User/UserModExample.h | 6 +++--- src/User/UserModHA.h | 4 ++-- src/main.cpp | 6 +++--- 37 files changed, 111 insertions(+), 111 deletions(-) diff --git a/data/app.js b/data/app.js index 79d4bb31..ddd9326a 100644 --- a/data/app.js +++ b/data/app.js @@ -1,8 +1,8 @@ // @title StarMod // @file app.js -// @date 20230730 -// @repo https://github.com/ewoudwijma/StarMod -// @Authors https://github.com/ewoudwijma/StarMod/commits/main +// @date 20230807 +// @repo https://github.com/ewowi/StarMod +// @Authors https://github.com/ewowi/StarMod/commits/main // @Copyright (c) 2023 Github StarMod Commit Authors // @license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 diff --git a/data/index.css b/data/index.css index 54f7461d..3f702d38 100644 --- a/data/index.css +++ b/data/index.css @@ -1,9 +1,9 @@ /* @title StarMod @file index.css - @date 20230730 - @repo https://github.com/ewoudwijma/StarMod - @Authors https://github.com/ewoudwijma/StarMod/commits/main + @date 20230807 + @repo https://github.com/ewowi/StarMod + @Authors https://github.com/ewowi/StarMod/commits/main @Copyright (c) 2023 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 65510b56..54216847 100644 --- a/data/index.htm +++ b/data/index.htm @@ -1,8 +1,8 @@ diff --git a/data/index.js b/data/index.js index 5b354b93..4cabb588 100644 --- a/data/index.js +++ b/data/index.js @@ -1,8 +1,8 @@ // @title StarMod // @file index.css -// @date 20230730 -// @repo https://github.com/ewoudwijma/StarMod -// @Authors https://github.com/ewoudwijma/StarMod/commits/main +// @date 20230807 +// @repo https://github.com/ewowi/StarMod +// @Authors https://github.com/ewowi/StarMod/commits/main // @Copyright (c) 2023 Github StarMod Commit Authors // @license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 diff --git a/package.json b/package.json index 996ed63d..0c42b077 100644 --- a/package.json +++ b/package.json @@ -13,14 +13,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/ewoudwijma/playground.git" + "url": "git+https://github.com/ewowi/StarMod.git" }, "author": "", "license": "ISC", "bugs": { - "url": "https://github.com/ewoudwijma/playground/issues" + "url": "https://github.com/ewowi/StarMod/issues" }, - "homepage": "https://github.com/ewoudwijma/playground#readme", + "homepage": "https://github.com/ewowi/StarMod#readme", "dependencies": { "clean-css": "^4.2.3", "html-minifier-terser": "^5.1.1", diff --git a/platformio.ini b/platformio.ini index 058511f0..22c228dd 100644 --- a/platformio.ini +++ b/platformio.ini @@ -1,8 +1,8 @@ ; @title StarMod ; @file platformio.ini -; @date 20230730 -; @repo https://github.com/ewoudwijma/StarMod -; @Authors https://github.com/ewoudwijma/StarMod/commits/main +; @date 20230807 +; @repo https://github.com/ewowi/StarMod +; @Authors https://github.com/ewowi/StarMod/commits/main ; @Copyright (c) 2023 Github StarMod Commit Authors ; @license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 diff --git a/src/App/AppEffects.h b/src/App/AppEffects.h index 1f706d48..1b0c1619 100644 --- a/src/App/AppEffects.h +++ b/src/App/AppEffects.h @@ -1,9 +1,9 @@ /* @title StarMod @file AppEffects.h - @date 20230730 - @repo https://github.com/ewoudwijma/StarMod - @Authors https://github.com/ewoudwijma/StarMod/commits/main + @date 20230807 + @repo https://github.com/ewowi/StarMod + @Authors https://github.com/ewowi/StarMod/commits/main @Copyright (c) 2023 Github StarMod Commit Authors @license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 */ diff --git a/src/App/AppLedsV.cpp b/src/App/AppLedsV.cpp index 1e02fb34..167229a2 100644 --- a/src/App/AppLedsV.cpp +++ b/src/App/AppLedsV.cpp @@ -1,9 +1,9 @@ /* @title StarMod @file AppModLeds.cpp - @date 20230730 - @repo https://github.com/ewoudwijma/StarMod - @Authors https://github.com/ewoudwijma/StarMod/commits/main + @date 20230807 + @repo https://github.com/ewowi/StarMod + @Authors https://github.com/ewowi/StarMod/commits/main @Copyright (c) 2023 Github StarMod Commit Authors @license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 */ diff --git a/src/App/AppLedsV.h b/src/App/AppLedsV.h index 27c18803..576de3d0 100644 --- a/src/App/AppLedsV.h +++ b/src/App/AppLedsV.h @@ -1,9 +1,9 @@ /* @title StarMod @file AppLedsV.h - @date 20230730 - @repo https://github.com/ewoudwijma/StarMod - @Authors https://github.com/ewoudwijma/StarMod/commits/main + @date 20230807 + @repo https://github.com/ewowi/StarMod + @Authors https://github.com/ewowi/StarMod/commits/main @Copyright (c) 2023 Github StarMod Commit Authors @license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 */ diff --git a/src/App/AppModLedFixGen.h b/src/App/AppModLedFixGen.h index 93634655..b2df553c 100644 --- a/src/App/AppModLedFixGen.h +++ b/src/App/AppModLedFixGen.h @@ -1,9 +1,9 @@ /* @title StarMod @file AppModLedFixGen.h - @date 20230730 - @repo https://github.com/ewoudwijma/StarMod - @Authors https://github.com/ewoudwijma/StarMod/commits/main + @date 20230807 + @repo https://github.com/ewowi/StarMod + @Authors https://github.com/ewowi/StarMod/commits/main @Copyright (c) 2023 Github StarMod Commit Authors @license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 */ diff --git a/src/App/AppModLeds.h b/src/App/AppModLeds.h index aafef0aa..5dd2b9b7 100644 --- a/src/App/AppModLeds.h +++ b/src/App/AppModLeds.h @@ -1,9 +1,9 @@ /* @title StarMod @file AppModLeds.h - @date 20230730 - @repo https://github.com/ewoudwijma/StarMod - @Authors https://github.com/ewoudwijma/StarMod/commits/main + @date 20230807 + @repo https://github.com/ewowi/StarMod + @Authors https://github.com/ewowi/StarMod/commits/main @Copyright (c) 2023 Github StarMod Commit Authors @license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 */ diff --git a/src/Module.h b/src/Module.h index b6bdaa94..b50a2f25 100644 --- a/src/Module.h +++ b/src/Module.h @@ -1,9 +1,9 @@ /* @title StarMod @file Module.h - @date 20230730 - @repo https://github.com/ewoudwijma/StarMod - @Authors https://github.com/ewoudwijma/StarMod/commits/main + @date 20230807 + @repo https://github.com/ewowi/StarMod + @Authors https://github.com/ewowi/StarMod/commits/main @Copyright (c) 2023 Github StarMod Commit Authors @license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 */ diff --git a/src/Sys/SysJsonRDWS.h b/src/Sys/SysJsonRDWS.h index df7dab99..1f91cfc8 100644 --- a/src/Sys/SysJsonRDWS.h +++ b/src/Sys/SysJsonRDWS.h @@ -1,9 +1,9 @@ /* @title StarMod @file SysJsonRDWS.h - @date 20230730 - @repo https://github.com/ewoudwijma/StarMod - @Authors https://github.com/ewoudwijma/StarMod/commits/main + @date 20230807 + @repo https://github.com/ewowi/StarMod + @Authors https://github.com/ewowi/StarMod/commits/main @Copyright (c) 2023 Github StarMod Commit Authors @license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 */ diff --git a/src/Sys/SysModFiles.cpp b/src/Sys/SysModFiles.cpp index 7768dac5..bbfd7278 100644 --- a/src/Sys/SysModFiles.cpp +++ b/src/Sys/SysModFiles.cpp @@ -1,9 +1,9 @@ /* @title StarMod @file SysModFiles.cpp - @date 20230730 - @repo https://github.com/ewoudwijma/StarMod - @Authors https://github.com/ewoudwijma/StarMod/commits/main + @date 20230807 + @repo https://github.com/ewowi/StarMod + @Authors https://github.com/ewowi/StarMod/commits/main @Copyright (c) 2023 Github StarMod Commit Authors @license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 */ diff --git a/src/Sys/SysModFiles.h b/src/Sys/SysModFiles.h index f215c9fa..c69c42d3 100644 --- a/src/Sys/SysModFiles.h +++ b/src/Sys/SysModFiles.h @@ -1,9 +1,9 @@ /* @title StarMod @file SysModFiles.h - @date 20230730 - @repo https://github.com/ewoudwijma/StarMod - @Authors https://github.com/ewoudwijma/StarMod/commits/main + @date 20230807 + @repo https://github.com/ewowi/StarMod + @Authors https://github.com/ewowi/StarMod/commits/main @Copyright (c) 2023 Github StarMod Commit Authors @license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 */ diff --git a/src/Sys/SysModModel.cpp b/src/Sys/SysModModel.cpp index 993f05fb..70f1b26a 100644 --- a/src/Sys/SysModModel.cpp +++ b/src/Sys/SysModModel.cpp @@ -1,9 +1,9 @@ /* @title StarMod @file SysModModel.cpp - @date 20230730 - @repo https://github.com/ewoudwijma/StarMod - @Authors https://github.com/ewoudwijma/StarMod/commits/main + @date 20230807 + @repo https://github.com/ewowi/StarMod + @Authors https://github.com/ewowi/StarMod/commits/main @Copyright (c) 2023 Github StarMod Commit Authors @license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 */ diff --git a/src/Sys/SysModModel.h b/src/Sys/SysModModel.h index 0ed6cbe1..4c3f71ce 100644 --- a/src/Sys/SysModModel.h +++ b/src/Sys/SysModModel.h @@ -1,9 +1,9 @@ /* @title StarMod @file SysModModel.h - @date 20230730 - @repo https://github.com/ewoudwijma/StarMod - @Authors https://github.com/ewoudwijma/StarMod/commits/main + @date 20230807 + @repo https://github.com/ewowi/StarMod + @Authors https://github.com/ewowi/StarMod/commits/main @Copyright (c) 2023 Github StarMod Commit Authors @license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 */ diff --git a/src/Sys/SysModModules.cpp b/src/Sys/SysModModules.cpp index 4e1d0fe5..31048929 100644 --- a/src/Sys/SysModModules.cpp +++ b/src/Sys/SysModModules.cpp @@ -1,9 +1,9 @@ /* @title StarMod @file Modules.cpp - @date 20230730 - @repo https://github.com/ewoudwijma/StarMod - @Authors https://github.com/ewoudwijma/StarMod/commits/main + @date 20230807 + @repo https://github.com/ewowi/StarMod + @Authors https://github.com/ewowi/StarMod/commits/main @Copyright (c) 2023 Github StarMod Commit Authors @license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 */ diff --git a/src/Sys/SysModModules.h b/src/Sys/SysModModules.h index 7d9041ce..241caffb 100644 --- a/src/Sys/SysModModules.h +++ b/src/Sys/SysModModules.h @@ -1,9 +1,9 @@ /* @title StarMod @file SysModModules.h - @date 20230730 - @repo https://github.com/ewoudwijma/StarMod - @Authors https://github.com/ewoudwijma/StarMod/commits/main + @date 20230807 + @repo https://github.com/ewowi/StarMod + @Authors https://github.com/ewowi/StarMod/commits/main @Copyright (c) 2023 Github StarMod Commit Authors @license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 */ diff --git a/src/Sys/SysModNetwork.cpp b/src/Sys/SysModNetwork.cpp index 37baf4a6..602f9c37 100644 --- a/src/Sys/SysModNetwork.cpp +++ b/src/Sys/SysModNetwork.cpp @@ -1,9 +1,9 @@ /* @title StarMod @file SysModNetwork.cpp - @date 20230730 - @repo https://github.com/ewoudwijma/StarMod - @Authors https://github.com/ewoudwijma/StarMod/commits/main + @date 20230807 + @repo https://github.com/ewowi/StarMod + @Authors https://github.com/ewowi/StarMod/commits/main @Copyright (c) 2023 Github StarMod Commit Authors @license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 */ diff --git a/src/Sys/SysModNetwork.h b/src/Sys/SysModNetwork.h index e9be6a0b..15b059df 100644 --- a/src/Sys/SysModNetwork.h +++ b/src/Sys/SysModNetwork.h @@ -1,9 +1,9 @@ /* @title StarMod @file SysModNetwork.h - @date 20230730 - @repo https://github.com/ewoudwijma/StarMod - @Authors https://github.com/ewoudwijma/StarMod/commits/main + @date 20230807 + @repo https://github.com/ewowi/StarMod + @Authors https://github.com/ewowi/StarMod/commits/main @Copyright (c) 2023 Github StarMod Commit Authors @license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 */ diff --git a/src/Sys/SysModPins.cpp b/src/Sys/SysModPins.cpp index 8e1c72e8..b5bcfe7b 100644 --- a/src/Sys/SysModPins.cpp +++ b/src/Sys/SysModPins.cpp @@ -1,9 +1,9 @@ /* @title StarMod @file SysModPins.cpp - @date 20230730 - @repo https://github.com/ewoudwijma/StarMod - @Authors https://github.com/ewoudwijma/StarMod/commits/main + @date 20230807 + @repo https://github.com/ewowi/StarMod + @Authors https://github.com/ewowi/StarMod/commits/main @Copyright (c) 2023 Github StarMod Commit Authors @license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 */ diff --git a/src/Sys/SysModPins.h b/src/Sys/SysModPins.h index 9c8405ed..4aa45311 100644 --- a/src/Sys/SysModPins.h +++ b/src/Sys/SysModPins.h @@ -1,9 +1,9 @@ /* @title StarMod @file SysModPins.h - @date 20230730 - @repo https://github.com/ewoudwijma/StarMod - @Authors https://github.com/ewoudwijma/StarMod/commits/main + @date 20230807 + @repo https://github.com/ewowi/StarMod + @Authors https://github.com/ewowi/StarMod/commits/main @Copyright (c) 2023 Github StarMod Commit Authors @license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 */ diff --git a/src/Sys/SysModPrint.cpp b/src/Sys/SysModPrint.cpp index 2703ba35..a91ce081 100644 --- a/src/Sys/SysModPrint.cpp +++ b/src/Sys/SysModPrint.cpp @@ -1,9 +1,9 @@ /* @title StarMod @file SysModPrint.h - @date 20230730 - @repo https://github.com/ewoudwijma/StarMod - @Authors https://github.com/ewoudwijma/StarMod/commits/main + @date 20230807 + @repo https://github.com/ewowi/StarMod + @Authors https://github.com/ewowi/StarMod/commits/main @Copyright (c) 2023 Github StarMod Commit Authors @license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 */ diff --git a/src/Sys/SysModPrint.h b/src/Sys/SysModPrint.h index 154951c9..17ba6e2a 100644 --- a/src/Sys/SysModPrint.h +++ b/src/Sys/SysModPrint.h @@ -1,9 +1,9 @@ /* @title StarMod @file SysModPrint.h - @date 20230730 - @repo https://github.com/ewoudwijma/StarMod - @Authors https://github.com/ewoudwijma/StarMod/commits/main + @date 20230807 + @repo https://github.com/ewowi/StarMod + @Authors https://github.com/ewowi/StarMod/commits/main @Copyright (c) 2023 Github StarMod Commit Authors @license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 */ diff --git a/src/Sys/SysModSystem.cpp b/src/Sys/SysModSystem.cpp index a8310820..4c691a20 100644 --- a/src/Sys/SysModSystem.cpp +++ b/src/Sys/SysModSystem.cpp @@ -1,9 +1,9 @@ /* @title StarMod @file SysModSystem.cpp - @date 20230730 - @repo https://github.com/ewoudwijma/StarMod - @Authors https://github.com/ewoudwijma/StarMod/commits/main + @date 20230807 + @repo https://github.com/ewowi/StarMod + @Authors https://github.com/ewowi/StarMod/commits/main @Copyright (c) 2023 Github StarMod Commit Authors @license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 */ diff --git a/src/Sys/SysModSystem.h b/src/Sys/SysModSystem.h index e1634d96..87a1b26f 100644 --- a/src/Sys/SysModSystem.h +++ b/src/Sys/SysModSystem.h @@ -1,9 +1,9 @@ /* @title StarMod @file SysModSystem.h - @date 20230730 - @repo https://github.com/ewoudwijma/StarMod - @Authors https://github.com/ewoudwijma/StarMod/commits/main + @date 20230807 + @repo https://github.com/ewowi/StarMod + @Authors https://github.com/ewowi/StarMod/commits/main @Copyright (c) 2023 Github StarMod Commit Authors @license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 */ diff --git a/src/Sys/SysModUI.cpp b/src/Sys/SysModUI.cpp index 57625465..5be37f82 100644 --- a/src/Sys/SysModUI.cpp +++ b/src/Sys/SysModUI.cpp @@ -1,9 +1,9 @@ /* @title StarMod @file SysModUI.cpp - @date 20230730 - @repo https://github.com/ewoudwijma/StarMod - @Authors https://github.com/ewoudwijma/StarMod/commits/main + @date 20230807 + @repo https://github.com/ewowi/StarMod + @Authors https://github.com/ewowi/StarMod/commits/main @Copyright (c) 2023 Github StarMod Commit Authors @license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 */ diff --git a/src/Sys/SysModUI.h b/src/Sys/SysModUI.h index ff0f1102..51447668 100644 --- a/src/Sys/SysModUI.h +++ b/src/Sys/SysModUI.h @@ -1,9 +1,9 @@ /* @title StarMod @file SysModUI.h - @date 20230730 - @repo https://github.com/ewoudwijma/StarMod - @Authors https://github.com/ewoudwijma/StarMod/commits/main + @date 20230807 + @repo https://github.com/ewowi/StarMod + @Authors https://github.com/ewowi/StarMod/commits/main @Copyright (c) 2023 Github StarMod Commit Authors @license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 */ diff --git a/src/Sys/SysModWeb.cpp b/src/Sys/SysModWeb.cpp index 752bd31f..455e51de 100644 --- a/src/Sys/SysModWeb.cpp +++ b/src/Sys/SysModWeb.cpp @@ -1,9 +1,9 @@ /* @title StarMod @file SysModWeb.cpp - @date 20230730 - @repo https://github.com/ewoudwijma/StarMod - @Authors https://github.com/ewoudwijma/StarMod/commits/main + @date 20230807 + @repo https://github.com/ewowi/StarMod + @Authors https://github.com/ewowi/StarMod/commits/main @Copyright (c) 2023 Github StarMod Commit Authors @license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 */ diff --git a/src/Sys/SysModWeb.h b/src/Sys/SysModWeb.h index 12b70c1e..73816ba4 100644 --- a/src/Sys/SysModWeb.h +++ b/src/Sys/SysModWeb.h @@ -1,9 +1,9 @@ /* @title StarMod @file SysModWeb.h - @date 20230730 - @repo https://github.com/ewoudwijma/StarMod - @Authors https://github.com/ewoudwijma/StarMod/commits/main + @date 20230807 + @repo https://github.com/ewowi/StarMod + @Authors https://github.com/ewowi/StarMod/commits/main @Copyright (c) 2023 Github StarMod Commit Authors @license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 */ diff --git a/src/User/UserModArtNet.h b/src/User/UserModArtNet.h index fe60d051..f13f6337 100644 --- a/src/User/UserModArtNet.h +++ b/src/User/UserModArtNet.h @@ -1,9 +1,9 @@ /* @title StarMod @file UserModArtNet.h - @date 20230730 - @repo https://github.com/ewoudwijma/StarMod - @Authors https://github.com/ewoudwijma/StarMod/commits/main + @date 20230807 + @repo https://github.com/ewowi/StarMod + @Authors https://github.com/ewowi/StarMod/commits/main @Copyright (c) 2023 Github StarMod Commit Authors @license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 */ diff --git a/src/User/UserModDDP.h b/src/User/UserModDDP.h index a1f8b0e6..925e01dd 100644 --- a/src/User/UserModDDP.h +++ b/src/User/UserModDDP.h @@ -1,9 +1,9 @@ /* @title StarMod - @file UserModArtNet.h - @date 20230730 - @repo https://github.com/ewoudwijma/StarMod - @Authors https://github.com/ewoudwijma/StarMod/commits/main + @file UserModDDP.h + @date 20230807 + @repo https://github.com/ewowi/StarMod + @Authors https://github.com/ewowi/StarMod/commits/main @Copyright (c) 2023 Github StarMod Commit Authors @license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 */ diff --git a/src/User/UserModE131.h b/src/User/UserModE131.h index 95158c85..cf45a1e5 100644 --- a/src/User/UserModE131.h +++ b/src/User/UserModE131.h @@ -1,9 +1,9 @@ /* @title StarMod @file UserModE131.h - @date 20230730 - @repo https://github.com/ewoudwijma/StarMod - @Authors https://github.com/ewoudwijma/StarMod/commits/main + @date 20230807 + @repo https://github.com/ewowi/StarMod + @Authors https://github.com/ewowi/StarMod/commits/main @Copyright (c) 2023 Github StarMod Commit Authors @license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 */ diff --git a/src/User/UserModExample.h b/src/User/UserModExample.h index 9b6524ce..fd3fcd00 100644 --- a/src/User/UserModExample.h +++ b/src/User/UserModExample.h @@ -1,9 +1,9 @@ /* @title StarMod @file UserModExample.h - @date 20230730 - @repo https://github.com/ewoudwijma/StarMod - @Authors https://github.com/ewoudwijma/StarMod/commits/main + @date 20230807 + @repo https://github.com/ewowi/StarMod + @Authors https://github.com/ewowi/StarMod/commits/main @Copyright (c) 2023 Github StarMod Commit Authors @license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 */ diff --git a/src/User/UserModHA.h b/src/User/UserModHA.h index eaef562e..81c2f91f 100644 --- a/src/User/UserModHA.h +++ b/src/User/UserModHA.h @@ -2,8 +2,8 @@ @title StarMod @file UserModHA.h @date 20230731 - @repo https://github.com/ewoudwijma/StarMod - @Authors https://github.com/ewoudwijma/StarMod/commits/main + @repo https://github.com/ewowi/StarMod + @Authors https://github.com/ewowi/StarMod/commits/main @Copyright (c) 2023 Github StarMod Commit Authors @license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 */ diff --git a/src/main.cpp b/src/main.cpp index 2abb0026..27a12baa 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,9 +1,9 @@ /* @title StarMod @file main.cpp - @date 20230730 - @repo https://github.com/ewoudwijma/StarMod - @Authors https://github.com/ewoudwijma/StarMod/commits/main + @date 20230807 + @repo https://github.com/ewowi/StarMod + @Authors https://github.com/ewowi/StarMod/commits/main @Copyright (c) 2023 Github StarMod Commit Authors @license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 */