From f8187c2cc45e46527cc957a1e536ecfc6a844b08 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 9 Feb 2018 10:09:34 +0100 Subject: [PATCH] Update license --- CleanPrettyPrint | 2 +- CleanTypeUnifier | 2 +- LICENSE | 2 +- README.md | 4 ++-- libcloogle | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CleanPrettyPrint b/CleanPrettyPrint index 25b5f82..eb0b7bc 160000 --- a/CleanPrettyPrint +++ b/CleanPrettyPrint @@ -1 +1 @@ -Subproject commit 25b5f828ddb77a10482ba69b5f35f34c45779cc8 +Subproject commit eb0b7bc7e1c32f30dcf42481cfbc15833062cbdd diff --git a/CleanTypeUnifier b/CleanTypeUnifier index d052c6f..065c0d2 160000 --- a/CleanTypeUnifier +++ b/CleanTypeUnifier @@ -1 +1 @@ -Subproject commit d052c6fb6fcbff6316f913892f310ce476e5bf0b +Subproject commit 065c0d26df7930e164e08bda26db895b856c39f9 diff --git a/LICENSE b/LICENSE index 67de3ce..f8e4ba0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) <2016> +Copyright (c) 2016-present Mart Lubbers and Camil Staps Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/README.md b/README.md index d1a2e05..9429f79 100644 --- a/README.md +++ b/README.md @@ -117,8 +117,8 @@ do), `CloogleDBFactory` can derive the type. | `@var` | Type variables of types, classes and generics ## Copyright & License -Copyright © Mart Lubbers and Camil Staps. -Licensed under MIT; See the `LICENSE` file. +Copyright © 2016-present Mart Lubbers and Camil Staps. +Licensed under MIT; See the [LICENSE](/LICENSE) file. [Clean]: http://clean.cs.ru.nl [Cloogle]: https://cloogle.org diff --git a/libcloogle b/libcloogle index b1cf075..8f0d812 160000 --- a/libcloogle +++ b/libcloogle @@ -1 +1 @@ -Subproject commit b1cf075d6849d5289def8f4d84aa7ac24916943b +Subproject commit 8f0d812e697c14c996a8d2d6851443e28aadd5f0 -- GitLab