diff --git a/ORLib/ConfigManager.swift b/ORLib/ConfigManager.swift index 7626296..04951d4 100644 --- a/ORLib/ConfigManager.swift +++ b/ORLib/ConfigManager.swift @@ -1,9 +1,21 @@ -// -// ConfigManager.swift -// ORLib -// -// Created by Eric Bariaux on 31/08/2022. -// +/* + * Copyright 2025, OpenRemote Inc. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ import Foundation diff --git a/ORLib/ConsoleProviders/BleProvider.swift b/ORLib/ConsoleProviders/BleProvider.swift index 15fc163..50cdb32 100644 --- a/ORLib/ConsoleProviders/BleProvider.swift +++ b/ORLib/ConsoleProviders/BleProvider.swift @@ -1,9 +1,21 @@ -// -// BleProvider.swift -// ORLib -// -// Created by Michael Rademaker on 15/03/2023. -// +/* + * Copyright 2025, OpenRemote Inc. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ import UIKit import CoreBluetooth diff --git a/ORLib/ConsoleProviders/GeofenceProvider.swift b/ORLib/ConsoleProviders/GeofenceProvider.swift index feb24ab..0361dcf 100644 --- a/ORLib/ConsoleProviders/GeofenceProvider.swift +++ b/ORLib/ConsoleProviders/GeofenceProvider.swift @@ -1,3 +1,22 @@ +/* + * Copyright 2025, OpenRemote Inc. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + import UIKit import CoreLocation diff --git a/ORLib/ConsoleProviders/PushNotificationProvider.swift b/ORLib/ConsoleProviders/PushNotificationProvider.swift index 866683d..a2f9d70 100644 --- a/ORLib/ConsoleProviders/PushNotificationProvider.swift +++ b/ORLib/ConsoleProviders/PushNotificationProvider.swift @@ -1,10 +1,21 @@ -// -// PushNotificationProvider.swift -// Eindhoven -// -// Created by Michael Rademaker on 25/05/2018. -// Copyright © 2018 OpenRemote Inc. All rights reserved. -// +/* + * Copyright 2025, OpenRemote Inc. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ import UIKit import UserNotifications diff --git a/ORLib/ConsoleProviders/QrScannerProvider.swift b/ORLib/ConsoleProviders/QrScannerProvider.swift index 15e044a..461b1f1 100644 --- a/ORLib/ConsoleProviders/QrScannerProvider.swift +++ b/ORLib/ConsoleProviders/QrScannerProvider.swift @@ -1,9 +1,21 @@ -// -// QrScannerProver.swift -// ORLib -// -// Created by Michael Rademaker on 22/11/2021. -// +/* + * Copyright 2025, OpenRemote Inc. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ import UIKit import AVFoundation diff --git a/ORLib/ConsoleProviders/StorageProvider.swift b/ORLib/ConsoleProviders/StorageProvider.swift index ea1d9e5..58beb10 100644 --- a/ORLib/ConsoleProviders/StorageProvider.swift +++ b/ORLib/ConsoleProviders/StorageProvider.swift @@ -1,9 +1,21 @@ -// -// StorageProvider.swift -// GoogleToolboxForMac -// -// Created by Michael Rademaker on 05/02/2019. -// +/* + * Copyright 2025, OpenRemote Inc. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ import UIKit diff --git a/ORLib/Models/ORAppInfo.swift b/ORLib/Models/ORAppInfo.swift index 682b9cf..5f60e69 100644 --- a/ORLib/Models/ORAppInfo.swift +++ b/ORLib/Models/ORAppInfo.swift @@ -1,9 +1,21 @@ -// -// ORAppInfo.swift -// ORLib -// -// Created by Eric Bariaux on 21/07/2022. -// +/* + * Copyright 2025, OpenRemote Inc. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ import Foundation diff --git a/ORLib/Models/ORConsoleConfig.swift b/ORLib/Models/ORConsoleConfig.swift index 0f1739a..49b1d2e 100644 --- a/ORLib/Models/ORConsoleConfig.swift +++ b/ORLib/Models/ORConsoleConfig.swift @@ -1,9 +1,21 @@ -// -// ORConsoleConfig.swift -// ORLib -// -// Created by Eric Bariaux on 21/07/2022. -// +/* + * Copyright 2025, OpenRemote Inc. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ import Foundation diff --git a/ORLib/Models/ORLinkConfig.swift b/ORLib/Models/ORLinkConfig.swift index 7d9141a..8db19bf 100644 --- a/ORLib/Models/ORLinkConfig.swift +++ b/ORLib/Models/ORLinkConfig.swift @@ -1,10 +1,21 @@ -// -// ORLinkConfig.swift -// GenericApp -// -// Created by Michael Rademaker on 21/10/2020. -// Copyright © 2020 OpenRemote. All rights reserved. -// +/* + * Copyright 2025, OpenRemote Inc. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ import UIKit diff --git a/ORLib/Models/ORPushNotificationAction.swift b/ORLib/Models/ORPushNotificationAction.swift index 9b727f2..a20710b 100644 --- a/ORLib/Models/ORPushNotificationAction.swift +++ b/ORLib/Models/ORPushNotificationAction.swift @@ -1,9 +1,21 @@ -// -// ORPushNotificationAction.swift -// ORLib -// -// Created by Michael Rademaker on 01/08/2018. -// +/* + * Copyright 2025, OpenRemote Inc. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ import UIKit diff --git a/ORLib/Models/ORPushNotificationButton.swift b/ORLib/Models/ORPushNotificationButton.swift index 30d50f8..7a833db 100644 --- a/ORLib/Models/ORPushNotificationButton.swift +++ b/ORLib/Models/ORPushNotificationButton.swift @@ -1,9 +1,21 @@ -// -// ORPushNotificationButton.swift -// ORLib -// -// Created by Michael Rademaker on 07/08/2018. -// +/* + * Copyright 2025, OpenRemote Inc. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ import UIKit diff --git a/ORLib/Models/ProjectConfig.swift b/ORLib/Models/ProjectConfig.swift index 5895a85..1083723 100644 --- a/ORLib/Models/ProjectConfig.swift +++ b/ORLib/Models/ProjectConfig.swift @@ -1,9 +1,21 @@ -// -// ProjectConfig.swift -// ORLib -// -// Created by Eric Bariaux on 16/09/2022. -// +/* + * Copyright 2025, OpenRemote Inc. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ import Foundation diff --git a/ORLib/Network/ApiManager.swift b/ORLib/Network/ApiManager.swift index 09bca83..2ee5141 100644 --- a/ORLib/Network/ApiManager.swift +++ b/ORLib/Network/ApiManager.swift @@ -1,9 +1,21 @@ -// -// ApiManager.swift -// ORLib -// -// Created by Eric Bariaux on 31/08/2022. -// +/* + * Copyright 2025, OpenRemote Inc. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ import Foundation diff --git a/ORLib/Network/HttpApiManager.swift b/ORLib/Network/HttpApiManager.swift index 3defbbb..144be5a 100644 --- a/ORLib/Network/HttpApiManager.swift +++ b/ORLib/Network/HttpApiManager.swift @@ -1,10 +1,21 @@ -// -// ApiManager.swift -// GenericApp -// -// Created by nuc on 17/06/2020. -// Copyright © 2020 OpenRemote. All rights reserved. -// +/* + * Copyright 2025, OpenRemote Inc. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ import UIKit diff --git a/ORLib/Network/ORNotificationResource.swift b/ORLib/Network/ORNotificationResource.swift index cee1fd5..d6fd9c7 100644 --- a/ORLib/Network/ORNotificationResource.swift +++ b/ORLib/Network/ORNotificationResource.swift @@ -1,9 +1,21 @@ -// -// ORNotificationResource.swift -// ORLib -// -// Created by Michael Rademaker on 08/08/2018. -// +/* + * Copyright 2025, OpenRemote Inc. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ import UIKit diff --git a/ORLib/ORLib.swift b/ORLib/ORLib.swift index 0e78f78..93ebe82 100644 --- a/ORLib/ORLib.swift +++ b/ORLib/ORLib.swift @@ -1,9 +1,21 @@ -// -// ORLib.swift -// ORLib -// -// Created by Michael Rademaker on 11/10/2021. -// +/* + * Copyright 2025, OpenRemote Inc. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ class ORLib { diff --git a/ORLib/UI/ErrorManager.swift b/ORLib/UI/ErrorManager.swift index 64cedbf..0cee2c2 100644 --- a/ORLib/UI/ErrorManager.swift +++ b/ORLib/UI/ErrorManager.swift @@ -1,8 +1,5 @@ /* - * Copyright 2017, OpenRemote Inc. - * - * See the CONTRIBUTORS.txt file in the distribution for a - * full listing of individual contributors. + * Copyright 2025, OpenRemote Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -15,7 +12,9 @@ * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * along with this program. If not, see . + * + * SPDX-License-Identifier: AGPL-3.0-or-later */ import Foundation diff --git a/ORLib/UI/ORTextInput.swift b/ORLib/UI/ORTextInput.swift index 3b54cd5..7d3f94a 100644 --- a/ORLib/UI/ORTextInput.swift +++ b/ORLib/UI/ORTextInput.swift @@ -1,10 +1,21 @@ -// -// ORTextInput.swift -// GenericApp -// -// Created by Michael Rademaker on 26/10/2020. -// Copyright © 2020 OpenRemote. All rights reserved. -// +/* + * Copyright 2025, OpenRemote Inc. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ import UIKit diff --git a/ORLib/UI/ORViewController.swift b/ORLib/UI/ORViewController.swift index f170deb..0f69109 100644 --- a/ORLib/UI/ORViewController.swift +++ b/ORLib/UI/ORViewController.swift @@ -1,8 +1,5 @@ /* - * Copyright 2017, OpenRemote Inc. - * - * See the CONTRIBUTORS.txt file in the distribution for a - * full listing of individual contributors. + * Copyright 2025, OpenRemote Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -15,7 +12,9 @@ * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * along with this program. If not, see . + * + * SPDX-License-Identifier: AGPL-3.0-or-later */ import Foundation diff --git a/ORLib/UI/OrOfflineViewController.swift b/ORLib/UI/OrOfflineViewController.swift index 0d4162a..37612bd 100644 --- a/ORLib/UI/OrOfflineViewController.swift +++ b/ORLib/UI/OrOfflineViewController.swift @@ -1,9 +1,21 @@ -// -// OfflineViewController.swift -// ORLib -// -// Created by Michael Rademaker on 12/02/2024. -// +/* + * Copyright 2025, OpenRemote Inc. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ import UIKit diff --git a/ORLib/UI/QrScannerViewController.swift b/ORLib/UI/QrScannerViewController.swift index 24c4c49..d7faee6 100644 --- a/ORLib/UI/QrScannerViewController.swift +++ b/ORLib/UI/QrScannerViewController.swift @@ -1,9 +1,21 @@ -// -// QrScannerViewController.swift -// ORLib -// -// Created by Michael Rademaker on 22/11/2021. -// +/* + * Copyright 2025, OpenRemote Inc. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ import AVFoundation import UIKit diff --git a/ORLib/UI/ScannerOverlayPreviewLayer.swift b/ORLib/UI/ScannerOverlayPreviewLayer.swift index 53c523c..fb172e9 100644 --- a/ORLib/UI/ScannerOverlayPreviewLayer.swift +++ b/ORLib/UI/ScannerOverlayPreviewLayer.swift @@ -1,9 +1,21 @@ -// -// ScannerOverlayPreviewLayer.swift -// ORLib -// -// Created by Michael Rademaker on 22/11/2021. -// +/* + * Copyright 2025, OpenRemote Inc. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ import AVFoundation import UIKit diff --git a/ORLib/Utils/ConnectivityChecker.swift b/ORLib/Utils/ConnectivityChecker.swift index e37b4a5..eda7801 100644 --- a/ORLib/Utils/ConnectivityChecker.swift +++ b/ORLib/Utils/ConnectivityChecker.swift @@ -1,9 +1,21 @@ -// -// ConnectivityChecker.swift -// ORLib -// -// Created by Michael Rademaker on 12/02/2024. -// +/* + * Copyright 2025, OpenRemote Inc. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ import Network diff --git a/ORLib/Utils/Constants.swift b/ORLib/Utils/Constants.swift index 51b4414..0774b6b 100644 --- a/ORLib/Utils/Constants.swift +++ b/ORLib/Utils/Constants.swift @@ -1,8 +1,5 @@ /* - * Copyright 2017, OpenRemote Inc. - * - * See the CONTRIBUTORS.txt file in the distribution for a - * full listing of individual contributors. + * Copyright 2025, OpenRemote Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -15,7 +12,9 @@ * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * along with this program. If not, see . + * + * SPDX-License-Identifier: AGPL-3.0-or-later */ import Foundation diff --git a/ORLib/Utils/String+Utils.swift b/ORLib/Utils/String+Utils.swift index b9ea1bf..0bef895 100644 --- a/ORLib/Utils/String+Utils.swift +++ b/ORLib/Utils/String+Utils.swift @@ -1,10 +1,21 @@ -// -// String+Utils.swift -// GenericApp -// -// Created by Michael Rademaker on 26/10/2020. -// Copyright © 2020 OpenRemote. All rights reserved. -// +/* + * Copyright 2025, OpenRemote Inc. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ import Foundation diff --git a/ORLib/Utils/UIColor+Utils.swift b/ORLib/Utils/UIColor+Utils.swift index 395a66a..6066096 100644 --- a/ORLib/Utils/UIColor+Utils.swift +++ b/ORLib/Utils/UIColor+Utils.swift @@ -1,10 +1,21 @@ -// -// UIColor+Utils.swift -// GenericApp -// -// Created by Michael Rademaker on 26/10/2020. -// Copyright © 2020 OpenRemote. All rights reserved. -// +/* + * Copyright 2025, OpenRemote Inc. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ import Foundation import UIKit diff --git a/ORLib/Utils/UIViewController+Utils.swift b/ORLib/Utils/UIViewController+Utils.swift index b8d9cd4..a78a323 100644 --- a/ORLib/Utils/UIViewController+Utils.swift +++ b/ORLib/Utils/UIViewController+Utils.swift @@ -1,3 +1,22 @@ +/* + * Copyright 2025, OpenRemote Inc. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + import UIKit extension UIViewController { diff --git a/ORLib/Utils/ViewControllerFactory.swift b/ORLib/Utils/ViewControllerFactory.swift index 2b43bea..f0212d8 100644 --- a/ORLib/Utils/ViewControllerFactory.swift +++ b/ORLib/Utils/ViewControllerFactory.swift @@ -1,9 +1,21 @@ -// -// ViewControllerFactory.swift -// ORLib -// -// Created by Michael Rademaker on 18/02/2024. -// +/* + * Copyright 2025, OpenRemote Inc. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ import UIKit diff --git a/ORLib/Utils/WKWebView+Utils.swift b/ORLib/Utils/WKWebView+Utils.swift index da8c9a3..b790850 100644 --- a/ORLib/Utils/WKWebView+Utils.swift +++ b/ORLib/Utils/WKWebView+Utils.swift @@ -1,3 +1,22 @@ +/* + * Copyright 2025, OpenRemote Inc. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + import WebKit extension WKWebView { diff --git a/ORLib/Utils/Window+Utils.swift b/ORLib/Utils/Window+Utils.swift index 8071330..09a7fb4 100644 --- a/ORLib/Utils/Window+Utils.swift +++ b/ORLib/Utils/Window+Utils.swift @@ -1,10 +1,21 @@ -// -// Window+Utils.swift -// GenericApp -// -// Created by Michael Rademaker on 02/11/2020. -// Copyright © 2020 OpenRemote. All rights reserved. -// +/* + * Copyright 2025, OpenRemote Inc. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ import Foundation import UIKit diff --git a/Tests/ConfigManagerTest.swift b/Tests/ConfigManagerTest.swift index 9092abd..c573614 100644 --- a/Tests/ConfigManagerTest.swift +++ b/Tests/ConfigManagerTest.swift @@ -1,9 +1,21 @@ -// -// ConfigManagerTest.swift -// Tests -// -// Created by Eric Bariaux on 31/08/2022. -// +/* + * Copyright 2025, OpenRemote Inc. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ import XCTest diff --git a/Tests/FileApiManager.swift b/Tests/FileApiManager.swift index 4bfea2a..a8ceb6f 100644 --- a/Tests/FileApiManager.swift +++ b/Tests/FileApiManager.swift @@ -1,9 +1,21 @@ -// -// FileApiManager.swift -// Tests -// -// Created by Eric Bariaux on 31/08/2022. -// +/* + * Copyright 2025, OpenRemote Inc. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ import Foundation @testable import ORLib diff --git a/Tests/Fixture.swift b/Tests/Fixture.swift index eb75839..16bacb4 100644 --- a/Tests/Fixture.swift +++ b/Tests/Fixture.swift @@ -1,9 +1,21 @@ -// -// Fixture.swift -// Tests -// -// Created by Eric Bariaux on 17/09/2022. -// +/* + * Copyright 2025, OpenRemote Inc. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ import Foundation @testable import ORLib