Skip to content

Commit

Permalink
chore: fix license check
Browse files Browse the repository at this point in the history
  • Loading branch information
jokerttu committed Nov 7, 2024
1 parent 2e4b207 commit 04b726b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Pods/
**/Flutter/flutter_assets/
ServiceDefinitions.json
xcuserdata/
.swiftpm/
.last_build_id

# Android
Expand Down
2 changes: 2 additions & 0 deletions example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
*.swp
.DS_Store
.atom/
.build/
.buildlog/
.history
.svn/
.swiftpm/
migrate_working_dir/

# IntelliJ related
Expand Down
6 changes: 3 additions & 3 deletions ios/google_navigation_flutter/Package.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// swift-tools-version: 5.9
// The swift-tools-version declares the minimum version of Swift required to build this package.

// Copyright 2024 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -12,9 +15,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// swift-tools-version: 5.9
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

import Foundation
import UIKit

enum GoogleMapsImageRegistryError: Error {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

import Foundation
import UIKit

enum ImageResizer {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

import Foundation
import UIKit

struct RegisteredImage {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

import Foundation
import UIKit

extension String {
Expand Down
2 changes: 2 additions & 0 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ scripts:
--ignore "build/**" \
--ignore "**/GeneratedPluginRegistrant.*" \
--ignore "**/flutter_export_environment.sh" \
--ignore "**/FlutterGeneratedPluginSwiftPackage/**" \
.
description: Add a license header to all necessary files.

Expand All @@ -193,5 +194,6 @@ scripts:
--ignore "build/**" \
--ignore "**/GeneratedPluginRegistrant.*" \
--ignore "**/flutter_export_environment.sh" \
--ignore "**/FlutterGeneratedPluginSwiftPackage/**" \
.
description: Add a license header to all necessary files.

0 comments on commit 04b726b

Please sign in to comment.