Skip to content
This repository was archived by the owner on Jun 19, 2023. It is now read-only.

Commit 14b16b1

Browse files
committedFeb 14, 2020
Update readme and license
Fix copyright year and holder (Protocol Labs) in LICENSE file. Remove mentions of `gx` and fix link to travis in README file.
1 parent b42c1b4 commit 14b16b1

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
 

‎LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 IPFS
3+
Copyright (c) 2020 Protocol Labs
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

‎README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/)
55
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
66
[![GoDoc](https://godoc.org/github.com/ipfs/go-ipfs-blockstore?status.svg)](https://godoc.org/github.com/ipfs/go-ipfs-blockstore)
7-
[![Build Status](https://travis-ci.org/ipfs/go-ipfs-blockstore.svg?branch=master)](https://travis-ci.org/ipfs/go-ipfs-blockstore)
7+
[![Build Status](https://travis-ci.com/ipfs/go-ipfs-blockstore.svg?branch=master)](https://travis-ci.com/ipfs/go-ipfs-blockstore)
88

99
> go-ipfs-blockstore implements a thin wrapper over a datastore, giving a clean interface for Getting and Putting block objects.
1010
@@ -36,8 +36,6 @@ import "github.com/ipfs/go-ipfs-blockstore"
3636

3737
Check the [GoDoc documentation](https://godoc.org/github.com/ipfs/go-ipfs-blockstore)
3838

39-
This module uses [Gx](https://github.com/whyrusleeping/gx) to manage dependencies. You can use `make all` to build it with the `gx` dependencies.
40-
4139
## Contribute
4240

4341
PRs accepted.

0 commit comments

Comments
 (0)