summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnantha Kesari H Y <hyanantha@php.net>2002-10-29 13:22:39 +0000
committerAnantha Kesari H Y <hyanantha@php.net>2002-10-29 13:22:39 +0000
commitf707c9851d3c6086a7d7aa716829a9140765ad09 (patch)
tree99252cfd81c837dd998324059c6968481b14dd20
parent5433a357d3f418e09d1fedb76c1a26e21fde4332 (diff)
downloadphp-git-f707c9851d3c6086a7d7aa716829a9140765ad09.tar.gz
NetWare related files.
-rw-r--r--netware/start.c41
1 files changed, 17 insertions, 24 deletions
diff --git a/netware/start.c b/netware/start.c
index c9b69b3783..94dea4b261 100644
--- a/netware/start.c
+++ b/netware/start.c
@@ -1,28 +1,21 @@
-/*=============================================================================
-= CodeWarrior Stationery for Creating a NetWare Executable with NKS/LibC
-=
-= Copyright (C) Unpublished Work of Novell, Inc. All Rights Reserved.
-=
-= This work is an unpublished work and contains confidential, proprietary and
-= trade secret information of Novell, Inc. Access to this work is restricted
-= to (i) Novell, Inc. employees who have a need to know how to perform tasks
-= within the scope of their assignments and (ii) entities other than Novell,
-= Inc. who have entered into appropriate license agreements. No part of this
-= work may be used, practiced, performed, copied, distributed, revised, modi-
-= fied, translated, abridged, condensed, expanded, collected, compiled, link-
-= ed, recast, transformed or adapted without the prior written consent of
-= Novell, Inc. Any use or exploitation of this work without authorization
-= could subject the perpetrator to criminal and civil liability.
-=
-= CodeWarrior is a trademark of Metrowerks Corporation, a Motorola Company.
-= NetWare is a trademark of Novell, Inc.
-=
-= When this file is used to instantiate real source code in the CodeWarrior
-= IDE, this copyright notice should be removed and replaced with a different
-= copyright indicating ownership by the developer. Novell assumes no
-= liability for how this sample code is used or modified by any developer.
-===============================================================================
+/*
+ +----------------------------------------------------------------------+
+ | PHP Version 4 |
+ +----------------------------------------------------------------------+
+ | Copyright (c) 1997-2002 The PHP Group |
+ +----------------------------------------------------------------------+
+ | This source file is subject to version 2.02 of the PHP license, |
+ | that is bundled with this package in the file LICENSE, and is |
+ | available at through the world-wide-web at |
+ | http://www.php.net/license/2_02.txt. |
+ | If you did not receive a copy of the PHP license and are unable to |
+ | obtain it through the world-wide-web, please send a note to |
+ | license@php.net so we can mail you a copy immediately. |
+ +----------------------------------------------------------------------+
+ | Authors: Novell, Inc. |
+ +----------------------------------------------------------------------+
*/
+
#include <library.h>
#include <netware.h>
#include <nks/synch.h>