Skip to content

Commit 968e78c

Browse files
committed
Licenses
1 parent cbda06a commit 968e78c

File tree

4 files changed

+16
-7
lines changed

4 files changed

+16
-7
lines changed

dev/integration_tests/macos_integration_test/lib/main.dart

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 'package:flutter/material.dart';
26

37
void main() {

dev/integration_tests/macos_integration_test/macos/Runner/AppDelegate.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
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

48
@main
5-
class AppDelegate: FlutterAppDelegate {
9+
class AppDelegate: FlutterAppDelegate {
610
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
711
return true
812
}

dev/integration_tests/macos_integration_test/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

dev/integration_tests/macos_integration_test/macos/RunnerUITests/RunnerUITests.m

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
//
2-
// integration1UITests.m
3-
// integration1UITests
4-
//
5-
// Created by Matej Knopp on 3/21/25.
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 <XCTest/XCTest.h>
96

0 commit comments

Comments
 (0)