summaryrefslogtreecommitdiff
path: root/project/pyexts.c
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-10 21:25:49 -0500
committermidipix <writeonce@midipix.org>2018-12-10 21:25:49 -0500
commit289419ad40fbbfce58001d0564c275905aabfe21 (patch)
tree549cbe42506d4d2b068e79ba0c2c766e9226fdbc /project/pyexts.c
parentc4ed3b2e5a3f6e4e5192c9a4a65d0451caf37820 (diff)
downloadsbpython2-289419ad40fbbfce58001d0564c275905aabfe21.tar.bz2
sbpython2-289419ad40fbbfce58001d0564c275905aabfe21.tar.xz
project: updated meta files and comments with the project's updated name.
Diffstat (limited to 'project/pyexts.c')
-rw-r--r--project/pyexts.c6
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 */
/*******************************************************************/