Skip to content

Commit

Permalink
Modify standard source file header.
Browse files Browse the repository at this point in the history
  • Loading branch information
pilotmoon committed Nov 15, 2016
1 parent 366ed0c commit 5653de3
Show file tree
Hide file tree
Showing 29 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion AppDelegate.h
@@ -1,5 +1,5 @@
// This file is part of Scroll Reverser <https://pilotmoon.com/scrollreverser/>
// (c) Nicholas Moore. Licensed under Apache License v2.0 (see LICENSE).
// Licensed under Apache License v2.0 <http://www.apache.org/licenses/LICENSE-2.0>

#import <Cocoa/Cocoa.h>
@class MouseTap, StatusItemController, LoginItemsController, WelcomeWindowController, PrefsWindowController, DebugWindowController, TapLogger, TestWindowController;
Expand Down
2 changes: 1 addition & 1 deletion AppDelegate.m
@@ -1,5 +1,5 @@
// This file is part of Scroll Reverser <https://pilotmoon.com/scrollreverser/>
// (c) Nicholas Moore. Licensed under Apache License v2.0 (see LICENSE).
// Licensed under Apache License v2.0 <http://www.apache.org/licenses/LICENSE-2.0>

#import "AppDelegate.h"
#import "StatusItemController.h"
Expand Down
2 changes: 1 addition & 1 deletion Application.h
@@ -1,5 +1,5 @@
// This file is part of Scroll Reverser <https://pilotmoon.com/scrollreverser/>
// (c) Nicholas Moore. Licensed under Apache License v2.0 (see LICENSE).
// Licensed under Apache License v2.0 <http://www.apache.org/licenses/LICENSE-2.0>

#import <Cocoa/Cocoa.h>

Expand Down
2 changes: 1 addition & 1 deletion Application.m
@@ -1,5 +1,5 @@
// This file is part of Scroll Reverser <https://pilotmoon.com/scrollreverser/>
// (c) Nicholas Moore. Licensed under Apache License v2.0 (see LICENSE).
// Licensed under Apache License v2.0 <http://www.apache.org/licenses/LICENSE-2.0>

#import "Application.h"
#import "AppDelegate.h"
Expand Down
2 changes: 1 addition & 1 deletion DebugWindowController.h
@@ -1,5 +1,5 @@
// This file is part of Scroll Reverser <https://pilotmoon.com/scrollreverser/>
// (c) Nicholas Moore. Licensed under Apache License v2.0 (see LICENSE).
// Licensed under Apache License v2.0 <http://www.apache.org/licenses/LICENSE-2.0>

#import <Cocoa/Cocoa.h>
@class Logger, LoggerScrollView, AppDelegate;
Expand Down
2 changes: 1 addition & 1 deletion DebugWindowController.m
@@ -1,5 +1,5 @@
// This file is part of Scroll Reverser <https://pilotmoon.com/scrollreverser/>
// (c) Nicholas Moore. Licensed under Apache License v2.0 (see LICENSE).
// Licensed under Apache License v2.0 <http://www.apache.org/licenses/LICENSE-2.0>

#import "DebugWindowController.h"
#import "Logger.h"
Expand Down
2 changes: 1 addition & 1 deletion LinkView.h
@@ -1,5 +1,5 @@
// This file is part of Scroll Reverser <https://pilotmoon.com/scrollreverser/>
// (c) Nicholas Moore. Licensed under Apache License v2.0 (see LICENSE).
// Licensed under Apache License v2.0 <http://www.apache.org/licenses/LICENSE-2.0>

#import <Cocoa/Cocoa.h>

Expand Down
2 changes: 1 addition & 1 deletion LinkView.m
@@ -1,5 +1,5 @@
// This file is part of Scroll Reverser <https://pilotmoon.com/scrollreverser/>
// (c) Nicholas Moore. Licensed under Apache License v2.0 (see LICENSE).
// Licensed under Apache License v2.0 <http://www.apache.org/licenses/LICENSE-2.0>

#import "LinkView.h"

Expand Down
2 changes: 1 addition & 1 deletion Logger.h
@@ -1,5 +1,5 @@
// This file is part of Scroll Reverser <https://pilotmoon.com/scrollreverser/>
// (c) Nicholas Moore. Licensed under Apache License v2.0 (see LICENSE).
// Licensed under Apache License v2.0 <http://www.apache.org/licenses/LICENSE-2.0>

#import <Foundation/Foundation.h>

