probnum icon indicating copy to clipboard operation
probnum copied to clipboard

File License Headers

Open mmahsereci opened this issue 3 years ago • 0 comments

Suggestion

Each .py file under src/probnum in a new PR must have a license header of the following form:

__copyright__ = "Copyright (c) ProbNum Authors."
__license__ =  "MIT License"

or

# Copyright (c) ProbNum Authors
# MIT License

Advantage

This is useful since individual files potentially get shared, changed and re-used elsewhere.

To Do

  • [ ] Determine which style of the above should be preferred
  • [ ] Include this information in the styleguide.md

This closes the issue. Afterward only PRs with license headers in .py files will be accepted.

mmahsereci avatar May 10 '21 11:05 mmahsereci