From 289419ad40fbbfce58001d0564c275905aabfe21 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 10 Dec 2018 21:25:49 -0500 Subject: project: updated meta files and comments with the project's updated name. --- project/pyexts.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'project/pyexts.c') 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 */ /*******************************************************************/ -- cgit v1.2.3