From 7e3e8879ebd22987db477373a84d0d819adcd1a7 Mon Sep 17 00:00:00 2001 From: Jason Morley Date: Sat, 16 Mar 2024 14:56:21 -1000 Subject: [PATCH] fix: Update the copyright notice to 2024 --- Example/Example/ExampleApp.swift | 2 +- Example/Example/Extensions/Color.swift | 2 +- Example/Example/Model/Item.swift | 2 +- Example/Example/Model/LayoutMode.swift | 2 +- Example/Example/Model/Model.swift | 2 +- Example/Example/Toolbars/ItemsToolbar.swift | 2 +- Example/Example/Toolbars/LayoutToolbar.swift | 2 +- Example/Example/Toolbars/SelectionToolbar.swift | 2 +- Example/Example/Toolbars/StateToolbar.swift | 2 +- Example/Example/Views/Cell.swift | 2 +- Example/Example/Views/ContentView.swift | 2 +- Example/ExampleTests/ExampleTests.swift | 2 +- Example/ExampleUITests/ExampleUITests.swift | 2 +- Example/ExampleUITests/ExampleUITestsLaunchTests.swift | 2 +- LICENSE | 2 +- .../SelectableCollectionView/Environment/HighlightState.swift | 2 +- Sources/SelectableCollectionView/Environment/IsSelected.swift | 2 +- Sources/SelectableCollectionView/Extensions/Licensable.swift | 2 +- .../Extensions/NSDirectionalEdgeInsets.swift | 2 +- Sources/SelectableCollectionView/Extensions/NSEdgeInsets.swift | 2 +- Sources/SelectableCollectionView/Extensions/NSSize.swift | 2 +- .../Layouts/ColumnCollectionViewLayout.swift | 2 +- Sources/SelectableCollectionView/Layouts/ColumnLayout.swift | 2 +- .../Layouts/FixedItemSizeCollectionViewLayout.swift | 2 +- .../SelectableCollectionView/Layouts/FixedItemSizeLayout.swift | 2 +- .../Layouts/GridItemCollectionViewLayout.swift | 2 +- Sources/SelectableCollectionView/Layouts/GridItemLayout.swift | 2 +- Sources/SelectableCollectionView/Layouts/Layoutable.swift | 2 +- .../Model/CollectionViewItemHighlightState.swift | 2 +- Sources/SelectableCollectionView/Resources/LICENSE | 2 +- .../Views/CollectionViewContainer.swift | 2 +- .../Views/CollectionViewContainerHost.swift | 2 +- .../SelectableCollectionView/Views/CustomCollectionView.swift | 2 +- .../Views/SelectableCollectionView.swift | 2 +- Sources/SelectableCollectionView/Views/ShortcutItemView.swift | 2 +- .../SelectableCollectionViewTests.swift | 2 +- scripts/environment.sh | 2 +- scripts/install-dependencies.sh | 2 +- scripts/release.sh | 2 +- 39 files changed, 39 insertions(+), 39 deletions(-) diff --git a/Example/Example/ExampleApp.swift b/Example/Example/ExampleApp.swift index 3bd8038..d4f7952 100644 --- a/Example/Example/ExampleApp.swift +++ b/Example/Example/ExampleApp.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022-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/Example/Example/Extensions/Color.swift b/Example/Example/Extensions/Color.swift index a39a25e..6441fe9 100644 --- a/Example/Example/Extensions/Color.swift +++ b/Example/Example/Extensions/Color.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022-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/Example/Example/Model/Item.swift b/Example/Example/Model/Item.swift index b76bdf4..9bb2b64 100644 --- a/Example/Example/Model/Item.swift +++ b/Example/Example/Model/Item.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022-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/Example/Example/Model/LayoutMode.swift b/Example/Example/Model/LayoutMode.swift index c74a2a9..6410551 100644 --- a/Example/Example/Model/LayoutMode.swift +++ b/Example/Example/Model/LayoutMode.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022-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/Example/Example/Model/Model.swift b/Example/Example/Model/Model.swift index 2ae593c..42d9b73 100644 --- a/Example/Example/Model/Model.swift +++ b/Example/Example/Model/Model.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022-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/Example/Example/Toolbars/ItemsToolbar.swift b/Example/Example/Toolbars/ItemsToolbar.swift index 17404e7..2b7eb0b 100644 --- a/Example/Example/Toolbars/ItemsToolbar.swift +++ b/Example/Example/Toolbars/ItemsToolbar.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022-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/Example/Example/Toolbars/LayoutToolbar.swift b/Example/Example/Toolbars/LayoutToolbar.swift index 785b90f..018b7ad 100644 --- a/Example/Example/Toolbars/LayoutToolbar.swift +++ b/Example/Example/Toolbars/LayoutToolbar.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022-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/Example/Example/Toolbars/SelectionToolbar.swift b/Example/Example/Toolbars/SelectionToolbar.swift index d775f7e..244cc60 100644 --- a/Example/Example/Toolbars/SelectionToolbar.swift +++ b/Example/Example/Toolbars/SelectionToolbar.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022-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/Example/Example/Toolbars/StateToolbar.swift b/Example/Example/Toolbars/StateToolbar.swift index ce04218..102679a 100644 --- a/Example/Example/Toolbars/StateToolbar.swift +++ b/Example/Example/Toolbars/StateToolbar.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022-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/Example/Example/Views/Cell.swift b/Example/Example/Views/Cell.swift index 32945ce..051db42 100644 --- a/Example/Example/Views/Cell.swift +++ b/Example/Example/Views/Cell.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022-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/Example/Example/Views/ContentView.swift b/Example/Example/Views/ContentView.swift index 454ad6b..10151ef 100644 --- a/Example/Example/Views/ContentView.swift +++ b/Example/Example/Views/ContentView.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022-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/Example/ExampleTests/ExampleTests.swift b/Example/ExampleTests/ExampleTests.swift index a1cc203..4b6d9de 100644 --- a/Example/ExampleTests/ExampleTests.swift +++ b/Example/ExampleTests/ExampleTests.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022-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/Example/ExampleUITests/ExampleUITests.swift b/Example/ExampleUITests/ExampleUITests.swift index 78b1bc4..bce1109 100644 --- a/Example/ExampleUITests/ExampleUITests.swift +++ b/Example/ExampleUITests/ExampleUITests.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022-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/Example/ExampleUITests/ExampleUITestsLaunchTests.swift b/Example/ExampleUITests/ExampleUITestsLaunchTests.swift index bcb85fc..926b2b6 100644 --- a/Example/ExampleUITests/ExampleUITestsLaunchTests.swift +++ b/Example/ExampleUITests/ExampleUITestsLaunchTests.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022-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 8ca70a3..8010c3a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Jason Morley +Copyright (c) 2022-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/SelectableCollectionView/Environment/HighlightState.swift b/Sources/SelectableCollectionView/Environment/HighlightState.swift index 7b85e9b..ef8a0bd 100644 --- a/Sources/SelectableCollectionView/Environment/HighlightState.swift +++ b/Sources/SelectableCollectionView/Environment/HighlightState.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022-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/SelectableCollectionView/Environment/IsSelected.swift b/Sources/SelectableCollectionView/Environment/IsSelected.swift index 394bce6..c5bf769 100644 --- a/Sources/SelectableCollectionView/Environment/IsSelected.swift +++ b/Sources/SelectableCollectionView/Environment/IsSelected.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022-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/SelectableCollectionView/Extensions/Licensable.swift b/Sources/SelectableCollectionView/Extensions/Licensable.swift index a1149d5..01d2933 100644 --- a/Sources/SelectableCollectionView/Extensions/Licensable.swift +++ b/Sources/SelectableCollectionView/Extensions/Licensable.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022-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/SelectableCollectionView/Extensions/NSDirectionalEdgeInsets.swift b/Sources/SelectableCollectionView/Extensions/NSDirectionalEdgeInsets.swift index ae553d6..84ee1ff 100644 --- a/Sources/SelectableCollectionView/Extensions/NSDirectionalEdgeInsets.swift +++ b/Sources/SelectableCollectionView/Extensions/NSDirectionalEdgeInsets.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022-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/SelectableCollectionView/Extensions/NSEdgeInsets.swift b/Sources/SelectableCollectionView/Extensions/NSEdgeInsets.swift index 35a2015..6cf1804 100644 --- a/Sources/SelectableCollectionView/Extensions/NSEdgeInsets.swift +++ b/Sources/SelectableCollectionView/Extensions/NSEdgeInsets.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022-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/SelectableCollectionView/Extensions/NSSize.swift b/Sources/SelectableCollectionView/Extensions/NSSize.swift index 6e4827d..b85e85e 100644 --- a/Sources/SelectableCollectionView/Extensions/NSSize.swift +++ b/Sources/SelectableCollectionView/Extensions/NSSize.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022-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/SelectableCollectionView/Layouts/ColumnCollectionViewLayout.swift b/Sources/SelectableCollectionView/Layouts/ColumnCollectionViewLayout.swift index 879bd96..8b7da8d 100644 --- a/Sources/SelectableCollectionView/Layouts/ColumnCollectionViewLayout.swift +++ b/Sources/SelectableCollectionView/Layouts/ColumnCollectionViewLayout.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022-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/SelectableCollectionView/Layouts/ColumnLayout.swift b/Sources/SelectableCollectionView/Layouts/ColumnLayout.swift index 31c1bdb..c6eb6ba 100644 --- a/Sources/SelectableCollectionView/Layouts/ColumnLayout.swift +++ b/Sources/SelectableCollectionView/Layouts/ColumnLayout.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022-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/SelectableCollectionView/Layouts/FixedItemSizeCollectionViewLayout.swift b/Sources/SelectableCollectionView/Layouts/FixedItemSizeCollectionViewLayout.swift index 744c7b2..5b39872 100644 --- a/Sources/SelectableCollectionView/Layouts/FixedItemSizeCollectionViewLayout.swift +++ b/Sources/SelectableCollectionView/Layouts/FixedItemSizeCollectionViewLayout.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022-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/SelectableCollectionView/Layouts/FixedItemSizeLayout.swift b/Sources/SelectableCollectionView/Layouts/FixedItemSizeLayout.swift index 90c2c3d..729bf12 100644 --- a/Sources/SelectableCollectionView/Layouts/FixedItemSizeLayout.swift +++ b/Sources/SelectableCollectionView/Layouts/FixedItemSizeLayout.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022-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/SelectableCollectionView/Layouts/GridItemCollectionViewLayout.swift b/Sources/SelectableCollectionView/Layouts/GridItemCollectionViewLayout.swift index 1e58e5b..0bf6b58 100644 --- a/Sources/SelectableCollectionView/Layouts/GridItemCollectionViewLayout.swift +++ b/Sources/SelectableCollectionView/Layouts/GridItemCollectionViewLayout.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022-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/SelectableCollectionView/Layouts/GridItemLayout.swift b/Sources/SelectableCollectionView/Layouts/GridItemLayout.swift index 0ec3e8a..d7f8b50 100644 --- a/Sources/SelectableCollectionView/Layouts/GridItemLayout.swift +++ b/Sources/SelectableCollectionView/Layouts/GridItemLayout.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022-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/SelectableCollectionView/Layouts/Layoutable.swift b/Sources/SelectableCollectionView/Layouts/Layoutable.swift index ee5ce55..f4163a6 100644 --- a/Sources/SelectableCollectionView/Layouts/Layoutable.swift +++ b/Sources/SelectableCollectionView/Layouts/Layoutable.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022-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/SelectableCollectionView/Model/CollectionViewItemHighlightState.swift b/Sources/SelectableCollectionView/Model/CollectionViewItemHighlightState.swift index d4aa25f..8690167 100644 --- a/Sources/SelectableCollectionView/Model/CollectionViewItemHighlightState.swift +++ b/Sources/SelectableCollectionView/Model/CollectionViewItemHighlightState.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022-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/SelectableCollectionView/Resources/LICENSE b/Sources/SelectableCollectionView/Resources/LICENSE index 8ca70a3..8010c3a 100644 --- a/Sources/SelectableCollectionView/Resources/LICENSE +++ b/Sources/SelectableCollectionView/Resources/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Jason Morley +Copyright (c) 2022-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/SelectableCollectionView/Views/CollectionViewContainer.swift b/Sources/SelectableCollectionView/Views/CollectionViewContainer.swift index 05554ea..d54ac28 100644 --- a/Sources/SelectableCollectionView/Views/CollectionViewContainer.swift +++ b/Sources/SelectableCollectionView/Views/CollectionViewContainer.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022-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/SelectableCollectionView/Views/CollectionViewContainerHost.swift b/Sources/SelectableCollectionView/Views/CollectionViewContainerHost.swift index 5cdf10f..419183d 100644 --- a/Sources/SelectableCollectionView/Views/CollectionViewContainerHost.swift +++ b/Sources/SelectableCollectionView/Views/CollectionViewContainerHost.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022-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/SelectableCollectionView/Views/CustomCollectionView.swift b/Sources/SelectableCollectionView/Views/CustomCollectionView.swift index dc8389d..9b2d04d 100644 --- a/Sources/SelectableCollectionView/Views/CustomCollectionView.swift +++ b/Sources/SelectableCollectionView/Views/CustomCollectionView.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022-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/SelectableCollectionView/Views/SelectableCollectionView.swift b/Sources/SelectableCollectionView/Views/SelectableCollectionView.swift index a688cea..00baa65 100644 --- a/Sources/SelectableCollectionView/Views/SelectableCollectionView.swift +++ b/Sources/SelectableCollectionView/Views/SelectableCollectionView.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022-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/SelectableCollectionView/Views/ShortcutItemView.swift b/Sources/SelectableCollectionView/Views/ShortcutItemView.swift index 280752e..4dcd5fe 100644 --- a/Sources/SelectableCollectionView/Views/ShortcutItemView.swift +++ b/Sources/SelectableCollectionView/Views/ShortcutItemView.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022-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/SelectableCollectionViewTests/SelectableCollectionViewTests.swift b/Tests/SelectableCollectionViewTests/SelectableCollectionViewTests.swift index 512986b..fbd0cb4 100644 --- a/Tests/SelectableCollectionViewTests/SelectableCollectionViewTests.swift +++ b/Tests/SelectableCollectionViewTests/SelectableCollectionViewTests.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022-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/environment.sh b/scripts/environment.sh index 01b681d..13d77a4 100755 --- a/scripts/environment.sh +++ b/scripts/environment.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2018-2024 Jason Morley +# Copyright (c) 2022-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/install-dependencies.sh b/scripts/install-dependencies.sh index 863bf90..79de4f6 100755 --- a/scripts/install-dependencies.sh +++ b/scripts/install-dependencies.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2018-2024 Jason Morley +# Copyright (c) 2022-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/release.sh b/scripts/release.sh index cae5c50..3d027f2 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2018-2024 Jason Morley +# Copyright (c) 2022-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