Skip to content

Commit

Permalink
Add basic readme and licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
whyrusleeping committed Aug 2, 2019
1 parent db005e9 commit e2459b1
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 deletions.
2 changes: 0 additions & 2 deletions LICENSE-APACHE
@@ -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
Expand Down
10 changes: 4 additions & 6 deletions LICENSE-MIT
@@ -1,21 +1,19 @@
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
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 changes: 19 additions & 0 deletions README.md
@@ -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

0 comments on commit e2459b1

Please sign in to comment.