From a6fbcdbe55dd2e30e6cb716739e9295f42bb6ebd Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Thu, 19 Mar 2020 21:36:25 -0700 Subject: [PATCH] MIT licensing notices --- SecretAgent/Info.plist | 2 +- SecretAgentKit/Info.plist | 2 +- SecretAgentKit/SecretAgentKit.h | 8 -------- SecretAgentKitTests/SecretAgentKitTests.swift | 8 -------- SecretKit/Info.plist | 2 +- SecretKit/SecretKit.h | 8 -------- Secretive/Info.plist | 2 +- SecretiveTests/SecretiveTests.swift | 8 -------- 8 files changed, 4 insertions(+), 36 deletions(-) diff --git a/SecretAgent/Info.plist b/SecretAgent/Info.plist index 7ad766c..28aab97 100644 --- a/SecretAgent/Info.plist +++ b/SecretAgent/Info.plist @@ -25,7 +25,7 @@ LSUIElement NSHumanReadableCopyright - Copyright © 2020 Max Goedjen. All rights reserved. + $(PRODUCT_NAME) is MIT Licensed. NSMainStoryboardFile Main NSPrincipalClass diff --git a/SecretAgentKit/Info.plist b/SecretAgentKit/Info.plist index 28ef30f..e1f909c 100644 --- a/SecretAgentKit/Info.plist +++ b/SecretAgentKit/Info.plist @@ -19,6 +19,6 @@ CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright - Copyright © 2020 Max Goedjen. All rights reserved. + $(PRODUCT_NAME) is MIT Licensed. diff --git a/SecretAgentKit/SecretAgentKit.h b/SecretAgentKit/SecretAgentKit.h index f929a4f..e9c7150 100644 --- a/SecretAgentKit/SecretAgentKit.h +++ b/SecretAgentKit/SecretAgentKit.h @@ -1,11 +1,3 @@ -// -// SecretAgentKit.h -// SecretAgentKit -// -// Created by Max Goedjen on 2/22/20. -// Copyright © 2020 Max Goedjen. All rights reserved. -// - #import #import diff --git a/SecretAgentKitTests/SecretAgentKitTests.swift b/SecretAgentKitTests/SecretAgentKitTests.swift index 79c8bd8..540c1fc 100644 --- a/SecretAgentKitTests/SecretAgentKitTests.swift +++ b/SecretAgentKitTests/SecretAgentKitTests.swift @@ -1,11 +1,3 @@ -// -// SecretAgentKitTests.swift -// SecretAgentKitTests -// -// Created by Max Goedjen on 2/22/20. -// Copyright © 2020 Max Goedjen. All rights reserved. -// - import XCTest @testable import SecretAgentKit diff --git a/SecretKit/Info.plist b/SecretKit/Info.plist index 28ef30f..e1f909c 100644 --- a/SecretKit/Info.plist +++ b/SecretKit/Info.plist @@ -19,6 +19,6 @@ CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright - Copyright © 2020 Max Goedjen. All rights reserved. + $(PRODUCT_NAME) is MIT Licensed. diff --git a/SecretKit/SecretKit.h b/SecretKit/SecretKit.h index 394d843..2824974 100644 --- a/SecretKit/SecretKit.h +++ b/SecretKit/SecretKit.h @@ -1,11 +1,3 @@ -// -// SecretKit.h -// SecretKit -// -// Created by Max Goedjen on 2/18/20. -// Copyright © 2020 Max Goedjen. All rights reserved. -// - #import //! Project version number for SecretKit. diff --git a/Secretive/Info.plist b/Secretive/Info.plist index 6d5dd6c..5ea2305 100644 --- a/Secretive/Info.plist +++ b/Secretive/Info.plist @@ -23,7 +23,7 @@ LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSHumanReadableCopyright - Copyright © 2020 Max Goedjen. All rights reserved. + $(PRODUCT_NAME) is MIT Licensed. NSMainStoryboardFile Main NSPrincipalClass diff --git a/SecretiveTests/SecretiveTests.swift b/SecretiveTests/SecretiveTests.swift index 59e9889..d596a41 100644 --- a/SecretiveTests/SecretiveTests.swift +++ b/SecretiveTests/SecretiveTests.swift @@ -1,11 +1,3 @@ -// -// SecretiveTests.swift -// SecretiveTests -// -// Created by Max Goedjen on 2/18/20. -// Copyright © 2020 Max Goedjen. All rights reserved. -// - import XCTest @testable import Secretive