-
Notifications
You must be signed in to change notification settings - Fork 218
Add package docs and copyright headers #1116
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
src/bin/firebase-functions.ts
Outdated
|
|
||
| // The MIT License (MIT) | ||
| // | ||
| // Copyright (c) 2017 Firebase |
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.
Is a 2017 copyright okay for these?
| /** @hidden */ | ||
| // The MIT License (MIT) | ||
| // | ||
| // Copyright (c) 2021 Firebase |
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.
2021?
| @@ -1,3 +1,25 @@ | |||
| // The MIT License (MIT) | |||
| // | |||
| // Copyright (c) 2021 Firebase | |||
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.
2021?
|
Those files are written in 2021 |
Unfortunately this doesn't actually fix the table of exported namespaces. I haven't figured out how to do that yet.