Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add License to headers #672

Closed
juanitorduz opened this issue May 5, 2024 · 0 comments · Fixed by #673
Closed

Add License to headers #672

juanitorduz opened this issue May 5, 2024 · 0 comments · Fixed by #673

Comments

@juanitorduz
Copy link
Collaborator

juanitorduz commented May 5, 2024

We need to add a license to all our Python files. We can use https://github.com/lucianopaz/head_of_apache as in

https://github.com/pymc-devs/pymc/blob/881030ab330e3aa21df67ae3f243405eb3747c07/.pre-commit-config.yaml#L19-L28

- repo: https://github.com/lucianopaz/head_of_apache
  rev: "0.0.3"
  hooks:
    - id: head_of_apache
      args:
        - --author=The PyMC Developers
        - --exclude=docs/
        - --exclude=scripts/
        - --exclude=binder/
        - --exclude=versioneer.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant