Add copyright headers to configuration files

Extended copyright headers to SQL, YAML, and JSON configuration files:
- config/docker/init.sql (SQL comment block)
- docker-compose.yml (YAML comment)
- composer.json and src/composer.json (JSON _comment field)

All files validated and tested successfully.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-10-04 08:58:28 +02:00
parent cbf099701b
commit 11fd8fa673
4 changed files with 16 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
# Web Crawler - Docker Compose Configuration
#
# @copyright Copyright (c) 2025 Martin Kiesewetter
# @author Martin Kiesewetter <mki@kies-media.de>
# @link https://kies-media.de
version: '3.8'
services: