Changeset 28800 in vbox for trunk/src/VBox/Additions/WINNT/VBoxCredProv
- Timestamp:
- Apr 27, 2010 8:22:32 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60692
- Location:
- trunk/src/VBox/Additions/WINNT/VBoxCredProv
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxCredProv/Makefile.kmk
r25883 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/VBox/Additions/WINNT/VBoxCredProv/VBoxCredPoller.cpp
r26380 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/VBox/Additions/WINNT/VBoxCredProv/VBoxCredPoller.h
r25883 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/VBox/Additions/WINNT/VBoxCredProv/VBoxCredProv.rc
r25883 r28800 1 1 /* 2 * Copyright (C) 2009 Sun Microsystems, Inc.2 * Copyright (C) 2009 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/VBox/Additions/WINNT/VBoxCredProv/guid.cpp
r25883 r28800 3 3 * guid -- GUID of VBoxCredProv. 4 4 * 5 * Copyright (C) 2009 Sun Microsystems, Inc.5 * Copyright (C) 2009 Oracle Corporation 6 6 * 7 7 * This file is part of VirtualBox Open Source Edition (OSE), as … … 12 12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 *15 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa16 * Clara, CA 95054 USA or visit http://www.sun.com if you need17 * additional information or have any questions.18 14 */ 19 15 -
trunk/src/VBox/Additions/WINNT/VBoxCredProv/testcase/Makefile.kmk
r27901 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
Note:
See TracChangeset
for help on using the changeset viewer.