51 lines
2.2 KiB
Plaintext
51 lines
2.2 KiB
Plaintext
========================================================================
|
|
------------------------------------------------------------------------
|
|
|
|
For your contribution to be included in this project, you must
|
|
understand and agree to the terms in this document at the time of
|
|
contribution.
|
|
|
|
- A "contribution" consists of all files, patches and changes, source
|
|
control commits, comments and other metadata submitted to the project
|
|
maintainer(s) for inclusion or other use in the project.
|
|
|
|
- All contributions must consist only of your own original work, to
|
|
which you retain copyright, or to which copyright is not applicable.
|
|
|
|
- All copyrightable portions must be non-exclusively, perpetually and
|
|
irrevocably licensed under the same license terms as the overall
|
|
project.
|
|
|
|
- You will receive attribution in the project's license, in the form of
|
|
"Portions (C) ...", which shall cover all portions of all
|
|
contributions. You agree that this constitutes adequate attribution
|
|
under the terms of the license.
|
|
|
|
- You may request to be attributed pseudonymously at the time of
|
|
submission. Unless otherwise specified, source control metadata
|
|
will be used for attribution.
|
|
|
|
........................................................................
|
|
|
|
Other Guidelines:
|
|
|
|
- Non-included contributions to the project, such as hosting or other
|
|
services, content such as videos/streams, screenshots/galleries,
|
|
reviews, stories and other publicity do not need to follow the
|
|
guidelines above unless they are intended to also be eligible for
|
|
inclusion directly in the project.
|
|
|
|
- Keep original media source files that are not directly used by the
|
|
game engine (e.g. *.blend, *.xcf, *.svg) in folders named "src" in the
|
|
appropriate mod/area. These will NOT be distributed with the source
|
|
repo, but will not be packaged by ContentDB to keep download sizes
|
|
minimal.
|
|
|
|
- Lua code indentation style is based on this script:
|
|
http://notebook.kulchenko.com/programming/lua-beautifier-in-55-lines-of-perl
|
|
(except with INDENT set to "\t" for tabs instead of spaces)
|
|
This is very similar to the style used by ZeroBrane Studio.
|
|
|
|
------------------------------------------------------------------------
|
|
========================================================================
|