summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-08-20 00:00:00 +0000
committermidipix <writeonce@midipix.org>2021-12-30 12:10:09 +0000
commit12ee61bb35e3c6827d6f1019657b271bd51e03ba (patch)
treeca35597fa49a84a1eef3ba950d5bfec6ead2abb4 /src
parenta192224aca065b7eba2e7562be99735438e3003c (diff)
downloadu16ports-12ee61bb35e3c6827d6f1019657b271bd51e03ba.tar.bz2
u16ports-12ee61bb35e3c6827d6f1019657b271bd51e03ba.tar.xz
A new home.
Diffstat (limited to 'src')
-rw-r--r--src/u16_mbrtowc.c2
-rw-r--r--src/u16_mbsinit.c2
-rw-r--r--src/u16_mbstowcs.c2
-rw-r--r--src/u16_wcpcpy.c2
-rw-r--r--src/u16_wcpncpy.c2
-rw-r--r--src/u16_wcscat.c2
-rw-r--r--src/u16_wcschr.c2
-rw-r--r--src/u16_wcscmp.c2
-rw-r--r--src/u16_wcscpy.c2
-rw-r--r--src/u16_wcscspn.c2
-rw-r--r--src/u16_wcsdup.c2
-rw-r--r--src/u16_wcslen.c2
-rw-r--r--src/u16_wcsncat.c2
-rw-r--r--src/u16_wcsncmp.c2
-rw-r--r--src/u16_wcsncpy.c2
-rw-r--r--src/u16_wcsnlen.c2
-rw-r--r--src/u16_wcsrchr.c2
-rw-r--r--src/u16_wcsspn.c2
-rw-r--r--src/u16_wcsstr.c2
-rw-r--r--src/u16_wcstombs.c2
20 files changed, 20 insertions, 20 deletions
diff --git a/src/u16_mbrtowc.c b/src/u16_mbrtowc.c
index 9a83554..4d96c69 100644
--- a/src/u16_mbrtowc.c
+++ b/src/u16_mbrtowc.c
@@ -1,6 +1,6 @@
/*******************************************************************/
/* u16ports: u16 variants of wide character string functions. */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2017 SysDeer Technologies, LLC */
/* Released under the Standard MIT License; see COPYING.U16PORTS. */
/*******************************************************************/
diff --git a/src/u16_mbsinit.c b/src/u16_mbsinit.c
index e7d9272..1e50335 100644
--- a/src/u16_mbsinit.c
+++ b/src/u16_mbsinit.c
@@ -1,6 +1,6 @@
/*******************************************************************/
/* u16ports: u16 variants of wide character string functions. */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2017 SysDeer Technologies, LLC */
/* Released under the Standard MIT License; see COPYING.U16PORTS. */
/*******************************************************************/
diff --git a/src/u16_mbstowcs.c b/src/u16_mbstowcs.c
index 8b84379..7f3428d 100644
--- a/src/u16_mbstowcs.c
+++ b/src/u16_mbstowcs.c
@@ -1,6 +1,6 @@
/*******************************************************************/
/* u16ports: u16 variants of wide character string functions. */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2017 SysDeer Technologies, LLC */
/* Released under the Standard MIT License; see COPYING.U16PORTS. */
/*******************************************************************/
diff --git a/src/u16_wcpcpy.c b/src/u16_wcpcpy.c
index a8ea0dd..ce80d5c 100644
--- a/src/u16_wcpcpy.c
+++ b/src/u16_wcpcpy.c
@@ -1,6 +1,6 @@
/*******************************************************************/
/* u16ports: u16 variants of wide character string functions. */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2017 SysDeer Technologies, LLC */
/* Released under the Standard MIT License; see COPYING.U16PORTS. */
/*******************************************************************/
diff --git a/src/u16_wcpncpy.c b/src/u16_wcpncpy.c
index 6ee5d2d..ef9017c 100644
--- a/src/u16_wcpncpy.c
+++ b/src/u16_wcpncpy.c
@@ -1,6 +1,6 @@
/*******************************************************************/
/* u16ports: u16 variants of wide character string functions. */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2017 SysDeer Technologies, LLC */
/* Released under the Standard MIT License; see COPYING.U16PORTS. */
/*******************************************************************/
diff --git a/src/u16_wcscat.c b/src/u16_wcscat.c
index e735fdf..1f429b7 100644
--- a/src/u16_wcscat.c
+++ b/src/u16_wcscat.c
@@ -1,6 +1,6 @@
/*******************************************************************/
/* u16ports: u16 variants of wide character string functions. */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2017 SysDeer Technologies, LLC */
/* Released under the Standard MIT License; see COPYING.U16PORTS. */
/*******************************************************************/
diff --git a/src/u16_wcschr.c b/src/u16_wcschr.c
index d4cb3cc..fd5d604 100644
--- a/src/u16_wcschr.c
+++ b/src/u16_wcschr.c
@@ -1,6 +1,6 @@
/*******************************************************************/
/* u16ports: u16 variants of wide character string functions. */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2017 SysDeer Technologies, LLC */
/* Released under the Standard MIT License; see COPYING.U16PORTS. */
/*******************************************************************/
diff --git a/src/u16_wcscmp.c b/src/u16_wcscmp.c
index 72bb2e1..f48e906 100644
--- a/src/u16_wcscmp.c
+++ b/src/u16_wcscmp.c
@@ -1,6 +1,6 @@
/*******************************************************************/
/* u16ports: u16 variants of wide character string functions. */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2017 SysDeer Technologies, LLC */
/* Released under the Standard MIT License; see COPYING.U16PORTS. */
/*******************************************************************/
diff --git a/src/u16_wcscpy.c b/src/u16_wcscpy.c
index c990399..b741551 100644
--- a/src/u16_wcscpy.c
+++ b/src/u16_wcscpy.c
@@ -1,6 +1,6 @@
/*******************************************************************/
/* u16ports: u16 variants of wide character string functions. */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2017 SysDeer Technologies, LLC */
/* Released under the Standard MIT License; see COPYING.U16PORTS. */
/*******************************************************************/
diff --git a/src/u16_wcscspn.c b/src/u16_wcscspn.c
index 9870dc7..0b5999b 100644
--- a/src/u16_wcscspn.c
+++ b/src/u16_wcscspn.c
@@ -1,6 +1,6 @@
/*******************************************************************/
/* u16ports: u16 variants of wide character string functions. */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2017 SysDeer Technologies, LLC */
/* Released under the Standard MIT License; see COPYING.U16PORTS. */
/*******************************************************************/
diff --git a/src/u16_wcsdup.c b/src/u16_wcsdup.c
index 367b149..e6253eb 100644
--- a/src/u16_wcsdup.c
+++ b/src/u16_wcsdup.c
@@ -1,6 +1,6 @@
/*******************************************************************/
/* u16ports: u16 variants of wide character string functions. */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2017 SysDeer Technologies, LLC */
/* Released under the Standard MIT License; see COPYING.U16PORTS. */
/*******************************************************************/
diff --git a/src/u16_wcslen.c b/src/u16_wcslen.c
index 4ca31ad..8d072aa 100644
--- a/src/u16_wcslen.c
+++ b/src/u16_wcslen.c
@@ -1,6 +1,6 @@
/*******************************************************************/
/* u16ports: u16 variants of wide character string functions. */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2017 SysDeer Technologies, LLC */
/* Released under the Standard MIT License; see COPYING.U16PORTS. */
/*******************************************************************/
diff --git a/src/u16_wcsncat.c b/src/u16_wcsncat.c
index 0528aaa..7510a1c 100644
--- a/src/u16_wcsncat.c
+++ b/src/u16_wcsncat.c
@@ -1,6 +1,6 @@
/*******************************************************************/
/* u16ports: u16 variants of wide character string functions. */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2017 SysDeer Technologies, LLC */
/* Released under the Standard MIT License; see COPYING.U16PORTS. */
/*******************************************************************/
diff --git a/src/u16_wcsncmp.c b/src/u16_wcsncmp.c
index 66bbcb5..8c0a288 100644
--- a/src/u16_wcsncmp.c
+++ b/src/u16_wcsncmp.c
@@ -1,6 +1,6 @@
/*******************************************************************/
/* u16ports: u16 variants of wide character string functions. */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2017 SysDeer Technologies, LLC */
/* Released under the Standard MIT License; see COPYING.U16PORTS. */
/*******************************************************************/
diff --git a/src/u16_wcsncpy.c b/src/u16_wcsncpy.c
index e5cab8c..46e9664 100644
--- a/src/u16_wcsncpy.c
+++ b/src/u16_wcsncpy.c
@@ -1,6 +1,6 @@
/*******************************************************************/
/* u16ports: u16 variants of wide character string functions. */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2017 SysDeer Technologies, LLC */
/* Released under the Standard MIT License; see COPYING.U16PORTS. */
/*******************************************************************/
diff --git a/src/u16_wcsnlen.c b/src/u16_wcsnlen.c
index d155f89..a636516 100644
--- a/src/u16_wcsnlen.c
+++ b/src/u16_wcsnlen.c
@@ -1,6 +1,6 @@
/*******************************************************************/
/* u16ports: u16 variants of wide character string functions. */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2017 SysDeer Technologies, LLC */
/* Released under the Standard MIT License; see COPYING.U16PORTS. */
/*******************************************************************/
diff --git a/src/u16_wcsrchr.c b/src/u16_wcsrchr.c
index 387854e..e1af1e6 100644
--- a/src/u16_wcsrchr.c
+++ b/src/u16_wcsrchr.c
@@ -1,6 +1,6 @@
/*******************************************************************/
/* u16ports: u16 variants of wide character string functions. */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2017 SysDeer Technologies, LLC */
/* Released under the Standard MIT License; see COPYING.U16PORTS. */
/*******************************************************************/
diff --git a/src/u16_wcsspn.c b/src/u16_wcsspn.c
index 7ba690e..043601b 100644
--- a/src/u16_wcsspn.c
+++ b/src/u16_wcsspn.c
@@ -1,6 +1,6 @@
/*******************************************************************/
/* u16ports: u16 variants of wide character string functions. */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2017 SysDeer Technologies, LLC */
/* Released under the Standard MIT License; see COPYING.U16PORTS. */
/*******************************************************************/
diff --git a/src/u16_wcsstr.c b/src/u16_wcsstr.c
index 63686b6..a1a416e 100644
--- a/src/u16_wcsstr.c
+++ b/src/u16_wcsstr.c
@@ -1,6 +1,6 @@
/*******************************************************************/
/* u16ports: u16 variants of wide character string functions. */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2017 SysDeer Technologies, LLC */
/* Released under the Standard MIT License; see COPYING.U16PORTS. */
/*******************************************************************/
diff --git a/src/u16_wcstombs.c b/src/u16_wcstombs.c
index 9cec117..b0cd9f0 100644
--- a/src/u16_wcstombs.c
+++ b/src/u16_wcstombs.c
@@ -1,6 +1,6 @@
/*******************************************************************/
/* u16ports: u16 variants of wide character string functions. */
-/* Copyright (C) 2017 Z. Gilboa */
+/* Copyright (C) 2017 SysDeer Technologies, LLC */
/* Released under the Standard MIT License; see COPYING.U16PORTS. */
/*******************************************************************/