ossp-pkg/rc/rc.c 1.43 -> 1.44
--- rc.c 2003/07/07 12:55:42 1.43
+++ rc.c 2003/07/07 13:30:51 1.44
@@ -1,9 +1,9 @@
-/* OSSP rc - Run-command processor
+/* OSSP rc - Run-Command Processor
** Copyright (c) 2002-2003 Ralf S. Engelschall
** Copyright (c) 2002-2003 Cable & Wireless Deutschland GmbH
** Copyright (c) 2002-2003 The OSSP Project <http://www.ossp.org/>
**
-** This file is part of OSSP rc, a portable Run-command processor
+** This file is part of OSSP rc, a portable run-command processor
** which can be found at http://www.ossp.org/pkg/lib/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: Run-command processor ISO C source file
+** rc.c: Run-Command Processor ISO C source file
*/
#include <stdlib.h> /* Just for calling 'exit(3)' once */
|
|