ossp-pkg/rc/rc_util.c 1.13 -> 1.14
--- rc_util.c 2003/07/07 12:55:42 1.13
+++ rc_util.c 2003/07/07 13:30:51 1.14
@@ -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_util.c: Run-command processor ISO C source file
+** rc_util.c: Run-Command Processor ISO C source file
*/
#include <stdlib.h>
|
|