Skip to content

Commit 9296278

Browse files
committed
dpl: fix copyright year
Signed-off-by: Augusto Berndt <augusto.berndt@precisioninno.com>
1 parent 05df605 commit 9296278

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/dpl/src/NegotiationLegalizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: BSD-3-Clause
2-
// Copyright (c) 2018-2025, The OpenROAD Authors
2+
// Copyright (c) 2018-2026, The OpenROAD Authors
33

44
#include "NegotiationLegalizer.h"
55

src/dpl/src/NegotiationLegalizer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: BSD-3-Clause
2-
// Copyright (c) 2018-2025, The OpenROAD Authors
2+
// Copyright (c) 2018-2026, The OpenROAD Authors
33

44
#pragma once
55

src/dpl/src/NegotiationLegalizerPass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: BSD-3-Clause
2-
// Copyright (c) 2018-2025, The OpenROAD Authors
2+
// Copyright (c) 2018-2026, The OpenROAD Authors
33

44
#include <algorithm>
55
#include <cmath>

0 commit comments

Comments
 (0)