babbush / HistoricalFermiLib

This is repo where we developed FermiLib, which then became OpenFermion
Apache License 2.0
1 stars 0 forks source link

Apache headers #81

Closed thomashaener closed 7 years ago

thomashaener commented 7 years ago

We should add the Apache 2 header to all files.

thomashaener commented 7 years ago

@babbush This should be done when nobody's working on fermilib so there are no merge conflicts

damiansteiger commented 7 years ago

The correct header can be found in https://github.com/babbush/fermilib/blob/master/src/fermilib/_version.py (or projectq)

babbush commented 7 years ago

So are you saying this should be at the top of every file? If so, I can do that.

damiansteiger commented 7 years ago

Yes, every file. Except if it is an example file in the example folder then it is optional

babbush commented 7 years ago

Tests too?

babbush commented 7 years ago

I added it for tests too, even init.py. But I did not add it to any of the scripts in psi4tmp, since I guess that code will be GPL we need to do something different.