File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed
Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 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+ ```
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ Developers wishing to enhance the CSharp generator should see the [developer doc
129129
130130License (See LICENSE file for full license)
131131-------------------------------------------
132- Copyright 2014 -2019 Real Logic Limited
132+ Copyright 2013 -2019 Real Logic Limited
133133Copyright 2017 MarketFactory Inc
134134
135135Licensed under the Apache License, Version 2.0 (the "License");
You can’t perform that action at this time.
0 commit comments