Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 8b908cb

Browse files
committed
[camera]update license
1 parent 2613e58 commit 8b908cb

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

packages/camera/camera/example/ios/RunnerTests/SampleBufferQueueTests.m

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
//
2-
// SampleBufferQueueTests.m
3-
// RunnerTests
4-
//
5-
// Created by Huan Lin on 1/27/22.
6-
// Copyright © 2022 The Flutter Authors. All rights reserved.
7-
//
1+
// Copyright 2013 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.
84

95
@import camera;
106
@import camera.Test;
@@ -18,7 +14,8 @@ @interface SampleBufferQueueTests : XCTestCase
1814

1915
@implementation SampleBufferQueueTests
2016

21-
- (void)testSampleBufferDelegateCallbackMustRunOnCaptureSessionQueue {
17+
- (void)testSampleBufferCallbackQueueMustBeCaptureSessionQueue {
18+
2219
id inputMock = OCMClassMock([AVCaptureDeviceInput class]);
2320
OCMStub([inputMock deviceInputWithDevice:[OCMArg any] error:[OCMArg setTo:nil]])
2421
.andReturn(inputMock);

packages/camera/camera/ios/Classes/FLTCam_Test.h

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
//
2-
// FLTCam_Test.h
3-
// Pods
4-
//
5-
// Created by Huan Lin on 1/27/22.
6-
//
1+
// Copyright 2013 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 "FLTCam.h"
96

0 commit comments

Comments
 (0)