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 1/2] 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 From 9ee3f4381e0c50865d0f8ead1d41a3082300ff34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Mon, 7 Dec 2020 09:40:12 +0100 Subject: [PATCH 2/2] Add more people to credits --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5966ea09b79c..fa1fbde3a748 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,10 @@ API documentation is hosted using Swagger and can be found [HERE](https://app.sw * [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/) +* [Efthymios Sarmpanis](https://github.com/esarbanis) +* [Gianfranco Gasbarri](https://github.com/gincos) +* [Clemens Mol](https://github.com/clemensmol) +* [Benjamin Beganović](https://github.com/beganovich) ## Current work in progress