-
Notifications
You must be signed in to change notification settings - Fork 948
Add protobuf license needed for internal use. #4509
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
Conversation
|
Binary Size ReportAffected SDKs
Test Logs
|
LICENSE
Outdated
|
||
For Google protobuf source. | ||
|
||
file: src/packages/firestore/src/protos/google/protobuf/any.proto |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What should the path here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a relative path in google3, it's copied verbatim from the CL.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But this license is for the public version of the SDK, should it use the path in Github?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unless we want to write a special script to reformat it on google3 import, it's probably best to make it applicable to wherever it is. I tried
[source code root]/packages/firestore/src/protos/google/protobuf/any.proto
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to update a script to change the path for google3?
Discussed with CL author, the path does not need to be strict, it is just for providing context to any human readers of the license. |
See cl/358448976 (internal).