Add README, fix license to AGPLv3, untrack sync.sh

Add project README with features, installation instructions, and ELK
layout explanation. Fix license identifier from GPL-3.0 to AGPL-3.0 in
composer.json and module.php to match the actual LICENSE file. Remove
sync.sh from version control and add it to .gitignore.
This commit is contained in:
2026-03-15 09:55:41 +01:00
parent 96d1425036
commit ad398d2964
5 changed files with 52 additions and 15 deletions

View File

@@ -3,7 +3,7 @@
/**
* Full Diagram module for webtrees.
*
* @license GPL-3.0-or-later
* @license AGPL-3.0-or-later
*/
declare(strict_types=1);