tp-freeforall / prod

TinyOS (less academic, more industrial, rD, less filling), still a floor wax
BSD 3-Clause "New" or "Revised" License
82 stars 37 forks source link

Add license to gnode files (standard TinyOS Intel license). #17

Closed mkonstapel closed 12 years ago

mkonstapel commented 12 years ago

Bulk added standard license declaration to all source files in tos/platforms/gnode.

cire831 commented 12 years ago

It would be better if you broke this up to independent pull requests. But hey works for now.

The way the commits are put together are fun.

mkonstapel commented 12 years ago

Pull requests: didn't realize that as I kept committing, it'd keep adding them to the pull request. If I understand correctly (been reading up on git) I could've made an "add license" branch, do a pull request for that, and make the other changes on another branch, with a separate pull request. Will keep it in mind.

License: well, I copied $TOSDIR/licenses/INTEL-LICENSE.txt, so that's why I figured that's what it was. I see that the actual Intel license would have a clause on export restrictions.