https://github.com/GPflow/GPflow
Revision a0df00ca67f074b917f8d12fb3363f9433a20c1e authored by st-- on 10 September 2020, 11:45:58 UTC, committed by GitHub on 10 September 2020, 11:45:58 UTC
Adds Copyright notice and Apache license text (short form) to the preamble of all python files underneath gpflow/.
Also unifies the copyright notice to simply state "The GPflow Contributors" to simplify maintenance of the copyright notices (this does not affect who holds copyright).
1 parent 7b2a0c8
Raw File
Tip revision: a0df00ca67f074b917f8d12fb3363f9433a20c1e authored by st-- on 10 September 2020, 11:45:58 UTC
add license text to all gpflow submodules (#1480)
Tip revision: a0df00c
codecov.yml
coverage:
  status:
    project:
      default:
        target: 95%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/ci_utils.py"
  - "gpflow/versions.py"
  - "doc/source/notebooks/*"
back to top