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 licence header check to tests #454

Closed
rhattersley opened this issue Apr 13, 2013 · 2 comments
Closed

Add licence header check to tests #454

rhattersley opened this issue Apr 13, 2013 · 2 comments

Comments

@rhattersley
Copy link
Member

For bonus points, consider using git whatsnew to figure out what the date range should be for each file. Perhaps using git whatchanged --pretty='%ai %ci' and using the author date for the lower bound and the commit date for the upper bound. See http:https://stackoverflow.com/a/13284558 for some related work.

@pelson pelson closed this as completed in d242848 Apr 30, 2013
esc24 added a commit that referenced this issue Apr 30, 2013
Added a test for license checking of code files. Closes #454.
@esc24
Copy link
Member

esc24 commented Apr 30, 2013

For bonus points, consider using git whatsnew to figure out what the date range should be for each file.

Bonus points to @pelson

@pelson
Copy link
Member

pelson commented Apr 30, 2013

Bonus points to @pelson

Wooo! 🎉

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

No branches or pull requests

3 participants