Updated How to correctly get permissions use edit distribute Dayz and Dayz Epoch content and code (markdown)

vbawol
2013-12-06 16:49:58 -08:00
parent 570d910df5
commit 9677754528

@@ -1,13 +1,16 @@
How to correctly get permissions use/edit/distribute Dayz and Dayz Epoch content and code:
[dayz mod license share alike](http://www.bistudio.com/community/licenses/dayz-mod-license-share-alike)
First post your request here to get permission of community developers here: https://github.com/DayZMod/DayZ/issues
Mod now falls under the license above all mods must follow the license above.
Title your request:
"Request to use DayZ content and code in (mod name here)"
License Info Q/A
-----------
After you have permissions from the community developers post your request to use dayz epoch content and code here:
https://github.com/vbawol/DayZ-Epoch/issues
- Q: Say that a public github project does not have a license specified. Can I use that code in my own code?
Title your request:
- A: No, if software is published without a license granting you rights to distribute that software, then in [most countries](http://en.wikipedia.org/wiki/World_Intellectual_Property_Organization) you have no rights to distribute that software.
"Request to use DayZ Epoch content and code in (mod name here)"
- Just because it is available for download doesn't mean that it is in the [public domain](http://en.wikipedia.org/wiki/Public_domain). In fact it is protected by the [WIPO Copyright Treaty](http://en.wikipedia.org/wiki/WIPO_Copyright_Treaty) and thus the [Berne Convention](http://en.wikipedia.org/wiki/International_copyright_agreements#Berne_Convention) even if it is downloadable and even if it doesn't include a copyright notice - copyright is attached automatically on creation.
- Q: Can I use any open source license?
- A: No, any license you try to attach to that code would be void. Since you do not own copyright on the material, you cannot assign rights over that code to others.