Skip to content

Commit 534175d

Browse files
committed
Add license headers to Android build scripts
1 parent 8eb982e commit 534175d

File tree

8 files changed

+67
-3
lines changed

8 files changed

+67
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ jobs:
2121
name: docker-logs
2222
path: |
2323
*.log
24-

swift-ci/sdks/android/build-docker

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
#
55
# Swift Android SDK: Docker Container Build Script
66
#
7+
# This source file is part of the Swift.org open source project
8+
#
9+
# Copyright (c) 2025 Apple Inc. and the Swift project authors
10+
# Licensed under Apache License v2.0 with Runtime Library Exception
11+
#
12+
# See https://swift.org/LICENSE.txt for license information
13+
# See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
14+
#
715
# ===----------------------------------------------------------------------===
816

917
# default architectures to build for

swift-ci/sdks/android/build-local

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
#
55
# Swift Android SDK: Local (non-Docker-containerized) Build Script
66
#
7+
# This source file is part of the Swift.org open source project
8+
#
9+
# Copyright (c) 2025 Apple Inc. and the Swift project authors
10+
# Licensed under Apache License v2.0 with Runtime Library Exception
11+
#
12+
# See https://swift.org/LICENSE.txt for license information
13+
# See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
14+
#
715
# ===----------------------------------------------------------------------===
816

917
# default architectures to build for

swift-ci/sdks/android/scripts/build.sh

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
#!/bin/bash
2-
# Swift SDK for Android: Build Script
2+
#
3+
# ===----------------------------------------------------------------------===
4+
#
5+
# Swift SDK for Android: Build Script
6+
#
7+
# This source file is part of the Swift.org open source project
8+
#
9+
# Copyright (c) 2024 Apple Inc. and the Swift project authors
10+
# Licensed under Apache License v2.0 with Runtime Library Exception
11+
#
12+
# See https://swift.org/LICENSE.txt for license information
13+
# See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
14+
#
15+
# ===----------------------------------------------------------------------===
316
set -e
417

518
# Docker sets TERM to xterm if using a pty; we probably want

swift-ci/sdks/android/scripts/fetch-source.sh

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
#!/bin/bash
2-
# Swift Android SDK: Fetch Sources
2+
# ===----------------------------------------------------------------------===
3+
#
4+
# Swift Android SDK: Fetch Sources
5+
#
6+
# This source file is part of the Swift.org open source project
7+
#
8+
# Copyright (c) 2024 Apple Inc. and the Swift project authors
9+
# Licensed under Apache License v2.0 with Runtime Library Exception
10+
#
11+
# See https://swift.org/LICENSE.txt for license information
12+
# See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
13+
#
14+
# ===----------------------------------------------------------------------===
315
set -e
416

517
# Docker sets TERM to xterm if using a pty; we probably want

swift-ci/sdks/android/scripts/install-ndk.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
#
55
# Swift Android SDK: Install NDK
66
#
7+
# This source file is part of the Swift.org open source project
8+
#
9+
# Copyright (c) 2024 Apple Inc. and the Swift project authors
10+
# Licensed under Apache License v2.0 with Runtime Library Exception
11+
#
12+
# See https://swift.org/LICENSE.txt for license information
13+
# See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
14+
#
715
# ===----------------------------------------------------------------------===
816

917
set -e

swift-ci/sdks/android/scripts/install-swift.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
#
55
# Swift Android SDK: Install Swift
66
#
7+
# This source file is part of the Swift.org open source project
8+
#
9+
# Copyright (c) 2024 Apple Inc. and the Swift project authors
10+
# Licensed under Apache License v2.0 with Runtime Library Exception
11+
#
12+
# See https://swift.org/LICENSE.txt for license information
13+
# See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
14+
#
715
# ===----------------------------------------------------------------------===
816

917
set -e

swift-ci/sdks/android/scripts/toolchain-vars.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
#
55
# Swift Android SDK: Toolchain source variables
66
#
7+
# This source file is part of the Swift.org open source project
8+
#
9+
# Copyright (c) 2024 Apple Inc. and the Swift project authors
10+
# Licensed under Apache License v2.0 with Runtime Library Exception
11+
#
12+
# See https://swift.org/LICENSE.txt for license information
13+
# See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
14+
#
715
# ===----------------------------------------------------------------------===
816

917
# This script is meant to be sourced from another script that sets the

0 commit comments

Comments
 (0)