chore: remove outdated copyright notice from app.py

This commit is contained in:
2026-05-20 23:01:25 +02:00
parent d4d5cd6436
commit a1ad354ccf
+1 -9
View File
@@ -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 Inventarsystem - Flask Web Application
@@ -380,7 +372,7 @@ def _enforce_module_access():
return jsonify({'ok': False, 'message': msg}), 403 return jsonify({'ok': False, 'message': msg}), 403
flash(msg, 'info') flash(msg, 'info')
if name != 'inventory' and cfg.MODULES.is_enabled('inventory'): if name != 'inventory' and cfg.MODULES.is_enabled('inventory'):
return redirect(url_for('home')) return redirect(url_for('home'))
elif name != 'library' and cfg.MODULES.is_enabled('library'): elif name != 'library' and cfg.MODULES.is_enabled('library'):