Skip to content

Fix copyright notices in all files. #506

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 1, 2021
Merged

Conversation

jonsimantov
Copy link
Contributor

@jonsimantov jonsimantov commented Jul 1, 2021

Uses the base git log year for the copyright year.

@google-cla google-cla bot added the cla: yes label Jul 1, 2021
@jonsimantov jonsimantov requested a review from a-maurice July 1, 2021 21:06
@jonsimantov jonsimantov enabled auto-merge (squash) July 1, 2021 21:14
@jonsimantov jonsimantov merged commit d9946cd into main Jul 1, 2021
@github-actions github-actions bot added the tests: in-progress This PR's integration tests are in progress. label Jul 1, 2021
@github-actions
Copy link

github-actions bot commented Jul 1, 2021

❌  Integration test FAILED

Requested by @jonsimantov on commit d9946cd
Last updated: Thu Jul 1 17:03 PDT 2021
View integration test log & download artifacts

Failures Configs
firestore [TEST] [FAILURE] [MacOS] [boringssl]
(1 failed tests)  TestCanListenForQueryMetadataChanges

@github-actions github-actions bot added the tests: failed This PR's integration tests failed. label Jul 2, 2021
@firebase-workflow-trigger firebase-workflow-trigger bot removed the tests: in-progress This PR's integration tests are in progress. label Jul 2, 2021
@jonsimantov jonsimantov deleted the feature/fix_all_copyrights branch July 2, 2021 16:37
Copy link
Contributor Author

@jonsimantov jonsimantov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found 37 lint warnings

Copy link
Contributor Author

@jonsimantov jonsimantov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found 37 lint warnings

Copy link
Contributor Author

@jonsimantov jonsimantov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found 37 lint warnings

Copy link
Contributor Author

@jonsimantov jonsimantov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found 37 lint warnings

@jonsimantov jonsimantov added no-lint Skip lint checks and removed no-lint Skip lint checks labels Jul 2, 2021
@@ -1,3 +1,5 @@
// Copyright 2021 Google LLC

#ifndef FIREBASE_FIRESTORE_CLIENT_CPP_SRC_TESTS_ANDROID_CANCELLATION_TOKEN_SOURCE_H_
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Lint warning: Lines should be <= 80 characters long

@@ -1,3 +1,5 @@
// Copyright 2021 Google LLC

#ifndef FIREBASE_FIRESTORE_CLIENT_CPP_SRC_TESTS_ANDROID_CANCELLATION_TOKEN_SOURCE_H_
#define FIREBASE_FIRESTORE_CLIENT_CPP_SRC_TESTS_ANDROID_CANCELLATION_TOKEN_SOURCE_H_
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Lint warning: Lines should be <= 80 characters long

@@ -1,3 +1,5 @@
// Copyright 2021 Google LLC

#ifndef FIREBASE_FIRESTORE_CLIENT_CPP_SRC_TESTS_ANDROID_FIRESTORE_INTEGRATION_TEST_ANDROID_H_
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Lint warning: Lines should be <= 80 characters long

@@ -1,3 +1,5 @@
// Copyright 2021 Google LLC

#ifndef FIREBASE_FIRESTORE_CLIENT_CPP_SRC_TESTS_ANDROID_FIRESTORE_INTEGRATION_TEST_ANDROID_H_
#define FIREBASE_FIRESTORE_CLIENT_CPP_SRC_TESTS_ANDROID_FIRESTORE_INTEGRATION_TEST_ANDROID_H_
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Lint warning: Lines should be <= 80 characters long

@@ -1,3 +1,5 @@
// Copyright 2021 Google LLC

#ifndef FIREBASE_FIRESTORE_CLIENT_CPP_SRC_TESTS_ANDROID_TASK_COMPLETION_SOURCE_H_
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Lint warning: Lines should be <= 80 characters long

@@ -1,3 +1,5 @@
// Copyright 2021 Google LLC

#ifndef FIREBASE_FIRESTORE_CLIENT_CPP_SRC_MAIN_FIREBASE_METADATA_PROVIDER_DESKTOP_H_
#define FIREBASE_FIRESTORE_CLIENT_CPP_SRC_MAIN_FIREBASE_METADATA_PROVIDER_DESKTOP_H_
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Lint warning: Lines should be <= 80 characters long

@@ -1,3 +1,5 @@
// Copyright 2021 Google LLC

#ifndef FIREBASE_PERFORMANCE_CLIENT_CPP_SRC_INCLUDE_FIREBASE_PERFORMANCE_HTTP_METRIC_H_
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Lint warning: Lines should be <= 80 characters long

@@ -1,3 +1,5 @@
// Copyright 2021 Google LLC

#ifndef FIREBASE_PERFORMANCE_CLIENT_CPP_SRC_INCLUDE_FIREBASE_PERFORMANCE_HTTP_METRIC_H_
#define FIREBASE_PERFORMANCE_CLIENT_CPP_SRC_INCLUDE_FIREBASE_PERFORMANCE_HTTP_METRIC_H_
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Lint warning: Lines should be <= 80 characters long

@@ -1,3 +1,5 @@
// Copyright 2021 Google LLC

#ifndef FIREBASE_PERFORMANCE_CLIENT_CPP_SRC_INCLUDE_FIREBASE_PERFORMANCE_TRACE_H_
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Lint warning: Lines should be <= 80 characters long

@@ -1,3 +1,5 @@
// Copyright 2021 Google LLC

#ifndef FIREBASE_PERFORMANCE_CLIENT_CPP_SRC_INCLUDE_FIREBASE_PERFORMANCE_TRACE_H_
#define FIREBASE_PERFORMANCE_CLIENT_CPP_SRC_INCLUDE_FIREBASE_PERFORMANCE_TRACE_H_
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Lint warning: Lines should be <= 80 characters long

@firebase firebase locked and limited conversation to collaborators Aug 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes tests: failed This PR's integration tests failed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants