Skip to content

remove the creative commons footer text #1515

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 4 commits into from
Oct 12, 2017
Merged

Conversation

devoncarew
Copy link
Member

(done in separate commits to make it easier to ignore the generated file changes)

@jcollins-g

@googlebot googlebot added the cla: yes Google CLA check succeeded. label Oct 12, 2017
bin/dartdoc.dart Outdated
stderr.writeln(
' fatal error: Unable to generate documentation: ${packageMeta.getInvalidReasons().first}.');
stderr
.writeln(' fatal error: Unable to generate documentation: ${packageMeta
Copy link
Contributor

@jcollins-g jcollins-g Oct 12, 2017

Choose a reason for hiding this comment

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

This is horrible looking now, with the indention implying that .getInvalidReasons is called on the return value of .writeln. I'd rather us not use expansion for multi-line expressions.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yup, this was an auto-dartfmt. I updated to use a local var instead to hold the error text.

@devoncarew devoncarew merged commit 693fd88 into master Oct 12, 2017
@kevmoo kevmoo deleted the remove_cc_footertext branch October 16, 2017 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Google CLA check succeeded.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove cc license from default footer-text
3 participants