mirror of
https://codeberg.org/Wuzzy/pride_flags.git
synced 2025-03-22 16:02:20 +00:00
Move license info to LICENSE.txt
This commit is contained in:
parent
c676c63634
commit
39924e6ab0
2 changed files with 96 additions and 86 deletions
91
LICENSE.txt
Normal file
91
LICENSE.txt
Normal file
|
@ -0,0 +1,91 @@
|
||||||
|
# Licensing and credits for Pride Flags Mod
|
||||||
|
|
||||||
|
Source Code License
|
||||||
|
----------------------------------------------------------
|
||||||
|
|
||||||
|
GNU Lesser General Public License v3 (LGPL-3.0)
|
||||||
|
|
||||||
|
Copyright (c) 2022, Leslie E. Krause <leslie@searstower.org> and Wuzzy <Wuzzy@disroot.org>
|
||||||
|
|
||||||
|
This program is free software; you can redistribute it and/or modify it under the terms of
|
||||||
|
the GNU Lesser General Public License as published by the Free Software Foundation; either
|
||||||
|
version 3 of the License, or (at your option) any later version.
|
||||||
|
|
||||||
|
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 Lesser General Public License for more details.
|
||||||
|
|
||||||
|
http://www.gnu.org/licenses/lgpl-3.0.html
|
||||||
|
|
||||||
|
|
||||||
|
Multimedia License (textures, sounds, and models)
|
||||||
|
----------------------------------------------------------
|
||||||
|
|
||||||
|
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
|
||||||
|
|
||||||
|
/models/pride_flags_mast_lower.obj
|
||||||
|
by sorcerykid
|
||||||
|
|
||||||
|
/models/pride_flags_mast_upper.obj
|
||||||
|
by sorcerykid
|
||||||
|
|
||||||
|
/models/pride_flags_wavingflag.b3d
|
||||||
|
by sorcerykid
|
||||||
|
|
||||||
|
/textures/pride_flags_baremetal.png
|
||||||
|
by sorcerykid
|
||||||
|
|
||||||
|
/sounds/pride_flags_flagwave1.ogg
|
||||||
|
by Chelly01
|
||||||
|
obtained from https://freesound.org/people/Chelly01/sounds/541088/
|
||||||
|
modified by sorcerykid
|
||||||
|
|
||||||
|
/sounds/pride_flags_flagwave2.ogg
|
||||||
|
by Chelly01
|
||||||
|
obtained from https://freesound.org/people/Chelly01/sounds/541088/
|
||||||
|
modified by sorcerykid
|
||||||
|
|
||||||
|
/sounds/pride_flags_flagwave3.ogg
|
||||||
|
by Chelly01
|
||||||
|
obtained from https://freesound.org/people/Chelly01/sounds/541088/
|
||||||
|
modified by sorcerykid
|
||||||
|
|
||||||
|
Pride flags:
|
||||||
|
All pride flags have a name like "/textures/prideflag_<NAME>.png",
|
||||||
|
where <NAME> is the pride flag name. For example, the rainbow flag
|
||||||
|
is "/textures/prideflag_rainbow.png". These are the current pride flags:
|
||||||
|
|
||||||
|
asexual, bisexual, rainbow, gendercreative, genderfluid, genderqueer,
|
||||||
|
lesbian, nonbinary, pansexual, polysexual, transgender:
|
||||||
|
by sorcerykid
|
||||||
|
|
||||||
|
aromantic, grayromantic, demiromantic, graysexual, demisexual, omnisexual,
|
||||||
|
homoromantic, biromantic, panromantic, polyromantic, omniromantic,
|
||||||
|
vincian, agender, demigender, androgyne, multigender,
|
||||||
|
intersex, polyamorous, queer, maverique, neutrois, multigender, polygender:
|
||||||
|
by Wuzzy
|
||||||
|
|
||||||
|
You are free to:
|
||||||
|
Share — copy and redistribute the material in any medium or format.
|
||||||
|
Adapt — remix, transform, and build upon the material for any purpose, even commercially.
|
||||||
|
The licensor cannot revoke these freedoms as long as you follow the license terms.
|
||||||
|
|
||||||
|
Under the following terms:
|
||||||
|
|
||||||
|
Attribution — You must give appropriate credit, provide a link to the license, and
|
||||||
|
indicate if changes were made. You may do so in any reasonable manner, but not in any way
|
||||||
|
that suggests the licensor endorses you or your use.
|
||||||
|
|
||||||
|
No additional restrictions — You may not apply legal terms or technological measures that
|
||||||
|
legally restrict others from doing anything the license permits.
|
||||||
|
|
||||||
|
Notices:
|
||||||
|
|
||||||
|
You do not have to comply with the license for elements of the material in the public
|
||||||
|
domain or where your use is permitted by an applicable exception or limitation.
|
||||||
|
No warranties are given. The license may not give you all of the permissions necessary
|
||||||
|
for your intended use. For example, other rights such as publicity, privacy, or moral
|
||||||
|
rights may limit how you use the material.
|
||||||
|
|
||||||
|
For more details:
|
||||||
|
http://creativecommons.org/licenses/by-sa/3.0/
|
91
README.txt
91
README.txt
|
@ -93,92 +93,11 @@ Installation
|
||||||
1) Unzip the archive into the mods directory of your game.
|
1) Unzip the archive into the mods directory of your game.
|
||||||
2) Rename the pride_flags-master directory to "pride_flags".
|
2) Rename the pride_flags-master directory to "pride_flags".
|
||||||
|
|
||||||
Source Code License
|
License/Credits
|
||||||
----------------------------------------------------------
|
----------------------------------------------------------
|
||||||
|
|
||||||
GNU Lesser General Public License v3 (LGPL-3.0)
|
This mod is free software.
|
||||||
|
The source code is licensed under the LGPLv3.
|
||||||
|
The media is licensed under CC BY-SA 3.0.
|
||||||
|
|
||||||
Copyright (c) 2022, Leslie E. Krause <leslie@searstower.org> and Wuzzy <Wuzzy@disroot.org>
|
See LICENSE.txt for details and credits.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it under the terms of
|
|
||||||
the GNU Lesser General Public License as published by the Free Software Foundation; either
|
|
||||||
version 3 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
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 Lesser General Public License for more details.
|
|
||||||
|
|
||||||
http://www.gnu.org/licenses/lgpl-3.0.html
|
|
||||||
|
|
||||||
|
|
||||||
Multimedia License (textures, sounds, and models)
|
|
||||||
----------------------------------------------------------
|
|
||||||
|
|
||||||
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
|
|
||||||
|
|
||||||
/models/pride_flags_mast_lower.obj
|
|
||||||
by sorcerykid
|
|
||||||
|
|
||||||
/models/pride_flags_mast_upper.obj
|
|
||||||
by sorcerykid
|
|
||||||
|
|
||||||
/models/pride_flags_wavingflag.b3d
|
|
||||||
by sorcerykid
|
|
||||||
|
|
||||||
/textures/pride_flags_baremetal.png
|
|
||||||
by sorcerykid
|
|
||||||
|
|
||||||
/sounds/pride_flags_flagwave1.ogg
|
|
||||||
by Chelly01
|
|
||||||
obtained from https://freesound.org/people/Chelly01/sounds/541088/
|
|
||||||
modified by sorcerykid
|
|
||||||
|
|
||||||
/sounds/pride_flags_flagwave2.ogg
|
|
||||||
by Chelly01
|
|
||||||
obtained from https://freesound.org/people/Chelly01/sounds/541088/
|
|
||||||
modified by sorcerykid
|
|
||||||
|
|
||||||
/sounds/pride_flags_flagwave3.ogg
|
|
||||||
by Chelly01
|
|
||||||
obtained from https://freesound.org/people/Chelly01/sounds/541088/
|
|
||||||
modified by sorcerykid
|
|
||||||
|
|
||||||
Pride flags:
|
|
||||||
All pride flags have a name like "/textures/prideflag_<NAME>.png",
|
|
||||||
where <NAME> is the pride flag name. For example, the rainbow flag
|
|
||||||
is "/textures/prideflag_rainbow.png". These are the current pride flags:
|
|
||||||
|
|
||||||
asexual, bisexual, rainbow, gendercreative, genderfluid, genderqueer,
|
|
||||||
lesbian, nonbinary, pansexual, polysexual, transgender:
|
|
||||||
by sorcerykid
|
|
||||||
|
|
||||||
aromantic, grayromantic, demiromantic, graysexual, demisexual, omnisexual,
|
|
||||||
homoromantic, biromantic, panromantic, polyromantic, omniromantic,
|
|
||||||
vincian, agender, demigender, androgyne, multigender,
|
|
||||||
intersex, polyamorous, queer, maverique, neutrois, multigender, polygender:
|
|
||||||
by Wuzzy
|
|
||||||
|
|
||||||
You are free to:
|
|
||||||
Share — copy and redistribute the material in any medium or format.
|
|
||||||
Adapt — remix, transform, and build upon the material for any purpose, even commercially.
|
|
||||||
The licensor cannot revoke these freedoms as long as you follow the license terms.
|
|
||||||
|
|
||||||
Under the following terms:
|
|
||||||
|
|
||||||
Attribution — You must give appropriate credit, provide a link to the license, and
|
|
||||||
indicate if changes were made. You may do so in any reasonable manner, but not in any way
|
|
||||||
that suggests the licensor endorses you or your use.
|
|
||||||
|
|
||||||
No additional restrictions — You may not apply legal terms or technological measures that
|
|
||||||
legally restrict others from doing anything the license permits.
|
|
||||||
|
|
||||||
Notices:
|
|
||||||
|
|
||||||
You do not have to comply with the license for elements of the material in the public
|
|
||||||
domain or where your use is permitted by an applicable exception or limitation.
|
|
||||||
No warranties are given. The license may not give you all of the permissions necessary
|
|
||||||
for your intended use. For example, other rights such as publicity, privacy, or moral
|
|
||||||
rights may limit how you use the material.
|
|
||||||
|
|
||||||
For more details:
|
|
||||||
http://creativecommons.org/licenses/by-sa/3.0/
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue