ossp-pkg/rc/rc.c 1.4 -> 1.5
--- rc.c 2002/02/04 21:48:22 1.4
+++ rc.c 2002/02/04 22:35:20 1.5
@@ -1,9 +1,9 @@
-/* rc - OSSP Runcommand processor
+/* rc - OSSP Run-command processor
** Copyright (c) 2002 Cable & Wireless Deutschland GmbH
** Copyright (c) 2002 The OSSP Project <http://www.ossp.org/>
** Copyright (c) 2002 Ralf S. Engelschall
**
-** This file is part of OSSP rc, a portable Runcommand processor
+** This file is part of OSSP rc, a portable Run-command processor
** which can be found at http://www.ossp.org/pkg/rc/
**
** Permission to use, copy, modify, and distribute this software for
@@ -24,7 +24,7 @@
** OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
** SUCH DAMAGE.
**
-** rc.c: Runcommand processor ANSI C source file
+** rc.c: Run-command processor ANSI C source file
*/
#include <stdio.h>
|
|