From f085fe9ffb9f697f88dba68eddf9d1f165240394 Mon Sep 17 00:00:00 2001 From: William Towe Date: Sat, 12 Jun 2021 10:56:36 -0400 Subject: [PATCH] Update copyright year --- .../xcschemes/LokiDemo-watchOS.xcscheme | 25 ++++++++++++++----- Loki/KLODefines.h | 2 +- Loki/Loki-iOS-Info.plist | 2 +- Loki/Loki-macOS-Info.plist | 2 +- Loki/Loki.h | 2 +- Loki/NSImage-UIImage+KLOExtensions.m | 2 +- Loki/NSImage-UIImage+KLOPDFExtensions.m | 2 +- Loki/Private/KLOCGImageFunctions.h | 2 +- Loki/Private/KLOCGImageFunctions.m | 2 +- Loki/iOS/UIImage+KLOExtensions.h | 2 +- Loki/iOS/UIImage+KLOPDFExtensions.h | 2 +- Loki/macOS/NSImage+KLOExtensions.h | 2 +- Loki/macOS/NSImage+KLOPDFExtensions.h | 2 +- LokiDemo-iOS/AppDelegate.h | 2 +- LokiDemo-iOS/AppDelegate.m | 2 +- LokiDemo-iOS/PDFViewController.h | 2 +- LokiDemo-iOS/PDFViewController.m | 2 +- LokiDemo-iOS/ViewController.h | 2 +- LokiDemo-iOS/ViewController.m | 2 +- LokiDemo-iOS/main.m | 2 +- LokiDemo-macOS/AppDelegate.h | 2 +- LokiDemo-macOS/AppDelegate.m | 2 +- LokiDemo-macOS/Info.plist | 2 +- LokiDemo-macOS/PDFViewControllerMacOS.h | 2 +- LokiDemo-macOS/PDFViewControllerMacOS.m | 2 +- LokiDemo-macOS/ViewController.h | 2 +- LokiDemo-macOS/ViewController.m | 2 +- LokiDemo-macOS/main.m | 2 +- LokiDemo-tvOS/AppDelegate.h | 2 +- LokiDemo-tvOS/AppDelegate.m | 2 +- LokiDemo-tvOS/ViewController.h | 2 +- LokiDemo-tvOS/ViewController.m | 2 +- LokiDemo-tvOS/main.m | 2 +- .../ExtensionDelegate.h | 2 +- .../ExtensionDelegate.m | 2 +- .../InterfaceController.h | 2 +- .../InterfaceController.m | 2 +- .../NotificationController.h | 2 +- .../NotificationController.m | 2 +- 39 files changed, 57 insertions(+), 44 deletions(-) diff --git a/Loki.xcodeproj/xcshareddata/xcschemes/LokiDemo-watchOS.xcscheme b/Loki.xcodeproj/xcshareddata/xcschemes/LokiDemo-watchOS.xcscheme index a086400..71bb566 100644 --- a/Loki.xcodeproj/xcshareddata/xcschemes/LokiDemo-watchOS.xcscheme +++ b/Loki.xcodeproj/xcshareddata/xcschemes/LokiDemo-watchOS.xcscheme @@ -63,8 +63,10 @@ debugDocumentVersioning = "YES" debugServiceExtension = "internal" allowLocationSimulation = "YES"> - + - + - + - + + + + + diff --git a/Loki/KLODefines.h b/Loki/KLODefines.h index c055a28..642555a 100644 --- a/Loki/KLODefines.h +++ b/Loki/KLODefines.h @@ -3,7 +3,7 @@ // Loki // // Created by William Towe on 9/5/18. -// Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. +// Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Loki/Loki-iOS-Info.plist b/Loki/Loki-iOS-Info.plist index 25e1017..38b0866 100644 --- a/Loki/Loki-iOS-Info.plist +++ b/Loki/Loki-iOS-Info.plist @@ -11,7 +11,7 @@ CFBundleInfoDictionaryVersion 6.0 NSHumanReadableCopyright - Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. + Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. CFBundleName $(PRODUCT_NAME) CFBundlePackageType diff --git a/Loki/Loki-macOS-Info.plist b/Loki/Loki-macOS-Info.plist index d0ffdf3..8f74e12 100644 --- a/Loki/Loki-macOS-Info.plist +++ b/Loki/Loki-macOS-Info.plist @@ -19,7 +19,7 @@ CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright - Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. + Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. NSPrincipalClass diff --git a/Loki/Loki.h b/Loki/Loki.h index d236b7b..114f627 100644 --- a/Loki/Loki.h +++ b/Loki/Loki.h @@ -3,7 +3,7 @@ // Loki // // Created by William Towe on 3/9/17. -// Copyright (c) 2020 Kosoku Interactive, LLC. All rights reserved. +// Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Loki/NSImage-UIImage+KLOExtensions.m b/Loki/NSImage-UIImage+KLOExtensions.m index f95cfc8..43f89ab 100644 --- a/Loki/NSImage-UIImage+KLOExtensions.m +++ b/Loki/NSImage-UIImage+KLOExtensions.m @@ -3,7 +3,7 @@ // Loki // // Created by William Towe on 3/9/17. -// Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. +// Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Loki/NSImage-UIImage+KLOPDFExtensions.m b/Loki/NSImage-UIImage+KLOPDFExtensions.m index 9ea6174..549cf12 100644 --- a/Loki/NSImage-UIImage+KLOPDFExtensions.m +++ b/Loki/NSImage-UIImage+KLOPDFExtensions.m @@ -3,7 +3,7 @@ // Loki-iOS // // Created by William Towe on 9/5/18. -// Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. +// Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Loki/Private/KLOCGImageFunctions.h b/Loki/Private/KLOCGImageFunctions.h index 8896d1a..c324c26 100644 --- a/Loki/Private/KLOCGImageFunctions.h +++ b/Loki/Private/KLOCGImageFunctions.h @@ -3,7 +3,7 @@ // Loki // // Created by William Towe on 3/9/17. -// Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. +// Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Loki/Private/KLOCGImageFunctions.m b/Loki/Private/KLOCGImageFunctions.m index 09ee1a7..ad7c895 100644 --- a/Loki/Private/KLOCGImageFunctions.m +++ b/Loki/Private/KLOCGImageFunctions.m @@ -3,7 +3,7 @@ // Loki // // Created by William Towe on 3/9/17. -// Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. +// Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Loki/iOS/UIImage+KLOExtensions.h b/Loki/iOS/UIImage+KLOExtensions.h index a9688e8..679aadc 100644 --- a/Loki/iOS/UIImage+KLOExtensions.h +++ b/Loki/iOS/UIImage+KLOExtensions.h @@ -3,7 +3,7 @@ // Loki // // Created by William Towe on 3/9/17. -// Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. +// Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Loki/iOS/UIImage+KLOPDFExtensions.h b/Loki/iOS/UIImage+KLOPDFExtensions.h index 22116d9..6f58ce4 100644 --- a/Loki/iOS/UIImage+KLOPDFExtensions.h +++ b/Loki/iOS/UIImage+KLOPDFExtensions.h @@ -3,7 +3,7 @@ // Loki-iOS // // Created by William Towe on 9/5/18. -// Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. +// Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Loki/macOS/NSImage+KLOExtensions.h b/Loki/macOS/NSImage+KLOExtensions.h index 995a0c1..240f990 100644 --- a/Loki/macOS/NSImage+KLOExtensions.h +++ b/Loki/macOS/NSImage+KLOExtensions.h @@ -3,7 +3,7 @@ // Loki // // Created by William Towe on 3/9/17. -// Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. +// Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Loki/macOS/NSImage+KLOPDFExtensions.h b/Loki/macOS/NSImage+KLOPDFExtensions.h index c4200ec..d97e475 100644 --- a/Loki/macOS/NSImage+KLOPDFExtensions.h +++ b/Loki/macOS/NSImage+KLOPDFExtensions.h @@ -3,7 +3,7 @@ // Loki-macOS // // Created by William Towe on 9/5/18. -// Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. +// Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/LokiDemo-iOS/AppDelegate.h b/LokiDemo-iOS/AppDelegate.h index 7c0fc01..0c5e9a4 100644 --- a/LokiDemo-iOS/AppDelegate.h +++ b/LokiDemo-iOS/AppDelegate.h @@ -3,7 +3,7 @@ // LokiDemo-iOS // // Created by William Towe on 3/9/17. -// Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. +// Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/LokiDemo-iOS/AppDelegate.m b/LokiDemo-iOS/AppDelegate.m index d9e0af7..904a846 100644 --- a/LokiDemo-iOS/AppDelegate.m +++ b/LokiDemo-iOS/AppDelegate.m @@ -3,7 +3,7 @@ // LokiDemo-iOS // // Created by William Towe on 3/9/17. -// Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. +// Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/LokiDemo-iOS/PDFViewController.h b/LokiDemo-iOS/PDFViewController.h index b0ec57a..b6a1a09 100644 --- a/LokiDemo-iOS/PDFViewController.h +++ b/LokiDemo-iOS/PDFViewController.h @@ -3,7 +3,7 @@ // LokiDemo-iOS // // Created by William Towe on 9/5/18. -// Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. +// Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/LokiDemo-iOS/PDFViewController.m b/LokiDemo-iOS/PDFViewController.m index f26701f..8f24667 100644 --- a/LokiDemo-iOS/PDFViewController.m +++ b/LokiDemo-iOS/PDFViewController.m @@ -3,7 +3,7 @@ // LokiDemo-iOS // // Created by William Towe on 9/5/18. -// Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. +// Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/LokiDemo-iOS/ViewController.h b/LokiDemo-iOS/ViewController.h index e8a72d9..a92a963 100644 --- a/LokiDemo-iOS/ViewController.h +++ b/LokiDemo-iOS/ViewController.h @@ -3,7 +3,7 @@ // LokiDemo-iOS // // Created by William Towe on 3/9/17. -// Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. +// Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/LokiDemo-iOS/ViewController.m b/LokiDemo-iOS/ViewController.m index 564f64f..55e05e4 100644 --- a/LokiDemo-iOS/ViewController.m +++ b/LokiDemo-iOS/ViewController.m @@ -3,7 +3,7 @@ // LokiDemo-iOS // // Created by William Towe on 3/9/17. -// Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. +// Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/LokiDemo-iOS/main.m b/LokiDemo-iOS/main.m index 82e67c3..dbd8009 100644 --- a/LokiDemo-iOS/main.m +++ b/LokiDemo-iOS/main.m @@ -3,7 +3,7 @@ // LokiDemo-iOS // // Created by William Towe on 3/9/17. -// Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. +// Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. // #import diff --git a/LokiDemo-macOS/AppDelegate.h b/LokiDemo-macOS/AppDelegate.h index e832934..8ca3de4 100644 --- a/LokiDemo-macOS/AppDelegate.h +++ b/LokiDemo-macOS/AppDelegate.h @@ -3,7 +3,7 @@ // LokiDemo-macOS // // Created by William Towe on 3/9/17. -// Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. +// Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/LokiDemo-macOS/AppDelegate.m b/LokiDemo-macOS/AppDelegate.m index 87e31d6..0037660 100644 --- a/LokiDemo-macOS/AppDelegate.m +++ b/LokiDemo-macOS/AppDelegate.m @@ -3,7 +3,7 @@ // LokiDemo-macOS // // Created by William Towe on 3/9/17. -// Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. +// Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/LokiDemo-macOS/Info.plist b/LokiDemo-macOS/Info.plist index ce7a0a8..b1a5088 100644 --- a/LokiDemo-macOS/Info.plist +++ b/LokiDemo-macOS/Info.plist @@ -23,7 +23,7 @@ LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSHumanReadableCopyright - Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. + Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. NSMainStoryboardFile Main NSPrincipalClass diff --git a/LokiDemo-macOS/PDFViewControllerMacOS.h b/LokiDemo-macOS/PDFViewControllerMacOS.h index 59698cf..e828e9c 100644 --- a/LokiDemo-macOS/PDFViewControllerMacOS.h +++ b/LokiDemo-macOS/PDFViewControllerMacOS.h @@ -3,7 +3,7 @@ // LokiDemo-macOS // // Created by William Towe on 9/5/18. -// Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. +// Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/LokiDemo-macOS/PDFViewControllerMacOS.m b/LokiDemo-macOS/PDFViewControllerMacOS.m index a5bce7a..249461d 100644 --- a/LokiDemo-macOS/PDFViewControllerMacOS.m +++ b/LokiDemo-macOS/PDFViewControllerMacOS.m @@ -3,7 +3,7 @@ // LokiDemo-macOS // // Created by William Towe on 9/5/18. -// Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. +// Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/LokiDemo-macOS/ViewController.h b/LokiDemo-macOS/ViewController.h index c2815c8..acc0d2e 100644 --- a/LokiDemo-macOS/ViewController.h +++ b/LokiDemo-macOS/ViewController.h @@ -3,7 +3,7 @@ // LokiDemo-macOS // // Created by William Towe on 3/9/17. -// Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. +// Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/LokiDemo-macOS/ViewController.m b/LokiDemo-macOS/ViewController.m index 51b14c9..4cd5b91 100644 --- a/LokiDemo-macOS/ViewController.m +++ b/LokiDemo-macOS/ViewController.m @@ -3,7 +3,7 @@ // LokiDemo-macOS // // Created by William Towe on 3/9/17. -// Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. +// Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/LokiDemo-macOS/main.m b/LokiDemo-macOS/main.m index 241579b..1a80fe3 100644 --- a/LokiDemo-macOS/main.m +++ b/LokiDemo-macOS/main.m @@ -3,7 +3,7 @@ // LokiDemo-macOS // // Created by William Towe on 3/9/17. -// Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. +// Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. // #import diff --git a/LokiDemo-tvOS/AppDelegate.h b/LokiDemo-tvOS/AppDelegate.h index 898438e..e841ba3 100644 --- a/LokiDemo-tvOS/AppDelegate.h +++ b/LokiDemo-tvOS/AppDelegate.h @@ -3,7 +3,7 @@ // LokiDemo-tvOS // // Created by William Towe on 3/10/17. -// Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. +// Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/LokiDemo-tvOS/AppDelegate.m b/LokiDemo-tvOS/AppDelegate.m index 37a6eee..71d83a3 100644 --- a/LokiDemo-tvOS/AppDelegate.m +++ b/LokiDemo-tvOS/AppDelegate.m @@ -3,7 +3,7 @@ // LokiDemo-tvOS // // Created by William Towe on 3/10/17. -// Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. +// Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/LokiDemo-tvOS/ViewController.h b/LokiDemo-tvOS/ViewController.h index 686b24a..ba167db 100644 --- a/LokiDemo-tvOS/ViewController.h +++ b/LokiDemo-tvOS/ViewController.h @@ -3,7 +3,7 @@ // LokiDemo-tvOS // // Created by William Towe on 3/10/17. -// Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. +// Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/LokiDemo-tvOS/ViewController.m b/LokiDemo-tvOS/ViewController.m index 4d02955..01482b7 100644 --- a/LokiDemo-tvOS/ViewController.m +++ b/LokiDemo-tvOS/ViewController.m @@ -3,7 +3,7 @@ // LokiDemo-tvOS // // Created by William Towe on 3/10/17. -// Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. +// Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/LokiDemo-tvOS/main.m b/LokiDemo-tvOS/main.m index d480e87..97afa98 100644 --- a/LokiDemo-tvOS/main.m +++ b/LokiDemo-tvOS/main.m @@ -3,7 +3,7 @@ // LokiDemo-tvOS // // Created by William Towe on 3/10/17. -// Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. +// Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/LokiDemo-watchOS Extension/ExtensionDelegate.h b/LokiDemo-watchOS Extension/ExtensionDelegate.h index cb63ba9..51735b9 100644 --- a/LokiDemo-watchOS Extension/ExtensionDelegate.h +++ b/LokiDemo-watchOS Extension/ExtensionDelegate.h @@ -3,7 +3,7 @@ // LokiDemo-watchOS Extension // // Created by William Towe on 3/10/17. -// Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. +// Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/LokiDemo-watchOS Extension/ExtensionDelegate.m b/LokiDemo-watchOS Extension/ExtensionDelegate.m index 117d94c..fbda259 100644 --- a/LokiDemo-watchOS Extension/ExtensionDelegate.m +++ b/LokiDemo-watchOS Extension/ExtensionDelegate.m @@ -3,7 +3,7 @@ // LokiDemo-watchOS Extension // // Created by William Towe on 3/10/17. -// Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. +// Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/LokiDemo-watchOS Extension/InterfaceController.h b/LokiDemo-watchOS Extension/InterfaceController.h index 10c170a..9af120c 100644 --- a/LokiDemo-watchOS Extension/InterfaceController.h +++ b/LokiDemo-watchOS Extension/InterfaceController.h @@ -3,7 +3,7 @@ // LokiDemo-watchOS Extension // // Created by William Towe on 3/10/17. -// Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. +// Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/LokiDemo-watchOS Extension/InterfaceController.m b/LokiDemo-watchOS Extension/InterfaceController.m index e624d89..b433212 100644 --- a/LokiDemo-watchOS Extension/InterfaceController.m +++ b/LokiDemo-watchOS Extension/InterfaceController.m @@ -3,7 +3,7 @@ // LokiDemo-watchOS Extension // // Created by William Towe on 3/10/17. -// Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. +// Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/LokiDemo-watchOS Extension/NotificationController.h b/LokiDemo-watchOS Extension/NotificationController.h index b028e4e..5539838 100644 --- a/LokiDemo-watchOS Extension/NotificationController.h +++ b/LokiDemo-watchOS Extension/NotificationController.h @@ -3,7 +3,7 @@ // LokiDemo-watchOS Extension // // Created by William Towe on 3/10/17. -// Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. +// Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/LokiDemo-watchOS Extension/NotificationController.m b/LokiDemo-watchOS Extension/NotificationController.m index 5ad7129..797ac15 100644 --- a/LokiDemo-watchOS Extension/NotificationController.m +++ b/LokiDemo-watchOS Extension/NotificationController.m @@ -3,7 +3,7 @@ // LokiDemo-watchOS Extension // // Created by William Towe on 3/10/17. -// Copyright © 2020 Kosoku Interactive, LLC. All rights reserved. +// Copyright © 2021 Kosoku Interactive, LLC. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.