Skip to content

Commit c523039

Browse files
committed
[Java] Move licence to the bottom of the README.
1 parent 9fd9ddc commit c523039

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,6 @@ The Java and C++ SBE implementations are designed with work very efficiently wit
1818
high-throughput communications. The Java SBE implementation has a dependency on
1919
[Agrona](https://github.com/real-logic/agrona) for its buffer implementations.
2020

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-
3821

3922
Binaries
4023
--------
@@ -51,7 +34,6 @@ Example for Maven:
5134
</dependency>
5235
```
5336

54-
5537
Directory Layout
5638
----------------
5739
Main source code
@@ -156,3 +138,21 @@ example. This solution also builds some tests which can be run via the provided
156138
Users of csharp generated code should see the [user documentation (coming)](https://github.com/real-logic/simple-binary-encoding/wiki/Csharp-User-Guide).
157139

158140
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
158+
limitations under the License.

0 commit comments

Comments
 (0)