Skip to content

Commit a88ceb8

Browse files
committed
Update some missed license headers to the SPDX style
Signed-off-by: Matt Liberty <[email protected]>
1 parent 4c30601 commit a88ceb8

File tree

24 files changed

+53
-426
lines changed

24 files changed

+53
-426
lines changed

src/cts/test/CMakeLists.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
# Copyright 2023 Google LLC
2-
#
3-
# Use of this source code is governed by a BSD-style
4-
# license that can be found in the LICENSE file or at
5-
# https://developers.google.com/open-source/licenses/bsd
1+
# SPDX-License-Identifier: BSD-3-Clause
2+
# Copyright (c) 2023-2025, The OpenROAD Authors
63

74
or_integration_tests(
85
"cts"

src/cts/test/cts_aux.py

Lines changed: 3 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,6 @@
1-
###############################################################################
2-
##
3-
## BSD 3-Clause License
4-
##
5-
## Copyright (c) 2022, The Regents of the University of California
6-
## All rights reserved.
7-
##
8-
## Redistribution and use in source and binary forms, with or without
9-
## modification, are permitted provided that the following conditions are met:
10-
##
11-
## * Redistributions of source code must retain the above copyright notice, this
12-
## list of conditions and the following disclaimer.
13-
##
14-
## * Redistributions in binary form must reproduce the above copyright notice,
15-
## this list of conditions and the following disclaimer in the documentation
16-
## and#or other materials provided with the distribution.
17-
##
18-
## * Neither the name of the copyright holder nor the names of its
19-
## contributors may be used to endorse or promote products derived from
20-
## this software without specific prior written permission.
21-
##
22-
## THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
23-
## AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24-
## IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
25-
## ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
26-
## LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
27-
## CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
28-
## SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
29-
## INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
30-
## CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
31-
## ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
32-
## POSSIBILITY OF SUCH DAMAGE.
33-
##
34-
###############################################################################
1+
# SPDX-License-Identifier: BSD-3-Clause
2+
# Copyright (c) 2022-2025, The OpenROAD Authors
3+
354
from openroad import Design, Tech
365

376

src/cts/test/cts_unittest.cc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
// Copyright 2023 Google LLC
2-
//
3-
// Use of this source code is governed by a BSD-style
4-
// license that can be found in the LICENSE file or at
5-
// https://developers.google.com/open-source/licenses/bsd
1+
// SPDX-License-Identifier: BSD-3-Clause
2+
// Copyright (c) 2023-2025, The OpenROAD Authors
63

74
#include <utility>
85
#include <vector>

src/cut/test/cpp/TestAbc.cc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
// Copyright 2023 Google LLC
2-
//
3-
// Use of this source code is governed by a BSD-style
4-
// license that can be found in the LICENSE file or at
5-
// https://developers.google.com/open-source/licenses/bsd
1+
// SPDX-License-Identifier: BSD-3-Clause
2+
// Copyright (c) 2023-2025, The OpenROAD Authors
63

74
#include <unistd.h>
85

src/dbSta/test/cpp/TestHconn.cpp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
// Copyright 2023 Google LLC
2-
//
3-
// Use of this source code is governed by a BSD-style
4-
// license that can be found in the LICENSE file or at
5-
// https://developers.google.com/open-source/licenses/bsd
1+
// SPDX-License-Identifier: BSD-3-Clause
2+
// Copyright (c) 2023-2025, The OpenROAD Authors
63

74
#include <unistd.h>
85

src/dpl/test/CMakeLists.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
# Copyright 2023 Google LLC
2-
#
3-
# Use of this source code is governed by a BSD-style
4-
# license that can be found in the LICENSE file or at
5-
# https://developers.google.com/open-source/licenses/bsd
1+
# SPDX-License-Identifier: BSD-3-Clause
2+
# Copyright (c) 2023-2025, The OpenROAD Authors
63

74
or_integration_tests(
85
"dpl"

src/grt/test/save_guideok

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,7 @@
11
#!/usr/bin/env bash
22

3-
############################################################################
4-
##
5-
## Copyright (c) 2024, The Regents of the University of California
6-
## All rights reserved.
7-
##
8-
## BSD 3-Clause License
9-
##
10-
## Redistribution and use in source and binary forms, with or without
11-
## modification, are permitted provided that the following conditions are met:
12-
##
13-
## * Redistributions of source code must retain the above copyright notice, this
14-
## list of conditions and the following disclaimer.
15-
##
16-
## * Redistributions in binary form must reproduce the above copyright notice,
17-
## this list of conditions and the following disclaimer in the documentation
18-
## and/or other materials provided with the distribution.
19-
##
20-
## * Neither the name of the copyright holder nor the names of its
21-
## contributors may be used to endorse or promote products derived from
22-
## this software without specific prior written permission.
23-
##
24-
## THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
25-
## AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
26-
## IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
27-
## ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
28-
## LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
29-
## CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
30-
## SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
31-
## INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
32-
## CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
33-
## ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
34-
## POSSIBILITY OF SUCH DAMAGE.
35-
##
36-
############################################################################
3+
# SPDX-License-Identifier: BSD-3-Clause
4+
# Copyright (c) 2024-2025, The OpenROAD Authors
375

386
set -e
397

src/ifp/test/ifp_helpers.py

Lines changed: 3 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,6 @@
1-
############################################################################
2-
##
3-
## BSD 3-Clause License
4-
##
5-
## Copyright (c) 2022, The Regents of the University of California
6-
## All rights reserved.
7-
##
8-
## Redistribution and use in source and binary forms, with or without
9-
## modification, are permitted provided that the following conditions are met:
10-
##
11-
## * Redistributions of source code must retain the above copyright notice, this
12-
## list of conditions and the following disclaimer.
13-
##
14-
## * Redistributions in binary form must reproduce the above copyright notice,
15-
## this list of conditions and the following disclaimer in the documentation
16-
## and/or other materials provided with the distribution.
17-
##
18-
## * Neither the name of the copyright holder nor the names of its
19-
## contributors may be used to endorse or promote products derived from
20-
## this software without specific prior written permission.
21-
##
22-
## THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
23-
## AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24-
## IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
25-
## ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
26-
## LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
27-
## CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
28-
## SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
29-
## INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
30-
## CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
31-
## ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
32-
## POSSIBILITY OF SUCH DAMAGE.
33-
##
34-
############################################################################
1+
# SPDX-License-Identifier: BSD-3-Clause
2+
# Copyright (c) 2022-2025, The OpenROAD Authors
3+
354
import openroad as ord
365
import odb
376

src/mpl/test/cpp/CMakeLists.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
# Copyright 2023 Google LLC
2-
#
3-
# Use of this source code is governed by a BSD-style
4-
# license that can be found in the LICENSE file or at
5-
# https://developers.google.com/open-source/licenses/bsd
1+
# SPDX-License-Identifier: BSD-3-Clause
2+
# Copyright (c) 2023-2025, The OpenROAD Authors
63

74
include("openroad")
85

src/odb/test/cpp/CallBack.h

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,5 @@
1-
/////////////////////////////////////////////////////////////////////////////
2-
//
3-
// Copyright (c) 2020, The Regents of the University of California
4-
// All rights reserved.
5-
//
6-
// BSD 3-Clause License
7-
//
8-
// Redistribution and use in source and binary forms, with or without
9-
// modification, are permitted provided that the following conditions are met:
10-
//
11-
// * Redistributions of source code must retain the above copyright notice, this
12-
// list of conditions and the following disclaimer.
13-
//
14-
// * Redistributions in binary form must reproduce the above copyright notice,
15-
// this list of conditions and the following disclaimer in the documentation
16-
// and/or other materials provided with the distribution.
17-
//
18-
// * Neither the name of the copyright holder nor the names of its
19-
// contributors may be used to endorse or promote products derived from
20-
// this software without specific prior written permission.
21-
//
22-
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
23-
// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24-
// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
25-
// ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
26-
// LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
27-
// CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
28-
// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
29-
// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
30-
// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
31-
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
32-
// POSSIBILITY OF SUCH DAMAGE.
33-
//
34-
///////////////////////////////////////////////////////////////////////////////
1+
// SPDX-License-Identifier: BSD-3-Clause
2+
// Copyright (c) 2020-2025, The OpenROAD Authors
353

364
#include <cstdio>
375
#include <string>

0 commit comments

Comments
 (0)