Changeset 77121 in vbox
- Timestamp:
- Feb 1, 2019 3:14:32 PM (6 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/.scm-settings
r77120 r77121 50 50 /r3/win/VBoxRT-msvcr100-win32.def : --external-copyright 51 51 52 /common/ldr/ldrLX.cpp : --external-copyright53 54 52 /common/math/x86/fenv-x86.c : --external-copyright --no-convert-tabs 55 53 -
trunk/src/VBox/Runtime/common/ldr/ldrLX.cpp
r75163 r77121 5 5 6 6 /* 7 * Copyright (C) 2007-2019 Oracle Corporation 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 * 26 * -------------------------------------------------------------------- 27 * 28 * This code is based on: kLdr/kLdrModLX.c from kStuff r113. 29 * 7 30 * Copyright (c) 2006-2007 Knut St. Osmundsen <[email protected]> 8 31 * -
trunk/src/VBox/Runtime/common/ldr/ldrMachO.cpp
r76553 r77121 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 * 25 26 * -------------------------------------------------------------------- 26 27 * 27 * This code is based on: 28 * This code is based on: kLdr/kLdrModMachO.c from kStuff r113. 28 29 * 29 30 * Copyright (c) 2006-2013 Knut St. Osmundsen <[email protected]>
Note:
See TracChangeset
for help on using the changeset viewer.