X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..813fb2f63a553c957e917ede5f119b021d6ce391:/osfmk/mach/task_ledger.h diff --git a/osfmk/mach/task_ledger.h b/osfmk/mach/task_ledger.h index 874776fab..5d4bc2585 100644 --- a/osfmk/mach/task_ledger.h +++ b/osfmk/mach/task_ledger.h @@ -1,64 +1,39 @@ /* - * Copyright (c) 2000 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved. * - * @APPLE_LICENSE_HEADER_START@ - * - * 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 + * @APPLE_OSREFERENCE_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 OR NON-INFRINGEMENT. Please see the - * License for the specific language governing rights and limitations - * under the License. + * 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_HEADER_END@ + * @APPLE_OSREFERENCE_LICENSE_HEADER_END@ */ /* * @OSF_COPYRIGHT@ */ + +#ifndef _MACH_TASK_LEDGER_H_ +#define _MACH_TASK_LEDGER_H_ + /* - * HISTORY - * - * Revision 1.1.1.1 1998/09/22 21:05:30 wsanchez - * Import of Mac OS X kernel (~semeria) - * - * Revision 1.1.1.1 1998/03/07 02:25:46 wsanchez - * Import of OSF Mach kernel (~mburg) - * - * Revision 1.1.8.2 1995/01/06 19:51:54 devrcs - * mk6 CR668 - 1.3b26 merge - * [1994/10/14 03:43:13 dwm] - * - * Revision 1.1.8.1 1994/09/23 02:42:55 ezf - * change marker to not FREE - * [1994/09/22 21:43:00 ezf] - * - * Revision 1.1.4.3 1993/09/17 21:35:29 robert - * change marker to OSF_FREE_COPYRIGHT - * [1993/09/17 21:28:49 robert] - * - * Revision 1.1.4.2 1993/06/04 15:13:57 jeffc - * CR9193 - MK5.0 merge. - * [1993/05/18 02:38:04 gm] - * - * Revision 3.0.2.2 1993/05/15 15:42:19 jph - * Merge MK5.0: change LEDGER_REAL_ITEMS to be LEDGER_N_ITEMS. - * [1993/05/15 15:21:21 jph] - * - * Revision 3.0 1992/12/31 22:13:53 ede - * Initial revision for OSF/1 R1.3 - * - * Revision 1.2 1991/08/15 19:16:53 devrcs - * Ledgers: indices for task_ledger exported routines. - * [91/07/18 11:04:31 dwm] - * - * $EndLog$ + * Evolving and likely to change. */ /* @@ -72,3 +47,5 @@ #define LEDGER_N_ITEMS 3 /* Total line items */ #define LEDGER_UNLIMITED 0 /* ignored item.maximum */ + +#endif /* _MACH_TASK_LEDGER_H_ */