Changeset 5999 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Dec 7, 2007 3:05:06 PM (17 years ago)
- Location:
- trunk/src/VBox/HostDrivers
- Files:
-
- 40 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Makefile.kmk
r5565 r5999 5 5 6 6 # 7 # 7 # Copyright (C) 2006-2007 innotek GmbH 8 8 # 9 # 10 # 11 # 12 # General Public License as published by the Free Software Foundation,13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE14 # distribution. VirtualBox OSE is distributed in the hope that it will15 # be useful, but WITHOUT ANY WARRANTY of any kind.9 # This file is part of VirtualBox Open Source Edition (OSE), as 10 # available from http://www.virtualbox.org. This file is free software; 11 # you can redistribute it and/or modify it under the terms of the GNU 12 # General Public License (GPL) as published by the Free Software 13 # Foundation, in version 2 as it comes in the "COPYING" file of the 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 # 17 17 -
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r5019 r5999 5 5 6 6 # 7 # Copyright (C) 2006-2007 innotek GmbH 8 # 9 # This file is part of VirtualBox Open Source Edition (OSE), as 10 # available from http://www.virtualbox.org. This file is free software; 11 # you can redistribute it and/or modify it under the terms of the GNU 12 # General Public License as published by the Free Software Foundation, 13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 # distribution. VirtualBox OSE is distributed in the hope that it will 15 # be useful, but WITHOUT ANY WARRANTY of any kind. 7 # Copyright (C) 2006-2007 innotek GmbH 8 # 9 # This file is part of VirtualBox Open Source Edition (OSE), as 10 # available from http://www.virtualbox.org. This file is free software; 11 # you can redistribute it and/or modify it under the terms of the GNU 12 # General Public License (GPL) as published by the Free Software 13 # Foundation, in version 2 as it comes in the "COPYING" file of the 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 # 17 # The contents of this file may alternatively be used under the terms 18 # of the Common Development and Distribution License Version 1.0 19 # (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 # VirtualBox OSE distribution, in which case the provisions of the 21 # CDDL are applicable instead of those of the GPL. 22 # 23 # You may elect to license modified versions of this file under the 24 # terms and conditions of either the GPL or the CDDL or both. 25 # 16 26 17 27 DEPTH ?= ../../../.. -
trunk/src/VBox/HostDrivers/Support/SUPDRV.h
r4971 r5999 10 10 * available from http://www.virtualbox.org. This file is free software; 11 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License as published by the Free Software Foundation, 13 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * The contents of this file may alternatively be used under the terms 18 * of the Common Development and Distribution License Version 1.0 19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 * VirtualBox OSE distribution, in which case the provisions of the 21 * CDDL are applicable instead of those of the GPL. 22 * 23 * You may elect to license modified versions of this file under the 24 * terms and conditions of either the GPL or the CDDL or both. 16 25 */ 17 26 -
trunk/src/VBox/HostDrivers/Support/SUPDRVIOC.h
r4824 r5999 10 10 * available from http://www.virtualbox.org. This file is free software; 11 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License as published by the Free Software Foundation, 13 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * The contents of this file may alternatively be used under the terms 18 * of the Common Development and Distribution License Version 1.0 19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 * VirtualBox OSE distribution, in which case the provisions of the 21 * CDDL are applicable instead of those of the GPL. 22 * 23 * You may elect to license modified versions of this file under the 24 * terms and conditions of either the GPL or the CDDL or both. 16 25 */ 17 26 -
trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c
r5606 r5999 10 10 * available from http://www.virtualbox.org. This file is free software; 11 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License as published by the Free Software Foundation, 13 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * The contents of this file may alternatively be used under the terms 18 * of the Common Development and Distribution License Version 1.0 19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 * VirtualBox OSE distribution, in which case the provisions of the 21 * CDDL are applicable instead of those of the GPL. 22 * 23 * You may elect to license modified versions of this file under the 24 * terms and conditions of either the GPL or the CDDL or both. 16 25 */ 17 26 -
trunk/src/VBox/HostDrivers/Support/SUPLib.cpp
r5231 r5999 10 10 * available from http://www.virtualbox.org. This file is free software; 11 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License as published by the Free Software Foundation, 13 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * The contents of this file may alternatively be used under the terms 18 * of the Common Development and Distribution License Version 1.0 19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 * VirtualBox OSE distribution, in which case the provisions of the 21 * CDDL are applicable instead of those of the GPL. 22 * 23 * You may elect to license modified versions of this file under the 24 * terms and conditions of either the GPL or the CDDL or both. 16 25 */ 17 26 -
trunk/src/VBox/HostDrivers/Support/SUPLibInternal.h
r4882 r5999 10 10 * available from http://www.virtualbox.org. This file is free software; 11 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License as published by the Free Software Foundation, 13 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * The contents of this file may alternatively be used under the terms 18 * of the Common Development and Distribution License Version 1.0 19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 * VirtualBox OSE distribution, in which case the provisions of the 21 * CDDL are applicable instead of those of the GPL. 22 * 23 * You may elect to license modified versions of this file under the 24 * terms and conditions of either the GPL or the CDDL or both. 16 25 */ 17 26 -
trunk/src/VBox/HostDrivers/Support/SUPR0.def
r5231 r5999 5 5 6 6 ; 7 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License (GPL) as published by the Free Software 13 ; Foundation, in version 2 as it comes in the "COPYING" file of the 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; The contents of this file may alternatively be used under the terms 18 ; of the Common Development and Distribution License Version 1.0 19 ; (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 ; VirtualBox OSE distribution, in which case the provisions of the 21 ; CDDL are applicable instead of those of the GPL. 22 ; 23 ; You may elect to license modified versions of this file under the 24 ; terms and conditions of either the GPL or the CDDL or both. 16 25 ; 17 26 -
trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp
r4818 r5999 10 10 * available from http://www.virtualbox.org. This file is free software; 11 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License as published by the Free Software Foundation, 13 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * The contents of this file may alternatively be used under the terms 18 * of the Common Development and Distribution License Version 1.0 19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 * VirtualBox OSE distribution, in which case the provisions of the 21 * CDDL are applicable instead of those of the GPL. 22 * 23 * You may elect to license modified versions of this file under the 24 * terms and conditions of either the GPL or the CDDL or both. 16 25 */ 17 26 -
trunk/src/VBox/HostDrivers/Support/darwin/SUPLib-darwin.cpp
r4946 r5999 11 11 * available from http://www.virtualbox.org. This file is free software; 12 12 * you can redistribute it and/or modify it under the terms of the GNU 13 * General Public License as published by the Free Software Foundation, 14 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 13 * General Public License (GPL) as published by the Free Software 14 * Foundation, in version 2 as it comes in the "COPYING" file of the 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 * 18 * The contents of this file may alternatively be used under the terms 19 * of the Common Development and Distribution License Version 1.0 20 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 21 * VirtualBox OSE distribution, in which case the provisions of the 22 * CDDL are applicable instead of those of the GPL. 23 * 24 * You may elect to license modified versions of this file under the 25 * terms and conditions of either the GPL or the CDDL or both. 17 26 */ 18 27 -
trunk/src/VBox/HostDrivers/Support/darwin/load.sh
r4480 r5999 4 4 # For development. 5 5 # 6 # Copyright (C) 2006-2007 innotek GmbH 7 # 8 # This file is part of VirtualBox Open Source Edition (OSE), as 9 # available from http://www.virtualbox.org. This file is free software; 10 # you can redistribute it and/or modify it under the terms of the GNU 11 # General Public License as published by the Free Software Foundation, 12 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 13 # distribution. VirtualBox OSE is distributed in the hope that it will 14 # be useful, but WITHOUT ANY WARRANTY of any kind. 6 # Copyright (C) 2006-2007 innotek GmbH 7 # 8 # This file is part of VirtualBox Open Source Edition (OSE), as 9 # available from http://www.virtualbox.org. This file is free software; 10 # you can redistribute it and/or modify it under the terms of the GNU 11 # General Public License (GPL) as published by the Free Software 12 # Foundation, in version 2 as it comes in the "COPYING" file of the 13 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 # 16 # The contents of this file may alternatively be used under the terms 17 # of the Common Development and Distribution License Version 1.0 18 # (CDDL) only, as it comes in the "COPYING.CDDL" file of the 19 # VirtualBox OSE distribution, in which case the provisions of the 20 # CDDL are applicable instead of those of the GPL. 21 # 22 # You may elect to license modified versions of this file under the 23 # terms and conditions of either the GPL or the CDDL or both. 24 # 15 25 16 26 -
trunk/src/VBox/HostDrivers/Support/freebsd/SUPLib-freebsd.cpp
r4988 r5999 9 9 * available from http://www.virtualbox.org. This file is free software; 10 10 * you can redistribute it and/or modify it under the terms of the GNU 11 * General Public License as published by the Free Software Foundation, 12 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 13 * distribution. VirtualBox OSE is distributed in the hope that it will 14 * be useful, but WITHOUT ANY WARRANTY of any kind. 11 * General Public License (GPL) as published by the Free Software 12 * Foundation, in version 2 as it comes in the "COPYING" file of the 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 * 16 * The contents of this file may alternatively be used under the terms 17 * of the Common Development and Distribution License Version 1.0 18 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 19 * VirtualBox OSE distribution, in which case the provisions of the 20 * CDDL are applicable instead of those of the GPL. 21 * 22 * You may elect to license modified versions of this file under the 23 * terms and conditions of either the GPL or the CDDL or both. 15 24 */ 16 25 -
trunk/src/VBox/HostDrivers/Support/linux/Makefile
r5234 r5999 6 6 # 7 7 # 8 # Copyright (C) 2006-2007 innotek GmbH 9 # 10 # This file is part of VirtualBox Open Source Edition (OSE), as 11 # available from http://www.virtualbox.org. This file is free software; 12 # you can redistribute it and/or modify it under the terms of the GNU 13 # General Public License as published by the Free Software Foundation, 14 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 15 # distribution. VirtualBox OSE is distributed in the hope that it will 16 # be useful, but WITHOUT ANY WARRANTY of any kind. 8 # Copyright (C) 2006-2007 innotek GmbH 9 # 10 # This file is part of VirtualBox Open Source Edition (OSE), as 11 # available from http://www.virtualbox.org. This file is free software; 12 # you can redistribute it and/or modify it under the terms of the GNU 13 # General Public License (GPL) as published by the Free Software 14 # Foundation, in version 2 as it comes in the "COPYING" file of the 15 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 # 18 # The contents of this file may alternatively be used under the terms 19 # of the Common Development and Distribution License Version 1.0 20 # (CDDL) only, as it comes in the "COPYING.CDDL" file of the 21 # VirtualBox OSE distribution, in which case the provisions of the 22 # CDDL are applicable instead of those of the GPL. 23 # 24 # You may elect to license modified versions of this file under the 25 # terms and conditions of either the GPL or the CDDL or both. 17 26 # 18 27 -
trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
r5989 r5999 9 9 * available from http://www.virtualbox.org. This file is free software; 10 10 * you can redistribute it and/or modify it under the terms of the GNU 11 * General Public License as published by the Free Software Foundation, 12 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 13 * distribution. VirtualBox OSE is distributed in the hope that it will 14 * be useful, but WITHOUT ANY WARRANTY of any kind. 11 * General Public License (GPL) as published by the Free Software 12 * Foundation, in version 2 as it comes in the "COPYING" file of the 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 * 16 * The contents of this file may alternatively be used under the terms 17 * of the Common Development and Distribution License Version 1.0 18 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 19 * VirtualBox OSE distribution, in which case the provisions of the 20 * CDDL are applicable instead of those of the GPL. 21 * 22 * You may elect to license modified versions of this file under the 23 * terms and conditions of either the GPL or the CDDL or both. 15 24 * Some lines of code to disable the local APIC on x86_64 machines taken 16 25 * from a Mandriva patch by Gwenole Beauchesne <[email protected]>. -
trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.mod.c
r4071 r5999 11 11 * available from http://www.virtualbox.org. This file is free software; 12 12 * you can redistribute it and/or modify it under the terms of the GNU 13 * General Public License as published by the Free Software Foundation, 14 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 13 * General Public License (GPL) as published by the Free Software 14 * Foundation, in version 2 as it comes in the "COPYING" file of the 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 * 18 * The contents of this file may alternatively be used under the terms 19 * of the Common Development and Distribution License Version 1.0 20 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 21 * VirtualBox OSE distribution, in which case the provisions of the 22 * CDDL are applicable instead of those of the GPL. 23 * 24 * You may elect to license modified versions of this file under the 25 * terms and conditions of either the GPL or the CDDL or both. 17 26 */ 18 27 -
trunk/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp
r4925 r5999 11 11 * available from http://www.virtualbox.org. This file is free software; 12 12 * you can redistribute it and/or modify it under the terms of the GNU 13 * General Public License as published by the Free Software Foundation, 14 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 13 * General Public License (GPL) as published by the Free Software 14 * Foundation, in version 2 as it comes in the "COPYING" file of the 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 * 18 * The contents of this file may alternatively be used under the terms 19 * of the Common Development and Distribution License Version 1.0 20 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 21 * VirtualBox OSE distribution, in which case the provisions of the 22 * CDDL are applicable instead of those of the GPL. 23 * 24 * You may elect to license modified versions of this file under the 25 * terms and conditions of either the GPL or the CDDL or both. 17 26 */ 18 27 -
trunk/src/VBox/HostDrivers/Support/linux/build_in_tmp
r4071 r5999 5 5 # are installed in read-only directory. 6 6 # 7 # Copyright (C) 2007 innotek GmbH 8 # 9 # This file is part of VirtualBox Open Source Edition (OSE), as 10 # available from http://www.virtualbox.org. This file is free software; 11 # you can redistribute it and/or modify it under the terms of the GNU 12 # General Public License as published by the Free Software Foundation, 13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 # distribution. VirtualBox OSE is distributed in the hope that it will 15 # be useful, but WITHOUT ANY WARRANTY of any kind. 7 # Copyright (C) 2007 innotek GmbH 8 # 9 # This file is part of VirtualBox Open Source Edition (OSE), as 10 # available from http://www.virtualbox.org. This file is free software; 11 # you can redistribute it and/or modify it under the terms of the GNU 12 # General Public License (GPL) as published by the Free Software 13 # Foundation, in version 2 as it comes in the "COPYING" file of the 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 # 17 # The contents of this file may alternatively be used under the terms 18 # of the Common Development and Distribution License Version 1.0 19 # (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 # VirtualBox OSE distribution, in which case the provisions of the 21 # CDDL are applicable instead of those of the GPL. 22 # 23 # You may elect to license modified versions of this file under the 24 # terms and conditions of either the GPL or the CDDL or both. 25 # 16 26 17 27 # find a unique temp directory -
trunk/src/VBox/HostDrivers/Support/linux/export_modules
r4071 r5999 4 4 # Create a tar archive containing the sources of the vboxdrv kernel module 5 5 # 6 # Copyright (C) 2007 innotek GmbH 7 # 8 # This file is part of VirtualBox Open Source Edition (OSE), as 9 # available from http://www.virtualbox.org. This file is free software; 10 # you can redistribute it and/or modify it under the terms of the GNU 11 # General Public License as published by the Free Software Foundation, 12 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 13 # distribution. VirtualBox OSE is distributed in the hope that it will 14 # be useful, but WITHOUT ANY WARRANTY of any kind. 6 # Copyright (C) 2007 innotek GmbH 7 # 8 # This file is part of VirtualBox Open Source Edition (OSE), as 9 # available from http://www.virtualbox.org. This file is free software; 10 # you can redistribute it and/or modify it under the terms of the GNU 11 # General Public License (GPL) as published by the Free Software 12 # Foundation, in version 2 as it comes in the "COPYING" file of the 13 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 # 16 # The contents of this file may alternatively be used under the terms 17 # of the Common Development and Distribution License Version 1.0 18 # (CDDL) only, as it comes in the "COPYING.CDDL" file of the 19 # VirtualBox OSE distribution, in which case the provisions of the 20 # CDDL are applicable instead of those of the GPL. 21 # 22 # You may elect to license modified versions of this file under the 23 # terms and conditions of either the GPL or the CDDL or both. 24 # 15 25 16 26 if [ -z "$1" ]; then -
trunk/src/VBox/HostDrivers/Support/linux/files_vboxdrv
r5425 r5999 3 3 # Shared file between Makefile.kmk and export_modules 4 4 # 5 # 5 # Copyright (C) 2007 innotek GmbH 6 6 # 7 # This file is part of VirtualBox Open Source Edition (OSE), as 8 # available from http://www.virtualbox.org. This file is free software; 9 # you can redistribute it and/or modify it under the terms of the GNU 10 # General Public License as published by the Free Software Foundation, 11 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 12 # distribution. VirtualBox OSE is distributed in the hope that it will 13 # be useful, but WITHOUT ANY WARRANTY of any kind. 7 # This file is part of VirtualBox Open Source Edition (OSE), as 8 # available from http://www.virtualbox.org. This file is free software; 9 # you can redistribute it and/or modify it under the terms of the GNU 10 # General Public License (GPL) as published by the Free Software 11 # Foundation, in version 2 as it comes in the "COPYING" file of the 12 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 # 15 # The contents of this file may alternatively be used under the terms 16 # of the Common Development and Distribution License Version 1.0 17 # (CDDL) only, as it comes in the "COPYING.CDDL" file of the 18 # VirtualBox OSE distribution, in which case the provisions of the 19 # CDDL are applicable instead of those of the GPL. 20 # 21 # You may elect to license modified versions of this file under the 22 # terms and conditions of either the GPL or the CDDL or both. 23 # 14 24 15 25 FILES_VBOXDRV_NOBIN=" \ -
trunk/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.def
r4071 r5999 4 4 5 5 ; 6 ; Copyright (C) 2007 innotek GmbH 7 ; 8 ; This file is part of VirtualBox Open Source Edition (OSE), as 9 ; available from http://www.virtualbox.org. This file is free software; 10 ; you can redistribute it and/or modify it under the terms of the GNU 11 ; General Public License as published by the Free Software Foundation, 12 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 13 ; distribution. VirtualBox OSE is distributed in the hope that it will 14 ; be useful, but WITHOUT ANY WARRANTY of any kind. 6 ; Copyright (C) 2007 innotek GmbH 7 ; 8 ; This file is part of VirtualBox Open Source Edition (OSE), as 9 ; available from http://www.virtualbox.org. This file is free software; 10 ; you can redistribute it and/or modify it under the terms of the GNU 11 ; General Public License (GPL) as published by the Free Software 12 ; Foundation, in version 2 as it comes in the "COPYING" file of the 13 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 ; 16 ; The contents of this file may alternatively be used under the terms 17 ; of the Common Development and Distribution License Version 1.0 18 ; (CDDL) only, as it comes in the "COPYING.CDDL" file of the 19 ; VirtualBox OSE distribution, in which case the provisions of the 20 ; CDDL are applicable instead of those of the GPL. 21 ; 22 ; You may elect to license modified versions of this file under the 23 ; terms and conditions of either the GPL or the CDDL or both. 24 ; 15 25 16 26 -
trunk/src/VBox/HostDrivers/Support/os2/SUPLib-os2.cpp
r4935 r5999 10 10 * available from http://www.virtualbox.org. This file is free software; 11 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License as published by the Free Software Foundation, 13 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * The contents of this file may alternatively be used under the terms 18 * of the Common Development and Distribution License Version 1.0 19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 * VirtualBox OSE distribution, in which case the provisions of the 21 * CDDL are applicable instead of those of the GPL. 22 * 23 * You may elect to license modified versions of this file under the 24 * terms and conditions of either the GPL or the CDDL or both. 16 25 */ 17 26 -
trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c
r5929 r5999 10 10 * available from http://www.virtualbox.org. This file is free software; 11 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License as published by the Free Software Foundation, 13 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * The contents of this file may alternatively be used under the terms 18 * of the Common Development and Distribution License Version 1.0 19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 * VirtualBox OSE distribution, in which case the provisions of the 21 * CDDL are applicable instead of those of the GPL. 22 * 23 * You may elect to license modified versions of this file under the 24 * terms and conditions of either the GPL or the CDDL or both. 16 25 */ 17 26 -
trunk/src/VBox/HostDrivers/Support/solaris/SUPLib-solaris.cpp
r5584 r5999 10 10 * available from http://www.virtualbox.org. This file is free software; 11 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License as published by the Free Software Foundation, 13 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * The contents of this file may alternatively be used under the terms 18 * of the Common Development and Distribution License Version 1.0 19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 * VirtualBox OSE distribution, in which case the provisions of the 21 * CDDL are applicable instead of those of the GPL. 22 * 23 * You may elect to license modified versions of this file under the 24 * terms and conditions of either the GPL or the CDDL or both. 16 25 */ 17 26 -
trunk/src/VBox/HostDrivers/Support/testcase/Makefile.kmk
r4829 r5999 5 5 6 6 # 7 # 7 # Copyright (C) 2006-2007 innotek GmbH 8 8 # 9 # This file is part of VirtualBox Open Source Edition (OSE), as 10 # available from http://www.virtualbox.org. This file is free software; 11 # you can redistribute it and/or modify it under the terms of the GNU 12 # General Public License as published by the Free Software Foundation, 13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 # distribution. VirtualBox OSE is distributed in the hope that it will 15 # be useful, but WITHOUT ANY WARRANTY of any kind. 9 # This file is part of VirtualBox Open Source Edition (OSE), as 10 # available from http://www.virtualbox.org. This file is free software; 11 # you can redistribute it and/or modify it under the terms of the GNU 12 # General Public License (GPL) as published by the Free Software 13 # Foundation, in version 2 as it comes in the "COPYING" file of the 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 # 17 # The contents of this file may alternatively be used under the terms 18 # of the Common Development and Distribution License Version 1.0 19 # (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 # VirtualBox OSE distribution, in which case the provisions of the 21 # CDDL are applicable instead of those of the GPL. 22 # 23 # You may elect to license modified versions of this file under the 24 # terms and conditions of either the GPL or the CDDL or both. 25 # 16 26 17 27 DEPTH = ../../../../.. -
trunk/src/VBox/HostDrivers/Support/testcase/SUPInstall.cpp
r4071 r5999 11 11 * available from http://www.virtualbox.org. This file is free software; 12 12 * you can redistribute it and/or modify it under the terms of the GNU 13 * General Public License as published by the Free Software Foundation, 14 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 13 * General Public License (GPL) as published by the Free Software 14 * Foundation, in version 2 as it comes in the "COPYING" file of the 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 * 18 * The contents of this file may alternatively be used under the terms 19 * of the Common Development and Distribution License Version 1.0 20 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 21 * VirtualBox OSE distribution, in which case the provisions of the 22 * CDDL are applicable instead of those of the GPL. 23 * 24 * You may elect to license modified versions of this file under the 25 * terms and conditions of either the GPL or the CDDL or both. 17 26 */ 18 27 -
trunk/src/VBox/HostDrivers/Support/testcase/SUPUninstall.cpp
r4071 r5999 11 11 * available from http://www.virtualbox.org. This file is free software; 12 12 * you can redistribute it and/or modify it under the terms of the GNU 13 * General Public License as published by the Free Software Foundation, 14 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 13 * General Public License (GPL) as published by the Free Software 14 * Foundation, in version 2 as it comes in the "COPYING" file of the 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 * 18 * The contents of this file may alternatively be used under the terms 19 * of the Common Development and Distribution License Version 1.0 20 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 21 * VirtualBox OSE distribution, in which case the provisions of the 22 * CDDL are applicable instead of those of the GPL. 23 * 24 * You may elect to license modified versions of this file under the 25 * terms and conditions of either the GPL or the CDDL or both. 17 26 */ 18 27 -
trunk/src/VBox/HostDrivers/Support/testcase/tstContiguous.cpp
r4071 r5999 11 11 * available from http://www.virtualbox.org. This file is free software; 12 12 * you can redistribute it and/or modify it under the terms of the GNU 13 * General Public License as published by the Free Software Foundation, 14 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 13 * General Public License (GPL) as published by the Free Software 14 * Foundation, in version 2 as it comes in the "COPYING" file of the 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 * 18 * The contents of this file may alternatively be used under the terms 19 * of the Common Development and Distribution License Version 1.0 20 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 21 * VirtualBox OSE distribution, in which case the provisions of the 22 * CDDL are applicable instead of those of the GPL. 23 * 24 * You may elect to license modified versions of this file under the 25 * terms and conditions of either the GPL or the CDDL or both. 17 26 */ 18 27 -
trunk/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp
r4071 r5999 11 11 * available from http://www.virtualbox.org. This file is free software; 12 12 * you can redistribute it and/or modify it under the terms of the GNU 13 * General Public License as published by the Free Software Foundation, 14 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 13 * General Public License (GPL) as published by the Free Software 14 * Foundation, in version 2 as it comes in the "COPYING" file of the 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 * 18 * The contents of this file may alternatively be used under the terms 19 * of the Common Development and Distribution License Version 1.0 20 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 21 * VirtualBox OSE distribution, in which case the provisions of the 22 * CDDL are applicable instead of those of the GPL. 23 * 24 * You may elect to license modified versions of this file under the 25 * terms and conditions of either the GPL or the CDDL or both. 17 26 */ 18 27 -
trunk/src/VBox/HostDrivers/Support/testcase/tstGetPagingMode.cpp
r4071 r5999 11 11 * available from http://www.virtualbox.org. This file is free software; 12 12 * you can redistribute it and/or modify it under the terms of the GNU 13 * General Public License as published by the Free Software Foundation, 14 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 13 * General Public License (GPL) as published by the Free Software 14 * Foundation, in version 2 as it comes in the "COPYING" file of the 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 * 18 * The contents of this file may alternatively be used under the terms 19 * of the Common Development and Distribution License Version 1.0 20 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 21 * VirtualBox OSE distribution, in which case the provisions of the 22 * CDDL are applicable instead of those of the GPL. 23 * 24 * You may elect to license modified versions of this file under the 25 * terms and conditions of either the GPL or the CDDL or both. 17 26 */ 18 27 -
trunk/src/VBox/HostDrivers/Support/testcase/tstInit.cpp
r4071 r5999 11 11 * available from http://www.virtualbox.org. This file is free software; 12 12 * you can redistribute it and/or modify it under the terms of the GNU 13 * General Public License as published by the Free Software Foundation, 14 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 13 * General Public License (GPL) as published by the Free Software 14 * Foundation, in version 2 as it comes in the "COPYING" file of the 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 * 18 * The contents of this file may alternatively be used under the terms 19 * of the Common Development and Distribution License Version 1.0 20 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 21 * VirtualBox OSE distribution, in which case the provisions of the 22 * CDDL are applicable instead of those of the GPL. 23 * 24 * You may elect to license modified versions of this file under the 25 * terms and conditions of either the GPL or the CDDL or both. 17 26 */ 18 27 -
trunk/src/VBox/HostDrivers/Support/testcase/tstInt.cpp
r4829 r5999 10 10 * available from http://www.virtualbox.org. This file is free software; 11 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License as published by the Free Software Foundation, 13 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * The contents of this file may alternatively be used under the terms 18 * of the Common Development and Distribution License Version 1.0 19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 * VirtualBox OSE distribution, in which case the provisions of the 21 * CDDL are applicable instead of those of the GPL. 22 * 23 * You may elect to license modified versions of this file under the 24 * terms and conditions of either the GPL or the CDDL or both. 16 25 */ 17 26 -
trunk/src/VBox/HostDrivers/Support/testcase/tstLow.cpp
r4071 r5999 11 11 * available from http://www.virtualbox.org. This file is free software; 12 12 * you can redistribute it and/or modify it under the terms of the GNU 13 * General Public License as published by the Free Software Foundation, 14 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 13 * General Public License (GPL) as published by the Free Software 14 * Foundation, in version 2 as it comes in the "COPYING" file of the 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 * 18 * The contents of this file may alternatively be used under the terms 19 * of the Common Development and Distribution License Version 1.0 20 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 21 * VirtualBox OSE distribution, in which case the provisions of the 22 * CDDL are applicable instead of those of the GPL. 23 * 24 * You may elect to license modified versions of this file under the 25 * terms and conditions of either the GPL or the CDDL or both. 17 26 */ 18 27 -
trunk/src/VBox/HostDrivers/Support/testcase/tstPage.cpp
r4071 r5999 11 11 * available from http://www.virtualbox.org. This file is free software; 12 12 * you can redistribute it and/or modify it under the terms of the GNU 13 * General Public License as published by the Free Software Foundation, 14 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 13 * General Public License (GPL) as published by the Free Software 14 * Foundation, in version 2 as it comes in the "COPYING" file of the 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 * 18 * The contents of this file may alternatively be used under the terms 19 * of the Common Development and Distribution License Version 1.0 20 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 21 * VirtualBox OSE distribution, in which case the provisions of the 22 * CDDL are applicable instead of those of the GPL. 23 * 24 * You may elect to license modified versions of this file under the 25 * terms and conditions of either the GPL or the CDDL or both. 17 26 */ 18 27 -
trunk/src/VBox/HostDrivers/Support/testcase/tstPin.cpp
r5606 r5999 11 11 * available from http://www.virtualbox.org. This file is free software; 12 12 * you can redistribute it and/or modify it under the terms of the GNU 13 * General Public License as published by the Free Software Foundation, 14 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 15 * distribution. VirtualBox OSE is distributed in the hope that it will 16 * be useful, but WITHOUT ANY WARRANTY of any kind. 13 * General Public License (GPL) as published by the Free Software 14 * Foundation, in version 2 as it comes in the "COPYING" file of the 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 * 18 * The contents of this file may alternatively be used under the terms 19 * of the Common Development and Distribution License Version 1.0 20 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 21 * VirtualBox OSE distribution, in which case the provisions of the 22 * CDDL are applicable instead of those of the GPL. 23 * 24 * You may elect to license modified versions of this file under the 25 * terms and conditions of either the GPL or the CDDL or both. 17 26 */ 18 27 -
trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp
r4961 r5999 10 10 * available from http://www.virtualbox.org. This file is free software; 11 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License as published by the Free Software Foundation, 13 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * The contents of this file may alternatively be used under the terms 18 * of the Common Development and Distribution License Version 1.0 19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 * VirtualBox OSE distribution, in which case the provisions of the 21 * CDDL are applicable instead of those of the GPL. 22 * 23 * You may elect to license modified versions of this file under the 24 * terms and conditions of either the GPL or the CDDL or both. 16 25 */ 17 26 -
trunk/src/VBox/HostDrivers/Support/win/SUPDrvA-win.asm
r4071 r5999 5 5 6 6 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License (GPL) as published by the Free Software 13 ; Foundation, in version 2 as it comes in the "COPYING" file of the 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; The contents of this file may alternatively be used under the terms 18 ; of the Common Development and Distribution License Version 1.0 19 ; (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 ; VirtualBox OSE distribution, in which case the provisions of the 21 ; CDDL are applicable instead of those of the GPL. 22 ; 23 ; You may elect to license modified versions of this file under the 24 ; terms and conditions of either the GPL or the CDDL or both. 25 ; 16 26 17 27 ;******************************************************************************* -
trunk/src/VBox/HostDrivers/Support/win/SUPLib-win.cpp
r5021 r5999 10 10 * available from http://www.virtualbox.org. This file is free software; 11 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License as published by the Free Software Foundation, 13 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * The contents of this file may alternatively be used under the terms 18 * of the Common Development and Distribution License Version 1.0 19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 * VirtualBox OSE distribution, in which case the provisions of the 21 * CDDL are applicable instead of those of the GPL. 22 * 23 * You may elect to license modified versions of this file under the 24 * terms and conditions of either the GPL or the CDDL or both. 16 25 */ 17 26 -
trunk/src/VBox/HostDrivers/Support/win/VBoxDrv.inf
r4423 r5999 4 4 ; INF file for installing the Win32 driver 5 5 ; 6 ; Copyright (C) 2006-2007 innotek GmbH 7 ; 8 ; This file is part of VirtualBox Open Source Edition (OSE), as 9 ; available from http://www.virtualbox.org. This file is free software; 10 ; you can redistribute it and/or modify it under the terms of the GNU 11 ; General Public License as published by the Free Software Foundation, 12 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 13 ; distribution. VirtualBox OSE is distributed in the hope that it will 14 ; be useful, but WITHOUT ANY WARRANTY of any kind. 6 ; Copyright (C) 2006-2007 innotek GmbH 7 ; 8 ; This file is part of VirtualBox Open Source Edition (OSE), as 9 ; available from http://www.virtualbox.org. This file is free software; 10 ; you can redistribute it and/or modify it under the terms of the GNU 11 ; General Public License (GPL) as published by the Free Software 12 ; Foundation, in version 2 as it comes in the "COPYING" file of the 13 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 ; 16 ; The contents of this file may alternatively be used under the terms 17 ; of the Common Development and Distribution License Version 1.0 18 ; (CDDL) only, as it comes in the "COPYING.CDDL" file of the 19 ; VirtualBox OSE distribution, in which case the provisions of the 20 ; CDDL are applicable instead of those of the GPL. 21 ; 22 ; You may elect to license modified versions of this file under the 23 ; terms and conditions of either the GPL or the CDDL or both. 24 ; 15 25 16 26 [Version] -
trunk/src/VBox/HostDrivers/VBoxTAP/Makefile.kmk
r4071 r5999 5 5 6 6 # 7 # Copyright (C) 2006-2007 innotek GmbH 8 # 9 # This file is part of VirtualBox Open Source Edition (OSE), as 10 # available from http://www.virtualbox.org. This file is free software; 11 # you can redistribute it and/or modify it under the terms of the GNU 12 # General Public License as published by the Free Software Foundation, 13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 # distribution. VirtualBox OSE is distributed in the hope that it will 15 # be useful, but WITHOUT ANY WARRANTY of any kind. 7 # Copyright (C) 2006-2007 innotek GmbH 8 # 9 # This file is part of VirtualBox Open Source Edition (OSE), as 10 # available from http://www.virtualbox.org. This file is free software; 11 # you can redistribute it and/or modify it under the terms of the GNU 12 # General Public License (GPL) as published by the Free Software 13 # Foundation, in version 2 as it comes in the "COPYING" file of the 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 # 16 17 17 18 DEPTH ?= ../../../.. -
trunk/src/VBox/HostDrivers/VBoxTAP/VBoxTAP.inf
r4071 r5999 3 3 ; 4 4 ; 5 ; Copyright (C) 2006-2007 innotek GmbH 6 ; 7 ; This file is part of VirtualBox Open Source Edition (OSE), as 8 ; available from http://www.virtualbox.org. This file is free software; 9 ; you can redistribute it and/or modify it under the terms of the GNU 10 ; General Public License as published by the Free Software Foundation, 11 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 12 ; distribution. VirtualBox OSE is distributed in the hope that it will 13 ; be useful, but WITHOUT ANY WARRANTY of any kind. 5 ; Copyright (C) 2006-2007 innotek GmbH 6 ; 7 ; This file is part of VirtualBox Open Source Edition (OSE), as 8 ; available from http://www.virtualbox.org. This file is free software; 9 ; you can redistribute it and/or modify it under the terms of the GNU 10 ; General Public License (GPL) as published by the Free Software 11 ; Foundation, in version 2 as it comes in the "COPYING" file of the 12 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 ; 14 15 15 16 [Version]
Note:
See TracChangeset
for help on using the changeset viewer.