- Notifications
You must be signed in to change notification settings - Fork950
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Calculate available bytes for terminal input streams#6967
base:1.7.x
Are you sure you want to change the base?
Conversation
63e1240
tofe69c46
Compare/* | ||
* sbt | ||
* Copyright 2011 - 2018, Lightbend, Inc. | ||
* Copyright 2008 - 2010, Mark Harrah |
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.
I copy/pasted the header. Should this be copyright to Mark Harrah when it was created after 2010? Other files are like this too.
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.
Yea. We use sbt-header to use the same header in all files.
d441506
toa69182c
Comparea69182c
to0e3cf40
Compare
Adds some tests and another small fix for#6964