Skip to content

Commit a398f26

Browse files
[WIP] File Headers
1 parent e49a64e commit a398f26

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

Sources/Pulse/Redacted/Redacted+Patterns.swift

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1+
// The MIT License (MIT)
12
//
2-
// File.swift
3-
// Pulse
4-
//
5-
// Created by Taras Nikulin on 02/04/2025.
6-
//
3+
// Copyright (c) 2020-2024 Alexander Grebenyuk (github.com/kean).
74

85
import Foundation
96

Sources/Pulse/Redacted/Redacted.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// The MIT License (MIT)
2+
//
3+
// Copyright (c) 2020-2024 Alexander Grebenyuk (github.com/kean).
4+
15
import Foundation
26

37
public struct Redacted: Sendable {

Sources/Pulse/RequestsLogger/RequestsLogger.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// The MIT License (MIT)
2+
//
3+
// Copyright (c) 2020-2024 Alexander Grebenyuk (github.com/kean).
4+
15
import Foundation
26

37
public final class RequestsLogger: @unchecked Sendable {

0 commit comments

Comments
 (0)