Skip to content

Commit dcb46e6

Browse files
committed
chore(privmx-endpoint): Update license in Kotlin files created in 2.3
1 parent bf7490f commit dcb46e6

File tree

26 files changed

+286
-0
lines changed

26 files changed

+286
-0
lines changed

privmx-endpoint/src/commonMain/kotlin/com/simplito/kotlin/privmx_endpoint/model/BIP39.kt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
//
2+
// PrivMX Endpoint Kotlin.
3+
// Copyright © 2025 Simplito sp. z o.o.
4+
//
5+
// This file is part of the PrivMX Platform (https://privmx.dev).
6+
// This software is Licensed under the MIT License.
7+
//
8+
// See the License for the specific language governing permissions and
9+
// limitations under the License.
10+
//
11+
112
package com.simplito.kotlin.privmx_endpoint.model
213

314
import com.simplito.kotlin.privmx_endpoint.modules.crypto.ExtKey

privmx-endpoint/src/commonMain/kotlin/com/simplito/kotlin/privmx_endpoint/model/BridgeIdentity.kt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
//
2+
// PrivMX Endpoint Kotlin.
3+
// Copyright © 2025 Simplito sp. z o.o.
4+
//
5+
// This file is part of the PrivMX Platform (https://privmx.dev).
6+
// This software is Licensed under the MIT License.
7+
//
8+
// See the License for the specific language governing permissions and
9+
// limitations under the License.
10+
//
11+
112
package com.simplito.kotlin.privmx_endpoint.model
213

314
/**

privmx-endpoint/src/commonMain/kotlin/com/simplito/kotlin/privmx_endpoint/model/PKIVerificationOptions.kt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
//
2+
// PrivMX Endpoint Kotlin.
3+
// Copyright © 2025 Simplito sp. z o.o.
4+
//
5+
// This file is part of the PrivMX Platform (https://privmx.dev).
6+
// This software is Licensed under the MIT License.
7+
//
8+
// See the License for the specific language governing permissions and
9+
// limitations under the License.
10+
//
11+
112
package com.simplito.kotlin.privmx_endpoint.model
213

314
/**

privmx-endpoint/src/commonMain/kotlin/com/simplito/kotlin/privmx_endpoint/model/UserInfo.kt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
//
2+
// PrivMX Endpoint Kotlin.
3+
// Copyright © 2025 Simplito sp. z o.o.
4+
//
5+
// This file is part of the PrivMX Platform (https://privmx.dev).
6+
// This software is Licensed under the MIT License.
7+
//
8+
// See the License for the specific language governing permissions and
9+
// limitations under the License.
10+
//
11+
112
package com.simplito.kotlin.privmx_endpoint.model
213

314
/**

privmx-endpoint/src/commonMain/kotlin/com/simplito/kotlin/privmx_endpoint/model/VerificationRequest.kt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
//
2+
// PrivMX Endpoint Kotlin.
3+
// Copyright © 2025 Simplito sp. z o.o.
4+
//
5+
// This file is part of the PrivMX Platform (https://privmx.dev).
6+
// This software is Licensed under the MIT License.
7+
//
8+
// See the License for the specific language governing permissions and
9+
// limitations under the License.
10+
//
11+
112
package com.simplito.kotlin.privmx_endpoint.model
213

314
/**

privmx-endpoint/src/commonMain/kotlin/com/simplito/kotlin/privmx_endpoint/model/events/ContextCustomEventData.kt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
//
2+
// PrivMX Endpoint Kotlin.
3+
// Copyright © 2025 Simplito sp. z o.o.
4+
//
5+
// This file is part of the PrivMX Platform (https://privmx.dev).
6+
// This software is Licensed under the MIT License.
7+
//
8+
// See the License for the specific language governing permissions and
9+
// limitations under the License.
10+
//
11+
112
package com.simplito.kotlin.privmx_endpoint.model.events
213

314
/**

privmx-endpoint/src/commonMain/kotlin/com/simplito/kotlin/privmx_endpoint/modules/core/UserVerifierInterface.kt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
//
2+
// PrivMX Endpoint Kotlin.
3+
// Copyright © 2025 Simplito sp. z o.o.
4+
//
5+
// This file is part of the PrivMX Platform (https://privmx.dev).
6+
// This software is Licensed under the MIT License.
7+
//
8+
// See the License for the specific language governing permissions and
9+
// limitations under the License.
10+
//
11+
112
package com.simplito.kotlin.privmx_endpoint.modules.core
213

314
import com.simplito.kotlin.privmx_endpoint.model.VerificationRequest

privmx-endpoint/src/commonMain/kotlin/com/simplito/kotlin/privmx_endpoint/modules/core/utils/Base32.kt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
//
2+
// PrivMX Endpoint Kotlin.
3+
// Copyright © 2025 Simplito sp. z o.o.
4+
//
5+
// This file is part of the PrivMX Platform (https://privmx.dev).
6+
// This software is Licensed under the MIT License.
7+
//
8+
// See the License for the specific language governing permissions and
9+
// limitations under the License.
10+
//
11+
112
package com.simplito.kotlin.privmx_endpoint.modules.core.utils
213

314
expect object Base32 {

privmx-endpoint/src/commonMain/kotlin/com/simplito/kotlin/privmx_endpoint/modules/core/utils/Base64.kt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
//
2+
// PrivMX Endpoint Kotlin.
3+
// Copyright © 2025 Simplito sp. z o.o.
4+
//
5+
// This file is part of the PrivMX Platform (https://privmx.dev).
6+
// This software is Licensed under the MIT License.
7+
//
8+
// See the License for the specific language governing permissions and
9+
// limitations under the License.
10+
//
11+
112
package com.simplito.kotlin.privmx_endpoint.modules.core.utils
213

314
expect object Base64 {

privmx-endpoint/src/commonMain/kotlin/com/simplito/kotlin/privmx_endpoint/modules/core/utils/Hex.kt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
//
2+
// PrivMX Endpoint Kotlin.
3+
// Copyright © 2025 Simplito sp. z o.o.
4+
//
5+
// This file is part of the PrivMX Platform (https://privmx.dev).
6+
// This software is Licensed under the MIT License.
7+
//
8+
// See the License for the specific language governing permissions and
9+
// limitations under the License.
10+
//
11+
112
package com.simplito.kotlin.privmx_endpoint.modules.core.utils
213

314
expect object Hex {

0 commit comments

Comments
 (0)