From 01ade2e4a627781c32fa185258ea8ece3f3e43b0 Mon Sep 17 00:00:00 2001 From: Mehmet Fidanboylu Date: Sat, 19 Sep 2020 16:54:53 -0700 Subject: [PATCH 1/2] Fix mistake in license headers --- .../macos/Classes/PathProviderPlugin.swift | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/packages/path_provider/path_provider_macos/macos/Classes/PathProviderPlugin.swift b/packages/path_provider/path_provider_macos/macos/Classes/PathProviderPlugin.swift index cb56fc49769c..a1528822893f 100644 --- a/packages/path_provider/path_provider_macos/macos/Classes/PathProviderPlugin.swift +++ b/packages/path_provider/path_provider_macos/macos/Classes/PathProviderPlugin.swift @@ -1,16 +1,6 @@ -// Copyright 2019 Google LLC -// -// 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. +// Copyright 2019 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. import FlutterMacOS import Foundation From e7aef1c2f05fd49d7ec2ef74cecf246f0d13657b Mon Sep 17 00:00:00 2001 From: Mehmet Fidanboylu Date: Sun, 20 Sep 2020 22:00:01 -0700 Subject: [PATCH 2/2] Update changelog --- packages/path_provider/path_provider_macos/CHANGELOG.md | 4 ++++ packages/path_provider/path_provider_macos/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/path_provider/path_provider_macos/CHANGELOG.md b/packages/path_provider/path_provider_macos/CHANGELOG.md index 406c49f56def..b2ca95fbd10c 100644 --- a/packages/path_provider/path_provider_macos/CHANGELOG.md +++ b/packages/path_provider/path_provider_macos/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.4+5 + +* Update license header. + ## 0.0.4+4 * Remove no-op android folder in the example app. diff --git a/packages/path_provider/path_provider_macos/pubspec.yaml b/packages/path_provider/path_provider_macos/pubspec.yaml index 00ac8376fca9..970c8c59fe7a 100644 --- a/packages/path_provider/path_provider_macos/pubspec.yaml +++ b/packages/path_provider/path_provider_macos/pubspec.yaml @@ -3,7 +3,7 @@ description: macOS implementation of the path_provider plugin # 0.0.y+z is compatible with 1.0.0, if you land a breaking change bump # the version to 2.0.0. # See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0 -version: 0.0.4+4 +version: 0.0.4+5 homepage: https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider_macos flutter: