Skip to content

Commit 8e065cd

Browse files
authored
Merge pull request #82 from fermi-ad/update-license
Update LICENSE for FermiForward.
2 parents d5a5c79 + 159fe19 commit 8e065cd

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: ["3.7", "3.8", "3.9", "3.10"]
17+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1818
os: ["ubuntu-latest"]
1919
# This weird hack allows us to use the matrix notation
2020
# but do a special run for the legacy Python and OS.
21+
# This is the version bundled in AlmaLinux release 9.6
2122
include:
22-
- python-version: "3.6.8"
23-
os: "ubuntu-20.04"
23+
- python-version: "3.9.21"
24+
os: "ubuntu-latest"
2425

2526
runs-on: ${{ matrix.os }}
2627

LICENSE

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
MIT License
22

3-
Copyright (c) 2022-present Fermi Research Alliance LLC (FRA)
3+
Copyright (c) 2021-2024 Fermi Research Alliance LLC (FRA), All rights reserved
4+
Copyright (c) 2025-present Fermi Forward Discovery Group, LLC, All rights reserved
5+
6+
This software was produced under U.S. Government contract 89243024CSC000002 for
7+
Fermi National Accelerator Laboratory (Fermilab). Forward Discovery Group, LLC
8+
manages and operates the Fermi National Accelerator Laboratory with the United
9+
States Department of Energy. The U.S. Government has rights to use, reproduce,
10+
and distribute this software.
411

512
Permission is hereby granted, free of charge, to any person obtaining a copy
613
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)