Skip to content

Commit b2ef2c3

Browse files
committed
Add copyright notice to envsetup.sh
1 parent 3c6cd5d commit b2ef2c3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

build/envsetup.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
#!/bin/bash
22
#
3+
# Copyright (c) 2025 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+
#
314
# to set environment variables for c++ stdlib paths:
415
# $ source build/envsetup.sh
516
#

0 commit comments

Comments
 (0)