Skip to content

Commit a40dde3

Browse files
committed
chore(jni-wrapper): Update license in files created in 2.3
1 parent dcb46e6 commit a40dde3

File tree

8 files changed

+56
-11
lines changed

8 files changed

+56
-11
lines changed

jni-wrapper/src/cpp/jniUtils.cpp

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
//
2-
// Created by Dawid Jenczewski on 16/04/2025.
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.
310
//
411

512
#include "jniUtils.h"

jni-wrapper/src/cpp/jniUtils.h

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
//
2-
// Created by Dawid Jenczewski on 16/04/2025.
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.
310
//
411

512
#ifndef PRIVMXENDPOINT_JNI_H

jni-wrapper/src/cpp/modules/EventApi.cpp

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
//
2-
// Created by Dominika on 06/03/2025.
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.
310
//
411
#include <jni.h>
512
#include <privmx/endpoint/event/EventApi.hpp>

jni-wrapper/src/cpp/modules/EventQueue.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
//
1111

1212
#include <jni.h>
13-
14-
//
15-
// Created by Dawid Jenczewski on 29/08/2024.
16-
//
1713
#include <privmx/endpoint/core/EventQueue.hpp>
1814
#include "../utils.hpp"
1915
#include "../parser.h"

jni-wrapper/src/cpp/modules/ExtKey.cpp

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
//
2-
// Created by Dominika on 06/05/2025.
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.
310
//
411

512
#include "privmx/endpoint/crypto/ExtKey.hpp"

jni-wrapper/src/cpp/modules/UserVerifierInterfaceJNI.cpp

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
//
2-
// Created by Dominika on 27/03/2025.
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.
310
//
411

512
#include "UserVerifierInterfaceJNI.h"

jni-wrapper/src/cpp/modules/UserVerifierInterfaceJNI.h

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
//
2-
// Created by Dominika on 27/03/2025.
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.
310
//
411

512
#include <jni.h>

jni-wrapper/src/cpp/modules/Utils.cpp

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
//
2-
// Created by Dominika on 05/05/2025.
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.
310
//
411

512
#include "../utils.hpp"

0 commit comments

Comments
 (0)