aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Copy Mailto/AppDelegate.h2
-rw-r--r--Copy Mailto/AppDelegate.m2
-rw-r--r--Copy Mailto/DefaultURLHandler.h2
-rw-r--r--Copy Mailto/DefaultURLHandler.m2
-rw-r--r--Copy Mailto/Info.plist2
-rw-r--r--Copy Mailto/QuitButton.h2
-rw-r--r--Copy Mailto/QuitButton.m2
-rw-r--r--Copy Mailto/main.m2
8 files changed, 8 insertions, 8 deletions
diff --git a/Copy Mailto/AppDelegate.h b/Copy Mailto/AppDelegate.h
index 6115890..ce956ec 100644
--- a/Copy Mailto/AppDelegate.h
+++ b/Copy Mailto/AppDelegate.h
@@ -3,7 +3,7 @@
// Copy Mailto
//
// Created by tw on 9/5/18.
-// Copyright © 2018 tw. All rights reserved.
+// Copyright © 2018 Teddy Wing
//
#import <Cocoa/Cocoa.h>
diff --git a/Copy Mailto/AppDelegate.m b/Copy Mailto/AppDelegate.m
index d74bf96..a0396df 100644
--- a/Copy Mailto/AppDelegate.m
+++ b/Copy Mailto/AppDelegate.m
@@ -3,7 +3,7 @@
// Copy Mailto
//
// Created by tw on 9/5/18.
-// Copyright © 2018 tw. All rights reserved.
+// Copyright © 2018 Teddy Wing
//
#import "AppDelegate.h"
diff --git a/Copy Mailto/DefaultURLHandler.h b/Copy Mailto/DefaultURLHandler.h
index f297330..7a2dd88 100644
--- a/Copy Mailto/DefaultURLHandler.h
+++ b/Copy Mailto/DefaultURLHandler.h
@@ -3,7 +3,7 @@
// Copy Mailto
//
// Created by tw on 9/5/18.
-// Copyright © 2018 tw. All rights reserved.
+// Copyright © 2018 Teddy Wing
//
#import <Foundation/Foundation.h>
diff --git a/Copy Mailto/DefaultURLHandler.m b/Copy Mailto/DefaultURLHandler.m
index d9153f9..595a244 100644
--- a/Copy Mailto/DefaultURLHandler.m
+++ b/Copy Mailto/DefaultURLHandler.m
@@ -3,7 +3,7 @@
// Copy Mailto
//
// Created by tw on 9/5/18.
-// Copyright © 2018 tw. All rights reserved.
+// Copyright © 2018 Teddy Wing
//
#import "DefaultURLHandler.h"
diff --git a/Copy Mailto/Info.plist b/Copy Mailto/Info.plist
index 3f8e830..bb81c8d 100644
--- a/Copy Mailto/Info.plist
+++ b/Copy Mailto/Info.plist
@@ -23,7 +23,7 @@
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
- <string>Copyright © 2018 tw. All rights reserved.</string>
+ <string>Copyright © 2018 Teddy Wing</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
diff --git a/Copy Mailto/QuitButton.h b/Copy Mailto/QuitButton.h
index 9b27acf..9144239 100644
--- a/Copy Mailto/QuitButton.h
+++ b/Copy Mailto/QuitButton.h
@@ -3,7 +3,7 @@
// Copy Mailto
//
// Created by tw on 9/5/18.
-// Copyright © 2018 tw. All rights reserved.
+// Copyright © 2018 Teddy Wing
//
#import <Cocoa/Cocoa.h>
diff --git a/Copy Mailto/QuitButton.m b/Copy Mailto/QuitButton.m
index ed33198..73314b8 100644
--- a/Copy Mailto/QuitButton.m
+++ b/Copy Mailto/QuitButton.m
@@ -3,7 +3,7 @@
// Copy Mailto
//
// Created by tw on 9/5/18.
-// Copyright © 2018 tw. All rights reserved.
+// Copyright © 2018 Teddy Wing
//
#import "QuitButton.h"
diff --git a/Copy Mailto/main.m b/Copy Mailto/main.m
index 1de9e8a..b1ef049 100644
--- a/Copy Mailto/main.m
+++ b/Copy Mailto/main.m
@@ -3,7 +3,7 @@
// Copy Mailto
//
// Created by tw on 9/5/18.
-// Copyright © 2018 tw. All rights reserved.
+// Copyright © 2018 Teddy Wing
//
#import <Cocoa/Cocoa.h>