Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 18 additions & 6 deletions ORLib/ConfigManager.swift
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>.
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

import Foundation

Expand Down
24 changes: 18 additions & 6 deletions ORLib/ConsoleProviders/BleProvider.swift
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>.
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

import UIKit
import CoreBluetooth
Expand Down
19 changes: 19 additions & 0 deletions ORLib/ConsoleProviders/GeofenceProvider.swift
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>.
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

import UIKit
import CoreLocation

Expand Down
25 changes: 18 additions & 7 deletions ORLib/ConsoleProviders/PushNotificationProvider.swift
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>.
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

import UIKit
import UserNotifications
Expand Down
24 changes: 18 additions & 6 deletions ORLib/ConsoleProviders/QrScannerProvider.swift
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>.
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

import UIKit
import AVFoundation
Expand Down
24 changes: 18 additions & 6 deletions ORLib/ConsoleProviders/StorageProvider.swift
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>.
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

import UIKit

Expand Down
24 changes: 18 additions & 6 deletions ORLib/Models/ORAppInfo.swift
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>.
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

import Foundation

Expand Down
24 changes: 18 additions & 6 deletions ORLib/Models/ORConsoleConfig.swift
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>.
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

import Foundation

Expand Down
25 changes: 18 additions & 7 deletions ORLib/Models/ORLinkConfig.swift
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>.
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

import UIKit

Expand Down
24 changes: 18 additions & 6 deletions ORLib/Models/ORPushNotificationAction.swift
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>.
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

import UIKit

Expand Down
24 changes: 18 additions & 6 deletions ORLib/Models/ORPushNotificationButton.swift
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>.
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

import UIKit

Expand Down
24 changes: 18 additions & 6 deletions ORLib/Models/ProjectConfig.swift
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>.
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

import Foundation

Expand Down
24 changes: 18 additions & 6 deletions ORLib/Network/ApiManager.swift
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>.
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

import Foundation

Expand Down
25 changes: 18 additions & 7 deletions ORLib/Network/HttpApiManager.swift
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>.
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

import UIKit

Expand Down
Loading