diff --git a/LICENSE b/LICENSE index 6cccfc2..db13736 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ The MIT License (MIT) Copyright (c) 2018 Protocol Labs +Copyright (c) 2019 TRON-US Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index e0205d7..ae80594 100644 --- a/README.md +++ b/README.md @@ -1,31 +1,11 @@ -# go-ipfs-files +# go-btfs-files -[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io) -[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/) -[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs) -[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) - -> File interfaces and utils used in IPFS - -## Lead Maintainer - -[Steven Allen](https://github.com/Stebalien) - -## Documentation - -https://godoc.org/github.com/ipfs/go-ipfs-files +> File interfaces and utils used in BTFS ## Contribute -Feel free to join in. All welcome. Open an [issue](https://github.com/ipfs/go-ipfs-files/issues)! - -This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md). - -### Want to hack on IPFS? - -[![](https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](https://github.com/ipfs/community/blob/master/contributing.md) +Feel free to join in. All welcome. ## License MIT - diff --git a/go.mod b/go.mod index a8fd75e..f055dde 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/ipfs/go-ipfs-files +module github.com/TRON-US/go-btfs-files require golang.org/x/sys v0.0.0-20190302025703-b6889370fb10