Skip to content

Commit feeb27e

Browse files
committed
add pragma once and copyright info
Signed-off-by: Drew Lewis <cannada@google.com>
1 parent bf4a9f7 commit feeb27e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/utl/include/utl/SuppressStdout.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// SPDX-License-Identifier: BSD-3-Clause
2+
// Copyright (c) 2025, The OpenROAD Authors
3+
4+
#pragma once
5+
16
#include "utl/Logger.h"
27

38
namespace utl {

0 commit comments

Comments
 (0)