diff --git a/COPYING.BPYTHON2 b/COPYING.BPYTHON2 deleted file mode 100644 index 72ea249..0000000 --- a/COPYING.BPYTHON2 +++ /dev/null @@ -1,26 +0,0 @@ -/*****************************************************************************/ -/* */ -/* bpython2: external configurable build project for Python-2.7. */ -/* */ -/* Copyright (C) 2018 Z. Gilboa */ -/* */ -/* Permission is hereby granted, free of charge, to any person obtaining */ -/* a copy of this software and associated documentation files (the */ -/* "Software"), to deal in the Software without restriction, including */ -/* without limitation the rights to use, copy, modify, merge, publish, */ -/* distribute, sublicense, and/or sell copies of the Software, and to */ -/* permit persons to whom the Software is furnished to do so, subject to */ -/* the following conditions: */ -/* */ -/* The above copyright notice and this permission notice shall be included */ -/* in all copies or substantial portions of the Software. */ -/* */ -/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS */ -/* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ -/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */ -/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ -/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ -/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ -/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* */ -/*****************************************************************************/ diff --git a/COPYING.SBPYTHON2 b/COPYING.SBPYTHON2 new file mode 100644 index 0000000..992361b --- /dev/null +++ b/COPYING.SBPYTHON2 @@ -0,0 +1,26 @@ +/*****************************************************************************/ +/* */ +/* sbpython2: external configurable build project for Python-2.7. */ +/* */ +/* Copyright (C) 2018 Z. Gilboa */ +/* */ +/* Permission is hereby granted, free of charge, to any person obtaining */ +/* a copy of this software and associated documentation files (the */ +/* "Software"), to deal in the Software without restriction, including */ +/* without limitation the rights to use, copy, modify, merge, publish, */ +/* distribute, sublicense, and/or sell copies of the Software, and to */ +/* permit persons to whom the Software is furnished to do so, subject to */ +/* the following conditions: */ +/* */ +/* The above copyright notice and this permission notice shall be included */ +/* in all copies or substantial portions of the Software. */ +/* */ +/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS */ +/* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ +/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */ +/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ +/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ +/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ +/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/* */ +/*****************************************************************************/ diff --git a/README b/README index 17ca01d..1ef19bc 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -bpython2: external configurable build project for Python-2.7. +sbpython2: external configurable build project for Python-2.7. Option 1: hack on Python's build system and tame its setup.py. Option 2: build Python using a clean, external, sofort-based build system. diff --git a/config.project b/config.project index 27ac75f..96b9687 100644 --- a/config.project +++ b/config.project @@ -8,7 +8,7 @@ mb_avoid_version=no mb_pkgname='python2.7' mb_pkgdesc='python2.7' mb_pkgusrc= -mb_pkgrepo='git://midipix.org/bpython2' +mb_pkgrepo='git://midipix.org/sbpython2' mb_pkgpsrc= mb_pkgdurl= mb_pkgdefs= diff --git a/project/pyexts.c b/project/pyexts.c index 44af123..5048ffe 100644 --- a/project/pyexts.c +++ b/project/pyexts.c @@ -1,13 +1,13 @@ /*******************************************************************/ -/* bpython2: external configurable build project for Python-2.7. */ +/* sbpython2: external configurable build project for Python-2.7. */ /* Copyright (C) 2018 Z. Gilboa */ -/* Released under the Standard MIT License; see COPYING.BPYTHON2. */ +/* Released under the Standard MIT License; see COPYING.SBPYTHON2.*/ /*******************************************************************/ /*******************************************************************/ /* pyexts.c: a simple development-time utility for generating */ /* make rules for python's extension modules. The utility is */ -/* included with the bpython2 project for reference only. */ +/* included with the sbpython2 project for reference only. */ /* */ /* cc -std=c99 -D_XOPEN_SOURCE=700 pyexts.c */ /*******************************************************************/