Skip to content

Commit

Permalink
update copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
obiltschnig committed Jan 31, 2023
1 parent 9bd9c0e commit 64c46e0
Show file tree
Hide file tree
Showing 29 changed files with 690 additions and 689 deletions.
2 changes: 1 addition & 1 deletion html/footer.inc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<footer>
<div class="footercontainer">
<div class="footer">
<%= pageTemplate["softwareVersion"] %> | &copy; 2015-2022 by <a href="https://macchina.io">Applied Informatics GmbH</a>
<%= pageTemplate["softwareVersion"] %> | &copy; 2015-2023 by <a href="https://macchina.io">Applied Informatics GmbH</a>
</div>
</div>
</footer>
Expand Down
4 changes: 2 additions & 2 deletions src/AjaxCore.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// AjaxCore.cpp
//
// This file has been generated from AjaxCore.cpsp on 2022-04-10 09:31:12.
// This file has been generated from AjaxCore.cpsp on 2023-01-31 11:25:53.
//


Expand Down Expand Up @@ -148,7 +148,7 @@ static const unsigned char data[] = {

static bool checkModified(Poco::Net::HTTPServerRequest& request)
{
Poco::DateTime modified(2020, 8, 8, 9, 29, 50);
Poco::DateTime modified(2022, 11, 26, 18, 45, 6);
request.response().setChunkedTransferEncoding(false);
request.response().set("Last-Modified", Poco::DateTimeFormatter::format(modified, Poco::DateTimeFormat::HTTP_FORMAT));
if (request.has("If-Modified-Since"))
Expand Down
2 changes: 1 addition & 1 deletion src/AjaxCore.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// AjaxCore.h
//
// This file has been generated from AjaxCore.cpsp on 2022-04-10 09:31:12.
// This file has been generated from AjaxCore.cpsp on 2023-01-31 11:25:53.
//


Expand Down
4 changes: 2 additions & 2 deletions src/CreateDevicePage.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CreateDevicePage.cpp
//
// This file has been generated from CreateDevicePage.cpsp on 2022-04-10 09:31:11.
// This file has been generated from CreateDevicePage.cpsp on 2023-01-31 11:25:56.
//


Expand Down Expand Up @@ -198,7 +198,7 @@ pageTemplate.set("onload"s, "document.getElementById('deviceNameInput').focus();
responseStream << " ";
#line 6 "/Users/guenter/ws/git/my-devices/gateway/html/footer.inc"
responseStream << ( pageTemplate["softwareVersion"] );
responseStream << " | &copy; 2015-2022 by <a href=\"https://macchina.io\">Applied Informatics GmbH</a>\n";
responseStream << " | &copy; 2015-2023 by <a href=\"https://macchina.io\">Applied Informatics GmbH</a>\n";
responseStream << " </div>\n";
responseStream << " </div>\n";
responseStream << " </footer>\n";
Expand Down
2 changes: 1 addition & 1 deletion src/CreateDevicePage.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CreateDevicePage.h
//
// This file has been generated from CreateDevicePage.cpsp on 2022-04-10 09:31:11.
// This file has been generated from CreateDevicePage.cpsp on 2023-01-31 11:25:56.
//


Expand Down
4 changes: 2 additions & 2 deletions src/DevicePage.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// DevicePage.cpp
//
// This file has been generated from DevicePage.cpsp on 2022-04-10 09:31:11.
// This file has been generated from DevicePage.cpsp on 2023-01-31 11:25:56.
//


Expand Down Expand Up @@ -409,7 +409,7 @@ pageTemplate.set("onload"s, "document.getElementById('deviceNameInput').focus();
responseStream << " ";
#line 6 "/Users/guenter/ws/git/my-devices/gateway/html/footer.inc"
responseStream << ( pageTemplate["softwareVersion"] );
responseStream << " | &copy; 2015-2022 by <a href=\"https://macchina.io\">Applied Informatics GmbH</a>\n";
responseStream << " | &copy; 2015-2023 by <a href=\"https://macchina.io\">Applied Informatics GmbH</a>\n";
responseStream << " </div>\n";
responseStream << " </div>\n";
responseStream << " </footer>\n";
Expand Down
2 changes: 1 addition & 1 deletion src/DevicePage.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// DevicePage.h
//
// This file has been generated from DevicePage.cpsp on 2022-04-10 09:31:11.
// This file has been generated from DevicePage.cpsp on 2023-01-31 11:25:56.
//


Expand Down
4 changes: 2 additions & 2 deletions src/FavIcon.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// FavIcon.cpp
//
// This file has been generated from FavIcon.cpsp on 2022-04-10 09:31:12.
// This file has been generated from FavIcon.cpsp on 2023-01-31 11:25:55.
//


Expand Down Expand Up @@ -91,7 +91,7 @@ static const unsigned char data[] = {

static bool checkModified(Poco::Net::HTTPServerRequest& request)
{
Poco::DateTime modified(2021, 11, 27, 20, 14, 5);
Poco::DateTime modified(2022, 11, 26, 18, 45, 6);
request.response().setChunkedTransferEncoding(false);
request.response().set("Last-Modified", Poco::DateTimeFormatter::format(modified, Poco::DateTimeFormat::HTTP_FORMAT));
if (request.has("If-Modified-Since"))
Expand Down
2 changes: 1 addition & 1 deletion src/FavIcon.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// FavIcon.h
//
// This file has been generated from FavIcon.cpsp on 2022-04-10 09:31:12.
// This file has been generated from FavIcon.cpsp on 2023-01-31 11:25:55.
//


Expand Down
4 changes: 2 additions & 2 deletions src/HeaderLogo.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// HeaderLogo.cpp
//
// This file has been generated from HeaderLogo.cpsp on 2022-04-10 09:31:12.
// This file has been generated from HeaderLogo.cpsp on 2023-01-31 11:25:55.
//


Expand Down Expand Up @@ -178,7 +178,7 @@ static const unsigned char data[] = {

static bool checkModified(Poco::Net::HTTPServerRequest& request)
{
Poco::DateTime modified(2018, 9, 21, 7, 25, 39);
Poco::DateTime modified(2022, 11, 26, 18, 45, 6);
request.response().setChunkedTransferEncoding(false);
request.response().set("Last-Modified", Poco::DateTimeFormatter::format(modified, Poco::DateTimeFormat::HTTP_FORMAT));
if (request.has("If-Modified-Since"))
Expand Down
2 changes: 1 addition & 1 deletion src/HeaderLogo.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// HeaderLogo.h
//
// This file has been generated from HeaderLogo.cpsp on 2022-04-10 09:31:12.
// This file has been generated from HeaderLogo.cpsp on 2023-01-31 11:25:55.
//


Expand Down
4 changes: 2 additions & 2 deletions src/HeaderLogoX2.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// HeaderLogoX2.cpp
//
// This file has been generated from HeaderLogoX2.cpsp on 2022-04-10 09:31:12.
// This file has been generated from HeaderLogoX2.cpsp on 2023-01-31 11:25:54.
//


Expand Down Expand Up @@ -356,7 +356,7 @@ static const unsigned char data[] = {

static bool checkModified(Poco::Net::HTTPServerRequest& request)
{
Poco::DateTime modified(2018, 9, 21, 7, 25, 46);
Poco::DateTime modified(2022, 11, 26, 18, 45, 6);
request.response().setChunkedTransferEncoding(false);
request.response().set("Last-Modified", Poco::DateTimeFormatter::format(modified, Poco::DateTimeFormat::HTTP_FORMAT));
if (request.has("If-Modified-Since"))
Expand Down
2 changes: 1 addition & 1 deletion src/HeaderLogoX2.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// HeaderLogoX2.h
//
// This file has been generated from HeaderLogoX2.cpsp on 2022-04-10 09:31:12.
// This file has been generated from HeaderLogoX2.cpsp on 2023-01-31 11:25:54.
//


Expand Down
4 changes: 2 additions & 2 deletions src/IndexPage.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// IndexPage.cpp
//
// This file has been generated from IndexPage.cpsp on 2022-04-10 09:31:11.
// This file has been generated from IndexPage.cpsp on 2023-01-31 11:25:56.
//


Expand Down Expand Up @@ -265,7 +265,7 @@ pageTemplate.set("title"s, "Gateway"s);
responseStream << " ";
#line 6 "/Users/guenter/ws/git/my-devices/gateway/html/footer.inc"
responseStream << ( pageTemplate["softwareVersion"] );
responseStream << " | &copy; 2015-2022 by <a href=\"https://macchina.io\">Applied Informatics GmbH</a>\n";
responseStream << " | &copy; 2015-2023 by <a href=\"https://macchina.io\">Applied Informatics GmbH</a>\n";
responseStream << " </div>\n";
responseStream << " </div>\n";
responseStream << " </footer>\n";
Expand Down
2 changes: 1 addition & 1 deletion src/IndexPage.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// IndexPage.h
//
// This file has been generated from IndexPage.cpsp on 2022-04-10 09:31:11.
// This file has been generated from IndexPage.cpsp on 2023-01-31 11:25:56.
//


Expand Down
4 changes: 2 additions & 2 deletions src/LoginPage.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// LoginPage.cpp
//
// This file has been generated from LoginPage.cpsp on 2022-04-10 09:31:12.
// This file has been generated from LoginPage.cpsp on 2023-01-31 11:25:57.
//


Expand Down Expand Up @@ -129,7 +129,7 @@ pageTemplate.set("title", "Gateway");
responseStream << " ";
#line 6 "/Users/guenter/ws/git/my-devices/gateway/html/footer.inc"
responseStream << ( pageTemplate["softwareVersion"] );
responseStream << " | &copy; 2015-2022 by <a href=\"https://macchina.io\">Applied Informatics GmbH</a>\n";
responseStream << " | &copy; 2015-2023 by <a href=\"https://macchina.io\">Applied Informatics GmbH</a>\n";
responseStream << " </div>\n";
responseStream << " </div>\n";
responseStream << " </footer>\n";
Expand Down
2 changes: 1 addition & 1 deletion src/LoginPage.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// LoginPage.h
//
// This file has been generated from LoginPage.cpsp on 2022-04-10 09:31:12.
// This file has been generated from LoginPage.cpsp on 2023-01-31 11:25:57.
//


Expand Down
4 changes: 2 additions & 2 deletions src/MinusIcon.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// MinusIcon.cpp
//
// This file has been generated from MinusIcon.cpsp on 2022-04-10 09:31:12.
// This file has been generated from MinusIcon.cpsp on 2023-01-31 11:25:54.
//


Expand Down Expand Up @@ -43,7 +43,7 @@ static const unsigned char data[] = {

static bool checkModified(Poco::Net::HTTPServerRequest& request)
{
Poco::DateTime modified(2018, 3, 9, 11, 48, 5);
Poco::DateTime modified(2022, 11, 26, 18, 45, 6);
request.response().setChunkedTransferEncoding(false);
request.response().set("Last-Modified", Poco::DateTimeFormatter::format(modified, Poco::DateTimeFormat::HTTP_FORMAT));
if (request.has("If-Modified-Since"))
Expand Down
2 changes: 1 addition & 1 deletion src/MinusIcon.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// MinusIcon.h
//
// This file has been generated from MinusIcon.cpsp on 2022-04-10 09:31:12.
// This file has been generated from MinusIcon.cpsp on 2023-01-31 11:25:54.
//


Expand Down
4 changes: 2 additions & 2 deletions src/MinusIconX2.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// MinusIconX2.cpp
//
// This file has been generated from MinusIconX2.cpsp on 2022-04-10 09:31:12.
// This file has been generated from MinusIconX2.cpsp on 2023-01-31 11:25:53.
//


Expand Down Expand Up @@ -86,7 +86,7 @@ static const unsigned char data[] = {

static bool checkModified(Poco::Net::HTTPServerRequest& request)
{
Poco::DateTime modified(2018, 3, 9, 11, 48, 5);
Poco::DateTime modified(2022, 11, 26, 18, 45, 6);
request.response().setChunkedTransferEncoding(false);
request.response().set("Last-Modified", Poco::DateTimeFormatter::format(modified, Poco::DateTimeFormat::HTTP_FORMAT));
if (request.has("If-Modified-Since"))
Expand Down
2 changes: 1 addition & 1 deletion src/MinusIconX2.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// MinusIconX2.h
//
// This file has been generated from MinusIconX2.cpsp on 2022-04-10 09:31:12.
// This file has been generated from MinusIconX2.cpsp on 2023-01-31 11:25:53.
//


Expand Down
4 changes: 2 additions & 2 deletions src/PlusIcon.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// PlusIcon.cpp
//
// This file has been generated from PlusIcon.cpsp on 2022-04-10 09:31:12.
// This file has been generated from PlusIcon.cpsp on 2023-01-31 11:25:54.
//


Expand Down Expand Up @@ -39,7 +39,7 @@ static const unsigned char data[] = {

static bool checkModified(Poco::Net::HTTPServerRequest& request)
{
Poco::DateTime modified(2018, 3, 9, 11, 48, 5);
Poco::DateTime modified(2022, 11, 26, 18, 45, 6);
request.response().setChunkedTransferEncoding(false);
request.response().set("Last-Modified", Poco::DateTimeFormatter::format(modified, Poco::DateTimeFormat::HTTP_FORMAT));
if (request.has("If-Modified-Since"))
Expand Down
2 changes: 1 addition & 1 deletion src/PlusIcon.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// PlusIcon.h
//
// This file has been generated from PlusIcon.cpsp on 2022-04-10 09:31:12.
// This file has been generated from PlusIcon.cpsp on 2023-01-31 11:25:54.
//


Expand Down
4 changes: 2 additions & 2 deletions src/PlusIconX2.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// PlusIconX2.cpp
//
// This file has been generated from PlusIconX2.cpsp on 2022-04-10 09:31:12.
// This file has been generated from PlusIconX2.cpsp on 2023-01-31 11:25:54.
//


Expand Down Expand Up @@ -84,7 +84,7 @@ static const unsigned char data[] = {

static bool checkModified(Poco::Net::HTTPServerRequest& request)
{
Poco::DateTime modified(2018, 3, 9, 11, 48, 5);
Poco::DateTime modified(2022, 11, 26, 18, 45, 6);
request.response().setChunkedTransferEncoding(false);
request.response().set("Last-Modified", Poco::DateTimeFormatter::format(modified, Poco::DateTimeFormat::HTTP_FORMAT));
if (request.has("If-Modified-Since"))
Expand Down
2 changes: 1 addition & 1 deletion src/PlusIconX2.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// PlusIconX2.h
//
// This file has been generated from PlusIconX2.cpsp on 2022-04-10 09:31:12.
// This file has been generated from PlusIconX2.cpsp on 2023-01-31 11:25:54.
//


Expand Down
2 changes: 1 addition & 1 deletion src/StatusJSON.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// StatusJSON.cpp
//
// This file has been generated from StatusJSON.cpsp on 2022-04-10 09:31:11.
// This file has been generated from StatusJSON.cpsp on 2023-01-31 11:25:56.
//


Expand Down
2 changes: 1 addition & 1 deletion src/StatusJSON.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// StatusJSON.h
//
// This file has been generated from StatusJSON.cpsp on 2022-04-10 09:31:11.
// This file has been generated from StatusJSON.cpsp on 2023-01-31 11:25:56.
//


Expand Down
Loading

0 comments on commit 64c46e0

Please sign in to comment.