remove license some more

main
Kay 2023-06-07 06:44:14 +02:00
parent f36947073d
commit 89fa1d178f
2 changed files with 2 additions and 39 deletions

View File

@ -1,6 +1,5 @@
# [readme-templates](https://code.juke.fr/kay/readme-templates)
templates used with readme-manager for my readmes
These are my templates used for generating readmes with [readme-manager](https://code.juke.fr/kay/readme-manager).
The only files that really matter in here are:
@ -9,41 +8,6 @@ The only files that really matter in here are:
- FOOTER.template.md
## License
Most all of my work is now licensed under **a modified** [CC-BY-NC-SA 4.0 AFEdit](https://code.juke.fr/kay/license/raw/branch/main/LICENSE) plus accounting for states existing in our world on top of capitalism.
This is a weird choice for code right?
Here are a few key reasons:
- my definition of "open" involves being able to share and modify, you are able to do such things, just not make money off of it, or oppress people
- my definition of "free" involves being able to share and modify, you are able to do such things, not just make money off of it, or oppressing people
So no, amongst other things, this list is not exhaustive,
- you cannot have somebody work on my tool and redistribute it to your employees
- you cannot resell copies of this because in this age distribution is not done with floppy disks and the internet is a thing
- you cannot use it to generate revenue yourself
- you cannot use it to "generate value" in a capitalistic sense
- you cannot use it in any military capacity
- you cannot use it in any law enforcement capacity
- you cannot use it in any state backed capacity
- you cannot use it in any surveillance capacity
- you cannot use it if you represent the interests of a state
- you cannot use it to oppress, spy, control in any capacity
- you cannot use it to injure, harm, kill, whether physically or psychologically
You can, however,
- change it to do whatever you please
- share it to anyone you please with attribution and under the same license
- use it as much as you please
- and probably a bunch of other cool things that are possible outside of a capitalistic, imperialistic frame of reference that permeates the tech scene
Most of the "arguments" for how "free" and "open" source licenses are done still to this day stem from archaic concepts that might not even be relevant these days and I fail to see the issue with this license not being "interoperable" with a bunch of what I deem to be "bad" licenses, as they all allow for commercial usage.
I also will not make any attempts to monetize these works and will at most ever offer the possibility to donate to me directly if you enjoy what I do.
Thank you that is all.
## Development
To clone the repository locally:
@ -54,10 +18,10 @@ $ git clone https://code.juke.fr/kay/readme-templates.git
## Contributing
More to come later.
Feel free to contact via the email bellow with a patch or anything.
### Issues
Open new issues by mailing [eutychia.gitlab+readme-templates-issue@gmail.com](mailto:eutychia.gitlab+readme-templates-issue@gmail.com)
Open new issues by mailing [issues+readme-templates@juke.fr](mailto:issues+readme-templates@juke.fr)
---
beep boop

View File

@ -1,5 +1,4 @@
<% it.projectApiUrl = "https://code.juke.fr/api/v1/repos/kay/" + it.name %><% it.project = await fetch(it.projectApiUrl).then(r => r.json()) %><%~ await include("HEADER.template.md", {...it}) %>
<% await Deno.copyFile("/home/user/Code/license/LICENSE", "/home/user/Code/" + it.name + "/LICENSE") %>
<%= it.readme %>
<%~ await include("FOOTER.template.md", {...it}) %>