From 717f164d3ecd89c50fd9b05cc956300b47bf44d5 Mon Sep 17 00:00:00 2001 From: Dennis Gunia Date: Sun, 19 Oct 2025 19:55:07 +0200 Subject: [PATCH] add copyright details to webserver --- software/pc_client/nginx/nginx.conf | 9 +++++++++ software/pc_client/nginx/www/web_gui/index.html | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/software/pc_client/nginx/nginx.conf b/software/pc_client/nginx/nginx.conf index afef2c0..9e7e15f 100644 --- a/software/pc_client/nginx/nginx.conf +++ b/software/pc_client/nginx/nginx.conf @@ -1,3 +1,12 @@ +# This file is part of SplitFlapController project. +# Copyright (C) 2024-2025 GuniaLabs (www.dennisgunia.de) +# Author: Dennis Gunia +# +# This program is licensed under the AGPLv3 license. You can find a copy +# of the license in the LICENSE file in the root directory of this +# project. + + events {} http { diff --git a/software/pc_client/nginx/www/web_gui/index.html b/software/pc_client/nginx/www/web_gui/index.html index 63dcbe5..34089ff 100644 --- a/software/pc_client/nginx/www/web_gui/index.html +++ b/software/pc_client/nginx/www/web_gui/index.html @@ -1,3 +1,12 @@ + +