Skip to content

Commit

Permalink
Be consistent on header comments (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanzhong authored Nov 17, 2024
1 parent 39b34a7 commit e60334e
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// DateFormatter+Extension.swift
//
// Created by cyan on 2024/11/14.
// Created by cyan on 11/14/24.
//

import Foundation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// EKEventStore+Extension.swift
//
// Created by cyan on 2024/10/28.
// Created by cyan on 10/28/24.
//

import EventKit
Expand Down
2 changes: 1 addition & 1 deletion LunarBarKit/Sources/Extensions/Set+Extension.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Set+Extension.swift
//
// Created by cyan on 2023/12/31.
// Created by cyan on 12/31/23.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion LunarBarKit/Sources/Extensions/String+Extension.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// String+Extension.swift
//
// Created by cyan on 2024/11/14.
// Created by cyan on 11/14/24.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion LunarBarKit/Tests/CalendarTests.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CalendarTests.swift
//
// Created by cyan on 2023/12/29.
// Created by cyan on 12/29/23.
//

import LunarBarKit
Expand Down
2 changes: 1 addition & 1 deletion LunarBarKit/Tests/DateComponentsTests.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// DateComponentsTests.swift
//
// Created by cyan on 2023/12/29.
// Created by cyan on 12/29/23.
//

import LunarBarKit
Expand Down
2 changes: 1 addition & 1 deletion LunarBarKit/Tests/EKEventTests.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// EKEventTests.swift
//
// Created by cyan on 2023/12/29.
// Created by cyan on 12/29/23.
//

import LunarBarKit
Expand Down
2 changes: 1 addition & 1 deletion LunarBarKit/Tests/LunarInfoTests.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// LunarInfoTests.swift
//
// Created by cyan on 2023/12/29.
// Created by cyan on 12/29/23.
//

import LunarBarKit
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// NSBezierPath+Extension.swift
//
// Created by cyan on 2024/1/8.
// Created by cyan on 1/8/24.
//

import AppKit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// NSEvent+Extension.swift
//
//
// Created by cyan on 2024/1/2.
// Created by cyan on 1/2/24.
//

import AppKit
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// NSWorkspace+Extension.swift
//
// Created by cyan on 2023/12/31.
// Created by cyan on 12/31/23.
//

import AppKit
Expand Down
2 changes: 1 addition & 1 deletion LunarBarMac/Sources/Shared/AppIconFactory.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AppIconFactory.swift
// LunarBarMac
//
// Created by cyan on 2024/1/8.
// Created by cyan on 1/8/24.
//

import AppKit
Expand Down
2 changes: 1 addition & 1 deletion LunarBarMac/Sources/Unchecked.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Unchecked.swift
// LunarBarMac
//
// Created by cyan on 2024/4/17.
// Created by cyan on 4/17/24.
//

import AppKit
Expand Down
2 changes: 1 addition & 1 deletion LunarBarMac/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// main.swift
// LunarBarMac
//
// Created by cyan on 2024/1/2.
// Created by cyan on 1/2/24.
//

import AppKit
Expand Down
2 changes: 1 addition & 1 deletion LunarBarMacTests/AppDefinitionsTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AppDefinitionsTests.swift
// LunarBarMacTests
//
// Created by cyan on 2023/12/31.
// Created by cyan on 12/31/23.
//

import XCTest
Expand Down
2 changes: 1 addition & 1 deletion LunarBarMacTests/AppPreferencesTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AppPreferencesTests.swift
// LunarBarMacTests
//
// Created by cyan on 2023/12/31.
// Created by cyan on 12/31/23.
//

import XCTest
Expand Down
2 changes: 1 addition & 1 deletion LunarBarMacTests/DateFormatterTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// DateFormatterTests.swift
// LunarBarMacTests
//
// Created by cyan on 2024/1/23.
// Created by cyan on 1/23/24.
//

import XCTest
Expand Down
2 changes: 1 addition & 1 deletion LunarBarMacTests/HolidayManagerTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// HolidayManagerTests.swift
// LunarBarMacTests
//
// Created by cyan on 2023/12/29.
// Created by cyan on 12/29/23.
//

import XCTest
Expand Down
2 changes: 1 addition & 1 deletion LunarBarMacTests/RuntimeTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// RuntimeTests.swift
// LunarBarMacTests
//
// Created by cyan on 2024/11/15.
// Created by cyan on 11/15/24.
//

import XCTest
Expand Down

0 comments on commit e60334e

Please sign in to comment.