Skip to content

Commit 4b67ce1

Browse files
fbaeuerle4og
authored andcommitted
analysis/tracing: add copyright header and adapt copybara config
Open-source the newly created utilities directory in analysis/tracing/common. GIT_ORIGIN_SPP_REV_ID: 0605474a043ce44dd29e2739adc49ac08c0fae21
1 parent 7d05e83 commit 4b67ce1

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

score/analysis/tracing/common/utilities/BUILD

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# *******************************************************************************
2+
# Copyright (c) 2026 Contributors to the Eclipse Foundation
3+
#
4+
# See the NOTICE file(s) distributed with this work for additional
5+
# information regarding copyright ownership.
6+
#
7+
# This program and the accompanying materials are made available under the
8+
# terms of the Apache License Version 2.0 which is available at
9+
# https://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# SPDX-License-Identifier: Apache-2.0
12+
# *******************************************************************************
13+
114
cc_library(
215
name = "tracing_utils",
316
hdrs = [

score/analysis/tracing/common/utilities/saturating_integral.hpp

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
/********************************************************************************
2+
* Copyright (c) 2026 Contributors to the Eclipse Foundation
3+
*
4+
* See the NOTICE file(s) distributed with this work for additional
5+
* information regarding copyright ownership.
6+
*
7+
* This program and the accompanying materials are made available under the
8+
* terms of the Apache License Version 2.0 which is available at
9+
* https://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* SPDX-License-Identifier: Apache-2.0
12+
********************************************************************************/
113
#ifndef SCORE_ANALYSIS_TRACING_COMMON_UTILITIES_saturating_integral_HPP_
214
#define SCORE_ANALYSIS_TRACING_COMMON_UTILITIES_saturating_integral_HPP_
315

0 commit comments

Comments
 (0)