Skip to content

Commit 21b78ed

Browse files
committed
fix: add copyright header to generate_diagrams.sh
1 parent 9a8cb1a commit 21b78ed

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

score/memory/design/shared_memory/generate_diagrams.sh

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

416
# Configuration

0 commit comments

Comments
 (0)