From b2e28ffcfa1b2f052b63e3347fe61667b7301fe2 Mon Sep 17 00:00:00 2001 From: Jason Morley Date: Fri, 7 Feb 2025 11:09:17 -1000 Subject: [PATCH] docs: Update copyright to 2025 (#414) --- Builds/BuildsApp.swift | 2 +- Builds/Commands/AccountCommands.swift | 2 +- Builds/Commands/LifecycleCommands.swift | 2 +- Builds/Commands/SummaryCommands.swift | 2 +- Builds/Commands/WorkflowCommands.swift | 2 +- Builds/Environment/PresentURL.swift | 2 +- Builds/Environment/PresentURLAction.swift | 2 +- Builds/Extensions/Calendar.swift | 2 +- Builds/Extensions/Collection.swift | 2 +- Builds/Extensions/Date.swift | 2 +- Builds/Extensions/EdgeInsets.swift | 2 +- Builds/Extensions/TimeInterval.swift | 2 +- Builds/Licenses/builds-license | 2 +- Builds/Models/Action.swift | 2 +- Builds/Models/AppDelegate.swift | 2 +- Builds/Models/ApplicationModel.swift | 2 +- Builds/Models/Confirmable.swift | 2 +- Builds/Models/ConfirmableAction.swift | 2 +- Builds/Models/Confirmation.swift | 2 +- Builds/Models/FocusedSceneModel.swift | 2 +- Builds/Models/Legal.swift | 4 ++-- Builds/Models/OpenContext.swift | 2 +- Builds/Models/RefreshScheduler.swift | 2 +- Builds/Models/SceneModel.swift | 2 +- Builds/Models/WorkflowInspectorModel.swift | 2 +- Builds/Models/WorkflowsModel.swift | 2 +- Builds/Modifiers/Dismissable.swift | 2 +- Builds/Modifiers/HandlesAuthentication.swift | 2 +- Builds/Modifiers/PresentsConfirmable.swift | 2 +- Builds/Modifiers/PresentsURL.swift | 2 +- Builds/Modifiers/RequestsHigherFrequencyUpdates.swift | 2 +- Builds/Modifiers/Rotates.swift | 2 +- Builds/Scenes/InfoWindow.swift | 2 +- Builds/Scenes/MainWindow.swift | 2 +- Builds/Scenes/SingleWindow.swift | 2 +- Builds/Scenes/WorkflowsWindow.swift | 2 +- Builds/Styles/MenuButtonStyle.swift | 2 +- Builds/View Controller/SummaryPanelViewController.swift | 2 +- Builds/Views/AnnotationList.swift | 2 +- Builds/Views/BranchPickerSheet.swift | 2 +- Builds/Views/DetailsPopover.swift | 2 +- Builds/Views/DurationView.swift | 2 +- Builds/Views/InfoSheet.swift | 2 +- Builds/Views/InfoView.swift | 2 +- Builds/Views/MainContentView.swift | 2 +- Builds/Views/PhoneSettingsView.swift | 2 +- Builds/Views/PopoverButton.swift | 2 +- Builds/Views/ProgressSpinner.swift | 2 +- Builds/Views/SVGImage.swift | 2 +- Builds/Views/SafariWebView.swift | 2 +- Builds/Views/SheetReader.swift | 2 +- Builds/Views/Sidebar.swift | 2 +- Builds/Views/StatusButton.swift | 2 +- Builds/Views/StatusImage.swift | 2 +- Builds/Views/WorkflowInstanceCell.swift | 2 +- Builds/Views/WorkflowJobsList.swift | 2 +- Builds/Views/WorkflowMenu.swift | 2 +- Builds/Views/WorkflowsContentView.swift | 2 +- Builds/Views/WorkflowsDetailView.swift | 2 +- Builds/Views/WorkflowsPicker.swift | 2 +- Builds/Views/WorkflowsPickerModel.swift | 2 +- Builds/Views/WorkflowsSection.swift | 2 +- Builds/Views/WorkflowsView.swift | 2 +- Builds/Windows/SummaryPanel.swift | 2 +- BuildsCore/Sources/BuildsCore/Extensions/String.swift | 2 +- .../Sources/BuildsCore/Extensions/TimelineReloadPolicy.swift | 2 +- BuildsCore/Sources/BuildsCore/Extensions/URL.swift | 2 +- BuildsCore/Sources/BuildsCore/Models/Annotation.swift | 2 +- BuildsCore/Sources/BuildsCore/Models/BuildsError.swift | 2 +- BuildsCore/Sources/BuildsCore/Models/Configuration.swift | 2 +- BuildsCore/Sources/BuildsCore/Models/HTTPStatusCode.swift | 2 +- .../Sources/BuildsCore/Models/HTTPURLResponseError.swift | 2 +- BuildsCore/Sources/BuildsCore/Models/Job.swift | 2 +- BuildsCore/Sources/BuildsCore/Models/OperationState.swift | 2 +- BuildsCore/Sources/BuildsCore/Models/RepositoryDetails.swift | 2 +- BuildsCore/Sources/BuildsCore/Models/SceneSettings.swift | 2 +- BuildsCore/Sources/BuildsCore/Models/SectionIdentifier.swift | 2 +- BuildsCore/Sources/BuildsCore/Models/Settings.swift | 2 +- BuildsCore/Sources/BuildsCore/Models/Summary.swift | 2 +- BuildsCore/Sources/BuildsCore/Models/WorkflowIdentifier.swift | 2 +- BuildsCore/Sources/BuildsCore/Models/WorkflowInstance.swift | 2 +- BuildsCore/Sources/BuildsCore/Models/WorkflowResult.swift | 2 +- BuildsCore/Sources/BuildsCore/Modifiers/Redacted.swift | 2 +- BuildsCore/Sources/BuildsCore/Service/GitHub.swift | 2 +- BuildsCore/Sources/BuildsCore/Service/GitHubClient.swift | 2 +- .../BuildsCore/Widgets/AllWorkflowsTimelineEntry.swift | 2 +- .../BuildsCore/Widgets/AllWorkflowsTimelineProvider.swift | 2 +- .../Sources/BuildsCore/Widgets/AllWorkflowsWidget.swift | 2 +- .../BuildsCore/Widgets/AllWorkflowsWidgetEntryView.swift | 2 +- BuildsPreviewHost/BuildsPreviewHostApp.swift | 2 +- BuildsPreviewHost/ContentView.swift | 2 +- BuildsPreviewHostWidget/BuildsPreviewHostWidgetBundle.swift | 2 +- BuildsPreviewHostWidget/DemoWidget.swift | 2 +- BuildsPreviewHostWidget/Previews.swift | 2 +- BuildsTests/BuildsTests.swift | 2 +- BuildsUITests/BuildsUITests.swift | 2 +- BuildsUITests/BuildsUITestsLaunchTests.swift | 2 +- BuildsWidget/BuildsWidgetBundle.swift | 2 +- BuildsWidget/Intents/ConfigurationAppIntent.swift | 2 +- BuildsWidget/Intents/WorkflowIdentifierEntity.swift | 2 +- BuildsWidget/Intents/WorkflowQuery.swift | 2 +- BuildsWidget/SingleWorkflowTimelineEntry.swift | 2 +- BuildsWidget/SingleWorkflowTimelineProvider.swift | 2 +- BuildsWidget/SingleWorkflowWidget.swift | 2 +- BuildsWidget/SingleWorkflowWidgetEntryView.swift | 2 +- BuildsWidget/Views/WidgetTimestamp.swift | 2 +- LICENSE | 2 +- docs/_includes/footer.html | 2 +- scripts/build-website.sh | 2 +- scripts/build.sh | 2 +- scripts/environment.sh | 2 +- scripts/install-dependencies.sh | 2 +- scripts/release.sh | 2 +- scripts/update-release-notes.sh | 2 +- 114 files changed, 115 insertions(+), 115 deletions(-) diff --git a/Builds/BuildsApp.swift b/Builds/BuildsApp.swift index 5ab3502..e1fcc6f 100644 --- a/Builds/BuildsApp.swift +++ b/Builds/BuildsApp.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Commands/AccountCommands.swift b/Builds/Commands/AccountCommands.swift index 9b0731d..888b3db 100644 --- a/Builds/Commands/AccountCommands.swift +++ b/Builds/Commands/AccountCommands.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Commands/LifecycleCommands.swift b/Builds/Commands/LifecycleCommands.swift index ae476dd..7ebbff4 100644 --- a/Builds/Commands/LifecycleCommands.swift +++ b/Builds/Commands/LifecycleCommands.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Commands/SummaryCommands.swift b/Builds/Commands/SummaryCommands.swift index 38efec9..8d0133c 100644 --- a/Builds/Commands/SummaryCommands.swift +++ b/Builds/Commands/SummaryCommands.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Commands/WorkflowCommands.swift b/Builds/Commands/WorkflowCommands.swift index d3ef9ea..7c99ced 100644 --- a/Builds/Commands/WorkflowCommands.swift +++ b/Builds/Commands/WorkflowCommands.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Environment/PresentURL.swift b/Builds/Environment/PresentURL.swift index 1e7ff33..2790cf2 100644 --- a/Builds/Environment/PresentURL.swift +++ b/Builds/Environment/PresentURL.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Environment/PresentURLAction.swift b/Builds/Environment/PresentURLAction.swift index 7ae1eef..afadef4 100644 --- a/Builds/Environment/PresentURLAction.swift +++ b/Builds/Environment/PresentURLAction.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Extensions/Calendar.swift b/Builds/Extensions/Calendar.swift index d615983..34adc14 100644 --- a/Builds/Extensions/Calendar.swift +++ b/Builds/Extensions/Calendar.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Extensions/Collection.swift b/Builds/Extensions/Collection.swift index 4e79a83..9923d26 100644 --- a/Builds/Extensions/Collection.swift +++ b/Builds/Extensions/Collection.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Extensions/Date.swift b/Builds/Extensions/Date.swift index 872a969..642bf44 100644 --- a/Builds/Extensions/Date.swift +++ b/Builds/Extensions/Date.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Extensions/EdgeInsets.swift b/Builds/Extensions/EdgeInsets.swift index b2cbec7..7a48dc5 100644 --- a/Builds/Extensions/EdgeInsets.swift +++ b/Builds/Extensions/EdgeInsets.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Extensions/TimeInterval.swift b/Builds/Extensions/TimeInterval.swift index b6e7668..dee7f25 100644 --- a/Builds/Extensions/TimeInterval.swift +++ b/Builds/Extensions/TimeInterval.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Licenses/builds-license b/Builds/Licenses/builds-license index 8010c3a..8f3180d 100644 --- a/Builds/Licenses/builds-license +++ b/Builds/Licenses/builds-license @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2024 Jason Morley +Copyright (c) 2021-2025 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/Builds/Models/Action.swift b/Builds/Models/Action.swift index 58d52d0..cdcd9c2 100644 --- a/Builds/Models/Action.swift +++ b/Builds/Models/Action.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Models/AppDelegate.swift b/Builds/Models/AppDelegate.swift index 6f59b2e..c0c5a84 100644 --- a/Builds/Models/AppDelegate.swift +++ b/Builds/Models/AppDelegate.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Models/ApplicationModel.swift b/Builds/Models/ApplicationModel.swift index 1f7a52e..1aa2b22 100644 --- a/Builds/Models/ApplicationModel.swift +++ b/Builds/Models/ApplicationModel.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Models/Confirmable.swift b/Builds/Models/Confirmable.swift index 4fc5f85..27bc9e0 100644 --- a/Builds/Models/Confirmable.swift +++ b/Builds/Models/Confirmable.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Models/ConfirmableAction.swift b/Builds/Models/ConfirmableAction.swift index c47c3eb..07cf04d 100644 --- a/Builds/Models/ConfirmableAction.swift +++ b/Builds/Models/ConfirmableAction.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Models/Confirmation.swift b/Builds/Models/Confirmation.swift index 5b107d5..460e76e 100644 --- a/Builds/Models/Confirmation.swift +++ b/Builds/Models/Confirmation.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Models/FocusedSceneModel.swift b/Builds/Models/FocusedSceneModel.swift index 6e39450..5ff5e79 100644 --- a/Builds/Models/FocusedSceneModel.swift +++ b/Builds/Models/FocusedSceneModel.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Models/Legal.swift b/Builds/Models/Legal.swift index 111c23f..5f76fe5 100644 --- a/Builds/Models/Legal.swift +++ b/Builds/Models/Legal.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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 @@ -27,7 +27,7 @@ import SelectableCollectionView public struct Legal { public static let contents = Contents(repository: "inseven/builds", - copyright: "Copyright © 2021-2024 Jason Morley") { + copyright: "Copyright © 2021-2025 Jason Morley") { let subject = "Builds Support (\(Bundle.main.version ?? "Unknown Version"))" Action("Website", url: URL(string: "https://builds.jbmorley.co.uk")!) Action("Privacy Policy", url: URL(string: "https://builds.jbmorley.co.uk/privacy-policy")!) diff --git a/Builds/Models/OpenContext.swift b/Builds/Models/OpenContext.swift index 219feb7..b359368 100644 --- a/Builds/Models/OpenContext.swift +++ b/Builds/Models/OpenContext.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Models/RefreshScheduler.swift b/Builds/Models/RefreshScheduler.swift index 84e7123..65ac991 100644 --- a/Builds/Models/RefreshScheduler.swift +++ b/Builds/Models/RefreshScheduler.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Models/SceneModel.swift b/Builds/Models/SceneModel.swift index 66913d1..09480fd 100644 --- a/Builds/Models/SceneModel.swift +++ b/Builds/Models/SceneModel.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Models/WorkflowInspectorModel.swift b/Builds/Models/WorkflowInspectorModel.swift index 0e034fb..d5511c3 100644 --- a/Builds/Models/WorkflowInspectorModel.swift +++ b/Builds/Models/WorkflowInspectorModel.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Models/WorkflowsModel.swift b/Builds/Models/WorkflowsModel.swift index 1744762..8852b07 100644 --- a/Builds/Models/WorkflowsModel.swift +++ b/Builds/Models/WorkflowsModel.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Modifiers/Dismissable.swift b/Builds/Modifiers/Dismissable.swift index f4c5b99..8698fd8 100644 --- a/Builds/Modifiers/Dismissable.swift +++ b/Builds/Modifiers/Dismissable.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Modifiers/HandlesAuthentication.swift b/Builds/Modifiers/HandlesAuthentication.swift index c164ae7..191b225 100644 --- a/Builds/Modifiers/HandlesAuthentication.swift +++ b/Builds/Modifiers/HandlesAuthentication.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Modifiers/PresentsConfirmable.swift b/Builds/Modifiers/PresentsConfirmable.swift index fa1db6f..09945bc 100644 --- a/Builds/Modifiers/PresentsConfirmable.swift +++ b/Builds/Modifiers/PresentsConfirmable.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Modifiers/PresentsURL.swift b/Builds/Modifiers/PresentsURL.swift index 095fd4f..c86b961 100644 --- a/Builds/Modifiers/PresentsURL.swift +++ b/Builds/Modifiers/PresentsURL.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Modifiers/RequestsHigherFrequencyUpdates.swift b/Builds/Modifiers/RequestsHigherFrequencyUpdates.swift index d75dd49..8f9965e 100644 --- a/Builds/Modifiers/RequestsHigherFrequencyUpdates.swift +++ b/Builds/Modifiers/RequestsHigherFrequencyUpdates.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Modifiers/Rotates.swift b/Builds/Modifiers/Rotates.swift index a48d41f..e7ce537 100644 --- a/Builds/Modifiers/Rotates.swift +++ b/Builds/Modifiers/Rotates.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Scenes/InfoWindow.swift b/Builds/Scenes/InfoWindow.swift index 6362c40..1ca247b 100644 --- a/Builds/Scenes/InfoWindow.swift +++ b/Builds/Scenes/InfoWindow.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Scenes/MainWindow.swift b/Builds/Scenes/MainWindow.swift index f12bdf8..7593339 100644 --- a/Builds/Scenes/MainWindow.swift +++ b/Builds/Scenes/MainWindow.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Scenes/SingleWindow.swift b/Builds/Scenes/SingleWindow.swift index 55d77fd..b5c7aff 100644 --- a/Builds/Scenes/SingleWindow.swift +++ b/Builds/Scenes/SingleWindow.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Scenes/WorkflowsWindow.swift b/Builds/Scenes/WorkflowsWindow.swift index 9fcc666..d1274c8 100644 --- a/Builds/Scenes/WorkflowsWindow.swift +++ b/Builds/Scenes/WorkflowsWindow.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Styles/MenuButtonStyle.swift b/Builds/Styles/MenuButtonStyle.swift index ef6e1da..ca03856 100644 --- a/Builds/Styles/MenuButtonStyle.swift +++ b/Builds/Styles/MenuButtonStyle.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/View Controller/SummaryPanelViewController.swift b/Builds/View Controller/SummaryPanelViewController.swift index 4fa344b..f239509 100644 --- a/Builds/View Controller/SummaryPanelViewController.swift +++ b/Builds/View Controller/SummaryPanelViewController.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Views/AnnotationList.swift b/Builds/Views/AnnotationList.swift index 8e4a511..82e3400 100644 --- a/Builds/Views/AnnotationList.swift +++ b/Builds/Views/AnnotationList.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Views/BranchPickerSheet.swift b/Builds/Views/BranchPickerSheet.swift index 6ca092f..0f5fd40 100644 --- a/Builds/Views/BranchPickerSheet.swift +++ b/Builds/Views/BranchPickerSheet.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Views/DetailsPopover.swift b/Builds/Views/DetailsPopover.swift index cabb86d..1fc3141 100644 --- a/Builds/Views/DetailsPopover.swift +++ b/Builds/Views/DetailsPopover.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Views/DurationView.swift b/Builds/Views/DurationView.swift index cd8722f..3af354b 100644 --- a/Builds/Views/DurationView.swift +++ b/Builds/Views/DurationView.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Views/InfoSheet.swift b/Builds/Views/InfoSheet.swift index a1ac85b..7c9b485 100644 --- a/Builds/Views/InfoSheet.swift +++ b/Builds/Views/InfoSheet.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Views/InfoView.swift b/Builds/Views/InfoView.swift index ff1edf5..c88c067 100644 --- a/Builds/Views/InfoView.swift +++ b/Builds/Views/InfoView.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Views/MainContentView.swift b/Builds/Views/MainContentView.swift index 5f00264..da52270 100644 --- a/Builds/Views/MainContentView.swift +++ b/Builds/Views/MainContentView.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Views/PhoneSettingsView.swift b/Builds/Views/PhoneSettingsView.swift index 1bbb138..1ad7d62 100644 --- a/Builds/Views/PhoneSettingsView.swift +++ b/Builds/Views/PhoneSettingsView.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Views/PopoverButton.swift b/Builds/Views/PopoverButton.swift index 54307bb..db4e4c9 100644 --- a/Builds/Views/PopoverButton.swift +++ b/Builds/Views/PopoverButton.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Views/ProgressSpinner.swift b/Builds/Views/ProgressSpinner.swift index 57d791a..e9e1f45 100644 --- a/Builds/Views/ProgressSpinner.swift +++ b/Builds/Views/ProgressSpinner.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Views/SVGImage.swift b/Builds/Views/SVGImage.swift index e9e3017..878977a 100644 --- a/Builds/Views/SVGImage.swift +++ b/Builds/Views/SVGImage.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Views/SafariWebView.swift b/Builds/Views/SafariWebView.swift index 0fe2f9b..a5b5e37 100644 --- a/Builds/Views/SafariWebView.swift +++ b/Builds/Views/SafariWebView.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Views/SheetReader.swift b/Builds/Views/SheetReader.swift index 73bfb7b..f9c7be3 100644 --- a/Builds/Views/SheetReader.swift +++ b/Builds/Views/SheetReader.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Views/Sidebar.swift b/Builds/Views/Sidebar.swift index 6d423e7..c32e0ad 100644 --- a/Builds/Views/Sidebar.swift +++ b/Builds/Views/Sidebar.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Views/StatusButton.swift b/Builds/Views/StatusButton.swift index 1569a8b..ca2c534 100644 --- a/Builds/Views/StatusButton.swift +++ b/Builds/Views/StatusButton.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Views/StatusImage.swift b/Builds/Views/StatusImage.swift index 06f6c17..038742d 100644 --- a/Builds/Views/StatusImage.swift +++ b/Builds/Views/StatusImage.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Views/WorkflowInstanceCell.swift b/Builds/Views/WorkflowInstanceCell.swift index 857c852..8b71b58 100644 --- a/Builds/Views/WorkflowInstanceCell.swift +++ b/Builds/Views/WorkflowInstanceCell.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Views/WorkflowJobsList.swift b/Builds/Views/WorkflowJobsList.swift index 5969c13..d97d516 100644 --- a/Builds/Views/WorkflowJobsList.swift +++ b/Builds/Views/WorkflowJobsList.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Views/WorkflowMenu.swift b/Builds/Views/WorkflowMenu.swift index 99db8e2..51cf48e 100644 --- a/Builds/Views/WorkflowMenu.swift +++ b/Builds/Views/WorkflowMenu.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Views/WorkflowsContentView.swift b/Builds/Views/WorkflowsContentView.swift index 46aab93..b161a4f 100644 --- a/Builds/Views/WorkflowsContentView.swift +++ b/Builds/Views/WorkflowsContentView.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Views/WorkflowsDetailView.swift b/Builds/Views/WorkflowsDetailView.swift index 68c50fd..eb6e810 100644 --- a/Builds/Views/WorkflowsDetailView.swift +++ b/Builds/Views/WorkflowsDetailView.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Views/WorkflowsPicker.swift b/Builds/Views/WorkflowsPicker.swift index 899ff93..a14dcc9 100644 --- a/Builds/Views/WorkflowsPicker.swift +++ b/Builds/Views/WorkflowsPicker.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Views/WorkflowsPickerModel.swift b/Builds/Views/WorkflowsPickerModel.swift index 44a1288..912c1e3 100644 --- a/Builds/Views/WorkflowsPickerModel.swift +++ b/Builds/Views/WorkflowsPickerModel.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Views/WorkflowsSection.swift b/Builds/Views/WorkflowsSection.swift index 3e59c6e..d5aa985 100644 --- a/Builds/Views/WorkflowsSection.swift +++ b/Builds/Views/WorkflowsSection.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Views/WorkflowsView.swift b/Builds/Views/WorkflowsView.swift index 0d8c31e..96669f0 100644 --- a/Builds/Views/WorkflowsView.swift +++ b/Builds/Views/WorkflowsView.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/Builds/Windows/SummaryPanel.swift b/Builds/Windows/SummaryPanel.swift index 0da5d9e..a5eb4d6 100644 --- a/Builds/Windows/SummaryPanel.swift +++ b/Builds/Windows/SummaryPanel.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsCore/Sources/BuildsCore/Extensions/String.swift b/BuildsCore/Sources/BuildsCore/Extensions/String.swift index e161325..f2ed294 100644 --- a/BuildsCore/Sources/BuildsCore/Extensions/String.swift +++ b/BuildsCore/Sources/BuildsCore/Extensions/String.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsCore/Sources/BuildsCore/Extensions/TimelineReloadPolicy.swift b/BuildsCore/Sources/BuildsCore/Extensions/TimelineReloadPolicy.swift index b99c2f6..beadc57 100644 --- a/BuildsCore/Sources/BuildsCore/Extensions/TimelineReloadPolicy.swift +++ b/BuildsCore/Sources/BuildsCore/Extensions/TimelineReloadPolicy.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsCore/Sources/BuildsCore/Extensions/URL.swift b/BuildsCore/Sources/BuildsCore/Extensions/URL.swift index 96d9710..753eb6a 100644 --- a/BuildsCore/Sources/BuildsCore/Extensions/URL.swift +++ b/BuildsCore/Sources/BuildsCore/Extensions/URL.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsCore/Sources/BuildsCore/Models/Annotation.swift b/BuildsCore/Sources/BuildsCore/Models/Annotation.swift index 80024d9..58c63b2 100644 --- a/BuildsCore/Sources/BuildsCore/Models/Annotation.swift +++ b/BuildsCore/Sources/BuildsCore/Models/Annotation.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsCore/Sources/BuildsCore/Models/BuildsError.swift b/BuildsCore/Sources/BuildsCore/Models/BuildsError.swift index 160e035..5c7cf0d 100644 --- a/BuildsCore/Sources/BuildsCore/Models/BuildsError.swift +++ b/BuildsCore/Sources/BuildsCore/Models/BuildsError.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsCore/Sources/BuildsCore/Models/Configuration.swift b/BuildsCore/Sources/BuildsCore/Models/Configuration.swift index 2e9d82c..089f4d4 100644 --- a/BuildsCore/Sources/BuildsCore/Models/Configuration.swift +++ b/BuildsCore/Sources/BuildsCore/Models/Configuration.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsCore/Sources/BuildsCore/Models/HTTPStatusCode.swift b/BuildsCore/Sources/BuildsCore/Models/HTTPStatusCode.swift index a81fc05..c4cf34d 100644 --- a/BuildsCore/Sources/BuildsCore/Models/HTTPStatusCode.swift +++ b/BuildsCore/Sources/BuildsCore/Models/HTTPStatusCode.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsCore/Sources/BuildsCore/Models/HTTPURLResponseError.swift b/BuildsCore/Sources/BuildsCore/Models/HTTPURLResponseError.swift index cc4b290..212ea1f 100644 --- a/BuildsCore/Sources/BuildsCore/Models/HTTPURLResponseError.swift +++ b/BuildsCore/Sources/BuildsCore/Models/HTTPURLResponseError.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsCore/Sources/BuildsCore/Models/Job.swift b/BuildsCore/Sources/BuildsCore/Models/Job.swift index 5b68257..c875c55 100644 --- a/BuildsCore/Sources/BuildsCore/Models/Job.swift +++ b/BuildsCore/Sources/BuildsCore/Models/Job.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsCore/Sources/BuildsCore/Models/OperationState.swift b/BuildsCore/Sources/BuildsCore/Models/OperationState.swift index 6ba58d4..b0486cb 100644 --- a/BuildsCore/Sources/BuildsCore/Models/OperationState.swift +++ b/BuildsCore/Sources/BuildsCore/Models/OperationState.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsCore/Sources/BuildsCore/Models/RepositoryDetails.swift b/BuildsCore/Sources/BuildsCore/Models/RepositoryDetails.swift index 373b3c1..e2857bf 100644 --- a/BuildsCore/Sources/BuildsCore/Models/RepositoryDetails.swift +++ b/BuildsCore/Sources/BuildsCore/Models/RepositoryDetails.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsCore/Sources/BuildsCore/Models/SceneSettings.swift b/BuildsCore/Sources/BuildsCore/Models/SceneSettings.swift index 6f31dab..3e13327 100644 --- a/BuildsCore/Sources/BuildsCore/Models/SceneSettings.swift +++ b/BuildsCore/Sources/BuildsCore/Models/SceneSettings.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsCore/Sources/BuildsCore/Models/SectionIdentifier.swift b/BuildsCore/Sources/BuildsCore/Models/SectionIdentifier.swift index 79e186a..6b246cc 100644 --- a/BuildsCore/Sources/BuildsCore/Models/SectionIdentifier.swift +++ b/BuildsCore/Sources/BuildsCore/Models/SectionIdentifier.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsCore/Sources/BuildsCore/Models/Settings.swift b/BuildsCore/Sources/BuildsCore/Models/Settings.swift index 5e38b52..617a8b0 100644 --- a/BuildsCore/Sources/BuildsCore/Models/Settings.swift +++ b/BuildsCore/Sources/BuildsCore/Models/Settings.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsCore/Sources/BuildsCore/Models/Summary.swift b/BuildsCore/Sources/BuildsCore/Models/Summary.swift index 13cf025..851a5a1 100644 --- a/BuildsCore/Sources/BuildsCore/Models/Summary.swift +++ b/BuildsCore/Sources/BuildsCore/Models/Summary.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsCore/Sources/BuildsCore/Models/WorkflowIdentifier.swift b/BuildsCore/Sources/BuildsCore/Models/WorkflowIdentifier.swift index fc30729..86b8a89 100644 --- a/BuildsCore/Sources/BuildsCore/Models/WorkflowIdentifier.swift +++ b/BuildsCore/Sources/BuildsCore/Models/WorkflowIdentifier.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsCore/Sources/BuildsCore/Models/WorkflowInstance.swift b/BuildsCore/Sources/BuildsCore/Models/WorkflowInstance.swift index 1d1d6e5..c2643cb 100644 --- a/BuildsCore/Sources/BuildsCore/Models/WorkflowInstance.swift +++ b/BuildsCore/Sources/BuildsCore/Models/WorkflowInstance.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsCore/Sources/BuildsCore/Models/WorkflowResult.swift b/BuildsCore/Sources/BuildsCore/Models/WorkflowResult.swift index 03f7695..309927c 100644 --- a/BuildsCore/Sources/BuildsCore/Models/WorkflowResult.swift +++ b/BuildsCore/Sources/BuildsCore/Models/WorkflowResult.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsCore/Sources/BuildsCore/Modifiers/Redacted.swift b/BuildsCore/Sources/BuildsCore/Modifiers/Redacted.swift index e8d2877..1721d74 100644 --- a/BuildsCore/Sources/BuildsCore/Modifiers/Redacted.swift +++ b/BuildsCore/Sources/BuildsCore/Modifiers/Redacted.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsCore/Sources/BuildsCore/Service/GitHub.swift b/BuildsCore/Sources/BuildsCore/Service/GitHub.swift index 827a185..13fc2e1 100644 --- a/BuildsCore/Sources/BuildsCore/Service/GitHub.swift +++ b/BuildsCore/Sources/BuildsCore/Service/GitHub.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsCore/Sources/BuildsCore/Service/GitHubClient.swift b/BuildsCore/Sources/BuildsCore/Service/GitHubClient.swift index 301acba..7d44b4a 100644 --- a/BuildsCore/Sources/BuildsCore/Service/GitHubClient.swift +++ b/BuildsCore/Sources/BuildsCore/Service/GitHubClient.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsCore/Sources/BuildsCore/Widgets/AllWorkflowsTimelineEntry.swift b/BuildsCore/Sources/BuildsCore/Widgets/AllWorkflowsTimelineEntry.swift index 2d5cce7..c4c7adc 100644 --- a/BuildsCore/Sources/BuildsCore/Widgets/AllWorkflowsTimelineEntry.swift +++ b/BuildsCore/Sources/BuildsCore/Widgets/AllWorkflowsTimelineEntry.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsCore/Sources/BuildsCore/Widgets/AllWorkflowsTimelineProvider.swift b/BuildsCore/Sources/BuildsCore/Widgets/AllWorkflowsTimelineProvider.swift index a86e926..8999ae5 100644 --- a/BuildsCore/Sources/BuildsCore/Widgets/AllWorkflowsTimelineProvider.swift +++ b/BuildsCore/Sources/BuildsCore/Widgets/AllWorkflowsTimelineProvider.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsCore/Sources/BuildsCore/Widgets/AllWorkflowsWidget.swift b/BuildsCore/Sources/BuildsCore/Widgets/AllWorkflowsWidget.swift index 35223ae..48132a1 100644 --- a/BuildsCore/Sources/BuildsCore/Widgets/AllWorkflowsWidget.swift +++ b/BuildsCore/Sources/BuildsCore/Widgets/AllWorkflowsWidget.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsCore/Sources/BuildsCore/Widgets/AllWorkflowsWidgetEntryView.swift b/BuildsCore/Sources/BuildsCore/Widgets/AllWorkflowsWidgetEntryView.swift index 9c8682d..c4e137b 100644 --- a/BuildsCore/Sources/BuildsCore/Widgets/AllWorkflowsWidgetEntryView.swift +++ b/BuildsCore/Sources/BuildsCore/Widgets/AllWorkflowsWidgetEntryView.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsPreviewHost/BuildsPreviewHostApp.swift b/BuildsPreviewHost/BuildsPreviewHostApp.swift index 31cf3e5..2bd2b41 100644 --- a/BuildsPreviewHost/BuildsPreviewHostApp.swift +++ b/BuildsPreviewHost/BuildsPreviewHostApp.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsPreviewHost/ContentView.swift b/BuildsPreviewHost/ContentView.swift index 640753c..7a57206 100644 --- a/BuildsPreviewHost/ContentView.swift +++ b/BuildsPreviewHost/ContentView.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsPreviewHostWidget/BuildsPreviewHostWidgetBundle.swift b/BuildsPreviewHostWidget/BuildsPreviewHostWidgetBundle.swift index bf3a018..0276d70 100644 --- a/BuildsPreviewHostWidget/BuildsPreviewHostWidgetBundle.swift +++ b/BuildsPreviewHostWidget/BuildsPreviewHostWidgetBundle.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsPreviewHostWidget/DemoWidget.swift b/BuildsPreviewHostWidget/DemoWidget.swift index 9cf6415..ad3766d 100644 --- a/BuildsPreviewHostWidget/DemoWidget.swift +++ b/BuildsPreviewHostWidget/DemoWidget.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsPreviewHostWidget/Previews.swift b/BuildsPreviewHostWidget/Previews.swift index 8267afe..879cf09 100644 --- a/BuildsPreviewHostWidget/Previews.swift +++ b/BuildsPreviewHostWidget/Previews.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsTests/BuildsTests.swift b/BuildsTests/BuildsTests.swift index 68c628a..6381fb6 100644 --- a/BuildsTests/BuildsTests.swift +++ b/BuildsTests/BuildsTests.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsUITests/BuildsUITests.swift b/BuildsUITests/BuildsUITests.swift index 2d32e43..55d6693 100644 --- a/BuildsUITests/BuildsUITests.swift +++ b/BuildsUITests/BuildsUITests.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsUITests/BuildsUITestsLaunchTests.swift b/BuildsUITests/BuildsUITestsLaunchTests.swift index 21cb503..734a9aa 100644 --- a/BuildsUITests/BuildsUITestsLaunchTests.swift +++ b/BuildsUITests/BuildsUITestsLaunchTests.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsWidget/BuildsWidgetBundle.swift b/BuildsWidget/BuildsWidgetBundle.swift index fe88f21..495d20c 100644 --- a/BuildsWidget/BuildsWidgetBundle.swift +++ b/BuildsWidget/BuildsWidgetBundle.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsWidget/Intents/ConfigurationAppIntent.swift b/BuildsWidget/Intents/ConfigurationAppIntent.swift index 95c4210..4fa777a 100644 --- a/BuildsWidget/Intents/ConfigurationAppIntent.swift +++ b/BuildsWidget/Intents/ConfigurationAppIntent.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsWidget/Intents/WorkflowIdentifierEntity.swift b/BuildsWidget/Intents/WorkflowIdentifierEntity.swift index 4a403a9..0158436 100644 --- a/BuildsWidget/Intents/WorkflowIdentifierEntity.swift +++ b/BuildsWidget/Intents/WorkflowIdentifierEntity.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsWidget/Intents/WorkflowQuery.swift b/BuildsWidget/Intents/WorkflowQuery.swift index 456cef3..327ad16 100644 --- a/BuildsWidget/Intents/WorkflowQuery.swift +++ b/BuildsWidget/Intents/WorkflowQuery.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsWidget/SingleWorkflowTimelineEntry.swift b/BuildsWidget/SingleWorkflowTimelineEntry.swift index cf34a97..5326dcc 100644 --- a/BuildsWidget/SingleWorkflowTimelineEntry.swift +++ b/BuildsWidget/SingleWorkflowTimelineEntry.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsWidget/SingleWorkflowTimelineProvider.swift b/BuildsWidget/SingleWorkflowTimelineProvider.swift index 6f3f0e7..b4f75c7 100644 --- a/BuildsWidget/SingleWorkflowTimelineProvider.swift +++ b/BuildsWidget/SingleWorkflowTimelineProvider.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsWidget/SingleWorkflowWidget.swift b/BuildsWidget/SingleWorkflowWidget.swift index bda0013..893720e 100644 --- a/BuildsWidget/SingleWorkflowWidget.swift +++ b/BuildsWidget/SingleWorkflowWidget.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsWidget/SingleWorkflowWidgetEntryView.swift b/BuildsWidget/SingleWorkflowWidgetEntryView.swift index 78c1159..6fa4eda 100644 --- a/BuildsWidget/SingleWorkflowWidgetEntryView.swift +++ b/BuildsWidget/SingleWorkflowWidgetEntryView.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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/BuildsWidget/Views/WidgetTimestamp.swift b/BuildsWidget/Views/WidgetTimestamp.swift index f1d623c..3183941 100644 --- a/BuildsWidget/Views/WidgetTimestamp.swift +++ b/BuildsWidget/Views/WidgetTimestamp.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2021-2025 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 8010c3a..8f3180d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2024 Jason Morley +Copyright (c) 2021-2025 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/_includes/footer.html b/docs/_includes/footer.html index 2f23adc..155688d 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -1,5 +1,5 @@ diff --git a/scripts/build-website.sh b/scripts/build-website.sh index 05f9836..5a57f34 100755 --- a/scripts/build-website.sh +++ b/scripts/build-website.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2022-2024 Jason Morley +# Copyright (c) 2021-2025 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 7850b0d..2972b57 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023-2024 Jason Morley +# Copyright (c) 2021-2025 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/environment.sh b/scripts/environment.sh index 0924e1e..d1ba3f6 100755 --- a/scripts/environment.sh +++ b/scripts/environment.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023-2024 Jason Morley +# Copyright (c) 2021-2025 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/install-dependencies.sh b/scripts/install-dependencies.sh index 3f40071..e1ee287 100755 --- a/scripts/install-dependencies.sh +++ b/scripts/install-dependencies.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023-2024 Jason Morley +# Copyright (c) 2021-2025 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/release.sh b/scripts/release.sh index 5274643..0dfb68e 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2016-2024 Jason Morley +# Copyright (c) 2021-2025 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/update-release-notes.sh b/scripts/update-release-notes.sh index 24c093e..4724c98 100755 --- a/scripts/update-release-notes.sh +++ b/scripts/update-release-notes.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2022-2024 Jason Morley +# Copyright (c) 2021-2025 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