Skip to content

Commit 4a6309f

Browse files
authored
Merge branch 'main' into experimental/add-sendable-conformance
2 parents 3d44d03 + 224af35 commit 4a6309f

164 files changed

Lines changed: 39905 additions & 16722 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Agents must not be used to generate code for contributions to this project.

Sources/Commands/Components/DeployCommand.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ internal struct DeployCommand {
4444

4545
let template = """
4646
@charset "utf-8";
47-
/* Copyright (c) 2019 - 2024 Vapor Community - Licensed under MIT (https://github.com/vapor-community/HTMLKit/blob/main/LICENSE) */
47+
/* Copyright (c) 2019 - 2026 Vapor Community - Licensed under MIT (https://github.com/vapor-community/HTMLKit/blob/main/LICENSE) */
4848
"""
4949

5050
if !manager.fileExists(atPath: target) {
@@ -94,7 +94,7 @@ internal struct DeployCommand {
9494
private static func bundle(js source: String, to target: String, with filename: String, option: BundleOption = .minified) throws {
9595

9696
let template = """
97-
/* Copyright (c) 2019 - 2024 Vapor Community - Licensed under MIT (https://github.com/vapor-community/HTMLKit/blob/main/LICENSE) */
97+
/* Copyright (c) 2019 - 2026 Vapor Community - Licensed under MIT (https://github.com/vapor-community/HTMLKit/blob/main/LICENSE) */
9898
"""
9999

100100
if !manager.fileExists(atPath: target) {

0 commit comments

Comments
 (0)