Skip to content

Commit e618a87

Browse files
committed
[Java] Contributing page.
1 parent ae95907 commit e618a87

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CONTRIBUTING.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Contributing to SBE
2+
3+
If you would like to contribute code you can do so through GitHub by sending a pull request or raising an issue with an attached patch.
4+
5+
When submitting code, please make every effort to follow existing conventions and style in order to keep the code as readable as possible.
6+
7+
## License
8+
9+
By contributing your code, you agree to license your contribution under the terms of the APLv2:
10+
11+
https://github.com/real-logic/simple-binary-encoding/blob/master/LICENSE
12+
13+
All files are made available under the Apache 2.0 license.
14+
15+
If you are adding a new file it should have the following header:
16+
17+
```
18+
/*
19+
* Copyright 2013-2019 Real Logic Limited.
20+
*
21+
* Licensed under the Apache License, Version 2.0 (the "License");
22+
* you may not use this file except in compliance with the License.
23+
* You may obtain a copy of the License at
24+
*
25+
* https://www.apache.org/licenses/LICENSE-2.0
26+
*
27+
* Unless required by applicable law or agreed to in writing, software
28+
* distributed under the License is distributed on an "AS IS" BASIS,
29+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
30+
* See the License for the specific language governing permissions and
31+
* limitations under the License.
32+
*/
33+
```

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Developers wishing to enhance the CSharp generator should see the [developer doc
129129

130130
License (See LICENSE file for full license)
131131
-------------------------------------------
132-
Copyright 2014-2019 Real Logic Limited
132+
Copyright 2013-2019 Real Logic Limited
133133
Copyright 2017 MarketFactory Inc
134134

135135
Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)