Skip to content

Commit b209b0c

Browse files
committed
Update file header
feature/update-workflow
1 parent 9f8c123 commit b209b0c

30 files changed

+31
-89
lines changed

.swiftformat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
--redundanttype explicit
33
--swiftversion 5.8
44
--maxwidth 120
5-
--header "{file}\nArgumentEncoding\n\nCopyright © {year} MFB Technologies, Inc. All rights reserved.\n\nThis source code is licensed under the MIT license found in the\nLICENSE file in the root directory of this source tree."
5+
--header "{file}\nArgumentEncoding\n\nThis source code is licensed under the MIT License (MIT) found in the\nLICENSE file in the root directory of this source tree."
66
--allman false
77
--exclude **/output/**/*,.tuist-bin,**/.swiftpm/*,**/.build/*
88
--wraparguments before-first
9-
--wrapcollections before-first
9+
--wrapcollections before-first

Examples/Sources/SwiftCommand/RunCommand.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
// RunCommand.swift
22
// ArgumentEncoding
33
//
4-
// Copyright © 2024 MFB Technologies, Inc. All rights reserved.
5-
//
6-
// This source code is licensed under the MIT license found in the
4+
// This source code is licensed under the MIT License (MIT) found in the
75
// LICENSE file in the root directory of this source tree.
86

97
import ArgumentEncoding

Examples/Sources/SwiftCommand/SwiftCommand.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
// SwiftCommand.swift
22
// ArgumentEncoding
33
//
4-
// Copyright © 2024 MFB Technologies, Inc. All rights reserved.
5-
//
6-
// This source code is licensed under the MIT license found in the
4+
// This source code is licensed under the MIT License (MIT) found in the
75
// LICENSE file in the root directory of this source tree.
86

97
import ArgumentEncoding

Examples/Sources/SwiftCommand/TestCommand.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
// TestCommand.swift
22
// ArgumentEncoding
33
//
4-
// Copyright © 2024 MFB Technologies, Inc. All rights reserved.
5-
//
6-
// This source code is licensed under the MIT license found in the
4+
// This source code is licensed under the MIT License (MIT) found in the
75
// LICENSE file in the root directory of this source tree.
86

97
import ArgumentEncoding

Examples/Sources/SwiftCommand/main.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
// main.swift
22
// ArgumentEncoding
33
//
4-
// Copyright © 2024 MFB Technologies, Inc. All rights reserved.
5-
//
6-
// This source code is licensed under the MIT license found in the
4+
// This source code is licensed under the MIT License (MIT) found in the
75
// LICENSE file in the root directory of this source tree.
86

97
let test = SwiftCommand.test(TestCommand(

Sources/ArgumentEncoding/ArgumentGroup.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
// ArgumentGroup.swift
22
// ArgumentEncoding
33
//
4-
// Copyright © 2024 MFB Technologies, Inc. All rights reserved.
5-
//
6-
// This source code is licensed under the MIT license found in the
4+
// This source code is licensed under the MIT License (MIT) found in the
75
// LICENSE file in the root directory of this source tree.
86

97
import Dependencies

Sources/ArgumentEncoding/CaseConverter.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
// CaseConverter.swift
22
// ArgumentEncoding
33
//
4-
// Copyright © 2024 MFB Technologies, Inc. All rights reserved.
5-
//
6-
// This source code is licensed under the MIT license found in the
4+
// This source code is licensed under the MIT License (MIT) found in the
75
// LICENSE file in the root directory of this source tree.
86

97
import Foundation

Sources/ArgumentEncoding/Command.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
// Command.swift
22
// ArgumentEncoding
33
//
4-
// Copyright © 2024 MFB Technologies, Inc. All rights reserved.
5-
//
6-
// This source code is licensed under the MIT license found in the
4+
// This source code is licensed under the MIT License (MIT) found in the
75
// LICENSE file in the root directory of this source tree.
86

97
/// A command type argument with no nested or children arguments.

Sources/ArgumentEncoding/CommandRepresentable.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
// CommandRepresentable.swift
22
// ArgumentEncoding
33
//
4-
// Copyright © 2024 MFB Technologies, Inc. All rights reserved.
5-
//
6-
// This source code is licensed under the MIT license found in the
4+
// This source code is licensed under the MIT License (MIT) found in the
75
// LICENSE file in the root directory of this source tree.
86

97
import Dependencies

Sources/ArgumentEncoding/DecoderUserInfo+OptionHelpers.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
// DecoderUserInfo+OptionHelpers.swift
22
// ArgumentEncoding
33
//
4-
// Copyright © 2024 MFB Technologies, Inc. All rights reserved.
5-
//
6-
// This source code is licensed under the MIT license found in the
4+
// This source code is licensed under the MIT License (MIT) found in the
75
// LICENSE file in the root directory of this source tree.
86

97
import Foundation

0 commit comments

Comments
 (0)