Add basic readme and licenses
This commit is contained in:
parent
db005e99e0
commit
e2459b1731
@ -1,5 +1,3 @@
|
||||
Copyright (c) 2019 Filecoin Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
10
LICENSE-MIT
10
LICENSE-MIT
@ -1,7 +1,5 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2019 Filecoin Project
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
@ -9,13 +7,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
|
19
README.md
Normal file
19
README.md
Normal file
@ -0,0 +1,19 @@
|
||||
# project lotus - 莲
|
||||
|
||||
Lotus is an implementation of the Filecoin Distributed Storage Network.
|
||||
|
||||
## Building
|
||||
|
||||
*Dependencies:*
|
||||
- go1.12 or higher
|
||||
- rust (version?)
|
||||
- git
|
||||
- bzr (some go dependency needs this)
|
||||
|
||||
*Building:*
|
||||
```
|
||||
$ make
|
||||
```
|
||||
|
||||
## License
|
||||
MIT + Apache
|
Loading…
Reference in New Issue
Block a user