From 5d07b3c4b45cfc8991091444aa1244108ec48a4e Mon Sep 17 00:00:00 2001 From: Yansheng Wang Date: Sun, 1 Mar 2026 15:47:49 -0800 Subject: [PATCH] Partially fixed the copyright header issues. --- .flake8 | 1 + .github/workflows/pre-commit.yml | 1 + .gitignore | 1 + .pre-commit-config.yaml | 1 + CONTRIBUTING.md | 1 + README.md | 1 + REUSE.toml | 1 + docs/Home.md | 1 + docs/Home/Back-end-Simulation-Solvers.md | 1 + docs/Home/Classes.md | 1 + docs/Home/Front-end-Files-IO.md | 1 + docs/Home/Installation-and-Configuration.md | 1 + docs/Home/Integrated-Flows.md | 1 + docs/Home/Mid-layer-Platform.md | 1 + docs/Home/Overview-of-the-Application.md | 1 + docs/Home/Starter-Kit-for-Linux-Users.md | 1 + docs/Home/Starter-Kit-for-Windows-Users.md | 1 + docs/Home/User-Manual.md | 1 + opensipi/__init__.py | 1 + opensipi/constants/CONSTANTS.py | 1 + opensipi/constants/__init__.py | 1 + opensipi/file_in.py | 1 + opensipi/gdrive_io.py | 1 + opensipi/gsheet_io.py | 1 + opensipi/integrated_flows.py | 1 + opensipi/sigrity_exec.py | 1 + opensipi/sigrity_tools.py | 1 + opensipi/sipi_infra.py | 1 + opensipi/templates/proc_common.tcl | 1 + opensipi/templates/reports/IO_Type1.html | 1 + opensipi/templates/reports/PDN_Type1.html | 1 + opensipi/templates/temp_check.tcl | 1 + opensipi/templates/temp_materials.cmx.license | 1 + opensipi/templates/temp_mk_parent_spd.tcl | 1 + opensipi/templates/temp_mk_parent_spd_from_spd.tcl | 1 + opensipi/templates/temp_multiterm_ckt.tcl | 1 + opensipi/templates/temp_reorder_ports.tcl | 1 + opensipi/templates/temp_report.py | 1 + opensipi/templates/temp_run.tcl | 1 + opensipi/touchstone.py | 1 + opensipi/util/__init__.py | 1 + opensipi/util/common.py | 1 + opensipi/util/exceptions.py | 1 + opensipi/util/logs.py | 1 + poetry.lock.license | 1 + pyproject.toml | 1 + 46 files changed, 46 insertions(+) diff --git a/.flake8 b/.flake8 index 8b853cf..c8dda76 100644 --- a/.flake8 +++ b/.flake8 @@ -1,3 +1,4 @@ +# SPDX-FileCopyrightText: Copyright (c) Meta Platforms, Inc. and affiliates. # SPDX-FileCopyrightText: 2024 Rivos Inc. # # SPDX-License-Identifier: Apache-2.0 diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index e03527a..eb10b06 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -1,4 +1,5 @@ --- +# SPDX-FileCopyrightText: Copyright (c) Meta Platforms, Inc. and affiliates. # SPDX-FileCopyrightText: 2024 Rivos Inc. # # SPDX-License-Identifier: Apache-2.0 diff --git a/.gitignore b/.gitignore index 20b5059..e3766f4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +# SPDX-FileCopyrightText: Copyright (c) Meta Platforms, Inc. and affiliates. # SPDX-FileCopyrightText: © 2024 Rivos Inc. # # SPDX-License-Identifier: Apache-2.0 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 636d542..6802099 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,5 @@ --- +# SPDX-FileCopyrightText: Copyright (c) Meta Platforms, Inc. and affiliates. # SPDX-FileCopyrightText: 2024 Rivos Inc. # # SPDX-License-Identifier: Apache-2.0 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bf9b7ac..9ac8cc4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,5 @@