From ea27d63ad27f67b5d04257ba2fb0d3999d8ddd8d Mon Sep 17 00:00:00 2001 From: Jason Morley Date: Fri, 7 Aug 2026 15:46:15 -1000 Subject: [PATCH] =?UTF-8?q?fix:=20=C2=A9=EF=B8=8F=20Update=20the=20copyrig?= =?UTF-8?q?ht=20to=202026?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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/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 +- .../SelectableCollectionView/Environment/SelectionColor.swift | 2 +- Sources/SelectableCollectionView/Extensions/Licensable.swift | 2 +- .../SelectableCollectionView/Extensions/NSCollectionView.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 +- Sources/SelectableCollectionView/Menus/MenuItem.swift | 2 +- Sources/SelectableCollectionView/Menus/MenuItemsBuilder.swift | 2 +- Sources/SelectableCollectionView/Menus/MenuView.swift | 2 +- .../Model/CollectionViewItemHighlightState.swift | 2 +- Sources/SelectableCollectionView/Resources/LICENSE | 2 +- .../Utilities/CollectionViewNavigationResult.swift | 2 +- .../SelectableCollectionView/Utilities/IndexPathSequence.swift | 2 +- .../Utilities/NavigationDirection.swift | 2 +- .../SelectableCollectionView/Utilities/SequenceDirection.swift | 2 +- .../Views/CollectionViewContainer.swift | 2 +- .../Views/CollectionViewContainerHost.swift | 2 +- Sources/SelectableCollectionView/Views/CustomScrollView.swift | 2 +- .../Views/InteractiveCollectionView.swift | 2 +- .../Views/SelectableCollectionView.swift | 2 +- .../SelectableCollectionViewTests.swift | 2 +- scripts/environment.sh | 2 +- scripts/install-dependencies.sh | 2 +- scripts/release.sh | 2 +- 47 files changed, 47 insertions(+), 47 deletions(-) diff --git a/Example/Example/ExampleApp.swift b/Example/Example/ExampleApp.swift index d4f7952..3c16f45 100644 --- a/Example/Example/ExampleApp.swift +++ b/Example/Example/ExampleApp.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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 6441fe9..fe593e5 100644 --- a/Example/Example/Extensions/Color.swift +++ b/Example/Example/Extensions/Color.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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 3d5d2f1..49c9984 100644 --- a/Example/Example/Model/Item.swift +++ b/Example/Example/Model/Item.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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 e0846c6..4a535ef 100644 --- a/Example/Example/Model/LayoutMode.swift +++ b/Example/Example/Model/LayoutMode.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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 f65539b..716bed8 100644 --- a/Example/Example/Model/Model.swift +++ b/Example/Example/Model/Model.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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 bd8b00f..99e88f2 100644 --- a/Example/Example/Toolbars/LayoutToolbar.swift +++ b/Example/Example/Toolbars/LayoutToolbar.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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 fcb36b5..b458c1a 100644 --- a/Example/Example/Toolbars/SelectionToolbar.swift +++ b/Example/Example/Toolbars/SelectionToolbar.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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 102679a..fa17fd4 100644 --- a/Example/Example/Toolbars/StateToolbar.swift +++ b/Example/Example/Toolbars/StateToolbar.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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 bcc6518..c45edb5 100644 --- a/Example/Example/Views/Cell.swift +++ b/Example/Example/Views/Cell.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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 d0fc4c6..392f8cd 100644 --- a/Example/Example/Views/ContentView.swift +++ b/Example/Example/Views/ContentView.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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 4b6d9de..1fb03dd 100644 --- a/Example/ExampleTests/ExampleTests.swift +++ b/Example/ExampleTests/ExampleTests.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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 bce1109..eb3fe0d 100644 --- a/Example/ExampleUITests/ExampleUITests.swift +++ b/Example/ExampleUITests/ExampleUITests.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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 926b2b6..23a305b 100644 --- a/Example/ExampleUITests/ExampleUITestsLaunchTests.swift +++ b/Example/ExampleUITests/ExampleUITestsLaunchTests.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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..bf310fc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2024 Jason Morley +Copyright (c) 2022-2026 Jason Morley Permission is hereby 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 ef8a0bd..c563ee0 100644 --- a/Sources/SelectableCollectionView/Environment/HighlightState.swift +++ b/Sources/SelectableCollectionView/Environment/HighlightState.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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 c5bf769..4b48443 100644 --- a/Sources/SelectableCollectionView/Environment/IsSelected.swift +++ b/Sources/SelectableCollectionView/Environment/IsSelected.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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/SelectionColor.swift b/Sources/SelectableCollectionView/Environment/SelectionColor.swift index bba6b2d..454cf79 100644 --- a/Sources/SelectableCollectionView/Environment/SelectionColor.swift +++ b/Sources/SelectableCollectionView/Environment/SelectionColor.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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 01d2933..cad3754 100644 --- a/Sources/SelectableCollectionView/Extensions/Licensable.swift +++ b/Sources/SelectableCollectionView/Extensions/Licensable.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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/NSCollectionView.swift b/Sources/SelectableCollectionView/Extensions/NSCollectionView.swift index 77a6f11..72279b6 100644 --- a/Sources/SelectableCollectionView/Extensions/NSCollectionView.swift +++ b/Sources/SelectableCollectionView/Extensions/NSCollectionView.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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 84ee1ff..75c06fe 100644 --- a/Sources/SelectableCollectionView/Extensions/NSDirectionalEdgeInsets.swift +++ b/Sources/SelectableCollectionView/Extensions/NSDirectionalEdgeInsets.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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 3e1bb93..3d2bc0c 100644 --- a/Sources/SelectableCollectionView/Extensions/NSEdgeInsets.swift +++ b/Sources/SelectableCollectionView/Extensions/NSEdgeInsets.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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 b85e85e..ac802e2 100644 --- a/Sources/SelectableCollectionView/Extensions/NSSize.swift +++ b/Sources/SelectableCollectionView/Extensions/NSSize.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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 8b7da8d..42efac2 100644 --- a/Sources/SelectableCollectionView/Layouts/ColumnCollectionViewLayout.swift +++ b/Sources/SelectableCollectionView/Layouts/ColumnCollectionViewLayout.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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 c6eb6ba..8d5134c 100644 --- a/Sources/SelectableCollectionView/Layouts/ColumnLayout.swift +++ b/Sources/SelectableCollectionView/Layouts/ColumnLayout.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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 5b39872..69e5bcb 100644 --- a/Sources/SelectableCollectionView/Layouts/FixedItemSizeCollectionViewLayout.swift +++ b/Sources/SelectableCollectionView/Layouts/FixedItemSizeCollectionViewLayout.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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 729bf12..eb8db5d 100644 --- a/Sources/SelectableCollectionView/Layouts/FixedItemSizeLayout.swift +++ b/Sources/SelectableCollectionView/Layouts/FixedItemSizeLayout.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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 dbf27a3..abdc6cb 100644 --- a/Sources/SelectableCollectionView/Layouts/GridItemCollectionViewLayout.swift +++ b/Sources/SelectableCollectionView/Layouts/GridItemCollectionViewLayout.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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 d7f8b50..c1a9d75 100644 --- a/Sources/SelectableCollectionView/Layouts/GridItemLayout.swift +++ b/Sources/SelectableCollectionView/Layouts/GridItemLayout.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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 f4163a6..503671a 100644 --- a/Sources/SelectableCollectionView/Layouts/Layoutable.swift +++ b/Sources/SelectableCollectionView/Layouts/Layoutable.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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/Menus/MenuItem.swift b/Sources/SelectableCollectionView/Menus/MenuItem.swift index 3700e37..8fb8248 100644 --- a/Sources/SelectableCollectionView/Menus/MenuItem.swift +++ b/Sources/SelectableCollectionView/Menus/MenuItem.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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/Menus/MenuItemsBuilder.swift b/Sources/SelectableCollectionView/Menus/MenuItemsBuilder.swift index ee3a738..0a6a246 100644 --- a/Sources/SelectableCollectionView/Menus/MenuItemsBuilder.swift +++ b/Sources/SelectableCollectionView/Menus/MenuItemsBuilder.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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/Menus/MenuView.swift b/Sources/SelectableCollectionView/Menus/MenuView.swift index b6820c4..7b69eb7 100644 --- a/Sources/SelectableCollectionView/Menus/MenuView.swift +++ b/Sources/SelectableCollectionView/Menus/MenuView.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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 8690167..8cdd4bd 100644 --- a/Sources/SelectableCollectionView/Model/CollectionViewItemHighlightState.swift +++ b/Sources/SelectableCollectionView/Model/CollectionViewItemHighlightState.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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 8010c3a..bf310fc 100644 --- a/Sources/SelectableCollectionView/Resources/LICENSE +++ b/Sources/SelectableCollectionView/Resources/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2024 Jason Morley +Copyright (c) 2022-2026 Jason Morley Permission is hereby 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/Utilities/CollectionViewNavigationResult.swift b/Sources/SelectableCollectionView/Utilities/CollectionViewNavigationResult.swift index 8adc228..0b4d33e 100644 --- a/Sources/SelectableCollectionView/Utilities/CollectionViewNavigationResult.swift +++ b/Sources/SelectableCollectionView/Utilities/CollectionViewNavigationResult.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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/Utilities/IndexPathSequence.swift b/Sources/SelectableCollectionView/Utilities/IndexPathSequence.swift index 775621b..da4f3e4 100644 --- a/Sources/SelectableCollectionView/Utilities/IndexPathSequence.swift +++ b/Sources/SelectableCollectionView/Utilities/IndexPathSequence.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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/Utilities/NavigationDirection.swift b/Sources/SelectableCollectionView/Utilities/NavigationDirection.swift index 81ea588..c16a07d 100644 --- a/Sources/SelectableCollectionView/Utilities/NavigationDirection.swift +++ b/Sources/SelectableCollectionView/Utilities/NavigationDirection.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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/Utilities/SequenceDirection.swift b/Sources/SelectableCollectionView/Utilities/SequenceDirection.swift index 8f2d84a..5a4ee6b 100644 --- a/Sources/SelectableCollectionView/Utilities/SequenceDirection.swift +++ b/Sources/SelectableCollectionView/Utilities/SequenceDirection.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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 cd41729..2b2b3b7 100644 --- a/Sources/SelectableCollectionView/Views/CollectionViewContainer.swift +++ b/Sources/SelectableCollectionView/Views/CollectionViewContainer.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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 285f0b6..959faf9 100644 --- a/Sources/SelectableCollectionView/Views/CollectionViewContainerHost.swift +++ b/Sources/SelectableCollectionView/Views/CollectionViewContainerHost.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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/CustomScrollView.swift b/Sources/SelectableCollectionView/Views/CustomScrollView.swift index 1c7b8fe..2df9b96 100644 --- a/Sources/SelectableCollectionView/Views/CustomScrollView.swift +++ b/Sources/SelectableCollectionView/Views/CustomScrollView.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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/InteractiveCollectionView.swift b/Sources/SelectableCollectionView/Views/InteractiveCollectionView.swift index 97c0cd3..b7bf773 100644 --- a/Sources/SelectableCollectionView/Views/InteractiveCollectionView.swift +++ b/Sources/SelectableCollectionView/Views/InteractiveCollectionView.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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 7b8e5b0..44ea130 100644 --- a/Sources/SelectableCollectionView/Views/SelectableCollectionView.swift +++ b/Sources/SelectableCollectionView/Views/SelectableCollectionView.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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 fbd0cb4..2d5e5c8 100644 --- a/Tests/SelectableCollectionViewTests/SelectableCollectionViewTests.swift +++ b/Tests/SelectableCollectionViewTests/SelectableCollectionViewTests.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2024 Jason Morley +// Copyright (c) 2022-2026 Jason Morley // // Permission is hereby 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 35660c3..b4b88e5 100755 --- a/scripts/environment.sh +++ b/scripts/environment.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2022-2024 Jason Morley +# Copyright (c) 2022-2026 Jason Morley # # Permission is hereby 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 db66820..2e781c0 100755 --- a/scripts/install-dependencies.sh +++ b/scripts/install-dependencies.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2022-2024 Jason Morley +# Copyright (c) 2022-2026 Jason Morley # # Permission is hereby 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 3d027f2..ec5406d 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2022-2024 Jason Morley +# Copyright (c) 2022-2026 Jason Morley # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal