From 6b93f54653665313a496e1fbebe870646df10b84 Mon Sep 17 00:00:00 2001 From: Tim Ambrogi Date: Thu, 19 May 2022 12:46:41 -0400 Subject: [PATCH] Moved license section higher on the README.md. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f920ed4..bd72ce6 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ Full project and source code available at https://github.com/westquote/SquidTask Full API documentation can be found at https://westquote.github.io/SquidTasks/. +## License +Squid::Tasks is developed by Tim Ambrogi Saxon and Elliott Mahler at Giant Squid Studios, and uses the [MIT License](https://en.wikipedia.org/wiki/MIT_License). + ## Overview of Squid::Tasks Squid::Tasks consists of several top-level headers within the include directory. @@ -17,9 +20,6 @@ Squid::Tasks consists of several top-level headers within the include directory. Sample projects can be found under the @c /samples directory. -## License -Squid::Tasks is developed by Tim Ambrogi Saxon and Elliott Mahler at Giant Squid Studios, and uses the [MIT License](https://en.wikipedia.org/wiki/MIT_License). - ## Integrating Squid::Tasks The steps for integrating Squid::Tasks into your game depends on how your game is built: