]> git.saurik.com Git - apple/boot.git/blobdiff - i386/libsa/printf.c
boot-122.tar.gz
[apple/boot.git] / i386 / libsa / printf.c
index 5013b2ab638c1acde0b31c4e638a9ce2408f86de..970c0e56148ef37c47f912b1fd0ecb8f5157238a 100644 (file)
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 1999 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 1999-2003 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
- * Portions Copyright (c) 1999 Apple Computer, Inc.  All Rights
+ * Portions Copyright (c) 1999-2003 Apple Computer, Inc.  All Rights
  * Reserved.  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 1.1 (the "License").  You may not use this file
+ * Source License Version 2.0 (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.
@@ -69,4 +69,3 @@ int slvprintf(char * str, int len, const char * fmt, va_list ap)
     *pi.str = '\0';
     return (pi.str - str);
 }
-