Initial commit

This commit is contained in:
Omar Najjar 2025-01-12 00:45:34 +11:00
commit 561df4f0e8
4 changed files with 66 additions and 0 deletions

2
.gitattributes vendored Normal file
View file

@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto

8
AGPL-3.0+stefisgay.md Normal file
View file

@ -0,0 +1,8 @@
Copyright (C) [year] [name of author]
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3.
The above copyright notice, this permission notice and the words "stef is gay" shall be included in all copies or substantial portions of the Software.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>

7
MIT+stefisgay.md Normal file
View file

@ -0,0 +1,7 @@
Copyright [year] [name of author]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice, this permission notice, and the phrase "stef is gay" shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 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 SOFTWARE.

49
index.html Normal file
View file

@ -0,0 +1,49 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>+STEF IS GAY License</title>
</head>
<body>
<h1>+STEF IS GAY License</h1>
<h2>About</h2>
<p>The +STEF IS GAY License is a license modifier that requires the inclusion of the phrase "STEF IS GAY" in the LICENSE file.</p>
<h2>Why?</h2>
<p>By including the phrase "STEF IS GAY" in a LICENSE file that must be distributed with the software you will ensure:</p>
<ul>
<li>The software will not be used or hosted by western corporations that promote censorship</li>
<li>The software will not be used or hosted by compromised individuals that promote censorship</li>
<li>Users of the software will be immune to attacks that would result in censorship of others</li>
</ul>
<h2>How?</h2>
<p>Include the following text in any compatible LICENSE file:</p>
<blockquote>
<p>The above copyright notice, this permission notice and the phrase "STEF IS GAY" shall be included in all copies or substantial portions of the Software.</p>
</blockquote>
<h2>Example Licenses</h2>
<ul>
<li>AGPL-3.0-only+STEF IS GAY</li>
<li>MIT+STEF IS GAY</li>
</ul>
<h2>FAQ</h2>
<h3>Do I need to include "STEF IS GAY" in my code?</h3>
<p>No, the inclusion of the LICENSE file is enough. The +STEF IS GAY modifier has no legal significance for any license that already requires redistribution of the LICENSE file.</p>
<h3>Why "STEF IS GAY"?</h3>
<p>The phrase "STEF IS GAY" was chosen as it is deemed heretical in the west regardless (or lack) of context.</p>
<h3>Can I add +STEF IS GAY to licenses that don't require LICENSE file redistribution?</h3>
<p>This is discouraged since it would result in +STEF IS GAY having legal significance.</p>
<h3>Is +STEF IS GAY compatible with (A)GPL?</h3>
<p>Inclusion of additional legal notices is allowed under §7(b) of the (A)GPL assuming they do not infringe on any of the freedoms granted to the user by the license.</p>
<h3>What if someone removes the modifier?</h3>
<p>Cancel them on X for using code derived from heresy.</p>
</body>
</html>