diff --git a/sys_info/icon.png b/sys_info/icon.png
new file mode 100644
index 0000000..71aa99d
Binary files /dev/null and b/sys_info/icon.png differ
diff --git a/sys_info/index.html b/sys_info/index.html
index 48707da..691b6c3 100644
--- a/sys_info/index.html
+++ b/sys_info/index.html
@@ -3,11 +3,13 @@
- Systeminformationen
-
+ Systeminformationen | PonyWave Tools
+
+
+
@@ -796,6 +831,16 @@
// Initialisierung der Informationen
updateBrowserInfo();
getIP(); // Initialisiere IP-Abfrage
+
+ // Jahr für das Copyright aktualisieren
+ document.getElementById('current-year').textContent = new Date().getFullYear();
+
+