From 358e08163124fc48510c7db23ccb70c7f722773f Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Sun, 10 Oct 2021 17:40:05 +0200 Subject: [PATCH] README: Add the licence. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 525e1c2..9c9a739 100644 --- a/README.md +++ b/README.md @@ -55,3 +55,16 @@ When submitting changes, try to make them as similar as possible in style to the existing code, which approximately follows the style used across the Racket code base. If you use Emacs with Racket Mode or DrRacket, you should be fine with default settings. + +## License + +Like the generic graph library, this library is licensed under the Apache +License, Version 2.0 (the "License"); you may not use this file except in +compliance with the License. You may obtain a copy of the License at + + @hyperlink["http://www.apache.org/licenses/LICENSE-2.0"]{http://www.apache.org/licenses/LICENSE-2.0} + +Unless required by applicable law or agreed to in writing, software distributed +under the License is distributed on an @bold{"as is" basis, without warranties +or conditions of any kind}, either express or implied. See the License for the +specific language governing permissions and limitations under the License.