summaryrefslogtreecommitdiffhomepage
path: root/src/string
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-08-20 00:00:00 +0000
committermidipix <writeonce@midipix.org>2021-12-30 10:53:44 +0000
commit64e60696fd9cf2e8e672cebd1ed8b52b9b542606 (patch)
tree566aa578745e32a6d230fb0cc71862203125d57d /src/string
parent59d585822cc76b586f64c98d4e940f080ff3e91c (diff)
downloadntapi-64e60696fd9cf2e8e672cebd1ed8b52b9b542606.tar.bz2
ntapi-64e60696fd9cf2e8e672cebd1ed8b52b9b542606.tar.xz
A new home.
Diffstat (limited to 'src/string')
-rw-r--r--src/string/ntapi_tt_aligned_block_memcpy.c2
-rw-r--r--src/string/ntapi_tt_aligned_block_memlock.c2
-rw-r--r--src/string/ntapi_tt_aligned_block_memset.c2
-rw-r--r--src/string/ntapi_tt_aligned_memcpy_utf16.c2
-rw-r--r--src/string/ntapi_tt_dec_utf16_to_uintptr.c2
-rw-r--r--src/string/ntapi_tt_hex_utf16_to_uintptr.c2
-rw-r--r--src/string/ntapi_tt_hex_utf8_to_uintptr.c2
-rw-r--r--src/string/ntapi_tt_init_unicode_string_from_utf16.c2
-rw-r--r--src/string/ntapi_tt_memcpy_utf16.c2
-rw-r--r--src/string/ntapi_tt_strcmp_multibyte.c2
-rw-r--r--src/string/ntapi_tt_strcmp_utf16.c2
-rw-r--r--src/string/ntapi_tt_string_null_offset.c2
-rw-r--r--src/string/ntapi_tt_strncmp_multibyte.c2
-rw-r--r--src/string/ntapi_tt_strncmp_utf16.c2
-rw-r--r--src/string/ntapi_tt_uintptr_to_dec.c2
-rw-r--r--src/string/ntapi_tt_uintptr_to_hex_utf16.c2
-rw-r--r--src/string/ntapi_tt_uintptr_to_hex_utf8.c2
17 files changed, 17 insertions, 17 deletions
diff --git a/src/string/ntapi_tt_aligned_block_memcpy.c b/src/string/ntapi_tt_aligned_block_memcpy.c
index e6f4388..ba5e12b 100644
--- a/src/string/ntapi_tt_aligned_block_memcpy.c
+++ b/src/string/ntapi_tt_aligned_block_memcpy.c
@@ -1,6 +1,6 @@
/********************************************************/
/* ntapi: Native API core library */
-/* Copyright (C) 2013--2021 Z. Gilboa */
+/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */
/********************************************************/
diff --git a/src/string/ntapi_tt_aligned_block_memlock.c b/src/string/ntapi_tt_aligned_block_memlock.c
index c4422b5..fbc9e04 100644
--- a/src/string/ntapi_tt_aligned_block_memlock.c
+++ b/src/string/ntapi_tt_aligned_block_memlock.c
@@ -1,6 +1,6 @@
/********************************************************/
/* ntapi: Native API core library */
-/* Copyright (C) 2013--2021 Z. Gilboa */
+/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */
/********************************************************/
diff --git a/src/string/ntapi_tt_aligned_block_memset.c b/src/string/ntapi_tt_aligned_block_memset.c
index 4958715..07fbbee 100644
--- a/src/string/ntapi_tt_aligned_block_memset.c
+++ b/src/string/ntapi_tt_aligned_block_memset.c
@@ -1,6 +1,6 @@
/********************************************************/
/* ntapi: Native API core library */
-/* Copyright (C) 2013--2021 Z. Gilboa */
+/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */
/********************************************************/
diff --git a/src/string/ntapi_tt_aligned_memcpy_utf16.c b/src/string/ntapi_tt_aligned_memcpy_utf16.c
index ae12ba1..e604e29 100644
--- a/src/string/ntapi_tt_aligned_memcpy_utf16.c
+++ b/src/string/ntapi_tt_aligned_memcpy_utf16.c
@@ -1,6 +1,6 @@
/********************************************************/
/* ntapi: Native API core library */
-/* Copyright (C) 2013--2021 Z. Gilboa */
+/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */
/********************************************************/
diff --git a/src/string/ntapi_tt_dec_utf16_to_uintptr.c b/src/string/ntapi_tt_dec_utf16_to_uintptr.c
index 3a2bf27..39b7ed7 100644
--- a/src/string/ntapi_tt_dec_utf16_to_uintptr.c
+++ b/src/string/ntapi_tt_dec_utf16_to_uintptr.c
@@ -1,6 +1,6 @@
/********************************************************/
/* ntapi: Native API core library */
-/* Copyright (C) 2013--2021 Z. Gilboa */
+/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */
/********************************************************/
diff --git a/src/string/ntapi_tt_hex_utf16_to_uintptr.c b/src/string/ntapi_tt_hex_utf16_to_uintptr.c
index f0141c0..1cbb2d9 100644
--- a/src/string/ntapi_tt_hex_utf16_to_uintptr.c
+++ b/src/string/ntapi_tt_hex_utf16_to_uintptr.c
@@ -1,6 +1,6 @@
/********************************************************/
/* ntapi: Native API core library */
-/* Copyright (C) 2013--2021 Z. Gilboa */
+/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */
/********************************************************/
diff --git a/src/string/ntapi_tt_hex_utf8_to_uintptr.c b/src/string/ntapi_tt_hex_utf8_to_uintptr.c
index d944b3c..1644092 100644
--- a/src/string/ntapi_tt_hex_utf8_to_uintptr.c
+++ b/src/string/ntapi_tt_hex_utf8_to_uintptr.c
@@ -1,6 +1,6 @@
/********************************************************/
/* ntapi: Native API core library */
-/* Copyright (C) 2013--2021 Z. Gilboa */
+/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */
/********************************************************/
diff --git a/src/string/ntapi_tt_init_unicode_string_from_utf16.c b/src/string/ntapi_tt_init_unicode_string_from_utf16.c
index 8a13f04..310c35e 100644
--- a/src/string/ntapi_tt_init_unicode_string_from_utf16.c
+++ b/src/string/ntapi_tt_init_unicode_string_from_utf16.c
@@ -1,6 +1,6 @@
/********************************************************/
/* ntapi: Native API core library */
-/* Copyright (C) 2013--2021 Z. Gilboa */
+/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */
/********************************************************/
diff --git a/src/string/ntapi_tt_memcpy_utf16.c b/src/string/ntapi_tt_memcpy_utf16.c
index 0b76ce9..9d14d01 100644
--- a/src/string/ntapi_tt_memcpy_utf16.c
+++ b/src/string/ntapi_tt_memcpy_utf16.c
@@ -1,6 +1,6 @@
/********************************************************/
/* ntapi: Native API core library */
-/* Copyright (C) 2013--2021 Z. Gilboa */
+/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */
/********************************************************/
diff --git a/src/string/ntapi_tt_strcmp_multibyte.c b/src/string/ntapi_tt_strcmp_multibyte.c
index d66a88a..ce5e5d1 100644
--- a/src/string/ntapi_tt_strcmp_multibyte.c
+++ b/src/string/ntapi_tt_strcmp_multibyte.c
@@ -1,6 +1,6 @@
/********************************************************/
/* ntapi: Native API core library */
-/* Copyright (C) 2013--2021 Z. Gilboa */
+/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */
/********************************************************/
diff --git a/src/string/ntapi_tt_strcmp_utf16.c b/src/string/ntapi_tt_strcmp_utf16.c
index 31066b0..46da629 100644
--- a/src/string/ntapi_tt_strcmp_utf16.c
+++ b/src/string/ntapi_tt_strcmp_utf16.c
@@ -1,6 +1,6 @@
/********************************************************/
/* ntapi: Native API core library */
-/* Copyright (C) 2013--2021 Z. Gilboa */
+/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */
/********************************************************/
diff --git a/src/string/ntapi_tt_string_null_offset.c b/src/string/ntapi_tt_string_null_offset.c
index 0590fab..017e1fe 100644
--- a/src/string/ntapi_tt_string_null_offset.c
+++ b/src/string/ntapi_tt_string_null_offset.c
@@ -1,6 +1,6 @@
/********************************************************/
/* ntapi: Native API core library */
-/* Copyright (C) 2013--2021 Z. Gilboa */
+/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */
/********************************************************/
diff --git a/src/string/ntapi_tt_strncmp_multibyte.c b/src/string/ntapi_tt_strncmp_multibyte.c
index d58df96..0916c09 100644
--- a/src/string/ntapi_tt_strncmp_multibyte.c
+++ b/src/string/ntapi_tt_strncmp_multibyte.c
@@ -1,6 +1,6 @@
/********************************************************/
/* ntapi: Native API core library */
-/* Copyright (C) 2013--2021 Z. Gilboa */
+/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */
/********************************************************/
diff --git a/src/string/ntapi_tt_strncmp_utf16.c b/src/string/ntapi_tt_strncmp_utf16.c
index b50fee6..c4e3c3a 100644
--- a/src/string/ntapi_tt_strncmp_utf16.c
+++ b/src/string/ntapi_tt_strncmp_utf16.c
@@ -1,6 +1,6 @@
/********************************************************/
/* ntapi: Native API core library */
-/* Copyright (C) 2013--2021 Z. Gilboa */
+/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */
/********************************************************/
diff --git a/src/string/ntapi_tt_uintptr_to_dec.c b/src/string/ntapi_tt_uintptr_to_dec.c
index 7bee71d..7c9a86a 100644
--- a/src/string/ntapi_tt_uintptr_to_dec.c
+++ b/src/string/ntapi_tt_uintptr_to_dec.c
@@ -1,6 +1,6 @@
/********************************************************/
/* ntapi: Native API core library */
-/* Copyright (C) 2013--2021 Z. Gilboa */
+/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */
/********************************************************/
diff --git a/src/string/ntapi_tt_uintptr_to_hex_utf16.c b/src/string/ntapi_tt_uintptr_to_hex_utf16.c
index 03cdb3b..b67160d 100644
--- a/src/string/ntapi_tt_uintptr_to_hex_utf16.c
+++ b/src/string/ntapi_tt_uintptr_to_hex_utf16.c
@@ -1,6 +1,6 @@
/********************************************************/
/* ntapi: Native API core library */
-/* Copyright (C) 2013--2021 Z. Gilboa */
+/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */
/********************************************************/
diff --git a/src/string/ntapi_tt_uintptr_to_hex_utf8.c b/src/string/ntapi_tt_uintptr_to_hex_utf8.c
index 6087fb8..f1387ce 100644
--- a/src/string/ntapi_tt_uintptr_to_hex_utf8.c
+++ b/src/string/ntapi_tt_uintptr_to_hex_utf8.c
@@ -1,6 +1,6 @@
/********************************************************/
/* ntapi: Native API core library */
-/* Copyright (C) 2013--2021 Z. Gilboa */
+/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */
/********************************************************/