You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,23 +18,6 @@ The Java and C++ SBE implementations are designed with work very efficiently wit
18
18
high-throughput communications. The Java SBE implementation has a dependency on
19
19
[Agrona](https://github.com/real-logic/agrona) for its buffer implementations.
20
20
21
-
License (See LICENSE file for full license)
22
-
-------------------------------------------
23
-
Copyright 2014 - 2017 Real Logic Limited
24
-
Copyright 2017 MarketFactory Inc
25
-
26
-
Licensed under the Apache License, Version 2.0 (the "License");
27
-
you may not use this file except in compliance with the License.
28
-
You may obtain a copy of the License at
29
-
30
-
http://www.apache.org/licenses/LICENSE-2.0
31
-
32
-
Unless required by applicable law or agreed to in writing, software
33
-
distributed under the License is distributed on an "AS IS" BASIS,
34
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
35
-
See the License for the specific language governing permissions and
36
-
limitations under the License.
37
-
38
21
39
22
Binaries
40
23
--------
@@ -51,7 +34,6 @@ Example for Maven:
51
34
</dependency>
52
35
```
53
36
54
-
55
37
Directory Layout
56
38
----------------
57
39
Main source code
@@ -156,3 +138,21 @@ example. This solution also builds some tests which can be run via the provided
156
138
Users of csharp generated code should see the [user documentation (coming)](https://github.com/real-logic/simple-binary-encoding/wiki/Csharp-User-Guide).
157
139
158
140
Developers wishing to enhance the csharp generator should see the [developer documentation (coming)](https://github.com/real-logic/simple-binary-encoding/blob/master/csharp/README.md)
141
+
142
+
143
+
License (See LICENSE file for full license)
144
+
-------------------------------------------
145
+
Copyright 2014 - 2017 Real Logic Limited
146
+
Copyright 2017 MarketFactory Inc
147
+
148
+
Licensed under the Apache License, Version 2.0 (the "License");
149
+
you may not use this file except in compliance with the License.
150
+
You may obtain a copy of the License at
151
+
152
+
http://www.apache.org/licenses/LICENSE-2.0
153
+
154
+
Unless required by applicable law or agreed to in writing, software
155
+
distributed under the License is distributed on an "AS IS" BASIS,
156
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
157
+
See the License for the specific language governing permissions and
0 commit comments