Skip to content

Commit

Permalink
unixfs: remove LICENSE file and cleanup README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorropo committed Jan 25, 2023
1 parent 6995dd2 commit e0712c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 54 deletions.
21 changes: 0 additions & 21 deletions unixfs/ipld-merkledag/LICENSE

This file was deleted.

33 changes: 0 additions & 33 deletions unixfs/ipld-merkledag/README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,8 @@
go-unixfs
==================

[![](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)
[![Coverage Status](https://codecov.io/gh/ipfs/go-unixfs/branch/master/graph/badge.svg)](https://codecov.io/gh/ipfs/go-unixfs/branch/master)
[![Travis CI](https://travis-ci.org/ipfs/go-unixfs.svg?branch=master)](https://travis-ci.org/ipfs/go-unixfs)

> go-unixfs implements unix-like filesystem utilities on top of an ipld merkledag
## Lead Maintainer

[Steven Allen](https://github.com/Stebalien)

## Table of Contents

- [Directory](#directory)
- [Install](#install)
- [Contribute](#contribute)
- [License](#license)

## Package Directory
This package contains many subpackages, each of which can be very large on its own.

Expand Down Expand Up @@ -48,19 +31,3 @@ but in the future, this may be integrated more directly.

### test
The `test` subpackage provides several utilities to make testing unixfs related things easier.

## Install

```sh
go get github.com/ipfs/go-unixfs
```

## Contribute

PRs are welcome!

Small note: If editing the Readme, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.

## License

MIT © Juan Batiz-Benet

0 comments on commit e0712c2

Please sign in to comment.