This commit is contained in:
parent
23f69d1854
commit
ef9ed650b3
2 changed files with 1 additions and 13 deletions
12
LICENSE
12
LICENSE
|
|
@ -19,15 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
SOFTWARE.
|
SOFTWARE.
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Content License
|
|
||||||
|
|
||||||
All content in `src/content/` and `public/` — including but not limited to
|
|
||||||
articles, notes, and photographs — is licensed under
|
|
||||||
[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/).
|
|
||||||
|
|
||||||
You are free to share and adapt the content for non-commercial purposes, as long
|
|
||||||
as you give appropriate credit and distribute your contributions under the same
|
|
||||||
license.
|
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ const { dark } = Astro.props;
|
||||||
<footer class={`footer${dark ? " footer--dark" : ""}`}>
|
<footer class={`footer${dark ? " footer--dark" : ""}`}>
|
||||||
<div class="footer__inner">
|
<div class="footer__inner">
|
||||||
<p class="footer__license">
|
<p class="footer__license">
|
||||||
© 2026 Adrian Altner · Content: <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank" rel="noopener noreferrer">CC BY-NC-SA 4.0</a> · Code: <a href="https://mit-license.org/" target="_blank" rel="noopener noreferrer">MIT</a> · <a href="/imprint">Imprint</a> · <a href="/privacy-policy">Privacy Policy</a> · <a href="/contact">Contact</a>
|
© 2026 Adrian Altner
|
||||||
</p>
|
</p>
|
||||||
<div class="footer__icons">
|
<div class="footer__icons">
|
||||||
<a href="https://mastodon.social/@altner" aria-label="Mastodon" target="_blank" rel="me noopener noreferrer">
|
<a href="https://mastodon.social/@altner" aria-label="Mastodon" target="_blank" rel="me noopener noreferrer">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue