HEPCloud / decisionengine

HEPCloud Decision Engine framework
Apache License 2.0
6 stars 25 forks source link

Set Apache 2.0 license and added REUSE compliance #575

Closed mambelli closed 2 years ago

mambelli commented 2 years ago

Set Apache 2.0 license and added REUSE compliance

Added REUSE configuration files, DEP5 file, and SPDX headers Added also pre-commit checks and CI compliance test

See https://reuse.software/

codecov[bot] commented 2 years ago

Codecov Report

Merging #575 (a771301) into master (3f844ca) will increase coverage by 0.09%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #575      +/-   ##
==========================================
+ Coverage   83.42%   83.52%   +0.09%     
==========================================
  Files          45       45              
  Lines        2667     2683      +16     
  Branches      482      482              
==========================================
+ Hits         2225     2241      +16     
  Misses        398      398              
  Partials       44       44              
Flag Coverage Δ
python-3.10 83.45% <ø> (+0.09%) :arrow_up:
python-3.6 83.18% <ø> (+0.10%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/decisionengine/framework/__init__.py 100.00% <ø> (ø)
src/decisionengine/framework/about.py 100.00% <ø> (ø)
...ionengine/framework/config/ChannelConfigHandler.py 94.66% <ø> (+0.07%) :arrow_up:
src/decisionengine/framework/config/ValidConfig.py 100.00% <ø> (ø)
src/decisionengine/framework/config/policies.py 100.00% <ø> (ø)
...rc/decisionengine/framework/dataspace/datablock.py 98.82% <ø> (ø)
...c/decisionengine/framework/dataspace/datasource.py 100.00% <ø> (ø)
...sionengine/framework/dataspace/datasources/null.py 100.00% <ø> (ø)
...rk/dataspace/datasources/sqlalchemy_ds/__init__.py 100.00% <ø> (ø)
...aspace/datasources/sqlalchemy_ds/datasource_api.py 98.77% <ø> (+<0.01%) :arrow_up:
... and 51 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 3f844ca...a771301. Read the comment docs.

jcpunk commented 2 years ago

Should the copyright year bet 2009? That seems incorrect to me....

mambelli commented 2 years ago

Should the copyright year bet 2009? That seems incorrect to me....

Indeed. I used what was in the license file but does not make sense. I updated it to 2017, the start of the project.

mambelli commented 2 years ago

This fixes #528