Added GPLv3 License

This commit is contained in:
2026-07-29 12:44:51 +02:00
parent 7e9ce22bc7
commit 2e3696af7a
2 changed files with 679 additions and 2 deletions
+5 -2
View File
@@ -43,6 +43,7 @@ It is designed to work with WordPresss normal post/page workflow and with the
- Readable, narrower measure for article body text
- Category/tag chips and archive support
- Responsive images, galleries, captions, embeds, and code blocks
- W3 Total Cache JavaScript-only image lazy loading is disabled through its public filter so images remain available without JavaScript
- Threaded comments with avatars, readable metadata, and non-numbered reply hierarchy
- Previous/next post navigation with directional markers
@@ -59,7 +60,7 @@ Configure the hero from **Appearance → Customize → Home page video hero**:
`theme.json` defines the themes editor design system while the site remains a classic PHP theme:
- Commander 1024 color palette, gradients, and duotone preset
- Commander1024 color palette, gradients, and duotone preset
- Local font-family choices
- Font-size and spacing scales
- Content width: `760px`
@@ -120,7 +121,9 @@ Use one stylistic set at a time. See the CSS around `.hero-title` for a live the
- `functions.php` registers theme supports, menus, editor assets, Customizer controls, and custom comment rendering.
- `theme.json` is the source of truth for Gutenberg tokens and editor controls.
The theme declares the **GNU General Public License v2 or later** in `style.css`. This applies to the theme code. Font assets remain subject to their respective licences above.
## Licence
The theme code is licensed under the **GNU General Public License v3.0**; see [`LICENSE`](LICENSE). This applies to the PHP, CSS, JavaScript, JSON, and documentation created for the theme. Font assets remain subject to their separate licences listed above and are not relicensed by the GPLv3 theme-code licence.
## Validation