fix: added license header to source files
ClosedPublic

Authored by roshi on Jun 11 2014, 11:09 PM.

Details

Summary
Added license headers to all source files.
Test Plan
Check files for correct header.

Diff Detail

Repository
rLTRN libtaskotron
Lint
Lint Skipped
Unit
Unit Tests Skipped
roshi retitled this revision from to fix: added license header to source files.Jun 11 2014, 11:09 PM
roshi updated this object.
roshi edited the test plan for this revision. (Show Details)
roshi added reviewers: tflink, kparal.
roshi added inline comments.Jun 11 2014, 11:14 PM
testing/test_python_directive.py
230

I have no idea why this registered as a change - everything is the same afaict.

tflink accepted this revision.Jun 11 2014, 11:49 PM
tflink added a reviewer: jskladan.

Looks good to me but wait for @kparal and/or @jskladan to review before pushing

testing/test_python_directive.py
230

it might be related to the lack of a newline at the end of the file. if you look at the raw diff, it complains about no newline here

This revision is now accepted and ready to land.Jun 11 2014, 11:51 PM
kparal added inline comments.Jun 12 2014, 3:39 PM
libtaskotron/check.py
2–4

A simple question here - do we want to keep the year ranges from the original file, or replace them globally? I tried to use only the current year for files created this year, and transfer the year range correctly for files taken from AutoQA. I'm not sure we need to be that precise, just pointing it out.

roshi added inline comments.Jun 12 2014, 6:39 PM
libtaskotron/check.py
2–4

I don't know that we need to be that precise either - and I don't really see the added value from being that granular. Supposing that the correct dates were in the old files and we want to be that precise, I could fix it - otherwise I'd like a list of what was borrowed because I don't know what's taken from AutoQA...

kparal accepted this revision.Jun 13 2014, 10:14 AM

Let's keep it this way.

roshi closed this revision.Jun 13 2014, 2:23 PM
roshi updated this revision to Diff 407.

Closed by commit rLTRN38817c6c189c (authored by @roshi).