Skip to content

Commit

Permalink
fix license/copyright information (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
becker33 authored Oct 2, 2024
1 parent 358b2b9 commit cbd38d6
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 5 deletions.
3 changes: 3 additions & 0 deletions COPYRIGHT
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ or http://www.apache.org/licenses/LICENSE-2.0).
Copyrights and patents in the Benchpark project are retained by contributors.
No copyright assignment is required to contribute to Benchpark.

Benchpark is derived from Ramble and Spack.
Ramble: https://github.com/GoogleCloudPlatform/ramble
Spack: https://github.com/spack/spack

SPDX usage
------------
Expand Down
2 changes: 2 additions & 0 deletions lib/benchpark/cmd/experiment.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Copyright 2023 Lawrence Livermore National Security, LLC and other
# Benchpark Project Developers. See the top-level COPYRIGHT file for details.
#
# Copyright 2013-2023 Spack Project Developers.
#
# SPDX-License-Identifier: Apache-2.0

import os
Expand Down
2 changes: 2 additions & 0 deletions lib/benchpark/cmd/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Copyright 2023 Lawrence Livermore National Security, LLC and other
# Benchpark Project Developers. See the top-level COPYRIGHT file for details.
#
# Copyright 2013-2023 Spack Project Developers.
#
# SPDX-License-Identifier: Apache-2.0

import os
Expand Down
2 changes: 2 additions & 0 deletions lib/benchpark/cmd/system.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Copyright 2023 Lawrence Livermore National Security, LLC and other
# Benchpark Project Developers. See the top-level COPYRIGHT file for details.
#
# Copyright 2013-2023 Spack Project Developers.
#
# SPDX-License-Identifier: Apache-2.0

import os
Expand Down
4 changes: 4 additions & 0 deletions lib/benchpark/directives.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Copyright 2023 Lawrence Livermore National Security, LLC and other
# Benchpark Project Developers. See the top-level COPYRIGHT file for details.
#
# Copyright 2022-2024 The Ramble Authors
#
# Copyright 2013-2024 Spack Project Developers
#
# SPDX-License-Identifier: Apache-2.0

import collections.abc
Expand Down
9 changes: 4 additions & 5 deletions lib/benchpark/repo.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Copyright 2023 Lawrence Livermore National Security, LLC and other
# Benchpark Project Developers. See the top-level COPYRIGHT file for details.
#
# Copyright 2022-2024 The Ramble Authors
#
# Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
# https://www.apache.org/licenses/LICENSE-2.0> or the MIT license
# <LICENSE-MIT or https://opensource.org/licenses/MIT>, at your
# option. This file may not be copied, modified, or distributed
# except according to those terms.
# SPDX-License-Identifier: Apache-2.0

import sys
import contextlib
Expand Down
4 changes: 4 additions & 0 deletions lib/benchpark/runtime.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright 2023 Lawrence Livermore National Security, LLC and other
# Benchpark Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: Apache-2.0
from contextlib import contextmanager
import os
import pathlib
Expand Down
7 changes: 7 additions & 0 deletions lib/benchpark/spec.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Copyright 2023 Lawrence Livermore National Security, LLC and other
# Benchpark Project Developers. See the top-level COPYRIGHT file for details.
#
# Copyright 2013-2024 Spack project developers
#
# SPDX-License-Identifier: Apache-2.0

import enum
import pathlib
import re
Expand Down
3 changes: 3 additions & 0 deletions lib/benchpark/system.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright 2023 Lawrence Livermore National Security, LLC and other
# Benchpark Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: Apache-2.0

import hashlib
Expand Down
6 changes: 6 additions & 0 deletions lib/benchpark/variant.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Copyright 2023 Lawrence Livermore National Security, LLC and other
# Benchpark Project Developers. See the top-level COPYRIGHT file for details.
#
# Copyright 2013-2024 Spack project developers
#
# SPDX-License-Identifier: Apache-2.0
import inspect


Expand Down
2 changes: 2 additions & 0 deletions lib/main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Copyright 2023 Lawrence Livermore National Security, LLC and other
# Benchpark Project Developers. See the top-level COPYRIGHT file for details.
#
# Copyright 2013-2024 Spack project developers
#
# SPDX-License-Identifier: Apache-2.0

import argparse
Expand Down

0 comments on commit cbd38d6

Please sign in to comment.