Skip to content

Commit 93e0b5e

Browse files
authored
Updating Copyright to 2026 (#146)
1 parent e927cc0 commit 93e0b5e

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
@@ -57,7 +57,7 @@ if [ -z "$FORMAT_ONLY" ]; then
5757
run_command swiftlint lint $SWIFTLINT_OPTIONS
5858
fi
5959

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

6262
run_command swiftlint lint $SWIFTLINT_OPTIONS
6363
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 © 2025 BrightDigit.
6+
// Copyright © 2026 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 © 2025 BrightDigit.
6+
// Copyright © 2026 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 © 2025 BrightDigit.
6+
// Copyright © 2026 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 © 2025 BrightDigit.
6+
// Copyright © 2026 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 © 2025 BrightDigit.
6+
// Copyright © 2026 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 © 2025 BrightDigit.
6+
// Copyright © 2026 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 © 2025 BrightDigit.
6+
// Copyright © 2026 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 © 2025 BrightDigit.
6+
// Copyright © 2026 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 © 2025 BrightDigit.
6+
// Copyright © 2026 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)