### What feature would you like implemented?
License .config/* under the Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0.html) or GPL version 3 (https://www.gnu.org/licenses/gpl-3.0.en.html).
### Why should we add this feature?
Calckey currently license all files under the AGPL 3.0 (https://codeberg.org/calckey/calckey/src/branch/develop/LICENSE) taken over Misskey license. This license protects many Calckey's and Misskey's rights which are needed our community.
However, it restricts distributors and users very strong; if we change codes of Calckey and serve them in public network, we must provide modified source on public; if we distribute some copies of fragments of Calckey, we license them under the AGPLv3. Sure, `.config/example.yml` is under the restriction. It means if we copy `.config/example.yml`, modify it, and run with Calckey on public network, probably, we must open it. This seems to be ridiculous.
I think licensing main components of Calckey under the AGPLv3 is right, but some components should be excluded. Grafana which also licensed under the AGPLv3 takes same approach: https://github.com/grafana/grafana/blob/main/LICENSING.md. I propose lax license terms of `.config/*`. This is difficult since `.config/*` is not original one of Calckey, but is worth doing.
Actually, I'm worrying about my project which distributes calckey.deb which provides easy package installation and management on Debian. I want to include `.config/example.yml` as the default config in it. Users install it, modify the config, and start it; in the case, the config is a part of the distributed application, I think at least. However, if I choose AGPLv3 to license the config, users violate license painfully since modifications include some secrets and cannot make them public. I want to avoid it. If the example configuration is licensed under the Apache-2.0 OR GPL-3.0-or-later, we can copy, modify and use it openly.
Please consider this proposal. Thanks.
### Version
Calckey Version 14.0.0-rc3
### Instance
all instances
### Contribution Guidelines
- [x] I agree to follow this project's Contribution Guidelines
- [x] I have searched the issue tracker for similar requests, and this is not a duplicate.