Expand Down
2 changes: 1 addition & 1 deletion Logger.m
@@ -1,5 +1,5 @@
// This file is part of Scroll Reverser <https://pilotmoon.com/scrollreverser/>
// (c) Nicholas Moore. Licensed under Apache License v2.0 (see LICENSE).
// Licensed under Apache License v2.0 <http://www.apache.org/licenses/LICENSE-2.0>

#import "Logger.h"

Expand Down
2 changes: 1 addition & 1 deletion LoggerScrollView.h
@@ -1,5 +1,5 @@
// This file is part of Scroll Reverser <https://pilotmoon.com/scrollreverser/>
// (c) Nicholas Moore. Licensed under Apache License v2.0 (see LICENSE).
// Licensed under Apache License v2.0 <http://www.apache.org/licenses/LICENSE-2.0>

#import <Cocoa/Cocoa.h>

Expand Down
2 changes: 1 addition & 1 deletion LoggerScrollView.m
@@ -1,5 +1,5 @@
// This file is part of Scroll Reverser <https://pilotmoon.com/scrollreverser/>
// (c) Nicholas Moore. Licensed under Apache License v2.0 (see LICENSE).
// Licensed under Apache License v2.0 <http://www.apache.org/licenses/LICENSE-2.0>

#import "LoggerScrollView.h"

Expand Down
2 changes: 1 addition & 1 deletion LoginItemsController.h
@@ -1,5 +1,5 @@
// This file is part of Scroll Reverser <https://pilotmoon.com/scrollreverser/>
// (c) Nicholas Moore. Licensed under Apache License v2.0 (see LICENSE).
// Licensed under Apache License v2.0 <http://www.apache.org/licenses/LICENSE-2.0>

#import <Foundation/Foundation.h>

Expand Down
2 changes: 1 addition & 1 deletion LoginItemsController.m
@@ -1,5 +1,5 @@
// This file is part of Scroll Reverser <https://pilotmoon.com/scrollreverser/>
// (c) Nicholas Moore. Licensed under Apache License v2.0 (see LICENSE).
// Licensed under Apache License v2.0 <http://www.apache.org/licenses/LICENSE-2.0>
// This file contains sections substantially derived from Growl <http://growl.info>

#import "LoginItemsController.h"
Expand Down
2 changes: 1 addition & 1 deletion MouseTap.h
@@ -1,5 +1,5 @@
// This file is part of Scroll Reverser <https://pilotmoon.com/scrollreverser/>
// (c) Nicholas Moore. Licensed under Apache License v2.0 (see LICENSE).
// Licensed under Apache License v2.0 <http://www.apache.org/licenses/LICENSE-2.0>

#import <Foundation/Foundation.h>

Expand Down
2 changes: 1 addition & 1 deletion MouseTap.m
@@ -1,5 +1,5 @@
// This file is part of Scroll Reverser <https://pilotmoon.com/scrollreverser/>
// (c) Nicholas Moore. Licensed under Apache License v2.0 (see LICENSE).
// Licensed under Apache License v2.0 <http://www.apache.org/licenses/LICENSE-2.0>

#import "MouseTap.h"
#import "CoreFoundation/CoreFoundation.h"
Expand Down
2 changes: 1 addition & 1 deletion NSObject+ObservePrefs.h
@@ -1,5 +1,5 @@
// This file is part of Scroll Reverser <https://pilotmoon.com/scrollreverser/>
// (c) Nicholas Moore. Licensed under Apache License v2.0 (see LICENSE).
// Licensed under Apache License v2.0 <http://www.apache.org/licenses/LICENSE-2.0>

@interface NSObject (ObservePrefs)

Expand Down
2 changes: 1 addition & 1 deletion NSObject+ObservePrefs.m
@@ -1,5 +1,5 @@
// This file is part of Scroll Reverser <https://pilotmoon.com/scrollreverser/>
// (c) Nicholas Moore. Licensed under Apache License v2.0 (see LICENSE).
// Licensed under Apache License v2.0 <http://www.apache.org/licenses/LICENSE-2.0>

#import "NSObject+ObservePrefs.h"

Expand Down
2 changes: 1 addition & 1 deletion PrefsWindowController.h
@@ -1,5 +1,5 @@
// This file is part of Scroll Reverser <https://pilotmoon.com/scrollreverser/>
// (c) Nicholas Moore. Licensed under Apache License v2.0 (see LICENSE).
// Licensed under Apache License v2.0 <http://www.apache.org/licenses/LICENSE-2.0>

@class AppDelegate, LinkView;

