diff --git a/COPYING.SOFORT b/COPYING.SOFORT index 4880eec..5e75bb6 100644 --- a/COPYING.SOFORT +++ b/COPYING.SOFORT @@ -2,7 +2,7 @@ /* */ /* sofort: portable software project skeleton */ /* */ -/* Copyright (C) 2015--2021 Z. Gilboa */ +/* Copyright (C) 2015--2021 SysDeer Technologies, LLC */ /* */ /* sofort provides a build system that can be incorporated into Works */ /* which may or may not be covered by a copyleft license. THE FOLLOWING */ diff --git a/COPYING.U16PORTS b/COPYING.U16PORTS index 5141ebd..800d595 100644 --- a/COPYING.U16PORTS +++ b/COPYING.U16PORTS @@ -2,7 +2,7 @@ /* */ /* u16ports: u16 variants of wide character string functions. */ /* */ -/* Copyright (C) 2017 Z. Gilboa */ +/* Copyright (C) 2017 SysDeer Technologies, LLC */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ 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. */ /*******************************************************************/