diff --git a/DEV.md b/CONTRIBUTING.md similarity index 96% rename from DEV.md rename to CONTRIBUTING.md index 4702782..0a84f5d 100644 --- a/DEV.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -# DEV +# Contributing ## Prerequisites @@ -27,4 +27,3 @@ invoke --list The release process is completly automated in Github Action. Just create a new GitHub release with the UI associated to a tag `vX.Y.Z` (don't miss the leading (lowercase) `v`). - diff --git a/LICENSE b/LICENSE index 141233b..f7a791b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ MIT License Copyright (c) 2023 Fabien MARTY +Copyright (c) 2023 Botify and contributors 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 e549228..c77af4d 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,10 @@ print(fnv_c.fnv1a_64(b"foo bar")) Full API doc is available at: [https://botify-labs.github.io/fnv-c/fnv_c/](https://botify-labs.github.io/fnv-c/fnv_c/) -## Dev +## Contributing -See [this specific document](DEV.md) +See [CONTRIBUTING](./CONTRIBUTING.md) + +## License + +**fnv-c** is licensed under the [MIT license](./LICENSE).