From 23c325d397eb94ece984d9d4ab0699d527da801e Mon Sep 17 00:00:00 2001 From: Jason Morley Date: Wed, 31 Jan 2024 21:14:54 -1000 Subject: [PATCH] fix: Update the copyright year to 2024 (#202) This also updates the copyright period to include the original InContext code and design (2016-2024). --- InContext/Helper/Extensions/LogLevel.swift | 2 +- InContext/Helper/Extensions/Publisher.swift | 2 +- InContext/Helper/Extensions/URL.swift | 2 +- InContext/Helper/Geocoder.swift | 2 +- InContext/Helper/HelperApp.swift | 2 +- InContext/Helper/HelperError.swift | 2 +- InContext/Helper/Model/ApplicationModel.swift | 2 +- InContext/Helper/Model/Event.swift | 2 +- InContext/Helper/Model/HelperSession.swift | 2 +- .../Helper/Model/HelperSessionTask.swift | 2 +- InContext/Helper/Model/HelperTracker.swift | 2 +- InContext/Helper/Model/Settings.swift | 2 +- InContext/Helper/Model/SiteModel.swift | 2 +- InContext/Helper/Views/ActionsMenu.swift | 2 +- InContext/Helper/Views/FavoritesMenu.swift | 2 +- InContext/Helper/Views/LogView.swift | 2 +- InContext/Helper/Views/LogWindow.swift | 2 +- InContext/Helper/Views/SessionFooter.swift | 2 +- InContext/Helper/Views/SessionView.swift | 2 +- InContext/Helper/Views/SettingsMenu.swift | 2 +- InContext/Helper/Views/SiteList.swift | 2 +- InContext/Helper/Views/SiteMenu.swift | 2 +- InContext/Helper/Views/TaskRow.swift | 2 +- InContext/HelperTests/HelperTests.swift | 2 +- InContext/HelperUITests/HelperUITests.swift | 2 +- .../HelperUITestsLaunchTests.swift | 2 +- InContext/InContext/Commands/Build.swift | 2 +- InContext/InContext/Commands/Clean.swift | 2 +- InContext/InContext/Commands/Command.swift | 2 +- InContext/InContext/Commands/Options.swift | 2 +- InContext/InContext/Commands/Run.swift | 2 +- InContext/InContext/Commands/Serve.swift | 2 +- InContext/InContext/Info.plist | 2 +- .../InContext/Model/LoggingSession.swift | 2 +- InContext/InContext/Model/LoggingTask.swift | 2 +- .../InContext/Model/LoggingTracker.swift | 2 +- LICENSE | 2 +- Makefile | 2 +- Scripts/bootstrap.sh | 2 +- Scripts/build.sh | 2 +- Scripts/gh-release.sh | 2 +- Scripts/run.sh | 20 +++++++++++++++++++ Sources/InContextCore/ActionRunner.swift | 2 +- Sources/InContextCore/AnyHandler.swift | 2 +- Sources/InContextCore/Asset.swift | 2 +- Sources/InContextCore/Builder.swift | 2 +- .../Contexts/DocumentContext.swift | 2 +- Sources/InContextCore/Document.swift | 2 +- Sources/InContextCore/EvaluationContext.swift | 2 +- Sources/InContextCore/Extensions/Array.swift | 2 +- Sources/InContextCore/Extensions/Bool.swift | 2 +- Sources/InContextCore/Extensions/Date.swift | 2 +- .../InContextCore/Extensions/Dictionary.swift | 2 +- Sources/InContextCore/Extensions/Double.swift | 2 +- .../Extensions/FileManager.swift | 2 +- Sources/InContextCore/Extensions/Float.swift | 2 +- Sources/InContextCore/Extensions/Int.swift | 2 +- .../Extensions/KeyedDecodingContainer.swift | 2 +- Sources/InContextCore/Extensions/String.swift | 2 +- .../Extensions/StringProtocol.swift | 2 +- Sources/InContextCore/Extensions/Task.swift | 2 +- Sources/InContextCore/Extensions/URL.swift | 2 +- Sources/InContextCore/Extensions/UTType.swift | 2 +- .../Extensions/UnkeyedDecodingContainer.swift | 2 +- .../Extensions/UnknownCodingKeys.swift | 2 +- Sources/InContextCore/Extensions/Yaml.swift | 2 +- Sources/InContextCore/File.swift | 2 +- Sources/InContextCore/Formatters.swift | 2 +- .../InContextCore/FrontmatterDocument.swift | 2 +- Sources/InContextCore/Handler.swift | 2 +- Sources/InContextCore/ImageTransform.swift | 2 +- .../Importers/CopyImporter.swift | 2 +- .../Importers/EmptySettings.swift | 2 +- .../Importers/IgnoreImporter.swift | 2 +- .../Importers/ImageImporter.swift | 2 +- .../InContextCore/Importers/Importer.swift | 2 +- .../Importers/MarkdownImporter.swift | 2 +- .../Importers/VideoImporter.swift | 2 +- Sources/InContextCore/InContextError.swift | 2 +- Sources/InContextCore/Metadata.swift | 2 +- .../InContextCore/Protocols/Finishable.swift | 2 +- Sources/InContextCore/Protocols/Logger.swift | 2 +- Sources/InContextCore/Protocols/Session.swift | 2 +- .../InContextCore/Protocols/SessionTask.swift | 2 +- Sources/InContextCore/Protocols/Tracker.swift | 2 +- Sources/InContextCore/QueryStatus.swift | 2 +- Sources/InContextCore/RenderStatus.swift | 2 +- Sources/InContextCore/RenderTracker.swift | 2 +- .../Renderers/RenderManager.swift | 2 +- .../Renderers/RenderResult.swift | 2 +- .../Renderers/RendererInstance.swift | 2 +- .../Renderers/TiltRenderer.swift | 2 +- Sources/InContextCore/Server.swift | 2 +- Sources/InContextCore/Settings.swift | 2 +- Sources/InContextCore/Site.swift | 2 +- Sources/InContextCore/Status.swift | 2 +- .../Store/QueryDescription.swift | 2 +- Sources/InContextCore/Store/Store.swift | 2 +- Sources/InContextCore/TemplateCache.swift | 2 +- Sources/InContextCore/TemplateDetails.swift | 2 +- .../InContextCore/TemplateIdentifier.swift | 2 +- .../InContextCore/TemplateRenderStatus.swift | 2 +- .../Transforms/ImageDocumentTransform.swift | 2 +- .../Transforms/RelativeSourceTransform.swift | 2 +- .../Transforms/Transformer.swift | 2 +- .../Utilities/ArgumentProvider.swift | 2 +- .../Utilities/BasenameDetails.swift | 2 +- Sources/InContextCore/Utilities/Cache.swift | 2 +- .../InContextCore/Utilities/Callable.swift | 2 +- .../Utilities/CallablesBuilder.swift | 2 +- .../InContextCore/Utilities/Candidates.swift | 2 +- .../Utilities/ChangeObserver.swift | 2 +- .../Utilities/ConcurrentBox.swift | 2 +- Sources/InContextCore/Utilities/EXIF.swift | 2 +- .../InContextCore/Utilities/Fingerprint.swift | 2 +- .../Utilities/Fingerprintable.swift | 2 +- .../InContextCore/Utilities/Function.swift | 2 +- Sources/InContextCore/Utilities/Hoedown.swift | 2 +- .../Utilities/ParentIterator.swift | 2 +- Sources/InContextCore/Utilities/Size.swift | 2 +- .../InContextCore/Utilities/TaskRunner.swift | 2 +- Tests/InContextTests/Extensions/Bundle.swift | 2 +- Tests/InContextTests/Extensions/Date.swift | 2 +- .../InContextTests/Extensions/Document.swift | 2 +- Tests/InContextTests/Extensions/Status.swift | 2 +- Tests/InContextTests/Extensions/Store.swift | 2 +- .../InContextTests/Extensions/Utilities.swift | 2 +- Tests/InContextTests/Extensions/XCTest.swift | 2 +- .../Tests/BasenameDetailsTests.swift | 2 +- .../Tests/ConcurrentBoxTests.swift | 2 +- .../Tests/FrontmatterTests.swift | 2 +- Tests/InContextTests/Tests/HandlerTests.swift | 2 +- .../Tests/ImageImporterTests.swift | 2 +- .../Tests/MarkdownImporterTests.swift | 2 +- .../InContextTests/Tests/MarkdownTests.swift | 2 +- Tests/InContextTests/Tests/StoreTests.swift | 2 +- .../Tests/TemplateIdentifierTests.swift | 2 +- Tests/InContextTests/Tests/UtilityTests.swift | 2 +- .../Tests/VideoImporterTests.swift | 2 +- .../Utilities/ContentTestCase.swift | 2 +- .../Utilities/SourceDirectory.swift | 2 +- .../InContextTests/Utilities/TestError.swift | 2 +- docs/templates/footer.html | 2 +- 143 files changed, 162 insertions(+), 142 deletions(-) diff --git a/InContext/Helper/Extensions/LogLevel.swift b/InContext/Helper/Extensions/LogLevel.swift index 7761187..6fdbd01 100644 --- a/InContext/Helper/Extensions/LogLevel.swift +++ b/InContext/Helper/Extensions/LogLevel.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/InContext/Helper/Extensions/Publisher.swift b/InContext/Helper/Extensions/Publisher.swift index 912a72d..5b20b07 100644 --- a/InContext/Helper/Extensions/Publisher.swift +++ b/InContext/Helper/Extensions/Publisher.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/InContext/Helper/Extensions/URL.swift b/InContext/Helper/Extensions/URL.swift index 212f20c..2110c94 100644 --- a/InContext/Helper/Extensions/URL.swift +++ b/InContext/Helper/Extensions/URL.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/InContext/Helper/Geocoder.swift b/InContext/Helper/Geocoder.swift index 145677c..0c36bd6 100644 --- a/InContext/Helper/Geocoder.swift +++ b/InContext/Helper/Geocoder.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/InContext/Helper/HelperApp.swift b/InContext/Helper/HelperApp.swift index c445d98..c5dc233 100644 --- a/InContext/Helper/HelperApp.swift +++ b/InContext/Helper/HelperApp.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/InContext/Helper/HelperError.swift b/InContext/Helper/HelperError.swift index f39ee72..849f80f 100644 --- a/InContext/Helper/HelperError.swift +++ b/InContext/Helper/HelperError.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/InContext/Helper/Model/ApplicationModel.swift b/InContext/Helper/Model/ApplicationModel.swift index 610405d..dad6710 100644 --- a/InContext/Helper/Model/ApplicationModel.swift +++ b/InContext/Helper/Model/ApplicationModel.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/InContext/Helper/Model/Event.swift b/InContext/Helper/Model/Event.swift index 02026f8..0fb2dc6 100644 --- a/InContext/Helper/Model/Event.swift +++ b/InContext/Helper/Model/Event.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/InContext/Helper/Model/HelperSession.swift b/InContext/Helper/Model/HelperSession.swift index a5f481d..74c4a1f 100644 --- a/InContext/Helper/Model/HelperSession.swift +++ b/InContext/Helper/Model/HelperSession.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/InContext/Helper/Model/HelperSessionTask.swift b/InContext/Helper/Model/HelperSessionTask.swift index 93901ba..2ed3e8d 100644 --- a/InContext/Helper/Model/HelperSessionTask.swift +++ b/InContext/Helper/Model/HelperSessionTask.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/InContext/Helper/Model/HelperTracker.swift b/InContext/Helper/Model/HelperTracker.swift index 48591bc..e0e362a 100644 --- a/InContext/Helper/Model/HelperTracker.swift +++ b/InContext/Helper/Model/HelperTracker.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/InContext/Helper/Model/Settings.swift b/InContext/Helper/Model/Settings.swift index 4b4d063..9855da9 100644 --- a/InContext/Helper/Model/Settings.swift +++ b/InContext/Helper/Model/Settings.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/InContext/Helper/Model/SiteModel.swift b/InContext/Helper/Model/SiteModel.swift index 3ea5285..71b1a52 100644 --- a/InContext/Helper/Model/SiteModel.swift +++ b/InContext/Helper/Model/SiteModel.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/InContext/Helper/Views/ActionsMenu.swift b/InContext/Helper/Views/ActionsMenu.swift index 79b5412..9600a35 100644 --- a/InContext/Helper/Views/ActionsMenu.swift +++ b/InContext/Helper/Views/ActionsMenu.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/InContext/Helper/Views/FavoritesMenu.swift b/InContext/Helper/Views/FavoritesMenu.swift index 3c67a23..2c83d0a 100644 --- a/InContext/Helper/Views/FavoritesMenu.swift +++ b/InContext/Helper/Views/FavoritesMenu.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/InContext/Helper/Views/LogView.swift b/InContext/Helper/Views/LogView.swift index 121df30..5f22bc3 100644 --- a/InContext/Helper/Views/LogView.swift +++ b/InContext/Helper/Views/LogView.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/InContext/Helper/Views/LogWindow.swift b/InContext/Helper/Views/LogWindow.swift index 01e0979..26737c3 100644 --- a/InContext/Helper/Views/LogWindow.swift +++ b/InContext/Helper/Views/LogWindow.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/InContext/Helper/Views/SessionFooter.swift b/InContext/Helper/Views/SessionFooter.swift index b23340a..29654be 100644 --- a/InContext/Helper/Views/SessionFooter.swift +++ b/InContext/Helper/Views/SessionFooter.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/InContext/Helper/Views/SessionView.swift b/InContext/Helper/Views/SessionView.swift index 64c5073..d78b608 100644 --- a/InContext/Helper/Views/SessionView.swift +++ b/InContext/Helper/Views/SessionView.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/InContext/Helper/Views/SettingsMenu.swift b/InContext/Helper/Views/SettingsMenu.swift index 4c5d38b..8d72ba8 100644 --- a/InContext/Helper/Views/SettingsMenu.swift +++ b/InContext/Helper/Views/SettingsMenu.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/InContext/Helper/Views/SiteList.swift b/InContext/Helper/Views/SiteList.swift index 6a1ae7c..9c5d5ca 100644 --- a/InContext/Helper/Views/SiteList.swift +++ b/InContext/Helper/Views/SiteList.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/InContext/Helper/Views/SiteMenu.swift b/InContext/Helper/Views/SiteMenu.swift index 24cdba7..6d1fb0a 100644 --- a/InContext/Helper/Views/SiteMenu.swift +++ b/InContext/Helper/Views/SiteMenu.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/InContext/Helper/Views/TaskRow.swift b/InContext/Helper/Views/TaskRow.swift index cae2fb2..e476343 100644 --- a/InContext/Helper/Views/TaskRow.swift +++ b/InContext/Helper/Views/TaskRow.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/InContext/HelperTests/HelperTests.swift b/InContext/HelperTests/HelperTests.swift index 22d0b6e..28e8909 100644 --- a/InContext/HelperTests/HelperTests.swift +++ b/InContext/HelperTests/HelperTests.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/InContext/HelperUITests/HelperUITests.swift b/InContext/HelperUITests/HelperUITests.swift index c1b845b..5c84195 100644 --- a/InContext/HelperUITests/HelperUITests.swift +++ b/InContext/HelperUITests/HelperUITests.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/InContext/HelperUITests/HelperUITestsLaunchTests.swift b/InContext/HelperUITests/HelperUITestsLaunchTests.swift index 0e50b83..57199e4 100644 --- a/InContext/HelperUITests/HelperUITestsLaunchTests.swift +++ b/InContext/HelperUITests/HelperUITestsLaunchTests.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/InContext/InContext/Commands/Build.swift b/InContext/InContext/Commands/Build.swift index 43cac9c..198fe12 100644 --- a/InContext/InContext/Commands/Build.swift +++ b/InContext/InContext/Commands/Build.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/InContext/InContext/Commands/Clean.swift b/InContext/InContext/Commands/Clean.swift index b14a0c4..e3b8d3f 100644 --- a/InContext/InContext/Commands/Clean.swift +++ b/InContext/InContext/Commands/Clean.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/InContext/InContext/Commands/Command.swift b/InContext/InContext/Commands/Command.swift index bead7e5..04a5010 100644 --- a/InContext/InContext/Commands/Command.swift +++ b/InContext/InContext/Commands/Command.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/InContext/InContext/Commands/Options.swift b/InContext/InContext/Commands/Options.swift index 918eb79..e74d6dc 100644 --- a/InContext/InContext/Commands/Options.swift +++ b/InContext/InContext/Commands/Options.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/InContext/InContext/Commands/Run.swift b/InContext/InContext/Commands/Run.swift index 8cb71c8..0297dd9 100644 --- a/InContext/InContext/Commands/Run.swift +++ b/InContext/InContext/Commands/Run.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/InContext/InContext/Commands/Serve.swift b/InContext/InContext/Commands/Serve.swift index e21388b..5d8ab96 100644 --- a/InContext/InContext/Commands/Serve.swift +++ b/InContext/InContext/Commands/Serve.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/InContext/InContext/Info.plist b/InContext/InContext/Info.plist index 9be5a08..adc45d3 100644 --- a/InContext/InContext/Info.plist +++ b/InContext/InContext/Info.plist @@ -13,6 +13,6 @@ LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSHumanReadableCopyright - Copyright © 2016-2023 Jason Morley + Copyright © 2016-2016-2024 Jason Morley diff --git a/InContext/InContext/Model/LoggingSession.swift b/InContext/InContext/Model/LoggingSession.swift index 400de32..63f403a 100644 --- a/InContext/InContext/Model/LoggingSession.swift +++ b/InContext/InContext/Model/LoggingSession.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/InContext/InContext/Model/LoggingTask.swift b/InContext/InContext/Model/LoggingTask.swift index d73adfb..b5a6325 100644 --- a/InContext/InContext/Model/LoggingTask.swift +++ b/InContext/InContext/Model/LoggingTask.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/InContext/InContext/Model/LoggingTracker.swift b/InContext/InContext/Model/LoggingTracker.swift index 4f724dd..70190c5 100644 --- a/InContext/InContext/Model/LoggingTracker.swift +++ b/InContext/InContext/Model/LoggingTracker.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/LICENSE b/LICENSE index db2af51..fd46505 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Jason Morley +Copyright (c) 2016-2024 Jason Morley Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Makefile b/Makefile index 1a04a86..5f8e093 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Jason Morley +# Copyright (c) 2016-2024 Jason Morley # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/Scripts/bootstrap.sh b/Scripts/bootstrap.sh index 919f544..ae1eda0 100755 --- a/Scripts/bootstrap.sh +++ b/Scripts/bootstrap.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Jason Morley +# Copyright (c) 2016-2024 Jason Morley # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/Scripts/build.sh b/Scripts/build.sh index ec85097..2414b47 100755 --- a/Scripts/build.sh +++ b/Scripts/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Jason Morley +# Copyright (c) 2016-2024 Jason Morley # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/Scripts/gh-release.sh b/Scripts/gh-release.sh index 82166ec..29a9bcc 100755 --- a/Scripts/gh-release.sh +++ b/Scripts/gh-release.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2021 InSeven Limited +# Copyright (c) 2016-2024 Jason Morley # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/Scripts/run.sh b/Scripts/run.sh index 5ce6a4f..a11c45e 100755 --- a/Scripts/run.sh +++ b/Scripts/run.sh @@ -1,5 +1,25 @@ #!/bin/bash +# Copyright (c) 2016-2024 Jason Morley +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + set -e set -o pipefail set -u diff --git a/Sources/InContextCore/ActionRunner.swift b/Sources/InContextCore/ActionRunner.swift index 054588f..efa7060 100644 --- a/Sources/InContextCore/ActionRunner.swift +++ b/Sources/InContextCore/ActionRunner.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/AnyHandler.swift b/Sources/InContextCore/AnyHandler.swift index 19934c3..d43913a 100644 --- a/Sources/InContextCore/AnyHandler.swift +++ b/Sources/InContextCore/AnyHandler.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Asset.swift b/Sources/InContextCore/Asset.swift index e828917..bc59ac9 100644 --- a/Sources/InContextCore/Asset.swift +++ b/Sources/InContextCore/Asset.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Builder.swift b/Sources/InContextCore/Builder.swift index fdee5e9..e39d061 100644 --- a/Sources/InContextCore/Builder.swift +++ b/Sources/InContextCore/Builder.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Contexts/DocumentContext.swift b/Sources/InContextCore/Contexts/DocumentContext.swift index ce94fcd..25b7c51 100644 --- a/Sources/InContextCore/Contexts/DocumentContext.swift +++ b/Sources/InContextCore/Contexts/DocumentContext.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Document.swift b/Sources/InContextCore/Document.swift index 4504d56..9aeca33 100644 --- a/Sources/InContextCore/Document.swift +++ b/Sources/InContextCore/Document.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/EvaluationContext.swift b/Sources/InContextCore/EvaluationContext.swift index dec9b9e..7bf9a53 100644 --- a/Sources/InContextCore/EvaluationContext.swift +++ b/Sources/InContextCore/EvaluationContext.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Extensions/Array.swift b/Sources/InContextCore/Extensions/Array.swift index b1f3d67..da430d8 100644 --- a/Sources/InContextCore/Extensions/Array.swift +++ b/Sources/InContextCore/Extensions/Array.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Extensions/Bool.swift b/Sources/InContextCore/Extensions/Bool.swift index 6f1e2b5..3760efc 100644 --- a/Sources/InContextCore/Extensions/Bool.swift +++ b/Sources/InContextCore/Extensions/Bool.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Extensions/Date.swift b/Sources/InContextCore/Extensions/Date.swift index d180713..32f75bb 100644 --- a/Sources/InContextCore/Extensions/Date.swift +++ b/Sources/InContextCore/Extensions/Date.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Extensions/Dictionary.swift b/Sources/InContextCore/Extensions/Dictionary.swift index 3342610..605ba39 100644 --- a/Sources/InContextCore/Extensions/Dictionary.swift +++ b/Sources/InContextCore/Extensions/Dictionary.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Extensions/Double.swift b/Sources/InContextCore/Extensions/Double.swift index a162f81..a606990 100644 --- a/Sources/InContextCore/Extensions/Double.swift +++ b/Sources/InContextCore/Extensions/Double.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Extensions/FileManager.swift b/Sources/InContextCore/Extensions/FileManager.swift index 7cba964..0825acb 100644 --- a/Sources/InContextCore/Extensions/FileManager.swift +++ b/Sources/InContextCore/Extensions/FileManager.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Extensions/Float.swift b/Sources/InContextCore/Extensions/Float.swift index 833ba96..036e5cb 100644 --- a/Sources/InContextCore/Extensions/Float.swift +++ b/Sources/InContextCore/Extensions/Float.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Extensions/Int.swift b/Sources/InContextCore/Extensions/Int.swift index 14bcb6d..2195df1 100644 --- a/Sources/InContextCore/Extensions/Int.swift +++ b/Sources/InContextCore/Extensions/Int.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Extensions/KeyedDecodingContainer.swift b/Sources/InContextCore/Extensions/KeyedDecodingContainer.swift index 2e32f12..5604bd7 100644 --- a/Sources/InContextCore/Extensions/KeyedDecodingContainer.swift +++ b/Sources/InContextCore/Extensions/KeyedDecodingContainer.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Extensions/String.swift b/Sources/InContextCore/Extensions/String.swift index 669bcc6..641fd7a 100644 --- a/Sources/InContextCore/Extensions/String.swift +++ b/Sources/InContextCore/Extensions/String.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Extensions/StringProtocol.swift b/Sources/InContextCore/Extensions/StringProtocol.swift index 6b70d8f..e15e4f2 100644 --- a/Sources/InContextCore/Extensions/StringProtocol.swift +++ b/Sources/InContextCore/Extensions/StringProtocol.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Extensions/Task.swift b/Sources/InContextCore/Extensions/Task.swift index b614d40..2472cb4 100644 --- a/Sources/InContextCore/Extensions/Task.swift +++ b/Sources/InContextCore/Extensions/Task.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Extensions/URL.swift b/Sources/InContextCore/Extensions/URL.swift index ab583f5..2b5a6ce 100644 --- a/Sources/InContextCore/Extensions/URL.swift +++ b/Sources/InContextCore/Extensions/URL.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Extensions/UTType.swift b/Sources/InContextCore/Extensions/UTType.swift index 56b7a7f..24d011f 100644 --- a/Sources/InContextCore/Extensions/UTType.swift +++ b/Sources/InContextCore/Extensions/UTType.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Extensions/UnkeyedDecodingContainer.swift b/Sources/InContextCore/Extensions/UnkeyedDecodingContainer.swift index d3d200c..d9241b6 100644 --- a/Sources/InContextCore/Extensions/UnkeyedDecodingContainer.swift +++ b/Sources/InContextCore/Extensions/UnkeyedDecodingContainer.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Extensions/UnknownCodingKeys.swift b/Sources/InContextCore/Extensions/UnknownCodingKeys.swift index c4c2cf0..8940ffa 100644 --- a/Sources/InContextCore/Extensions/UnknownCodingKeys.swift +++ b/Sources/InContextCore/Extensions/UnknownCodingKeys.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Extensions/Yaml.swift b/Sources/InContextCore/Extensions/Yaml.swift index c258ccf..0add439 100644 --- a/Sources/InContextCore/Extensions/Yaml.swift +++ b/Sources/InContextCore/Extensions/Yaml.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/File.swift b/Sources/InContextCore/File.swift index 49b8e65..267d4ec 100644 --- a/Sources/InContextCore/File.swift +++ b/Sources/InContextCore/File.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Formatters.swift b/Sources/InContextCore/Formatters.swift index b373348..ed92496 100644 --- a/Sources/InContextCore/Formatters.swift +++ b/Sources/InContextCore/Formatters.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/FrontmatterDocument.swift b/Sources/InContextCore/FrontmatterDocument.swift index 20a7139..55cd68c 100644 --- a/Sources/InContextCore/FrontmatterDocument.swift +++ b/Sources/InContextCore/FrontmatterDocument.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Handler.swift b/Sources/InContextCore/Handler.swift index 6726f04..ce96956 100644 --- a/Sources/InContextCore/Handler.swift +++ b/Sources/InContextCore/Handler.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/ImageTransform.swift b/Sources/InContextCore/ImageTransform.swift index c5b579a..7658cfd 100644 --- a/Sources/InContextCore/ImageTransform.swift +++ b/Sources/InContextCore/ImageTransform.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Importers/CopyImporter.swift b/Sources/InContextCore/Importers/CopyImporter.swift index 6c992da..f1a715f 100644 --- a/Sources/InContextCore/Importers/CopyImporter.swift +++ b/Sources/InContextCore/Importers/CopyImporter.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Importers/EmptySettings.swift b/Sources/InContextCore/Importers/EmptySettings.swift index 1031584..105881a 100644 --- a/Sources/InContextCore/Importers/EmptySettings.swift +++ b/Sources/InContextCore/Importers/EmptySettings.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Importers/IgnoreImporter.swift b/Sources/InContextCore/Importers/IgnoreImporter.swift index 8dc7a1c..bf1b393 100644 --- a/Sources/InContextCore/Importers/IgnoreImporter.swift +++ b/Sources/InContextCore/Importers/IgnoreImporter.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Importers/ImageImporter.swift b/Sources/InContextCore/Importers/ImageImporter.swift index 9a6e196..ed81729 100644 --- a/Sources/InContextCore/Importers/ImageImporter.swift +++ b/Sources/InContextCore/Importers/ImageImporter.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Importers/Importer.swift b/Sources/InContextCore/Importers/Importer.swift index 57ef97a..556575c 100644 --- a/Sources/InContextCore/Importers/Importer.swift +++ b/Sources/InContextCore/Importers/Importer.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Importers/MarkdownImporter.swift b/Sources/InContextCore/Importers/MarkdownImporter.swift index 5530958..c767894 100644 --- a/Sources/InContextCore/Importers/MarkdownImporter.swift +++ b/Sources/InContextCore/Importers/MarkdownImporter.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Importers/VideoImporter.swift b/Sources/InContextCore/Importers/VideoImporter.swift index 2288931..415f8a3 100644 --- a/Sources/InContextCore/Importers/VideoImporter.swift +++ b/Sources/InContextCore/Importers/VideoImporter.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/InContextError.swift b/Sources/InContextCore/InContextError.swift index 72f8d8b..15aea0b 100644 --- a/Sources/InContextCore/InContextError.swift +++ b/Sources/InContextCore/InContextError.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Metadata.swift b/Sources/InContextCore/Metadata.swift index ed82049..907cb86 100644 --- a/Sources/InContextCore/Metadata.swift +++ b/Sources/InContextCore/Metadata.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Protocols/Finishable.swift b/Sources/InContextCore/Protocols/Finishable.swift index 693d0f3..e8585d9 100644 --- a/Sources/InContextCore/Protocols/Finishable.swift +++ b/Sources/InContextCore/Protocols/Finishable.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Protocols/Logger.swift b/Sources/InContextCore/Protocols/Logger.swift index 7b83e8b..d717141 100644 --- a/Sources/InContextCore/Protocols/Logger.swift +++ b/Sources/InContextCore/Protocols/Logger.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Protocols/Session.swift b/Sources/InContextCore/Protocols/Session.swift index 56e358c..616eecc 100644 --- a/Sources/InContextCore/Protocols/Session.swift +++ b/Sources/InContextCore/Protocols/Session.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Protocols/SessionTask.swift b/Sources/InContextCore/Protocols/SessionTask.swift index 43c5f80..3eb0c2c 100644 --- a/Sources/InContextCore/Protocols/SessionTask.swift +++ b/Sources/InContextCore/Protocols/SessionTask.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Protocols/Tracker.swift b/Sources/InContextCore/Protocols/Tracker.swift index 40dc073..dca52b7 100644 --- a/Sources/InContextCore/Protocols/Tracker.swift +++ b/Sources/InContextCore/Protocols/Tracker.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/QueryStatus.swift b/Sources/InContextCore/QueryStatus.swift index b0170d1..8d0f980 100644 --- a/Sources/InContextCore/QueryStatus.swift +++ b/Sources/InContextCore/QueryStatus.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/RenderStatus.swift b/Sources/InContextCore/RenderStatus.swift index 991f86b..13a3dc6 100644 --- a/Sources/InContextCore/RenderStatus.swift +++ b/Sources/InContextCore/RenderStatus.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/RenderTracker.swift b/Sources/InContextCore/RenderTracker.swift index 51cdf22..4e5212e 100644 --- a/Sources/InContextCore/RenderTracker.swift +++ b/Sources/InContextCore/RenderTracker.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Renderers/RenderManager.swift b/Sources/InContextCore/Renderers/RenderManager.swift index 19bc0e5..2784e0b 100644 --- a/Sources/InContextCore/Renderers/RenderManager.swift +++ b/Sources/InContextCore/Renderers/RenderManager.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Renderers/RenderResult.swift b/Sources/InContextCore/Renderers/RenderResult.swift index 885fe82..24ea628 100644 --- a/Sources/InContextCore/Renderers/RenderResult.swift +++ b/Sources/InContextCore/Renderers/RenderResult.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Renderers/RendererInstance.swift b/Sources/InContextCore/Renderers/RendererInstance.swift index 66d4e67..53eb046 100644 --- a/Sources/InContextCore/Renderers/RendererInstance.swift +++ b/Sources/InContextCore/Renderers/RendererInstance.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Renderers/TiltRenderer.swift b/Sources/InContextCore/Renderers/TiltRenderer.swift index e45fd3b..fa32e7d 100644 --- a/Sources/InContextCore/Renderers/TiltRenderer.swift +++ b/Sources/InContextCore/Renderers/TiltRenderer.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Server.swift b/Sources/InContextCore/Server.swift index f12c6ec..b869622 100644 --- a/Sources/InContextCore/Server.swift +++ b/Sources/InContextCore/Server.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Settings.swift b/Sources/InContextCore/Settings.swift index 17ca1b8..17b33a5 100644 --- a/Sources/InContextCore/Settings.swift +++ b/Sources/InContextCore/Settings.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Site.swift b/Sources/InContextCore/Site.swift index 916bbb3..2c6c7ec 100644 --- a/Sources/InContextCore/Site.swift +++ b/Sources/InContextCore/Site.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Status.swift b/Sources/InContextCore/Status.swift index b061ea1..39620ed 100644 --- a/Sources/InContextCore/Status.swift +++ b/Sources/InContextCore/Status.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Store/QueryDescription.swift b/Sources/InContextCore/Store/QueryDescription.swift index 6533e26..4300134 100644 --- a/Sources/InContextCore/Store/QueryDescription.swift +++ b/Sources/InContextCore/Store/QueryDescription.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Store/Store.swift b/Sources/InContextCore/Store/Store.swift index a2db4cd..244caa6 100644 --- a/Sources/InContextCore/Store/Store.swift +++ b/Sources/InContextCore/Store/Store.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/TemplateCache.swift b/Sources/InContextCore/TemplateCache.swift index 3545b75..75f7378 100644 --- a/Sources/InContextCore/TemplateCache.swift +++ b/Sources/InContextCore/TemplateCache.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/TemplateDetails.swift b/Sources/InContextCore/TemplateDetails.swift index 648e40e..8eb9474 100644 --- a/Sources/InContextCore/TemplateDetails.swift +++ b/Sources/InContextCore/TemplateDetails.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/TemplateIdentifier.swift b/Sources/InContextCore/TemplateIdentifier.swift index 7996289..336a147 100644 --- a/Sources/InContextCore/TemplateIdentifier.swift +++ b/Sources/InContextCore/TemplateIdentifier.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/TemplateRenderStatus.swift b/Sources/InContextCore/TemplateRenderStatus.swift index 6257400..12bc447 100644 --- a/Sources/InContextCore/TemplateRenderStatus.swift +++ b/Sources/InContextCore/TemplateRenderStatus.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Transforms/ImageDocumentTransform.swift b/Sources/InContextCore/Transforms/ImageDocumentTransform.swift index 3c40542..872be4e 100644 --- a/Sources/InContextCore/Transforms/ImageDocumentTransform.swift +++ b/Sources/InContextCore/Transforms/ImageDocumentTransform.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Transforms/RelativeSourceTransform.swift b/Sources/InContextCore/Transforms/RelativeSourceTransform.swift index 4e34f1f..981193e 100644 --- a/Sources/InContextCore/Transforms/RelativeSourceTransform.swift +++ b/Sources/InContextCore/Transforms/RelativeSourceTransform.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Transforms/Transformer.swift b/Sources/InContextCore/Transforms/Transformer.swift index b8386bd..ebb2254 100644 --- a/Sources/InContextCore/Transforms/Transformer.swift +++ b/Sources/InContextCore/Transforms/Transformer.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Utilities/ArgumentProvider.swift b/Sources/InContextCore/Utilities/ArgumentProvider.swift index 3917554..6cf5085 100644 --- a/Sources/InContextCore/Utilities/ArgumentProvider.swift +++ b/Sources/InContextCore/Utilities/ArgumentProvider.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Utilities/BasenameDetails.swift b/Sources/InContextCore/Utilities/BasenameDetails.swift index 78f2fdb..6f989a6 100644 --- a/Sources/InContextCore/Utilities/BasenameDetails.swift +++ b/Sources/InContextCore/Utilities/BasenameDetails.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Utilities/Cache.swift b/Sources/InContextCore/Utilities/Cache.swift index 9fe55be..8970033 100644 --- a/Sources/InContextCore/Utilities/Cache.swift +++ b/Sources/InContextCore/Utilities/Cache.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Utilities/Callable.swift b/Sources/InContextCore/Utilities/Callable.swift index 4b667b7..5aeaf8c 100644 --- a/Sources/InContextCore/Utilities/Callable.swift +++ b/Sources/InContextCore/Utilities/Callable.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Utilities/CallablesBuilder.swift b/Sources/InContextCore/Utilities/CallablesBuilder.swift index c1494c8..03e9c0a 100644 --- a/Sources/InContextCore/Utilities/CallablesBuilder.swift +++ b/Sources/InContextCore/Utilities/CallablesBuilder.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Utilities/Candidates.swift b/Sources/InContextCore/Utilities/Candidates.swift index 4a475d8..039e740 100644 --- a/Sources/InContextCore/Utilities/Candidates.swift +++ b/Sources/InContextCore/Utilities/Candidates.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Utilities/ChangeObserver.swift b/Sources/InContextCore/Utilities/ChangeObserver.swift index 6d5c6fb..c06883b 100644 --- a/Sources/InContextCore/Utilities/ChangeObserver.swift +++ b/Sources/InContextCore/Utilities/ChangeObserver.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Utilities/ConcurrentBox.swift b/Sources/InContextCore/Utilities/ConcurrentBox.swift index 6ec30bb..64ea0c2 100644 --- a/Sources/InContextCore/Utilities/ConcurrentBox.swift +++ b/Sources/InContextCore/Utilities/ConcurrentBox.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Utilities/EXIF.swift b/Sources/InContextCore/Utilities/EXIF.swift index 1b8979e..9a003c7 100644 --- a/Sources/InContextCore/Utilities/EXIF.swift +++ b/Sources/InContextCore/Utilities/EXIF.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Utilities/Fingerprint.swift b/Sources/InContextCore/Utilities/Fingerprint.swift index a1a8590..212092e 100644 --- a/Sources/InContextCore/Utilities/Fingerprint.swift +++ b/Sources/InContextCore/Utilities/Fingerprint.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Utilities/Fingerprintable.swift b/Sources/InContextCore/Utilities/Fingerprintable.swift index db848b3..f96fbbd 100644 --- a/Sources/InContextCore/Utilities/Fingerprintable.swift +++ b/Sources/InContextCore/Utilities/Fingerprintable.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Utilities/Function.swift b/Sources/InContextCore/Utilities/Function.swift index 4a92e74..9f3ddf9 100644 --- a/Sources/InContextCore/Utilities/Function.swift +++ b/Sources/InContextCore/Utilities/Function.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Utilities/Hoedown.swift b/Sources/InContextCore/Utilities/Hoedown.swift index e0f7758..7a032ec 100644 --- a/Sources/InContextCore/Utilities/Hoedown.swift +++ b/Sources/InContextCore/Utilities/Hoedown.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Utilities/ParentIterator.swift b/Sources/InContextCore/Utilities/ParentIterator.swift index 1b39c61..0562571 100644 --- a/Sources/InContextCore/Utilities/ParentIterator.swift +++ b/Sources/InContextCore/Utilities/ParentIterator.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Utilities/Size.swift b/Sources/InContextCore/Utilities/Size.swift index f39d98a..b9eceb1 100644 --- a/Sources/InContextCore/Utilities/Size.swift +++ b/Sources/InContextCore/Utilities/Size.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/InContextCore/Utilities/TaskRunner.swift b/Sources/InContextCore/Utilities/TaskRunner.swift index 6ae78f9..7a1414e 100644 --- a/Sources/InContextCore/Utilities/TaskRunner.swift +++ b/Sources/InContextCore/Utilities/TaskRunner.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/InContextTests/Extensions/Bundle.swift b/Tests/InContextTests/Extensions/Bundle.swift index a1f0957..c4cdedb 100644 --- a/Tests/InContextTests/Extensions/Bundle.swift +++ b/Tests/InContextTests/Extensions/Bundle.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/InContextTests/Extensions/Date.swift b/Tests/InContextTests/Extensions/Date.swift index 10f3e2e..d9fcd74 100644 --- a/Tests/InContextTests/Extensions/Date.swift +++ b/Tests/InContextTests/Extensions/Date.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/InContextTests/Extensions/Document.swift b/Tests/InContextTests/Extensions/Document.swift index ad1e3c8..73730aa 100644 --- a/Tests/InContextTests/Extensions/Document.swift +++ b/Tests/InContextTests/Extensions/Document.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/InContextTests/Extensions/Status.swift b/Tests/InContextTests/Extensions/Status.swift index 769991b..bf65c13 100644 --- a/Tests/InContextTests/Extensions/Status.swift +++ b/Tests/InContextTests/Extensions/Status.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/InContextTests/Extensions/Store.swift b/Tests/InContextTests/Extensions/Store.swift index 093d8ba..1f8e262 100644 --- a/Tests/InContextTests/Extensions/Store.swift +++ b/Tests/InContextTests/Extensions/Store.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/InContextTests/Extensions/Utilities.swift b/Tests/InContextTests/Extensions/Utilities.swift index 8ec89c4..d0d82d9 100644 --- a/Tests/InContextTests/Extensions/Utilities.swift +++ b/Tests/InContextTests/Extensions/Utilities.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/InContextTests/Extensions/XCTest.swift b/Tests/InContextTests/Extensions/XCTest.swift index 30fc07a..28e64c8 100644 --- a/Tests/InContextTests/Extensions/XCTest.swift +++ b/Tests/InContextTests/Extensions/XCTest.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/InContextTests/Tests/BasenameDetailsTests.swift b/Tests/InContextTests/Tests/BasenameDetailsTests.swift index d93c43d..855dbfd 100644 --- a/Tests/InContextTests/Tests/BasenameDetailsTests.swift +++ b/Tests/InContextTests/Tests/BasenameDetailsTests.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/InContextTests/Tests/ConcurrentBoxTests.swift b/Tests/InContextTests/Tests/ConcurrentBoxTests.swift index 96510f9..89ce146 100644 --- a/Tests/InContextTests/Tests/ConcurrentBoxTests.swift +++ b/Tests/InContextTests/Tests/ConcurrentBoxTests.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/InContextTests/Tests/FrontmatterTests.swift b/Tests/InContextTests/Tests/FrontmatterTests.swift index 38678de..bd311fb 100644 --- a/Tests/InContextTests/Tests/FrontmatterTests.swift +++ b/Tests/InContextTests/Tests/FrontmatterTests.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/InContextTests/Tests/HandlerTests.swift b/Tests/InContextTests/Tests/HandlerTests.swift index 742180a..77ca8a9 100644 --- a/Tests/InContextTests/Tests/HandlerTests.swift +++ b/Tests/InContextTests/Tests/HandlerTests.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/InContextTests/Tests/ImageImporterTests.swift b/Tests/InContextTests/Tests/ImageImporterTests.swift index e52374d..dc484de 100644 --- a/Tests/InContextTests/Tests/ImageImporterTests.swift +++ b/Tests/InContextTests/Tests/ImageImporterTests.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/InContextTests/Tests/MarkdownImporterTests.swift b/Tests/InContextTests/Tests/MarkdownImporterTests.swift index 6b0265b..8f502f9 100644 --- a/Tests/InContextTests/Tests/MarkdownImporterTests.swift +++ b/Tests/InContextTests/Tests/MarkdownImporterTests.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/InContextTests/Tests/MarkdownTests.swift b/Tests/InContextTests/Tests/MarkdownTests.swift index e79c4b5..c7937a2 100644 --- a/Tests/InContextTests/Tests/MarkdownTests.swift +++ b/Tests/InContextTests/Tests/MarkdownTests.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/InContextTests/Tests/StoreTests.swift b/Tests/InContextTests/Tests/StoreTests.swift index c50d80b..f7e4255 100644 --- a/Tests/InContextTests/Tests/StoreTests.swift +++ b/Tests/InContextTests/Tests/StoreTests.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/InContextTests/Tests/TemplateIdentifierTests.swift b/Tests/InContextTests/Tests/TemplateIdentifierTests.swift index ac87b06..1a22b38 100644 --- a/Tests/InContextTests/Tests/TemplateIdentifierTests.swift +++ b/Tests/InContextTests/Tests/TemplateIdentifierTests.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/InContextTests/Tests/UtilityTests.swift b/Tests/InContextTests/Tests/UtilityTests.swift index 15f0814..555929f 100644 --- a/Tests/InContextTests/Tests/UtilityTests.swift +++ b/Tests/InContextTests/Tests/UtilityTests.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/InContextTests/Tests/VideoImporterTests.swift b/Tests/InContextTests/Tests/VideoImporterTests.swift index 803b099..3a78c06 100644 --- a/Tests/InContextTests/Tests/VideoImporterTests.swift +++ b/Tests/InContextTests/Tests/VideoImporterTests.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/InContextTests/Utilities/ContentTestCase.swift b/Tests/InContextTests/Utilities/ContentTestCase.swift index ed57f71..59305ef 100644 --- a/Tests/InContextTests/Utilities/ContentTestCase.swift +++ b/Tests/InContextTests/Utilities/ContentTestCase.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/InContextTests/Utilities/SourceDirectory.swift b/Tests/InContextTests/Utilities/SourceDirectory.swift index 0f96ae8..8d98b55 100644 --- a/Tests/InContextTests/Utilities/SourceDirectory.swift +++ b/Tests/InContextTests/Utilities/SourceDirectory.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/InContextTests/Utilities/TestError.swift b/Tests/InContextTests/Utilities/TestError.swift index 94314fa..eec9315 100644 --- a/Tests/InContextTests/Utilities/TestError.swift +++ b/Tests/InContextTests/Utilities/TestError.swift @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Jason Morley +// Copyright (c) 2016-2024 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/docs/templates/footer.html b/docs/templates/footer.html index 3384aec..fb2b444 100644 --- a/docs/templates/footer.html +++ b/docs/templates/footer.html @@ -1,5 +1,5 @@