|
@@ -97,6 +97,14 @@ pub struct Counter {
|
|
|
For more, see the [examples](https://github.com/project-serum/anchor/tree/master/examples)
|
|
|
and [tests](https://github.com/project-serum/anchor/tree/master/tests) directories.
|
|
|
|
|
|
+## License
|
|
|
+
|
|
|
+Anchor is licensed under [Apache 2.0](./LICENSE).
|
|
|
+
|
|
|
+Unless you explicitly state otherwise, any contribution intentionally submitted
|
|
|
+for inclusion in Anchor by you, as defined in the Apache-2.0 license, shall be
|
|
|
+licensed as above, without any additional terms or conditions.
|
|
|
+
|
|
|
## Contribution
|
|
|
|
|
|
Thank you for your interest in contributing to Anchor! All contributions are welcome no
|
|
@@ -113,10 +121,10 @@ For simple documentation changes, feel free to just open a pull request.
|
|
|
If you're considering larger changes or self motivated features, please file an issue
|
|
|
and engage with the maintainers in [Discord](https://discord.gg/sxy4zxBckh).
|
|
|
|
|
|
-## License
|
|
|
-
|
|
|
-Anchor is licensed under [Apache 2.0](./LICENSE).
|
|
|
+### Thanks ❤️
|
|
|
|
|
|
-Unless you explicitly state otherwise, any contribution intentionally submitted
|
|
|
-for inclusion in Anchor by you, as defined in the Apache-2.0 license, shall be
|
|
|
-licensed as above, without any additional terms or conditions.
|
|
|
+<div align="center">
|
|
|
+ <a href="https://github.com/project-serum/anchor/graphs/contributors">
|
|
|
+ <img src="https://contrib.rocks/image?repo=project-serum/anchor" width="100%" />
|
|
|
+ </a>
|
|
|
+</div>
|