ossp-pkg/rc/rc.c 1.1 -> 1.2
--- rc.c 2002/01/04 17:14:45 1.1
+++ rc.c 2002/01/08 15:49:02 1.2
@@ -1,11 +1,10 @@
-/*
-** OpenPKG rc - Run-Command Handling for OpenPKG
-** Copyright (c) 2000-2001 Ralf S. Engelschall <rse@engelschall.com>
-** Copyright (c) 2001-2002 The OpenPKG Project (http://www.openpkg.org/)
-** Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
+/* rc - OSSP Runcommand 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 OpenPKG, a packaging facility which can be
-** found at http://www.openpkg.org/
+** This file is part of OSSP rc, a portable Runcommand processor
+** which can be found at http://www.ossp.org/pkg/rc/
**
** Permission to use, copy, modify, and distribute this software for
** any purpose with or without fee is hereby granted, provided that
@@ -25,7 +24,7 @@
** OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
** SUCH DAMAGE.
**
-** rc.c: run-command processor ANSI C source file
+** rc.c: Runcommand processor ANSI C source file
*/
#include <stdio.h>
|
|