]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/kern/makesyscalls.sh
xnu-792.24.17.tar.gz
[apple/xnu.git] / bsd / kern / makesyscalls.sh
index 709cbab6efd34e9d9dd4549875e0e7d581bb0b80..b86904d7897e3fd35de9d230fdd6120c64526d8c 100755 (executable)
@@ -2,33 +2,25 @@
 #      @(#)makesyscalls.sh     8.1 (Berkeley) 6/10/93
 # $FreeBSD: src/sys/kern/makesyscalls.sh,v 1.60 2003/04/01 01:12:24 jeff Exp $
 #
-# Copyright (c) 2006 Apple Computer, Inc. All rights reserved.
+# Copyright (c) 2004 Apple Computer, Inc. All rights reserved.
 #
-# @APPLE_LICENSE_OSREFERENCE_HEADER_START@
+# @APPLE_LICENSE_HEADER_START@
 # 
-# This file contains Original Code and/or Modifications of Original Code 
-# as defined in and that are subject to the Apple Public Source License 
-# Version 2.0 (the 'License'). You may not use this file except in 
-# compliance with the License.  The rights granted to you under the 
-# License may not be used to create, or enable the creation or 
-# redistribution of, unlawful or unlicensed copies of an Apple operating 
-# system, or to circumvent, violate, or enable the circumvention or 
-# violation of, any terms of an Apple operating system software license 
-# agreement.
-#
-# Please obtain a copy of the License at 
-# http://www.opensource.apple.com/apsl/ and read it before using this 
-# file.
-#
-# The Original Code and all software distributed under the License are 
-# distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER 
-# EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, 
-# INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, 
-# FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. 
-# Please see the License for the specific language governing rights and 
-# limitations under the License.
-#
-# @APPLE_LICENSE_OSREFERENCE_HEADER_END@
+# The contents of this file constitute Original Code as defined in and
+# are subject to the Apple Public Source License Version 1.1 (the
+# "License").  You may not use this file except in compliance with the
+# License.  Please obtain a copy of the License at
+# http://www.apple.com/publicsource and read it before using this file.
+# 
+# This Original Code and all software distributed under the License are
+# distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER
+# EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
+# INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
+# FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT.  Please see the
+# License for the specific language governing rights and limitations
+# under the License.
+# 
+# @APPLE_LICENSE_HEADER_END@
 #
 
 set -e
@@ -101,33 +93,25 @@ s/\$//g
                "'
 
                printf "/*\n" > syslegal
-               printf " * Copyright (c) 2006 Apple Computer, Inc. All rights reserved.\n" > syslegal
-               printf " * \n" > syslegal
-               printf " * @APPLE_LICENSE_OSREFERENCE_HEADER_START@ \n" > syslegal
+               printf " * Copyright (c) 2004 Apple Computer, Inc. All rights reserved.\n" > syslegal
                printf " * \n" > syslegal
-               printf " * This file contains Original Code and/or Modifications of Original Code \n" > syslegal
-               printf " * as defined in and that are subject to the Apple Public Source License \n" > syslegal
-               printf " * Version 2.0 (the \"License\"). You may not use this file except in \n" > syslegal
-               printf " * compliance with the License.  The rights granted to you under the \n" > syslegal
-               printf " * License may not be used to create, or enable the creation or \n" > syslegal
-               printf " * redistribution of, unlawful or unlicensed copies of an Apple operating \n" > syslegal
-               printf " * system, or to circumvent, violate, or enable the circumvention or \n" > syslegal
-               printf " * violation of, any terms of an Apple operating system software license \n" > syslegal
-               printf " * agreement. \n" > syslegal
+               printf " * @APPLE_LICENSE_HEADER_START@ \n" > syslegal
                printf " * \n" > syslegal
-               printf " * Please obtain a copy of the License at \n" > syslegal
-               printf " * http://www.opensource.apple.com/apsl/ and read it before using this \n" > syslegal
-               printf " * file. \n" > syslegal
+               printf " * The contents of this file constitute Original Code as defined in and \n" > syslegal
+               printf " * are subject to the Apple Public Source License Version 1.1 (the \n" > syslegal
+               printf " * \"License\").  You may not use this file except in compliance with the \n" > syslegal
+               printf " * License.  Please obtain a copy of the License at \n" > syslegal
+               printf " * http://www.apple.com/publicsource and read it before using this file. \n" > syslegal
                printf " * \n" > syslegal
-               printf " * The Original Code and all software distributed under the License are \n" > syslegal
+               printf " * This Original Code and all software distributed under the License are \n" > syslegal
                printf " * distributed on an \"AS IS\" basis, WITHOUT WARRANTY OF ANY KIND, EITHER \n" > syslegal
                printf " * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, \n" > syslegal
                printf " * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, \n" > syslegal
-               printf " * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. \n" > syslegal
-               printf " * Please see the License for the specific language governing rights and \n" > syslegal
-               printf " * limitations under the License. \n" > syslegal
+               printf " * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT.  Please see the \n" > syslegal
+               printf " * License for the specific language governing rights and limitations \n" > syslegal
+               printf " * under the License. \n" > syslegal
                printf " * \n" > syslegal
-               printf " * @APPLE_LICENSE_OSREFERENCE_HEADER_END@ \n" > syslegal
+               printf " * @APPLE_LICENSE_HEADER_END@ \n" > syslegal
                printf " * \n" > syslegal
                printf " * \n" > syslegal
                printf " * System call switch table.\n *\n" > syslegal