From a1ad354ccf994575e988dcc592b50cbde8566d27 Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Wed, 20 May 2026 23:01:25 +0200 Subject: [PATCH] chore: remove outdated copyright notice from app.py --- Web/app.py | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Web/app.py b/Web/app.py index 5ffa553..dcc9299 100755 --- a/Web/app.py +++ b/Web/app.py @@ -1,11 +1,3 @@ -''' - Copyright 2025-2026 AIIrondev - - Licensed under the Inventarsystem EULA (Endbenutzer-Lizenzvertrag). - See Legal/LICENSE for the full license text. - Unauthorized commercial use, SaaS hosting, or removal of branding is prohibited. - For commercial licensing inquiries: https://github.com/AIIrondev -''' """ Inventarsystem - Flask Web Application @@ -380,7 +372,7 @@ def _enforce_module_access(): return jsonify({'ok': False, 'message': msg}), 403 flash(msg, 'info') - + if name != 'inventory' and cfg.MODULES.is_enabled('inventory'): return redirect(url_for('home')) elif name != 'library' and cfg.MODULES.is_enabled('library'):