From 84ad9c2ec4a5ac2884412b0b5b4a3181536602c9 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Sat, 11 Apr 2020 13:00:43 +0200 Subject: [PATCH] Remove LICENSE from README GitJournal has been AGPL for sometime now. --- README.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/README.md b/README.md index 0e0dd3d8..91c261da 100644 --- a/README.md +++ b/README.md @@ -53,20 +53,3 @@ Development is tracked over [here](https://github.com/orgs/GitJournal/projects/1 Please feel free to [open an issue](https://github.com/GitJournal/GitJournal/issues/new) for any bug or feature request. Additionally, you can vote on existing [Issues](https://github.com/GitJournal/GitJournal/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc) by reacting with a '👍'. -# License - -``` -Copyright 2018-2020 Vishesh Handa - -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 - - 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 "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. -```