From 119ce220ff78eec1aad16c13c88a8c85f2dc8712 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Mon, 15 Aug 2016 10:16:52 -0400 Subject: [PATCH 1/4] Standardized Readme See https://github.com/multiformats/multiformats/issues/13 --- readme.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..faf72cc --- /dev/null +++ b/readme.md @@ -0,0 +1,37 @@ +# c-multihash + +[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io) +[![](https://img.shields.io/badge/project-multiformats-blue.svg?style=flat-square)](http://github.com/multiformats/multiformats) +[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs) + +> C implementation of Multihash parsing and encoding (but not hashing) + +This is an implementation of [multihash](https://github.com/multiformats/multihash). + +## Install + +``` +> TODO +``` + +## Usage + +``` +> TODO +``` + +## Maintainers + +Captain: [@Kubuxu](https://github.com/Kubuxu). + +## Contribute + +Contributions welcome. Please check out [the issues](https://github.com/multiformats/c-multihash/issues). + +Check out our [contributing document](https://github.com/multiformats/multiformats/blob/master/contributing.md) for more information on how we work, and about contributing in general. Please be aware that all interactions related to multiformats are subject to the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md). + +Small note: If editing the Readme, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification. + +## License + +[MIT](LICENSE) © Kubuxu From 67492d05e404dbb9c2deafd985304a0a79aa0cdb Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Mon, 15 Aug 2016 19:07:02 +0200 Subject: [PATCH 2/4] move license to Protocol Labs --- LICENSE | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index e7be9bd..d682f54 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 Jakub Sztandera +Copyright (c) 2016 Protocol Labs, Inc 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 faf72cc..5675ca2 100644 --- a/readme.md +++ b/readme.md @@ -34,4 +34,4 @@ Small note: If editing the Readme, please conform to the [standard-readme](https ## License -[MIT](LICENSE) © Kubuxu +[MIT](LICENSE) © Protocol Labs, Inc From a3a43073654a69f3e19c9bf1cc2ed0cee1315e17 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Mon, 15 Aug 2016 13:19:24 -0400 Subject: [PATCH 3/4] Capitalized --- readme.md => README | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename readme.md => README (100%) diff --git a/readme.md b/README similarity index 100% rename from readme.md rename to README From 78b836581983758bba29ff7b06554cf5a3fa54f4 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Mon, 15 Aug 2016 13:19:58 -0400 Subject: [PATCH 4/4] Moved to markdown again --- README => README.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename README => README.md (100%) diff --git a/README b/README.md similarity index 100% rename from README rename to README.md