Changeset 28800 in vbox for trunk/src/libs
- Timestamp:
- Apr 27, 2010 8:22:32 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60692
- Location:
- trunk/src/libs
- Files:
-
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/Makefile.kmk
r28592 r28800 5 5 6 6 # 7 # Copyright (C) 2006-2007 Sun Microsystems, Inc.7 # Copyright (C) 2006-2007 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 #17 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17 -
trunk/src/libs/kStuff/Makefile.kmk
r24670 r28800 5 5 6 6 # 7 # Copyright (C) 2007 Sun Microsystems, Inc.7 # Copyright (C) 2007 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 #17 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17 -
trunk/src/libs/kStuff/iprt/kHlpAlloc-iprt.cpp
r8155 r28800 5 5 6 6 /* 7 * Copyright (C) 2007 Sun Microsystems, Inc.7 * Copyright (C) 2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/libs/kStuff/iprt/kHlpAssert-iprt.cpp
r25529 r28800 5 5 6 6 /* 7 * Copyright (C) 2009 Sun Microsystems, Inc.7 * Copyright (C) 2009 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/libs/kStuff/iprt/kHlpEnv-iprt.cpp
r8155 r28800 5 5 6 6 /* 7 * Copyright (C) 2007 Sun Microsystems, Inc.7 * Copyright (C) 2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/libs/kStuff/iprt/kHlpPage-iprt.cpp
r28334 r28800 5 5 6 6 /* 7 * Copyright (C) 2007 Sun Microsystems, Inc.7 * Copyright (C) 2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/libs/kStuff/iprt/kHlpString-iprt.cpp
r8155 r28800 5 5 6 6 /* 7 * Copyright (C) 2007 Sun Microsystems, Inc.7 * Copyright (C) 2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/libs/kStuff/iprt/kRdrFile-iprt.cpp
r28337 r28800 5 5 6 6 /* 7 * Copyright (C) 2007 Sun Microsystems, Inc.7 * Copyright (C) 2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/libs/liblzf-3.4/Makefile.kmk
r26163 r28800 5 5 6 6 # 7 # Copyright (C) 2006-2009 Sun Microsystems, Inc.7 # Copyright (C) 2006-2009 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 #17 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17 -
trunk/src/libs/libpng-1.2.8/Makefile.kmk
r26017 r28800 5 5 6 6 # 7 # Copyright (C) 2006-2008 Sun Microsystems, Inc.7 # Copyright (C) 2006-2008 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 #17 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17 -
trunk/src/libs/libxml2-2.6.30/Makefile.kmk
r26019 r28800 5 5 6 6 # 7 # Copyright (C) 2007 Sun Microsystems, Inc.7 # Copyright (C) 2007 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 #17 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17 -
trunk/src/libs/libxslt-1.1.22/Makefile.kmk
r24224 r28800 5 5 6 6 # 7 # Copyright (C) 2008 Sun Microsystems, Inc.7 # Copyright (C) 2008 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 #17 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17 -
trunk/src/libs/xpcom18a4/Makefile.kmk
r28362 r28800 5 5 6 6 # 7 # Copyright (C) 2006-2007 Sun Microsystems, Inc.7 # Copyright (C) 2006-2007 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 #17 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17 -
trunk/src/libs/xpcom18a4/nsprpub/pr/include/md/_iprt_atomic.h
r16772 r28800 5 5 6 6 /* 7 * Copyright (C) 2009 Sun Microsystems, Inc.7 * Copyright (C) 2009 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/libs/xpcom18a4/python/Makefile.kmk
r28538 r28800 5 5 6 6 # 7 # Copyright (C) 2009-2010 Sun Microsystems, Inc.7 # Copyright (C) 2009-2010 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 #17 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17 -
trunk/src/libs/xpcom18a4/python/gen_python_deps.py
r28537 r28800 1 1 #!/usr/bin/python 2 2 # 3 # Copyright (C) 2009 Sun Microsystems, Inc.3 # Copyright (C) 2009 Oracle Corporation 4 4 # 5 5 # This file is part of VirtualBox Open Source Edition (OSE), as … … 10 10 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 11 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 12 #13 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa14 # Clara, CA 95054 USA or visit http://www.sun.com if you need15 # additional information or have any questions.16 12 # 17 13 -
trunk/src/libs/xpcom18a4/python/vboxxpcom.py
r23473 r28800 1 1 # 2 # Copyright (C) 2008 Sun Microsystems, Inc.2 # Copyright (C) 2008 Oracle Corporation 3 3 # 4 4 # This file is part of VirtualBox Open Source Edition (OSE), as … … 9 9 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 10 10 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 #12 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa13 # Clara, CA 95054 USA or visit http://www.sun.com if you need14 # additional information or have any questions.15 11 # 16 12 -
trunk/src/libs/xpcom18a4/xpcom-namespace-cleanup.map
r23473 r28800 5 5 6 6 # 7 # Copyright (C) 2008 Sun Microsystems, Inc.7 # Copyright (C) 2008 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 15 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 # 17 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 #21 17 22 18 { -
trunk/src/libs/zlib-1.2.1/Makefile.kmk
r23452 r28800 5 5 6 6 # 7 # Copyright (C) 2006-2008 Sun Microsystems, Inc.7 # Copyright (C) 2006-2008 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 #17 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 # Clara, CA 95054 USA or visit http://www.sun.com if you need19 # additional information or have any questions.20 16 # 21 17
Note:
See TracChangeset
for help on using the changeset viewer.