Expand Down
2 changes: 1 addition & 1 deletion PrefsWindowController.m
@@ -1,5 +1,5 @@
// This file is part of Scroll Reverser <https://pilotmoon.com/scrollreverser/>
// (c) Nicholas Moore. Licensed under Apache License v2.0 (see LICENSE).
// Licensed under Apache License v2.0 <http://www.apache.org/licenses/LICENSE-2.0>

#import "PrefsWindowController.h"
#import "AppDelegate.h"
Expand Down
2 changes: 1 addition & 1 deletion StatusItemController.h
@@ -1,5 +1,5 @@
// This file is part of Scroll Reverser <https://pilotmoon.com/scrollreverser/>
// (c) Nicholas Moore. Licensed under Apache License v2.0 (see LICENSE).
// Licensed under Apache License v2.0 <http://www.apache.org/licenses/LICENSE-2.0>

#import <Cocoa/Cocoa.h>

Expand Down
2 changes: 1 addition & 1 deletion StatusItemController.m
@@ -1,5 +1,5 @@
// This file is part of Scroll Reverser <https://pilotmoon.com/scrollreverser/>
// (c) Nicholas Moore. Licensed under Apache License v2.0 (see LICENSE).
// Licensed under Apache License v2.0 <http://www.apache.org/licenses/LICENSE-2.0>

#import "StatusItemController.h"
#import "AppDelegate.h"
Expand Down
2 changes: 1 addition & 1 deletion TapLogger.h
@@ -1,5 +1,5 @@
// This file is part of Scroll Reverser <https://pilotmoon.com/scrollreverser/>
// (c) Nicholas Moore. Licensed under Apache License v2.0 (see LICENSE).
// Licensed under Apache License v2.0 <http://www.apache.org/licenses/LICENSE-2.0>

#import "Logger.h"
#import "MouseTap.h"
Expand Down
2 changes: 1 addition & 1 deletion TapLogger.m
@@ -1,5 +1,5 @@
// This file is part of Scroll Reverser <https://pilotmoon.com/scrollreverser/>
// (c) Nicholas Moore. Licensed under Apache License v2.0 (see LICENSE).
// Licensed under Apache License v2.0 <http://www.apache.org/licenses/LICENSE-2.0>

#import "TapLogger.h"

Expand Down
2 changes: 1 addition & 1 deletion TestWindowController.h
@@ -1,5 +1,5 @@
// This file is part of Scroll Reverser <https://pilotmoon.com/scrollreverser/>
// (c) Nicholas Moore. Licensed under Apache License v2.0 (see LICENSE).
// Licensed under Apache License v2.0 <http://www.apache.org/licenses/LICENSE-2.0>

#import <Cocoa/Cocoa.h>

Expand Down
2 changes: 1 addition & 1 deletion TestWindowController.m
@@ -1,5 +1,5 @@
// This file is part of Scroll Reverser <https://pilotmoon.com/scrollreverser/>
// (c) Nicholas Moore. Licensed under Apache License v2.0 (see LICENSE).
// Licensed under Apache License v2.0 <http://www.apache.org/licenses/LICENSE-2.0>

#import "TestWindowController.h"

Expand Down
2 changes: 1 addition & 1 deletion WelcomeWindowController.h
@@ -1,5 +1,5 @@
// This file is part of Scroll Reverser <https://pilotmoon.com/scrollreverser/>
// (c) Nicholas Moore. Licensed under Apache License v2.0 (see LICENSE).
// Licensed under Apache License v2.0 <http://www.apache.org/licenses/LICENSE-2.0>

#import <Cocoa/Cocoa.h>

Expand Down
2 changes: 1 addition & 1 deletion WelcomeWindowController.m
@@ -1,5 +1,5 @@
// This file is part of Scroll Reverser <https://pilotmoon.com/scrollreverser/>
// (c) Nicholas Moore. Licensed under Apache License v2.0 (see LICENSE).
// Licensed under Apache License v2.0 <http://www.apache.org/licenses/LICENSE-2.0>

#import "WelcomeWindowController.h"

Expand Down
2 changes: 1 addition & 1 deletion main.m
@@ -1,5 +1,5 @@
// This file is part of Scroll Reverser <https://pilotmoon.com/scrollreverser/>
// (c) Nicholas Moore. Licensed under Apache License v2.0 (see LICENSE).
// Licensed under Apache License v2.0 <http://www.apache.org/licenses/LICENSE-2.0>

#import <Cocoa/Cocoa.h>

Expand Down

0 comments on commit 5653de3

Please sign in to comment.