mirror of
https://github.com/fortressforever/fortressforever-2013.git
synced 2024-11-10 07:11:45 +00:00
c6383e0089
Log comments from the Valve commits: * Fix some accidental new-line stomping. * Line-ending fixes for most of the remaining files. Fixes line-endings for files with extensions vcd, cc, txt, bat, fxc, inc, lst, proto, mak, mm, cfg, res, rc, def, vmt, vsh, vbsp, inl, asm, m4, vcproj, vcxproj, sln, in, java, la, manifest, am, and rad. Also fixes README, CONTRIBUTING, CONTRIBUTORS, LICENSE, CHANGES, COPYING, and gitignore. Finally, fixes executable bits. * Make libSDL2.so/dylib into symlinks. * GH-195: Copy SSE fix to MP branch. Conflicts: mp/src/lib/public/osx32/libSDL2.dylib
39 lines
2 KiB
Text
39 lines
2 KiB
Text
Thanks for your interest in the Source SDK 2013 project. When you make a
|
|
contribution to the project (e.g. create an Issue or submit a Pull Request)
|
|
(a "Contribution"), Valve wants to be able to use your Contribution to improve
|
|
the SDK and other Valve products.
|
|
|
|
As a condition of providing a Contribution, you agree that:
|
|
- You grant Valve a non-exclusive, irrevocable, royalty-free, worldwide license
|
|
to make, use, sell, reproduce, modify, distribute (directly and indirectly),
|
|
and publicly display and perform the Contribution, and any derivative works
|
|
that Valve may make from the Contribution, under any intellectual property you
|
|
own or have the right to license.
|
|
- You warrant and represent that the Contribution is your original creation,
|
|
that you have the authority to grant this license to Valve, and that this
|
|
license does not require the permission of any third party. Otherwise, you
|
|
provide your Contribution "as is" without warranties.
|
|
|
|
Should you wish to submit a suggestion or work that is not your original
|
|
creation, you may submit it to Valve separate from any Contribution,
|
|
explicitly identifying it as sourced from a third party, stating the details
|
|
of its origin, and informing Valve of any license or other restriction of
|
|
which you are personally aware.
|
|
|
|
|
|
Valve is happy to accept pull requests and issues in the source-sdk-2013
|
|
repository in these cases:
|
|
* Changes that fix bugs in the SDK deployment process itself. The repository
|
|
should build out of the box, and anything that prevents that is a pull
|
|
request we want.
|
|
* High priority bugs in HL2, the Episodes, or HL2MP that can be fixed in
|
|
client.dll or server.dll.
|
|
|
|
For other changes we suggest that you issue a pull request to one of these
|
|
fine community-maintained repositories instead:
|
|
https://developer.valvesoftware.com/wiki/Source-sdk-2013-community-repos
|
|
|
|
If you are going to make a pull request, please keep them as granular as
|
|
possible. Pull requests with 3-4 unrelated changes in them aren't going to
|
|
be accepted.
|
|
|