diff --git a/WultraMobileTokenSDK/Operations/Utils/WMTOperationsErrors.swift b/WultraMobileTokenSDK/Operations/Utils/WMTOperationsErrors.swift index 473239b..feabc12 100644 --- a/WultraMobileTokenSDK/Operations/Utils/WMTOperationsErrors.swift +++ b/WultraMobileTokenSDK/Operations/Utils/WMTOperationsErrors.swift @@ -1,14 +1,18 @@ -/* - * Copyright (c) 2024, Wultra s.r.o. (www.wultra.com). - * - * All rights reserved. This source code can be used only for purposes specified - * by the given license contract signed by the rightful deputy of Wultra s.r.o. - * This source code can be used only by the owner of the license. - * - * Any disputes arising in respect of this agreement (license) shall be brought - * before the Municipal Court of Prague. - * - */ +// +// Copyright 2025 Wultra s.r.o. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions +// and limitations under the License. +// public extension WMTErrorReason { /// Request needs valid powerauth activation. diff --git a/WultraMobileTokenSDK/Push/Model/Utils/WMTHexadecimalString.swift b/WultraMobileTokenSDK/Push/Model/Utils/WMTHexadecimalString.swift index d4109b0..a9bd05c 100644 --- a/WultraMobileTokenSDK/Push/Model/Utils/WMTHexadecimalString.swift +++ b/WultraMobileTokenSDK/Push/Model/Utils/WMTHexadecimalString.swift @@ -1,15 +1,18 @@ -/* - * Copyright (c) 2024, Wultra s.r.o. (www.wultra.com). - * - * All rights reserved. This source code can be used only for purposes specified - * by the given license contract signed by the rightful deputy of Wultra s.r.o. - * This source code can be used only by the owner of the license. - * - * Any disputes arising in respect of this agreement (license) shall be brought - * before the Municipal Court of Prague. - * - */ - +// +// Copyright 2025 Wultra s.r.o. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions +// and limitations under the License. +// import Foundation class WMTHexadecimalString { diff --git a/WultraMobileTokenSDK/Push/Model/Utils/WMTPushErrors.swift b/WultraMobileTokenSDK/Push/Model/Utils/WMTPushErrors.swift index 1533446..714435b 100644 --- a/WultraMobileTokenSDK/Push/Model/Utils/WMTPushErrors.swift +++ b/WultraMobileTokenSDK/Push/Model/Utils/WMTPushErrors.swift @@ -1,15 +1,18 @@ // -/* - * Copyright (c) 2024, Wultra s.r.o. (www.wultra.com). - * - * All rights reserved. This source code can be used only for purposes specified - * by the given license contract signed by the rightful deputy of Wultra s.r.o. - * This source code can be used only by the owner of the license. - * - * Any disputes arising in respect of this agreement (license) shall be brought - * before the Municipal Court of Prague. - * - */ +// Copyright 2025 Wultra s.r.o. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions +// and limitations under the License. +// public extension WMTErrorReason { /// Push registration is already in progress. diff --git a/WultraMobileTokenSDK/WultraMobileToken.swift b/WultraMobileTokenSDK/WultraMobileToken.swift index a139ebb..9b706ca 100644 --- a/WultraMobileTokenSDK/WultraMobileToken.swift +++ b/WultraMobileTokenSDK/WultraMobileToken.swift @@ -1,14 +1,18 @@ -/* - * Copyright (c) 2024, Wultra s.r.o. (www.wultra.com). - * - * All rights reserved. This source code can be used only for purposes specified - * by the given license contract signed by the rightful deputy of Wultra s.r.o. - * This source code can be used only by the owner of the license. - * - * Any disputes arising in respect of this agreement (license) shall be brought - * before the Municipal Court of Prague. - * - */ +// +// Copyright 2025 Wultra s.r.o. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions +// and limitations under the License. +// import Foundation import PowerAuth2