diff options
author | midipix <writeonce@midipix.org> | 2021-08-20 00:00:00 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-12-30 11:41:57 +0000 |
commit | 84a51ae35113d53c5089df33139ad89bc805f1c4 (patch) | |
tree | ab1b9f5908004ee463e0db32aaa8d96a56c8a727 | |
parent | 3a49863ca35391c761da59205d1cf4a7dd0f691f (diff) | |
download | sltdl-84a51ae35113d53c5089df33139ad89bc805f1c4.tar.bz2 sltdl-84a51ae35113d53c5089df33139ad89bc805f1c4.tar.xz |
A new home.
-rw-r--r-- | COPYING.SLTDL | 2 | ||||
-rw-r--r-- | COPYING.SOFORT | 2 | ||||
-rw-r--r-- | src/core/lt_core.c | 2 | ||||
-rw-r--r-- | src/core/lt_path.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/COPYING.SLTDL b/COPYING.SLTDL index 4d9c6fd..df0b3b6 100644 --- a/COPYING.SLTDL +++ b/COPYING.SLTDL @@ -2,7 +2,7 @@ /* */ /* sltdl: a surrogate ltdl implementation */ /* */ -/* Copyright (C) 2019 Z. Gilboa */ +/* Copyright (C) 2019 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/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/src/core/lt_core.c b/src/core/lt_core.c index 8c26ff3..52c06d5 100644 --- a/src/core/lt_core.c +++ b/src/core/lt_core.c @@ -1,6 +1,6 @@ /*******************************************************************/ /* sltdl: a surrogate ltdl implementation */ -/* Copyright (C) 2019 Z. Gilboa */ +/* Copyright (C) 2019 SysDeer Technologies, LLC */ /* Released under the Standard MIT License; see COPYING.SLTDL. */ /*******************************************************************/ diff --git a/src/core/lt_path.c b/src/core/lt_path.c index 715b470..fce4294 100644 --- a/src/core/lt_path.c +++ b/src/core/lt_path.c @@ -1,6 +1,6 @@ /*******************************************************************/ /* sltdl: a surrogate ltdl implementation */ -/* Copyright (C) 2019 Z. Gilboa */ +/* Copyright (C) 2019 SysDeer Technologies, LLC */ /* Released under the Standard MIT License; see COPYING.SLTDL. */ /*******************************************************************/ |