diff --git a/Sources/Luminate/Luminate.swift b/Sources/Luminate/Luminate.swift index bff3425..60e530a 100644 --- a/Sources/Luminate/Luminate.swift +++ b/Sources/Luminate/Luminate.swift @@ -1,8 +1,22 @@ // // Luminate.swift -// Luminate // -// Created by Brendan Szymanski on 6/14/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // import Adwaita diff --git a/Sources/Luminate/Pages/HomeView.swift b/Sources/Luminate/Pages/HomeView.swift index b795cbe..dbd6645 100644 --- a/Sources/Luminate/Pages/HomeView.swift +++ b/Sources/Luminate/Pages/HomeView.swift @@ -1,8 +1,22 @@ // // HomeView.swift -// Luminate // -// Created by Brendan Szymanski on 6/5/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // import Adwaita diff --git a/Sources/Luminate/Pages/LibraryPage.swift b/Sources/Luminate/Pages/LibraryPage.swift index 49e75eb..4dbc03d 100644 --- a/Sources/Luminate/Pages/LibraryPage.swift +++ b/Sources/Luminate/Pages/LibraryPage.swift @@ -1,8 +1,22 @@ // // LibraryPage.swift -// Luminate // -// Created by Brendan Szymanski on 6/11/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // import Adwaita diff --git a/Sources/Luminate/ServerSetupView.swift b/Sources/Luminate/ServerSetupView.swift index fd0b8d5..740d454 100644 --- a/Sources/Luminate/ServerSetupView.swift +++ b/Sources/Luminate/ServerSetupView.swift @@ -1,8 +1,22 @@ // // ServerSetupView.swift -// Luminate // -// Created by Brendan Szymanski on 6/5/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // import Adwaita diff --git a/Sources/Luminate/ToolbarView.swift b/Sources/Luminate/ToolbarView.swift index 84e7862..d64c31f 100644 --- a/Sources/Luminate/ToolbarView.swift +++ b/Sources/Luminate/ToolbarView.swift @@ -1,8 +1,22 @@ // // ToolbarView.swift -// Luminate // -// Created by Brendan Szymanski on 6/14/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // import Adwaita diff --git a/Sources/LuminateAPI/LuminateAPI.swift b/Sources/LuminateAPI/LuminateAPI.swift index 1f6113b..8982489 100644 --- a/Sources/LuminateAPI/LuminateAPI.swift +++ b/Sources/LuminateAPI/LuminateAPI.swift @@ -1,8 +1,22 @@ // // LuminateAPI.swift -// LuminateAPI // -// Created by Brendan Szymanski on 6/14/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // public enum LuminateAPI {} diff --git a/Sources/LuminateCore/BaseItemDto+Display.swift b/Sources/LuminateCore/BaseItemDto+Display.swift index 7623ac7..401a343 100644 --- a/Sources/LuminateCore/BaseItemDto+Display.swift +++ b/Sources/LuminateCore/BaseItemDto+Display.swift @@ -1,8 +1,22 @@ // // BaseItemDto+Display.swift -// LuminateCore // -// Created by Brendan Szymanski on 6/5/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // import Foundation diff --git a/Sources/LuminateCore/ImageService.swift b/Sources/LuminateCore/ImageService.swift index 58da689..4b1ab39 100644 --- a/Sources/LuminateCore/ImageService.swift +++ b/Sources/LuminateCore/ImageService.swift @@ -1,8 +1,22 @@ // // ImageService.swift -// LuminateCore // -// Created by Brendan Szymanski on 6/5/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // import Foundation diff --git a/Sources/LuminateCore/JellyfinClient.swift b/Sources/LuminateCore/JellyfinClient.swift index 851280d..df02956 100644 --- a/Sources/LuminateCore/JellyfinClient.swift +++ b/Sources/LuminateCore/JellyfinClient.swift @@ -1,8 +1,22 @@ // // JellyfinClient.swift -// LuminateCore // -// Created by Brendan Szymanski on 6/5/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // import Foundation diff --git a/Sources/LuminateCore/LuminateCore.swift b/Sources/LuminateCore/LuminateCore.swift index dc20151..2e0e4c4 100644 --- a/Sources/LuminateCore/LuminateCore.swift +++ b/Sources/LuminateCore/LuminateCore.swift @@ -1,8 +1,22 @@ // // LuminateCore.swift -// LuminateCore // -// Created by Brendan Szymanski on 6/14/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // @_exported import LuminateAPI diff --git a/Sources/LuminateCore/Observation.swift b/Sources/LuminateCore/Observation.swift index 136d65b..8eea71a 100644 --- a/Sources/LuminateCore/Observation.swift +++ b/Sources/LuminateCore/Observation.swift @@ -1,8 +1,22 @@ // // Observation.swift -// LuminateCore // -// Created by Brendan Szymanski on 6/15/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // import Foundation diff --git a/Sources/LuminateCore/Page.swift b/Sources/LuminateCore/Page.swift index a5d2d0d..70e470c 100644 --- a/Sources/LuminateCore/Page.swift +++ b/Sources/LuminateCore/Page.swift @@ -1,8 +1,22 @@ // // Page.swift -// LuminateCore // -// Created by Brendan Szymanski on 6/11/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // public enum Page: CustomStringConvertible { diff --git a/Sources/LuminateCore/PageAnimationTracking.swift b/Sources/LuminateCore/PageAnimationTracking.swift index 2ecbe3e..864f048 100644 --- a/Sources/LuminateCore/PageAnimationTracking.swift +++ b/Sources/LuminateCore/PageAnimationTracking.swift @@ -1,8 +1,22 @@ // // PageAnimationTracking.swift -// LuminateCore // -// Created by Brendan Szymanski on 6/15/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // import Foundation diff --git a/Sources/LuminateCore/PersistenceService+Mock.swift b/Sources/LuminateCore/PersistenceService+Mock.swift index 090b22b..db261ec 100644 --- a/Sources/LuminateCore/PersistenceService+Mock.swift +++ b/Sources/LuminateCore/PersistenceService+Mock.swift @@ -1,8 +1,22 @@ // // PersistenceService+Mock.swift -// LuminateCore // -// Created by Brendan Szymanski on 6/10/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // import Foundation diff --git a/Sources/LuminateCore/PersistenceService.swift b/Sources/LuminateCore/PersistenceService.swift index f46d364..f9abd13 100644 --- a/Sources/LuminateCore/PersistenceService.swift +++ b/Sources/LuminateCore/PersistenceService.swift @@ -1,8 +1,22 @@ // // PersistenceService.swift -// LuminateCore // -// Created by Brendan Szymanski on 6/10/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // import Foundation diff --git a/Sources/LuminateCore/SQLiteStore.swift b/Sources/LuminateCore/SQLiteStore.swift index d379c6d..ae22a4d 100644 --- a/Sources/LuminateCore/SQLiteStore.swift +++ b/Sources/LuminateCore/SQLiteStore.swift @@ -1,8 +1,22 @@ // // SQLiteStore.swift -// LuminateCore // -// Created by Brendan Szymanski on 6/10/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // import Foundation diff --git a/Sources/LuminateCore/WebSocketClient.swift b/Sources/LuminateCore/WebSocketClient.swift index 2dcfcfa..9cce207 100644 --- a/Sources/LuminateCore/WebSocketClient.swift +++ b/Sources/LuminateCore/WebSocketClient.swift @@ -1,8 +1,22 @@ // // WebSocketClient.swift -// LuminateCore // -// Created by Brendan Szymanski on 6/5/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // import Foundation diff --git a/Sources/LuminateDI/DIContainer.swift b/Sources/LuminateDI/DIContainer.swift index 298a1c4..c67b6b5 100644 --- a/Sources/LuminateDI/DIContainer.swift +++ b/Sources/LuminateDI/DIContainer.swift @@ -1,8 +1,22 @@ // // DIContainer.swift -// LuminateDI // -// Created by Brendan Szymanski on 6/14/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // import Adwaita diff --git a/Sources/LuminateDI/Injected.swift b/Sources/LuminateDI/Injected.swift index abf75e6..3163cbb 100644 --- a/Sources/LuminateDI/Injected.swift +++ b/Sources/LuminateDI/Injected.swift @@ -1,8 +1,22 @@ // // Injected.swift -// LuminateDI // -// Created by Brendan Szymanski on 6/14/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // import Adwaita diff --git a/Sources/LuminateDI/InjectionValues.swift b/Sources/LuminateDI/InjectionValues.swift index 560e8b1..7adf183 100644 --- a/Sources/LuminateDI/InjectionValues.swift +++ b/Sources/LuminateDI/InjectionValues.swift @@ -1,8 +1,22 @@ // // InjectionValues.swift -// LuminateDI // -// Created by Brendan Szymanski on 6/10/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // import Foundation diff --git a/Sources/LuminateObservationMacros/ObservableMacro.swift b/Sources/LuminateObservationMacros/ObservableMacro.swift index 3e8d7f0..a79da48 100644 --- a/Sources/LuminateObservationMacros/ObservableMacro.swift +++ b/Sources/LuminateObservationMacros/ObservableMacro.swift @@ -1,8 +1,22 @@ // // ObservableMacro.swift -// LuminateObservationMacros // -// Created by Brendan Szymanski on 6/15/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // import SwiftSyntax diff --git a/Sources/LuminateObservationMacros/Plugin.swift b/Sources/LuminateObservationMacros/Plugin.swift index cd684e0..bc2cba2 100644 --- a/Sources/LuminateObservationMacros/Plugin.swift +++ b/Sources/LuminateObservationMacros/Plugin.swift @@ -1,8 +1,22 @@ // // Plugin.swift -// LuminateObservationMacros // -// Created by Brendan Szymanski on 6/15/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // import SwiftCompilerPlugin diff --git a/Sources/LuminatePlayer/LuminatePlayer.swift b/Sources/LuminatePlayer/LuminatePlayer.swift index 537fff6..5aa0d1a 100644 --- a/Sources/LuminatePlayer/LuminatePlayer.swift +++ b/Sources/LuminatePlayer/LuminatePlayer.swift @@ -1,8 +1,22 @@ // // LuminatePlayer.swift -// LuminatePlayer // -// Created by Brendan Szymanski on 6/14/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // import Adwaita diff --git a/Sources/LuminatePlayer/PlayerControls.swift b/Sources/LuminatePlayer/PlayerControls.swift index 6408516..0bdb2e4 100644 --- a/Sources/LuminatePlayer/PlayerControls.swift +++ b/Sources/LuminatePlayer/PlayerControls.swift @@ -1,8 +1,22 @@ // // PlayerControls.swift -// LuminatePlayer // -// Created by Brendan Szymanski on 6/5/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // import Adwaita diff --git a/Sources/LuminatePlayer/PlayerView.swift b/Sources/LuminatePlayer/PlayerView.swift index f869cff..78351ff 100644 --- a/Sources/LuminatePlayer/PlayerView.swift +++ b/Sources/LuminatePlayer/PlayerView.swift @@ -1,8 +1,22 @@ // // PlayerView.swift -// LuminatePlayer // -// Created by Brendan Szymanski on 6/5/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // import Adwaita diff --git a/Sources/LuminatePlayer/VideoPlayerWidget.swift b/Sources/LuminatePlayer/VideoPlayerWidget.swift index 5f90a72..03c0bdc 100644 --- a/Sources/LuminatePlayer/VideoPlayerWidget.swift +++ b/Sources/LuminatePlayer/VideoPlayerWidget.swift @@ -1,8 +1,22 @@ // // VideoPlayerWidget.swift -// LuminatePlayer // -// Created by Brendan Szymanski on 6/5/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // import Adwaita diff --git a/Sources/LuminateUI/Components/EpisodeList.swift b/Sources/LuminateUI/Components/EpisodeList.swift index 75b4a09..bcd74e0 100644 --- a/Sources/LuminateUI/Components/EpisodeList.swift +++ b/Sources/LuminateUI/Components/EpisodeList.swift @@ -1,8 +1,22 @@ // // EpisodeList.swift -// LuminateUI // -// Created by Brendan Szymanski on 6/5/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // import Adwaita diff --git a/Sources/LuminateUI/Components/HomePosterCell.swift b/Sources/LuminateUI/Components/HomePosterCell.swift index 1043548..5c50675 100644 --- a/Sources/LuminateUI/Components/HomePosterCell.swift +++ b/Sources/LuminateUI/Components/HomePosterCell.swift @@ -1,8 +1,22 @@ // // HomePosterCell.swift -// LuminateUI // -// Created by Brendan Szymanski on 6/5/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // import Adwaita diff --git a/Sources/LuminateUI/Components/ItemGrid.swift b/Sources/LuminateUI/Components/ItemGrid.swift index 7c9802b..3aed5b6 100644 --- a/Sources/LuminateUI/Components/ItemGrid.swift +++ b/Sources/LuminateUI/Components/ItemGrid.swift @@ -1,8 +1,22 @@ // // ItemGrid.swift -// LuminateUI // -// Created by Brendan Szymanski on 6/5/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // import Adwaita diff --git a/Sources/LuminateUI/Components/LibraryGrid.swift b/Sources/LuminateUI/Components/LibraryGrid.swift index 701f2c1..af42d9f 100644 --- a/Sources/LuminateUI/Components/LibraryGrid.swift +++ b/Sources/LuminateUI/Components/LibraryGrid.swift @@ -1,8 +1,22 @@ // // LibraryGrid.swift -// LuminateUI // -// Created by Brendan Szymanski on 6/15/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // import Adwaita diff --git a/Sources/LuminateUI/Components/MediaRow.swift b/Sources/LuminateUI/Components/MediaRow.swift index d8a2923..9025003 100644 --- a/Sources/LuminateUI/Components/MediaRow.swift +++ b/Sources/LuminateUI/Components/MediaRow.swift @@ -1,8 +1,22 @@ // // MediaRow.swift -// LuminateUI // -// Created by Brendan Szymanski on 6/5/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // import Adwaita diff --git a/Sources/LuminateUI/Components/MovieDetailView.swift b/Sources/LuminateUI/Components/MovieDetailView.swift index 13d6708..8ec79ea 100644 --- a/Sources/LuminateUI/Components/MovieDetailView.swift +++ b/Sources/LuminateUI/Components/MovieDetailView.swift @@ -1,8 +1,22 @@ // // MovieDetailView.swift -// LuminateUI // -// Created by Brendan Szymanski on 6/5/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // import Adwaita diff --git a/Sources/LuminateUI/Components/PersonCell.swift b/Sources/LuminateUI/Components/PersonCell.swift index 325ac79..4270dfb 100644 --- a/Sources/LuminateUI/Components/PersonCell.swift +++ b/Sources/LuminateUI/Components/PersonCell.swift @@ -1,8 +1,22 @@ // // PersonCell.swift -// LuminateUI // -// Created by Brendan Szymanski on 6/5/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // import Adwaita diff --git a/Sources/LuminateUI/Components/PosterCell.swift b/Sources/LuminateUI/Components/PosterCell.swift index eb00375..df25294 100644 --- a/Sources/LuminateUI/Components/PosterCell.swift +++ b/Sources/LuminateUI/Components/PosterCell.swift @@ -1,8 +1,22 @@ // // PosterCell.swift -// LuminateUI // -// Created by Brendan Szymanski on 6/5/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // import Adwaita diff --git a/Sources/LuminateUI/Components/RatingBadge.swift b/Sources/LuminateUI/Components/RatingBadge.swift index 7943a82..adfe680 100644 --- a/Sources/LuminateUI/Components/RatingBadge.swift +++ b/Sources/LuminateUI/Components/RatingBadge.swift @@ -1,8 +1,22 @@ // // RatingBadge.swift -// LuminateUI // -// Created by Brendan Szymanski on 6/5/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // import Adwaita diff --git a/Sources/LuminateUI/Components/SearchView.swift b/Sources/LuminateUI/Components/SearchView.swift index 9e02ee3..039a420 100644 --- a/Sources/LuminateUI/Components/SearchView.swift +++ b/Sources/LuminateUI/Components/SearchView.swift @@ -1,8 +1,22 @@ // // SearchView.swift -// LuminateUI // -// Created by Brendan Szymanski on 6/5/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // import Adwaita diff --git a/Sources/LuminateUI/Components/TVShowView.swift b/Sources/LuminateUI/Components/TVShowView.swift index e109f44..68b7284 100644 --- a/Sources/LuminateUI/Components/TVShowView.swift +++ b/Sources/LuminateUI/Components/TVShowView.swift @@ -1,8 +1,22 @@ // // TVShowView.swift -// LuminateUI // -// Created by Brendan Szymanski on 6/5/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // import Adwaita diff --git a/Sources/LuminateUI/Utilities/AnyView+Overflow.swift b/Sources/LuminateUI/Utilities/AnyView+Overflow.swift index 47106ed..32ea39e 100644 --- a/Sources/LuminateUI/Utilities/AnyView+Overflow.swift +++ b/Sources/LuminateUI/Utilities/AnyView+Overflow.swift @@ -1,8 +1,22 @@ // // AnyView+Overflow.swift -// LuminateUI // -// Created by Brendan Szymanski on 6/8/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // import Adwaita diff --git a/Sources/LuminateUI/Utilities/PageAnimationTracker.swift b/Sources/LuminateUI/Utilities/PageAnimationTracker.swift index 4c59e6d..805c6e1 100644 --- a/Sources/LuminateUI/Utilities/PageAnimationTracker.swift +++ b/Sources/LuminateUI/Utilities/PageAnimationTracker.swift @@ -1,8 +1,22 @@ // // PageAnimationTracker.swift -// LuminateUI // -// Created by Brendan Szymanski on 6/15/26. +// Copyright 2026 Brendan Szymanski +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// SPDX-License-Identifier: GPL-3.0-or-later // import Adwaita