Skip to content

Commit 973391b

Browse files
committed
Update all Copyright year and comments
1 parent c5c931d commit 973391b

11 files changed

+11
-13
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/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)