Skip to content

Commit b6a42c2

Browse files
authored
[Connectivity] Fix mistake in license headers (flutter#3054)
1 parent 772a57f commit b6a42c2

4 files changed

Lines changed: 11 additions & 27 deletions

File tree

packages/connectivity/connectivity_macos/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.0+6
2+
3+
* Update license headers.
4+
15
## 0.1.0+5
26

37
* Update package:e2e reference to use the local version in the flutter/plugins

packages/connectivity/connectivity_macos/macos/Classes/ConnectivityPlugin.swift

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
1-
// Copyright 2019 Google LLC
2-
//
3-
// Licensed under the Apache License, Version 2.0 (the "License");
4-
// you may not use this file except in compliance with the License.
5-
// You may obtain a copy of the License at
6-
//
7-
// http://www.apache.org/licenses/LICENSE-2.0
8-
//
9-
// Unless required by applicable law or agreed to in writing, software
10-
// distributed under the License is distributed on an "AS IS" BASIS,
11-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
// See the License for the specific language governing permissions and
13-
// limitations under the License.
1+
// Copyright 2019 The Chromium Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
144

155
import Cocoa
166
import CoreWLAN

packages/connectivity/connectivity_macos/macos/Classes/IPHelper.h

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
1-
// Copyright 2019 Google LLC
2-
//
3-
// Licensed under the Apache License, Version 2.0 (the "License");
4-
// you may not use this file except in compliance with the License.
5-
// You may obtain a copy of the License at
6-
//
7-
// http://www.apache.org/licenses/LICENSE-2.0
8-
//
9-
// Unless required by applicable law or agreed to in writing, software
10-
// distributed under the License is distributed on an "AS IS" BASIS,
11-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
// See the License for the specific language governing permissions and
13-
// limitations under the License.
1+
// Copyright 2019 The Chromium Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
144

155
#import <Foundation/Foundation.h>
166

packages/connectivity/connectivity_macos/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: macOS implementation of the connectivity plugin.
33
# 0.1.y+z is compatible with 1.0.0, if you land a breaking change bump
44
# the version to 2.0.0.
55
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
6-
version: 0.1.0+5
6+
version: 0.1.0+6
77
homepage: https://github.com/flutter/plugins/tree/master/packages/connectivity/connectivity_macos
88

99
flutter:

0 commit comments

Comments
 (0)