Skip to content

Commit 936e7ad

Browse files
leogdionclaude
andcommitted
Hardcode copyright year to 2025 in lint script
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6f54030 commit 936e7ad

182 files changed

Lines changed: 182 additions & 182 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.

Scripts/lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ if [ -z "$FORMAT_ONLY" ]; then
5555
run_command swiftlint lint $SWIFTLINT_OPTIONS
5656
fi
5757

58-
$PACKAGE_DIR/Scripts/header.sh -d $PACKAGE_DIR/Sources -c "Leo Dion" -o "BrightDigit" -p "SyntaxKit"
58+
$PACKAGE_DIR/Scripts/header.sh -d $PACKAGE_DIR/Sources -c "Leo Dion" -o "BrightDigit" -p "SyntaxKit" -y 2025
5959

6060
run_command swiftlint lint $SWIFTLINT_OPTIONS
6161
run_command swift-format lint --recursive --parallel $SWIFTFORMAT_OPTIONS Sources Tests

Sources/DocumentationHarness/CodeBlock.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// SyntaxKit
44
//
55
// Created by Leo Dion.
6-
// Copyright © 2026 BrightDigit.
6+
// Copyright © 2025 BrightDigit.
77
//
88
// Permission is hereby granted, free of charge, to any person
99
// obtaining a copy of this software and associated documentation

Sources/DocumentationHarness/CodeBlockExtraction.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// SyntaxKit
44
//
55
// Created by Leo Dion.
6-
// Copyright © 2026 BrightDigit.
6+
// Copyright © 2025 BrightDigit.
77
//
88
// Permission is hereby granted, free of charge, to any person
99
// obtaining a copy of this software and associated documentation

Sources/DocumentationHarness/CodeBlockExtractor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// SyntaxKit
44
//
55
// Created by Leo Dion.
6-
// Copyright © 2026 BrightDigit.
6+
// Copyright © 2025 BrightDigit.
77
//
88
// Permission is hereby granted, free of charge, to any person
99
// obtaining a copy of this software and associated documentation

Sources/DocumentationHarness/CodeBlockExtractorError.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// SyntaxKit
44
//
55
// Created by Leo Dion.
6-
// Copyright © 2026 BrightDigit.
6+
// Copyright © 2025 BrightDigit.
77
//
88
// Permission is hereby granted, free of charge, to any person
99
// obtaining a copy of this software and associated documentation

Sources/DocumentationHarness/CodeBlockType.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// SyntaxKit
44
//
55
// Created by Leo Dion.
6-
// Copyright © 2026 BrightDigit.
6+
// Copyright © 2025 BrightDigit.
77
//
88
// Permission is hereby granted, free of charge, to any person
99
// obtaining a copy of this software and associated documentation

Sources/DocumentationHarness/CodeBlockValidationParameters.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// SyntaxKit
44
//
55
// Created by Leo Dion.
6-
// Copyright © 2026 BrightDigit.
6+
// Copyright © 2025 BrightDigit.
77
//
88
// Permission is hereby granted, free of charge, to any person
99
// obtaining a copy of this software and associated documentation

Sources/DocumentationHarness/CodeSyntaxValidator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// SyntaxKit
44
//
55
// Created by Leo Dion.
6-
// Copyright © 2026 BrightDigit.
6+
// Copyright © 2025 BrightDigit.
77
//
88
// Permission is hereby granted, free of charge, to any person
99
// obtaining a copy of this software and associated documentation

Sources/DocumentationHarness/CompilationResult.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// SyntaxKit
44
//
55
// Created by Leo Dion.
6-
// Copyright © 2026 BrightDigit.
6+
// Copyright © 2025 BrightDigit.
77
//
88
// Permission is hereby granted, free of charge, to any person
99
// obtaining a copy of this software and associated documentation

Sources/DocumentationHarness/DocumentationValidator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// SyntaxKit
44
//
55
// Created by Leo Dion.
6-
// Copyright © 2026 BrightDigit.
6+
// Copyright © 2025 BrightDigit.
77
//
88
// Permission is hereby granted, free of charge, to any person
99
// obtaining a copy of this software and associated documentation

0 commit comments

Comments
 (0)