Changeset 4481 in vbox for trunk/src/libs/xpcom18a4/xpcom/MoreFiles/MoreFilesX.c
- Timestamp:
- Sep 2, 2007 11:03:09 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/MoreFiles/MoreFilesX.c
r589 r4481 7 7 Version: MoreFilesX 1.0.1 8 8 9 Copyright: © 1992-2002 by Apple Computer, Inc., all rights reserved. 10 11 Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. 12 ("Apple") in consideration of your agreement to the following terms, and your 13 use, installation, modification or redistribution of this Apple software 14 constitutes acceptance of these terms. If you do not agree with these terms, 15 please do not use, install, modify or redistribute this Apple software. 16 17 In consideration of your agreement to abide by the following terms, and subject 18 to these terms, Apple grants you a personal, non-exclusive license, under AppleÕs 19 copyrights in this original Apple software (the "Apple Software"), to use, 20 reproduce, modify and redistribute the Apple Software, with or without 21 modifications, in source and/or binary forms; provided that if you redistribute 22 the Apple Software in its entirety and without modifications, you must retain 23 this notice and the following text and disclaimers in all such redistributions of 24 the Apple Software. Neither the name, trademarks, service marks or logos of 25 Apple Computer, Inc. may be used to endorse or promote products derived from the 26 Apple Software without specific prior written permission from Apple. Except as 27 expressly stated in this notice, no other rights or licenses, express or implied, 28 are granted by Apple herein, including but not limited to any patent rights that 29 may be infringed by your derivative works or by other works in which the Apple 30 Software may be incorporated. 31 32 The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO 33 WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED 34 WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A PARTICULAR 35 PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE OR IN 36 COMBINATION WITH YOUR PRODUCTS. 37 38 IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR 39 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE 40 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 41 ARISING IN ANY WAY OUT OF THE USE, REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION 42 OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER UNDER THEORY OF CONTRACT, TORT 43 (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN IF APPLE HAS BEEN 44 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 45 46 File Ownership: 47 48 DRI: Apple Macintosh Developer Technical Support 49 50 Other Contact: For bug reports, consult the following page on 51 the World Wide Web: 52 http://developer.apple.com/bugreporter/ 53 54 Technology: DTS Sample Code 55 56 Writers: 57 58 (JL) Jim Luther 59 60 Change History (most recent first): 61 62 <4> 8/22/02 JL [3016251] Changed FSMoveRenameObjectUnicode to not use 63 the Temporary folder because it isn't available on 64 NFS volumes. 65 <3> 4/19/02 JL [2853905] Fixed #if test around header includes. 66 <2> 4/19/02 JL [2850624] Fixed C++ compile errors and Project Builder 67 warnings. 68 <2> 4/19/02 JL [2853901] Updated standard disclaimer. 69 <1> 1/25/02 JL MoreFilesX 1.0 9 70 10 */ 11 12 /* ***** BEGIN LICENSE BLOCK ***** 13 * Version: MPL 1.1/GPL 2.0/LGPL 2.1 14 * 15 * The contents of this file are subject to the Mozilla Public License Version 16 * 1.1 (the "License"); you may not use this file except in compliance with 17 * the License. You may obtain a copy of the License at 18 * http://www.mozilla.org/MPL/ 19 * 20 * Software distributed under the License is distributed on an "AS IS" basis, 21 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 22 * for the specific language governing rights and limitations under the 23 * License. 24 * 25 * The Original Code is Mozilla Communicator client code, released 26 * March 31, 1998. 27 * 28 * The Initial Developer of the Original Code is 29 * Netscape Communications Corporation. 30 * Portions created by the Initial Developer are Copyright (C) 2000 31 * the Initial Developer. All Rights Reserved. 32 * 33 * Contributor(s): 34 * 35 * Alternatively, the contents of this file may be used under the terms of 36 * either of the GNU General Public License Version 2 or later (the "GPL"), 37 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 38 * in which case the provisions of the GPL or the LGPL are applicable instead 39 * of those above. If you wish to allow use of your version of this file only 40 * under the terms of either the GPL or the LGPL, and not to allow others to 41 * use your version of this file under the terms of the MPL, indicate your 42 * decision by deleting the provisions above and replace them with the notice 43 * and other provisions required by the GPL or the LGPL. If you do not delete 44 * the provisions above, a recipient may use your version of this file under 45 * the terms of any one of the MPL, the GPL or the LGPL. 46 * 47 * ***** END LICENSE BLOCK ***** */ 48 71 49 72 50 // Modified 2006-01-23 - added this comment.
Note:
See TracChangeset
for help on using the changeset viewer.