Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 705dd7d

Browse files
author
a-wallen
committed
Add copyright header to swift source files
1 parent d45ecbb commit 705dd7d

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

examples/platform_view/macos/Runner/AppDelegate.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2014 The Flutter 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.
4+
15
import Cocoa
26
import FlutterMacOS
37

examples/platform_view/macos/Runner/MainFlutterWindow.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2014 The Flutter 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.
4+
15
import Cocoa
26
import FlutterMacOS
37

examples/platform_view/macos/Runner/PlatformViewController.swift

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
//
2-
// PlatformViewController.swift
3-
// Runner
4-
//
5-
// Created by Alex Wallen on 9/5/22.
6-
//
1+
// Copyright 2014 The Flutter 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.
74

85
import Cocoa
96

0 commit comments

Comments
 (0)