Skip to content
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

Add license to generated files #95

Merged
merged 2 commits into from Mar 14, 2019
Merged

Conversation

chrisdunelm
Copy link
Contributor

No description provided.

@chrisdunelm chrisdunelm requested a review from jskeet March 14, 2019 12:17
protected CompilationUnitSyntax AddLicense(CompilationUnitSyntax cu)
{
// TODO: POssibly allow customization of license? Is this required?
// TODO: How should the copyright year be dealt with. would it be correct to always use the current year?
Copy link
Collaborator

Choose a reason for hiding this comment

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

That's what we do now, I believe - and it's probably a good enough starting point.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK, thanks.

@chrisdunelm
Copy link
Contributor Author

The travis failure is almost certainly due to line-ending differences on Linux/Windows. I thought I'd allowed for that, but maybe not!
I'll fix soon.

@chrisdunelm chrisdunelm merged commit e3d740d into googleapis:master Mar 14, 2019
@chrisdunelm chrisdunelm deleted the license branch March 14, 2019 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants