diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index 5940333..c2a2311 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -56,4 +56,3 @@ body: placeholder: "Be specific about what you'd like to see added or changed" validations: required: true - diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..23c4cb3 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +--- +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 17e79b1..0c61d5f 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -13,6 +13,7 @@ jobs: docs_check_enabled: false format_check_enabled: false license_header_check_enabled: true + license_header_check_project_name: "Swift.org" python_lint_check_enabled: false unacceptable_language_check_enabled: true broken_symlink_check_enabled: true diff --git a/.licenseignore b/.licenseignore new file mode 100644 index 0000000..1a6520c --- /dev/null +++ b/.licenseignore @@ -0,0 +1,4 @@ +**/*.gitkeep +**/*.html +**/Package.swift +common/README diff --git a/api-guidelines/Sources/_empty.swift b/api-guidelines/Sources/_empty.swift index e69de29..1830a90 100644 --- a/api-guidelines/Sources/_empty.swift +++ b/api-guidelines/Sources/_empty.swift @@ -0,0 +1,13 @@ +//===----------------------------------------------------------------------===// +// +// This source file is part of the Swift.org open source project +// +// Copyright (c) 2026 Apple Inc. and the Swift.org project authors +// Licensed under Apache License v2.0 +// +// See LICENSE.txt for license information +// See CONTRIBUTORS.txt for the list of Swift.org project authors +// +// SPDX-License-Identifier: Apache-2.0 +// +//===----------------------------------------------------------------------===// diff --git a/ecosystem-tools/Sources/_empty.swift b/ecosystem-tools/Sources/_empty.swift index e69de29..1830a90 100644 --- a/ecosystem-tools/Sources/_empty.swift +++ b/ecosystem-tools/Sources/_empty.swift @@ -0,0 +1,13 @@ +//===----------------------------------------------------------------------===// +// +// This source file is part of the Swift.org open source project +// +// Copyright (c) 2026 Apple Inc. and the Swift.org project authors +// Licensed under Apache License v2.0 +// +// See LICENSE.txt for license information +// See CONTRIBUTORS.txt for the list of Swift.org project authors +// +// SPDX-License-Identifier: Apache-2.0 +// +//===----------------------------------------------------------------------===// diff --git a/language-guides/Sources/_empty.swift b/language-guides/Sources/_empty.swift index e69de29..1830a90 100644 --- a/language-guides/Sources/_empty.swift +++ b/language-guides/Sources/_empty.swift @@ -0,0 +1,13 @@ +//===----------------------------------------------------------------------===// +// +// This source file is part of the Swift.org open source project +// +// Copyright (c) 2026 Apple Inc. and the Swift.org project authors +// Licensed under Apache License v2.0 +// +// See LICENSE.txt for license information +// See CONTRIBUTORS.txt for the list of Swift.org project authors +// +// SPDX-License-Identifier: Apache-2.0 +// +//===----------------------------------------------------------------------===// diff --git a/server-guides/Sources/_empty.swift b/server-guides/Sources/_empty.swift index e69de29..1830a90 100644 --- a/server-guides/Sources/_empty.swift +++ b/server-guides/Sources/_empty.swift @@ -0,0 +1,13 @@ +//===----------------------------------------------------------------------===// +// +// This source file is part of the Swift.org open source project +// +// Copyright (c) 2026 Apple Inc. and the Swift.org project authors +// Licensed under Apache License v2.0 +// +// See LICENSE.txt for license information +// See CONTRIBUTORS.txt for the list of Swift.org project authors +// +// SPDX-License-Identifier: Apache-2.0 +// +//===----------------------------------------------------------------------===//