Skip to content

Commit

Permalink
Update copyright 2024 (#44)
Browse files Browse the repository at this point in the history
* Updates copyright to 2024
* Updates flake8 and black versions in pre-commit hook
  • Loading branch information
nukularrr committed Feb 20, 2024
1 parent ef1d0eb commit c043dbc
Show file tree
Hide file tree
Showing 21 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

repos:
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 24.2.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 7.0.0
hooks:
- id: flake8
additional_dependencies: [Flake8-pyproject]
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MIT License
==============

Copyright (c) 2023 Massachusetts Institute of Technology
Copyright (c) 2024 Massachusetts Institute of Technology

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ the class predictions and the extra OOD scores.

DISTRIBUTION STATEMENT A. Approved for public release. Distribution is unlimited.

© 2023 MASSACHUSETTS INSTITUTE OF TECHNOLOGY
© 2024 MASSACHUSETTS INSTITUTE OF TECHNOLOGY

- Subject to FAR 52.227-11 – Patent Rights – Ownership by the Contractor (May 2014)
- SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion SPDX.spdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ SPDXVersion: SPDX-2.1
PackageName: equine
PackageHomePage: https://github.com/mit-ll-responsible-ai/equine
PackageOriginator: MIT Lincoln Laboratory
PackageCopyrightText: 2023 Massachusetts Institute of Technology
PackageCopyrightText: 2024 Massachusetts Institute of Technology
PackageLicenseDeclared: MIT
2 changes: 1 addition & 1 deletion docs/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MIT License
==============

Copyright (c) 2023 Massachusetts Institute of Technology
Copyright (c) 2024 Massachusetts Institute of Technology

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion docs/NOTICE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DISTRIBUTION STATEMENT A. Approved for public release. Distribution is unlimited.

© 2023 MASSACHUSETTS INSTITUTE OF TECHNOLOGY
© 2024 MASSACHUSETTS INSTITUTE OF TECHNOLOGY

Subject to FAR 52.227-11 – Patent Rights – Ownership by the Contractor (May 2014)
SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ the class predictions and the extra OOD scores.

DISTRIBUTION STATEMENT A. Approved for public release. Distribution is unlimited.

© 2023 MASSACHUSETTS INSTITUTE OF TECHNOLOGY
© 2024 MASSACHUSETTS INSTITUTE OF TECHNOLOGY

- Subject to FAR 52.227-11 – Patent Rights – Ownership by the Contractor (May 2014)
- SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site_name: EQUi(Ne)<sup>2</sup> Documentation
site_author: Allan Wollaber, Steven Jorgensen, John Holodnak, Jensen Dempsey, and Harry Li
copyright: "Copyright (c) 2023 Massachusetts Institute of Technology, MIT Licensed"
copyright: "Copyright (c) 2024 Massachusetts Institute of Technology, MIT Licensed"
watch: [docs, src]
repo_url: https://github.com/mit-ll-responsible-ai/equine

Expand Down
2 changes: 1 addition & 1 deletion src/equine/NOTICE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DISTRIBUTION STATEMENT A. Approved for public release. Distribution is unlimited.

© 2023 MASSACHUSETTS INSTITUTE OF TECHNOLOGY
© 2024 MASSACHUSETTS INSTITUTE OF TECHNOLOGY

Subject to FAR 52.227-11 – Patent Rights – Ownership by the Contractor (May 2014)
SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion src/equine/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023, MASSACHUSETTS INSTITUTE OF TECHNOLOGY
# Copyright 2024, MASSACHUSETTS INSTITUTE OF TECHNOLOGY
# Subject to FAR 52.227-11 – Patent Rights – Ownership by the Contractor (May 2014).
# SPDX-License-Identifier: MIT

Expand Down
2 changes: 1 addition & 1 deletion src/equine/equine.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023, MASSACHUSETTS INSTITUTE OF TECHNOLOGY
# Copyright 2024, MASSACHUSETTS INSTITUTE OF TECHNOLOGY
# Subject to FAR 52.227-11 – Patent Rights – Ownership by the Contractor (May 2014).
# SPDX-License-Identifier: MIT

Expand Down
2 changes: 1 addition & 1 deletion src/equine/equine_gp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023, MASSACHUSETTS INSTITUTE OF TECHNOLOGY
# Copyright 2024, MASSACHUSETTS INSTITUTE OF TECHNOLOGY
# Subject to FAR 52.227-11 – Patent Rights – Ownership by the Contractor (May 2014).
# SPDX-License-Identifier: MIT

Expand Down
2 changes: 1 addition & 1 deletion src/equine/equine_output.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023, MASSACHUSETTS INSTITUTE OF TECHNOLOGY
# Copyright 2024, MASSACHUSETTS INSTITUTE OF TECHNOLOGY
# Subject to FAR 52.227-11 – Patent Rights – Ownership by the Contractor (May 2014).
# SPDX-License-Identifier: MIT
from dataclasses import dataclass
Expand Down
2 changes: 1 addition & 1 deletion src/equine/equine_protonet.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023, MASSACHUSETTS INSTITUTE OF TECHNOLOGY
# Copyright 2024, MASSACHUSETTS INSTITUTE OF TECHNOLOGY
# Subject to FAR 52.227-11 – Patent Rights – Ownership by the Contractor (May 2014).
# SPDX-License-Identifier: MIT
from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion src/equine/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023, MASSACHUSETTS INSTITUTE OF TECHNOLOGY
# Copyright 2024, MASSACHUSETTS INSTITUTE OF TECHNOLOGY
# Subject to FAR 52.227-11 – Patent Rights – Ownership by the Contractor (May 2014).
# SPDX-License-Identifier: MIT

Expand Down
2 changes: 1 addition & 1 deletion tests/NOTICE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DISTRIBUTION STATEMENT A. Approved for public release. Distribution is unlimited.

© 2023 MASSACHUSETTS INSTITUTE OF TECHNOLOGY
© 2024 MASSACHUSETTS INSTITUTE OF TECHNOLOGY

Subject to FAR 52.227-11 – Patent Rights – Ownership by the Contractor (May 2014)
SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023, MASSACHUSETTS INSTITUTE OF TECHNOLOGY
# Copyright 2024, MASSACHUSETTS INSTITUTE OF TECHNOLOGY
# Subject to FAR 52.227-11 – Patent Rights – Ownership by the Contractor (May 2014).
# SPDX-License-Identifier: MIT

Expand Down
2 changes: 1 addition & 1 deletion tests/test_equine_gp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023, MASSACHUSETTS INSTITUTE OF TECHNOLOGY
# Copyright 2024, MASSACHUSETTS INSTITUTE OF TECHNOLOGY
# Subject to FAR 52.227-11 – Patent Rights – Ownership by the Contractor (May 2014).
# SPDX-License-Identifier: MIT

Expand Down
2 changes: 1 addition & 1 deletion tests/test_equine_integration.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023, MASSACHUSETTS INSTITUTE OF TECHNOLOGY
# Copyright 2024, MASSACHUSETTS INSTITUTE OF TECHNOLOGY
# Subject to FAR 52.227-11 – Patent Rights – Ownership by the Contractor (May 2014).
# SPDX-License-Identifier: MIT

Expand Down
2 changes: 1 addition & 1 deletion tests/test_equine_protonet.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023, MASSACHUSETTS INSTITUTE OF TECHNOLOGY
# Copyright 2024, MASSACHUSETTS INSTITUTE OF TECHNOLOGY
# Subject to FAR 52.227-11 – Patent Rights – Ownership by the Contractor (May 2014).
# SPDX-License-Identifier: MIT
import os
Expand Down
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023, MASSACHUSETTS INSTITUTE OF TECHNOLOGY
# Copyright 2024, MASSACHUSETTS INSTITUTE OF TECHNOLOGY
# Subject to FAR 52.227-11 – Patent Rights – Ownership by the Contractor (May 2014).
# SPDX-License-Identifier: MIT

Expand Down

0 comments on commit c043dbc

Please sign in to comment.