Skip to content

Commit 2fd0efc

Browse files
committed
Enable licence header check
1 parent d6c70a0 commit 2fd0efc

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ jobs:
99
name: Soundness
1010
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
1111
with:
12-
# https://github.com/swiftlang/github-workflows/issues/48
13-
license_header_check_enabled: false
12+
license_header_check_enabled: true
1413
license_header_check_project_name: "VS Code Swift"
1514
api_breakage_check_enabled: false
1615
docs_check_enabled: false

docker/Dockerfile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
#===----------------------------------------------------------------------===//
2+
#
3+
# This source file is part of the VS Code Swift open source project
4+
#
5+
# Copyright (c) 2024 the VS Code Swift project authors
6+
# Licensed under Apache License v2.0
7+
#
8+
# See LICENSE.txt for license information
9+
# See CONTRIBUTORS.txt for the list of VS Code Swift project authors
10+
#
11+
# SPDX-License-Identifier: Apache-2.0
12+
#
13+
#===----------------------------------------------------------------------===//
114
ARG swift_version=5.10
215
ARG ubuntu_version=jammy
316
ARG base_image=swift:$swift_version-$ubuntu_version

0 commit comments

Comments
 (0)