force-h2020 / force-bdss

Business Decision System general interface
BSD 2-Clause "Simplified" License
2 stars 2 forks source link

copyright headers #351

Closed sparsonslab closed 4 years ago

sparsonslab commented 4 years ago

Description

Add Enthought open source copyright header to every file.

Notes

The headers were inserted automatically using PyCharm's Copyright Profile functionality. The only problem is that it ends up creating two blank lines at the end of blank init.py module files, which then don't pass flake8, so the extra line has to be removed manually.

Changes

Just the header on each file

codecov[bot] commented 4 years ago

Codecov Report

Merging #351 into master will increase coverage by 0.00%. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #351   +/-   ##
=======================================
  Coverage   97.41%   97.41%           
=======================================
  Files          63       64    +1     
  Lines        1780     1781    +1     
  Branches      192      192           
=======================================
+ Hits         1734     1735    +1     
  Misses         37       37           
  Partials        9        9           
Impacted Files Coverage Δ
force_bdss/api.py 100.00% <ø> (ø)
force_bdss/app/base_operation.py 100.00% <ø> (ø)
force_bdss/app/bdss_application.py 93.50% <ø> (ø)
force_bdss/app/evaluate_operation.py 100.00% <ø> (ø)
force_bdss/app/i_operation.py 100.00% <ø> (ø)
force_bdss/app/optimize_operation.py 100.00% <ø> (ø)
force_bdss/app/workflow_file.py 100.00% <ø> (ø)
force_bdss/cli/force_bdss.py 0.00% <ø> (ø)
force_bdss/core/base_factory.py 100.00% <ø> (ø)
force_bdss/core/base_model.py 100.00% <ø> (ø)
... and 55 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 46ac03b...4cd061d. Read the comment docs.