diff options
Diffstat (limited to 'project')
-rw-r--r-- | project/pyexts.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 */ /*******************************************************************/ |