From 1ef0d088142289574ea6d8437ee45cbce0bfae60 Mon Sep 17 00:00:00 2001 From: Daniel Cachapa Date: Tue, 11 Apr 2023 13:57:48 +0100 Subject: [PATCH] Remove license appendix --- CHANGELOG.md | 4 ++++ LICENSE | 15 --------------- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24b6e27..3ec005f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.9.1+1 + +- Update license + ## 0.9.1 - Add support for Firebase emulator (@willhlas) diff --git a/LICENSE b/LICENSE index 311df6b..f433b1a 100644 --- a/LICENSE +++ b/LICENSE @@ -175,18 +175,3 @@ of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS - - Copyright Daniel Cachapa - - 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. - diff --git a/pubspec.yaml b/pubspec.yaml index eb23fc8..ef63210 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: firedart description: A dart-native implementation of the Firebase Auth and Firestore SDKs. -version: 0.9.1 +version: 0.9.1+1 homepage: https://github.com/cachapa/firedart environment: