From dceeb0d3e8eba16756d9d24346f08c597961b664 Mon Sep 17 00:00:00 2001 From: Sam Soffes Date: Sun, 25 Aug 2019 23:20:21 -0700 Subject: [PATCH] Delete header comments --- Example/Sources/AppDelegate.swift | 8 -------- Example/Sources/ViewController.swift | 8 -------- Sources/HotKey/HotKey.swift | 8 -------- Sources/HotKey/HotKeysController.swift | 8 -------- Sources/HotKey/Key.swift | 8 -------- Sources/HotKey/KeyCombo.swift | 8 -------- Sources/HotKey/NSEventModifierFlags+HotKey.swift | 8 -------- Support/HotKey.h | 8 -------- Tests/HotKeyTests/KeyComboTests.swift | 8 -------- Tests/HotKeyTests/ModifierFlagsTests.swift | 8 -------- 10 files changed, 80 deletions(-) diff --git a/Example/Sources/AppDelegate.swift b/Example/Sources/AppDelegate.swift index a3a6212..2bb2319 100644 --- a/Example/Sources/AppDelegate.swift +++ b/Example/Sources/AppDelegate.swift @@ -1,11 +1,3 @@ -// -// AppDelegate.swift -// Example -// -// Created by Sam Soffes on 7/21/17. -// Copyright © 2017 Sam Soffes. All rights reserved. -// - import AppKit @NSApplicationMain final class AppDelegate: NSObject, NSApplicationDelegate {} diff --git a/Example/Sources/ViewController.swift b/Example/Sources/ViewController.swift index 2656c52..cfd32d7 100644 --- a/Example/Sources/ViewController.swift +++ b/Example/Sources/ViewController.swift @@ -1,11 +1,3 @@ -// -// ViewController.swift -// Example -// -// Created by Sam Soffes on 7/21/17. -// Copyright © 2017 Sam Soffes. All rights reserved. -// - import AppKit import HotKey import Carbon diff --git a/Sources/HotKey/HotKey.swift b/Sources/HotKey/HotKey.swift index 6416388..85eb320 100644 --- a/Sources/HotKey/HotKey.swift +++ b/Sources/HotKey/HotKey.swift @@ -1,11 +1,3 @@ -// -// HotKey.swift -// HotKey -// -// Created by Sam Soffes on 7/21/17. -// Copyright © 2017 Sam Soffes. All rights reserved. -// - import AppKit import Carbon diff --git a/Sources/HotKey/HotKeysController.swift b/Sources/HotKey/HotKeysController.swift index 7e3f2a9..389ec8f 100644 --- a/Sources/HotKey/HotKeysController.swift +++ b/Sources/HotKey/HotKeysController.swift @@ -1,11 +1,3 @@ -// -// HotKeysController.swift -// HotKey -// -// Created by Sam Soffes on 7/21/17. -// Copyright © 2017 Sam Soffes. All rights reserved. -// - import Carbon final class HotKeysController { diff --git a/Sources/HotKey/Key.swift b/Sources/HotKey/Key.swift index c5a6fb7..00d7148 100644 --- a/Sources/HotKey/Key.swift +++ b/Sources/HotKey/Key.swift @@ -1,11 +1,3 @@ -// -// Key.swift -// HotKey -// -// Created by Sam Soffes on 7/21/17. -// Copyright © 2017 Sam Soffes. All rights reserved. -// - import Carbon public enum Key { diff --git a/Sources/HotKey/KeyCombo.swift b/Sources/HotKey/KeyCombo.swift index 292f3f6..bc24c05 100644 --- a/Sources/HotKey/KeyCombo.swift +++ b/Sources/HotKey/KeyCombo.swift @@ -1,11 +1,3 @@ -// -// CarbonKeyCombo.swift -// HotKey -// -// Created by Sam Soffes on 7/21/17. -// Copyright © 2017 Sam Soffes. All rights reserved. -// - import AppKit public struct KeyCombo { diff --git a/Sources/HotKey/NSEventModifierFlags+HotKey.swift b/Sources/HotKey/NSEventModifierFlags+HotKey.swift index 42a569e..e87a87e 100644 --- a/Sources/HotKey/NSEventModifierFlags+HotKey.swift +++ b/Sources/HotKey/NSEventModifierFlags+HotKey.swift @@ -1,11 +1,3 @@ -// -// NSEventModifierFlags+HotKey.swift -// HotKey -// -// Created by Sam Soffes on 7/21/17. -// Copyright © 2017 Sam Soffes. All rights reserved. -// - import AppKit import Carbon diff --git a/Support/HotKey.h b/Support/HotKey.h index 5500fa9..5a2c2d1 100644 --- a/Support/HotKey.h +++ b/Support/HotKey.h @@ -1,11 +1,3 @@ -// -// HotKey.h -// HotKey -// -// Created by Sam Soffes on 7/21/17. -// Copyright © 2017 Sam Soffes. All rights reserved. -// - @import Foundation; //! Project version number for HotKey. diff --git a/Tests/HotKeyTests/KeyComboTests.swift b/Tests/HotKeyTests/KeyComboTests.swift index 33564cf..a66dd2b 100644 --- a/Tests/HotKeyTests/KeyComboTests.swift +++ b/Tests/HotKeyTests/KeyComboTests.swift @@ -1,11 +1,3 @@ -// -// KeyComboTests.swift -// HotKeyTests -// -// Created by Sam Soffes on 7/21/17. -// Copyright © 2017 Sam Soffes. All rights reserved. -// - import XCTest import HotKey diff --git a/Tests/HotKeyTests/ModifierFlagsTests.swift b/Tests/HotKeyTests/ModifierFlagsTests.swift index 489031f..4e5199b 100644 --- a/Tests/HotKeyTests/ModifierFlagsTests.swift +++ b/Tests/HotKeyTests/ModifierFlagsTests.swift @@ -1,11 +1,3 @@ -// -// ModifierFlagsTests.swift -// HotKey -// -// Created by Sam Soffes on 7/21/17. -// Copyright © 2017 Sam Soffes. All rights reserved. -// - import XCTest import AppKit import Carbon