Changeset 45463 in vbox
- Timestamp:
- Apr 10, 2013 4:14:53 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84906
- Location:
- trunk/src/VBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-darwin.cpp
r45459 r45463 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 * The contents of this file may alternatively be used under the terms18 * of the Common Development and Distribution License Version 1.019 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the20 * VirtualBox OSE distribution, in which case the provisions of the21 * CDDL are applicable instead of those of the GPL.22 *23 * You may elect to license modified versions of this file under the24 * terms and conditions of either the GPL or the CDDL or both.25 16 */ 26 17 -
trunk/src/VBox/Additions/darwin/Makefile.kmk
r45462 r45463 7 7 # Copyright (C) 2010-2012 Oracle Corporation 8 8 # 9 # Oracle Corporation 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. 11 16 # 12 17 -
trunk/src/VBox/Devices/Network/slirp/dnsproxy/dnsproxy.c
r45324 r45463 11 11 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 12 12 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 13 *14 * The contents of this file may alternatively be used under the terms15 * of the Common Development and Distribution License Version 1.016 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the17 * VirtualBox OSE distribution, in which case the provisions of the18 * CDDL are applicable instead of those of the GPL.19 *20 * You may elect to license modified versions of this file under the21 * terms and conditions of either the GPL or the CDDL or both.22 13 */ 23 14
Note:
See TracChangeset
for help on using the changeset viewer.