1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-06-27 14:01:35 +00:00

Add License

This commit is contained in:
Tixie 2024-05-02 22:01:01 +02:00
parent a13a543139
commit 77649c7b01
No known key found for this signature in database
6 changed files with 52 additions and 3 deletions

29
LICENSE Normal file
View file

@ -0,0 +1,29 @@
"i'm so tired" software license 1.0
copyright (c) 2024 Tixie
this is anti-capitalist, anti-bigotry software, made by people who are tired of ill-intended organisations and individuals, and would rather not have those around their creations.
permission is granted, free of charge, to any user (be they a person or an organisation) obtaining a copy of this software, to use it for personal, commercial, or educational purposes, subject to the following conditions:
1. the above copyright notice and this permission notice shall be included in all copies or modified versions of this software.
2. the user is one of the following:
a. an individual person, labouring for themselves
b. a non-profit organisation
c. an educational institution
d. an organization that seeks shared profit for all of its members, and allows non-members to set the cost of their labor
3. if the user is an organization with owners, then all owners are workers and all workers are owners with equal equity and/or equal vote.
4. if the user is an organization, then the user is not law enforcement or military, or working for or under either.
5. the user does not use the software for ill-intentioned reasons, as determined by the authors of the software. said reasons include but are not limited to:
a. bigotry, including but not limited to racism, xenophobia, homophobia, transphobia, ableism, sexism, antisemitism, religious intolerance
b. pedophilia, zoophilia, and/or incest
c. support for cops and/or the military
d. any blockchain-related technology, including but not limited to cryptocurrencies
6. the user does not promote or engage with any of the activities listed in the previous item, and is not affiliated with any group that promotes or engages with any of such activities.
this software is provided as is, without any warranty or condition. in no event shall the authors be liable to anyone for any damages related to this software or this license, under any kind of legal claim.

View file

@ -54,3 +54,7 @@ Go to you website's local url + `/admin` (by default it's `http://localhost:1312
* Wryk for the help and support 💜
* [Deuxfleurs](https://deuxfleurs.fr) for the wonderful distributed hosting infrastructure (running [Garage](https://garagehq.deuxfleurs.fr)) \
![Website hosted by Deuxfleurs](hosted_by_deuxfleurs.png) ![Infrastructure powered by Garage ](powered_by_garage.png)
## License
* All albums visuals and streaming services logos rights belong entirely to their respective owners
* Code is under [“I'm so tired” 1.0](LICENSE) license. Please **take the time** to read and *check if you're allowed* to use it before doing so. (*Thank you luna who made it* \[[source](https://olmewe.com/notepad/istsl/)\].)

View file

@ -19,6 +19,10 @@ body {
max-width: 138rem;
}
.container--medium {
max-width: 80rem;
}
.container--small {
max-width: 60rem;
}

View file

@ -11,15 +11,17 @@
color: #8f92ae;
}
.footer a:not([class]) {
.footer :where(a, a:visited, a:link) {
cursor: pointer;
text-decoration: underline;
color: inherit;
// color: inherit;
}
.footer__logo,
.footer__logo:link,
.footer__logo:visited {
display: inline-block;
text-decoration: none;
font-size: 3rem;
font-weight: bold;
letter-spacing: 0.015em;

View file

@ -1,4 +1,4 @@
<footer class="footer">
<footer class="footer container container--medium">
<div>
{{ if (eq .Site.Params.author.name .Site.Params.creator.name) }}
@ -16,4 +16,13 @@
<a class="footer__logo" href="{{ .Site.Params.creator.url }}">
{{ .Site.Params.creator.name }}
</a>
<div class="mt3">
This project is <a href="https://github.com/GuerillaHQ/now-playing" rel="noopener noreferrer">open-source</a> under <a href="https://github.com/GuerillaHQ/now-playing/LICENSE" rel="noopener noreferrer">“I'm so tired”</a> license. However all albums visuals and streaming services logos rights belong entirely to their respective owners.
{{ with .Site.GetPage "/" }}
{{ with .OutputFormats.Get "rss" }}
{{ printf ` — <a href="%s" class="semibold">RSS feed</a>` .Permalink | safeHTML }}
{{ end }}
{{ end }}
</div>
</footer>

View file

@ -1,6 +1,7 @@
{
"name": "now-playing",
"version": "1.0.1",
"license": "SEE LICENSE IN ./LICENSE",
"description": "Collection of Handpicked Albums by Guérilla.Studio",
"repository": {
"type": "git",