Skip to content

Commit

Permalink
Remove Swift file headers
Browse files Browse the repository at this point in the history
  • Loading branch information
fpseverino committed Aug 26, 2024
1 parent 12d9c28 commit 7954635
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 28 deletions.
7 changes: 0 additions & 7 deletions Sources/Zip/ArchiveFile.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// ArchiveFile.swift
// Zip
//
// Created by Francesco Paolo Severino on 16/08/2024.
//

import Foundation
@_implementationOnly import Minizip

Expand Down
7 changes: 0 additions & 7 deletions Sources/Zip/Date+dosDate.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// Date+dosDate.swift
// Zip
//
// Created by Francesco Paolo Severino on 26/08/2024.
//

import Foundation

extension Date {
Expand Down
7 changes: 0 additions & 7 deletions Sources/Zip/ZipCompression.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// ZipCompression.swift
// Zip
//
// Created by Francesco Paolo Severino on 16/08/2024.
//

@_implementationOnly import Minizip

/// Zip compression strategies.
Expand Down
7 changes: 0 additions & 7 deletions Sources/Zip/ZipError.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// ZipError.swift
// Zip
//
// Created by Francesco Paolo Severino on 16/08/2024.
//

import Foundation

/// Errors that can be thrown by Zip.
Expand Down

0 comments on commit 7954635

Please sign in to comment.