From ddee31c9e717cb978e492e524ea604ca4ebff0e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Mon, 7 Dec 2020 09:30:11 +0100 Subject: [PATCH] Add credits & licence to README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 295f4fc348db..5966ea09b79c 100644 --- a/README.md +++ b/README.md @@ -74,8 +74,22 @@ To improve chances of PRs being merged please include tests to ensure your code API documentation is hosted using Swagger and can be found [HERE](https://app.swaggerhub.com/apis/invoiceninja/invoiceninja) +## Credits +* [Hillel Coren](https://hillelcoren.com/) +* [David Bomba](https://github.com/turbo124) +* [All contributors](https://github.com/invoiceninja/invoiceninja/graphs/contributors) + +**Special thanks to:** +* [Holger Lösken](https://github.com/codedge) - [codedge](http://codedge.de) +* [Samuel Laulhau](https://github.com/lalop) - [Lalop](http://lalop.co/) +* [Alexander Vanderveen](https://blog.technicallycomputers.ca/) - [Technically Computers](https://www.technicallycomputers.ca/) + ## Current work in progress Invoice Ninja is currently being written in a combination of Laravel for the API and Client Portal and Flutter for the front end management console. This will allow an immersive and consistent experience across any device: mobile, tablet or desktop. To manage our workflow we will be creating separate branches for the client (Flutter) and server (Laravel API / Client Portal) and merge these into a release branch for deployments. + +## License +Invoice Ninja is released under the Attribution Assurance License. +See [LICENSE](LICENSE) for details. \ No newline at end of file