Changeset 25883 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Jan 18, 2010 11:37:07 AM (15 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/VBoxCredProv
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxCredProv/Makefile.kmk
r25811 r25883 7 7 # Copyright (C) 2009 Sun Microsystems, Inc. 8 8 # 9 # Sun Microsystems, Inc. confidential 10 # All rights reserved 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 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 18 # Clara, CA 95054 USA or visit http://www.sun.com if you need 19 # additional information or have any questions. 11 20 # 12 21 -
trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredPoller.cpp
r25811 r25883 7 7 * Copyright (C) 2009 Sun Microsystems, Inc. 8 8 * 9 * Sun Microsystems, Inc. confidential 10 * All rights reserved 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 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 18 * Clara, CA 95054 USA or visit http://www.sun.com if you need 19 * additional information or have any questions. 11 20 */ 12 21 -
trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredPoller.h
r25811 r25883 7 7 * Copyright (C) 2009 Sun Microsystems, Inc. 8 8 * 9 * Sun Microsystems, Inc. confidential 10 * All rights reserved 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 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 18 * Clara, CA 95054 USA or visit http://www.sun.com if you need 19 * additional information or have any questions. 11 20 */ 12 21 -
trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredProv.rc
r25811 r25883 2 2 * Copyright (C) 2009 Sun Microsystems, Inc. 3 3 * 4 * Sun Microsystems, Inc. confidential 5 * All rights reserved 4 * This file is part of VirtualBox Open Source Edition (OSE), as 5 * available from http://www.virtualbox.org. This file is free software; 6 * you can redistribute it and/or modify it under the terms of the GNU 7 * General Public License (GPL) as published by the Free Software 8 * Foundation, in version 2 as it comes in the "COPYING" file of the 9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 * 12 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 13 * Clara, CA 95054 USA or visit http://www.sun.com if you need 14 * additional information or have any questions. 6 15 */ 7 16 -
trunk/src/VBox/Additions/WINNT/VBoxCredProv/guid.cpp
r25811 r25883 5 5 * Copyright (C) 2009 Sun Microsystems, Inc. 6 6 * 7 * Sun Microsystems, Inc. confidential 8 * All rights reserved 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 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 16 * Clara, CA 95054 USA or visit http://www.sun.com if you need 17 * additional information or have any questions. 9 18 */ 10 19
Note:
See TracChangeset
for help on using the changeset viewer.