cernopendata / cernopendata-client

CERN Open Data command-line client
http://cernopendata-client.readthedocs.io/
GNU General Public License v3.0
10 stars 9 forks source link

records: enriched file headers with license statements #14

Closed ANovorolnik closed 5 years ago

tiborsimko commented 5 years ago

Looks good, just needs to be up to date with upstream master... Please rebase like this:

$ git remote add upstream git@github.com:cernopendata/cernopendata-client
$ git fetch upstream
$ git checkout master
$ git merge --ff-only upstream/master
$ git checkout 11-gt-fix
$ git rebase master -i
$ git push origin 11-gt-fix -f

similarly to https://github.com/cernopendata/opendata.cern.ch/blob/master/DEVELOPING.rst#updating-pull-requests