From b005346e541df9fc4542ee4b1f3ba2590dca1b26 Mon Sep 17 00:00:00 2001 From: Dominic Date: Fri, 1 Jan 2021 16:18:50 +0100 Subject: [PATCH] fix the readme template --- README.tpl | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.tpl b/README.tpl index bc1ef71..42ce8d6 100644 --- a/README.tpl +++ b/README.tpl @@ -37,6 +37,16 @@ the MSRV (minimum supported rust version) is not considered a breaking change. Copyright (C) 2020-2021 Dominic Meiser and [contributors](https://gitlab.com/msrd0/gotham-restful/-/graphs/master). -Licensed under your option of: - - [Apache License Version 2.0](https://gitlab.com/msrd0/gotham-restful/blob/master/LICENSE-Apache) - - [Eclipse Public License Version 2.0](https://gitlab.com/msrd0/gotham-restful/blob/master/LICENSE-EPL) +``` +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 + + https://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 "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. +```