Skip to content

Commit b86953f

Browse files
authored
Remove author from file headers (#67)
1 parent 0381295 commit b86953f

File tree

49 files changed

+1
-49
lines changed

Some content is hidden

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

49 files changed

+1
-49
lines changed

.swiftformat

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
--groupedextension "MARK: - %c"
2626

2727
## Header comments: strip, ignore, or the text you wish use.
28-
--header \n {file}\n\n Created by {author.name}.\n Copyright © {year} Fetch.\n
28+
--header \n {file}\n\n Copyright © {year} Fetch.\n
2929

3030
## #if indenting: indent (default), no-indent, or outdent.
3131
--ifdef no-indent

Sources/SwiftSyntaxSugar/AccessLevelSyntax/AccessLevelSyntax.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// AccessLevelSyntax.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Sources/SwiftSyntaxSugar/AccessorBlockSyntax/AccessorBlockSyntax+Accessors.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// AccessorBlockSyntax+Accessors.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Sources/SwiftSyntaxSugar/AccessorDeclSyntax/AccessorDeclSyntax+Effects.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// AccessorDeclSyntax+Effects.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Sources/SwiftSyntaxSugar/ActorDeclSyntax/ActorDeclSyntax+AccessLevel.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// ActorDeclSyntax+AccessLevel.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Sources/SwiftSyntaxSugar/ClassDeclSyntax/ClassDeclSyntax+AccessLevel.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// ClassDeclSyntax+AccessLevel.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Sources/SwiftSyntaxSugar/DeclModifierListSyntax/DeclModifierListSyntax+AccessLevel.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// DeclModifierListSyntax+AccessLevel.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Sources/SwiftSyntaxSugar/DeclModifierSyntax/DeclModifierSyntax+AccessLevel.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// DeclModifierSyntax+AccessLevel.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Sources/SwiftSyntaxSugar/FunctionDeclSyntax/FunctionDeclSyntax+AccessLevel.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// FunctionDeclSyntax+AccessLevel.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Sources/SwiftSyntaxSugar/FunctionDeclSyntax/FunctionDeclSyntax+Effects.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// FunctionDeclSyntax+Effects.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Sources/SwiftSyntaxSugar/FunctionParameterSyntax/FunctionParameterSyntax+IsVariadic.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// FunctionParameterSyntax+IsVariadic.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Sources/SwiftSyntaxSugar/FunctionTypeSyntax/FunctionTypeSyntax+Escaping.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// FunctionTypeSyntax+Escaping.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Sources/SwiftSyntaxSugar/InheritanceClauseSyntax/InheritanceClauseSyntax+InheritedTypes.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// InheritanceClauseSyntax+InheritedTypes.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Sources/SwiftSyntaxSugar/InitializerDeclSyntax/InitializerDeclSyntax+AccessLevel.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// InitializerDeclSyntax+AccessLevel.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Sources/SwiftSyntaxSugar/MemberBlockSyntax/MemberBlockSyntax+MemberDeclarations.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// MemberBlockSyntax+MemberDeclarations.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Sources/SwiftSyntaxSugar/ProtocolDeclSyntax/ProtocolDeclSyntax+AccessLevel.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// ProtocolDeclSyntax+AccessLevel.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Sources/SwiftSyntaxSugar/ProtocolDeclSyntax/ProtocolDeclSyntax+Actor.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// ProtocolDeclSyntax+Actor.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Sources/SwiftSyntaxSugar/ProtocolDeclSyntax/ProtocolDeclSyntax+GenericWhereClauses.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// ProtocolDeclSyntax+GenericWhereClauses.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Sources/SwiftSyntaxSugar/ProtocolDeclSyntax/ProtocolDeclSyntax+Type.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// ProtocolDeclSyntax+Type.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Sources/SwiftSyntaxSugar/StructDeclSyntax/StructDeclSyntax+AccessLevel.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// StructDeclSyntax+AccessLevel.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Sources/SwiftSyntaxSugar/SyntaxProtocol/SyntaxProtocol+WithAttributeListSyntax.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// SyntaxProtocol+WithAttributeListSyntax.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Sources/SwiftSyntaxSugar/SyntaxProtocol/SyntaxProtocol+WithCodeBlockSyntax.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// SyntaxProtocol+WithCodeBlockSyntax.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Sources/SwiftSyntaxSugar/SyntaxProtocol/SyntaxProtocol+WithDeclModifierListSyntax.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// SyntaxProtocol+WithDeclModifierListSyntax.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Sources/SwiftSyntaxSugar/TypeSyntax/TypeSyntax+Describing.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// TypeSyntax+Describing.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Sources/SwiftSyntaxSugar/VariableDeclSyntax/VariableDeclSyntax+AccessLevel.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// VariableDeclSyntax+AccessLevel.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Tests/SwiftSyntaxSugarTests/AccessLevelSyntax/AccessLevelSyntaxTests.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// AccessLevelSyntaxTests.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Tests/SwiftSyntaxSugarTests/AccessorBlockSyntax/AccessorBlockSyntax_AccessorsTests.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// AccessorBlockSyntax_AccessorsTests.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Tests/SwiftSyntaxSugarTests/AccessorDeclSyntax/AccessorDeclSyntax_EffectsTests.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// AccessorDeclSyntax_EffectsTests.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Tests/SwiftSyntaxSugarTests/ActorDeclSyntax/ActorDeclSyntax_AccessLevelTests.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// ActorDeclSyntax_AccessLevelTests.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Tests/SwiftSyntaxSugarTests/ClassDeclSyntax/ClassDeclSyntax_AccessLevelTests.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// ClassDeclSyntax_AccessLevelTests.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Tests/SwiftSyntaxSugarTests/DeclModifierListSyntax/DeclModifierListSyntax_AccessLevelTests.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// DeclModifierListSyntax_AccessLevelTests.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Tests/SwiftSyntaxSugarTests/DeclModifierSyntax/DeclModifierSyntax_AccessLevelTests.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// DeclModifierSyntax_AccessLevelTests.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Tests/SwiftSyntaxSugarTests/FunctionDeclSyntax/FunctionDeclSyntax_AccessLevelTests.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// FunctionDeclSyntax_AccessLevelTests.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Tests/SwiftSyntaxSugarTests/FunctionDeclSyntax/FunctionDeclSyntax_EffectsTests.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// FunctionDeclSyntax_EffectsTests.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Tests/SwiftSyntaxSugarTests/FunctionParameterSyntax/FunctionParameterSyntax_IsVariadicTests.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// FunctionParameterSyntax_IsVariadicTests.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Tests/SwiftSyntaxSugarTests/FunctionTypeSyntax/FunctionTypeSyntax_EscapingTests.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// FunctionTypeSyntax_EscapingTests.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Tests/SwiftSyntaxSugarTests/InheritanceClauseSyntax/InheritanceClauseSyntax_InheritedTypesTests.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// InheritanceClauseSyntax_InheritedTypesTests.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Tests/SwiftSyntaxSugarTests/InitializerDeclSyntax/InitializerDeclSyntax_AccessLevelTests.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// InitializerDeclSyntax_AccessLevelTests.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Tests/SwiftSyntaxSugarTests/MemberBlockSyntax/MemberBlockSyntax_MemberDeclarationsTests.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// MemberBlockSyntax_MemberDeclarationsTests.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Tests/SwiftSyntaxSugarTests/ProtocolDeclSyntax/ProtocolDeclSyntax_AccessLevelTests.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// ProtocolDeclSyntax_AccessLevelTests.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Tests/SwiftSyntaxSugarTests/ProtocolDeclSyntax/ProtocolDeclSyntax_ActorTests.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// ProtocolDeclSyntax_ActorTests.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Tests/SwiftSyntaxSugarTests/ProtocolDeclSyntax/ProtocolDeclSyntax_GenericWhereClausesTests.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// ProtocolDeclSyntax_GenericWhereClausesTests.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Tests/SwiftSyntaxSugarTests/ProtocolDeclSyntax/ProtocolDeclSyntax_TypeTests.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// ProtocolDeclSyntax_TypeTests.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Tests/SwiftSyntaxSugarTests/StructDeclSyntax/StructDeclSyntax_AccessLevelTests.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// StructDeclSyntax_AccessLevelTests.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Tests/SwiftSyntaxSugarTests/SyntaxProtocol/SyntaxProtocol_WithAttributeListSyntaxTests.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// SyntaxProtocol_WithAttributeListSyntaxTests.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Tests/SwiftSyntaxSugarTests/SyntaxProtocol/SyntaxProtocol_WithCodeBlockSyntaxTests.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// SyntaxProtocol_WithCodeBlockSyntaxTests.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Tests/SwiftSyntaxSugarTests/SyntaxProtocol/SyntaxProtocol_WithDeclModifierListSyntaxTests.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// SyntaxProtocol_WithDeclModifierListSyntaxTests.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Tests/SwiftSyntaxSugarTests/TypeSyntax/TypeSyntax_DescribingTests.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// TypeSyntax_DescribingTests.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

Tests/SwiftSyntaxSugarTests/VariableDeclSyntax/VariableDeclSyntax_AccessLevelTests.swift

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//
22
// VariableDeclSyntax_AccessLevelTests.swift
33
//
4-
// Created by Gray Campbell.
54
// Copyright © 2025 Fetch.
65
//
76

0 commit comments

Comments
 (0)