We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44321d3 commit cd9e314Copy full SHA for cd9e314
README.md
@@ -621,8 +621,9 @@ Use the Maven wrapper to create a jar including all dependencies
621
622
# Credits
623
624
-* Byte util methods derived from primitives.Bytes from [Google Guava](https://github.com/google/guava)
625
-* Entropy class derived from [Twitter Commons](https://github.com/twitter/commons)
+* Byte util methods derived from `primitives.Bytes` from [Google Guava](https://github.com/google/guava) (Apache v2)
+* Entropy class derived from [Twitter Commons](https://github.com/twitter/commons) (Apache v2)
626
+* Base64 implementation and some util methods from [Okio](https://github.com/square/okio) (Apache v2)
627
628
# License
629
0 commit comments