Skip to content

Commit 40f25cb

Browse files
committed
Update all Copyright year and comments
1 parent 9243352 commit 40f25cb

12 files changed

+23
-17
lines changed

Storage/FirebaseStorageUI/FIRStorageDownloadTask+SDWebImage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2016 Google Inc.
2+
// Copyright (c) 2019 Google Inc.
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

Storage/FirebaseStorageUI/FIRStorageDownloadTask+SDWebImage.m

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
//
2-
// FIRStorageDownloadTask+SDWebImage.m
3-
// FirebaseStorageUI
2+
// Copyright (c) 2019 Google Inc.
43
//
5-
// Created by lizhuoli on 2019/4/28.
6-
// Copyright © 2019 Firebase. All rights reserved.
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
9+
//
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
715
//
816

917
#import "FIRStorageDownloadTask+SDWebImage.h"

Storage/FirebaseStorageUI/FUIStorageDefine.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2016 Google Inc.
2+
// Copyright (c) 2019 Google Inc.
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

Storage/FirebaseStorageUI/FUIStorageDefine.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2016 Google Inc.
2+
// Copyright (c) 2019 Google Inc.
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

Storage/FirebaseStorageUI/FUIStorageImageLoader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2016 Google Inc.
2+
// Copyright (c) 2019 Google Inc.
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

Storage/FirebaseStorageUI/FUIStorageImageLoader.m

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2016 Google Inc.
2+
// Copyright (c) 2019 Google Inc.
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.
@@ -84,8 +84,6 @@ - (BOOL)canRequestImageForURL:(NSURL *)url {
8484
// Observe the progress changes
8585
[download observeStatus:FIRStorageTaskStatusProgress handler:^(FIRStorageTaskSnapshot * _Nonnull snapshot) {
8686
NSProgress *progress = snapshot.progress;
87-
// completedUnitCount == totalBytesWritten;
88-
// totalUnitCount == totalBytesExpectedToWrite;
8987
if (progressBlock) {
9088
progressBlock(progress.completedUnitCount, progress.totalUnitCount, url);
9189
}

Storage/FirebaseStorageUI/FirebaseStorageUI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2016 Google Inc.
2+
// Copyright (c) 2019 Google Inc.
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

Storage/FirebaseStorageUI/NSURL+FirebaseStorage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2016 Google Inc.
2+
// Copyright (c) 2019 Google Inc.
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

Storage/FirebaseStorageUI/NSURL+FirebaseStorage.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2016 Google Inc.
2+
// Copyright (c) 2019 Google Inc.
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

Storage/FirebaseStorageUI/UIImageView+FirebaseStorage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2016 Google Inc.
2+
// Copyright (c) 2019 Google Inc.
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

Storage/FirebaseStorageUI/UIImageView+FirebaseStorage.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2016 Google Inc.
2+
// Copyright (c) 2019 Google Inc.
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

Storage/FirebaseStorageUITests/FUIImageViewCategoryTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2016 Google Inc.
2+
// Copyright (c) 2019 Google Inc.
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)