diff options
author | midipix <writeonce@midipix.org> | 2021-08-20 00:00:00 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-12-30 11:30:05 +0000 |
commit | a6044971403d8f7f40bef5e6fe0207aafa5b6f95 (patch) | |
tree | cbd5077a518480d13f45cfec505f82f7fcd39f1e | |
parent | d4fb9b5b663c7902c2518509f7fa0abacea7d044 (diff) | |
download | sbpython2-a6044971403d8f7f40bef5e6fe0207aafa5b6f95.tar.bz2 sbpython2-a6044971403d8f7f40bef5e6fe0207aafa5b6f95.tar.xz |
A new home.
-rw-r--r-- | COPYING.SBPYTHON2 | 2 | ||||
-rw-r--r-- | COPYING.SOFORT | 2 | ||||
-rw-r--r-- | project/pyexts.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/COPYING.SBPYTHON2 b/COPYING.SBPYTHON2 index dcec0c4..bd60852 100644 --- a/COPYING.SBPYTHON2 +++ b/COPYING.SBPYTHON2 @@ -2,7 +2,7 @@ /* */ /* sbpython2: external configurable build project for Python-2.7. */ /* */ -/* Copyright (C) 2018--2021 Z. Gilboa */ +/* Copyright (C) 2018--2021 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/project/pyexts.c b/project/pyexts.c index be4329b..4aab6ec 100644 --- a/project/pyexts.c +++ b/project/pyexts.c @@ -1,6 +1,6 @@ /*******************************************************************/ /* sbpython2: external configurable build project for Python-2.7. */ -/* Copyright (C) 2018 Z. Gilboa */ +/* Copyright (C) 2018 SysDeer Technologies, LLC */ /* Released under the Standard MIT License; see COPYING.SBPYTHON2.*/ /*******************************************************************/ |