- Timestamp:
- Aug 3, 2007 9:28:11 AM (17 years ago)
- Location:
- trunk/src/recompiler
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/VBoxREMWrapper.cpp
r3903 r4018 3 3 * 4 4 * VBoxREM Win64 DLL Wrapper. 5 * 6 * innotek GmbH confidential 7 * 8 * Copyright (c) 2006 innotek GmbH 9 * 10 * Author: knut st. osmundsen <[email protected]> 11 * 12 * All Rights Reserved 13 * 5 */ 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. 16 * 17 * If you received this file as part of a commercial VirtualBox 18 * distribution, then only the terms of your commercial VirtualBox 19 * license agreement apply instead of the previous paragraph. 14 20 */ 15 21 -
trunk/src/recompiler/VBoxREMWrapperA.asm
r3726 r4018 4 4 ; VBoxREM Wrapper, Assembly routines and wrapper Templates. 5 5 ; 6 ; innotek GmbH confidential7 ;8 6 ; Copyright (C) 2006-2007 innotek GmbH 9 7 ; 10 ; Author: knut st. osmundsen <[email protected]> 11 ; 12 ; All Rights Reserved 13 ; 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. 15 ; 16 ; If you received this file as part of a commercial VirtualBox 17 ; distribution, then only the terms of your commercial VirtualBox 18 ; license agreement apply instead of the previous paragraph. 14 19 ; 15 20
Note:
See TracChangeset
for help on using the changeset viewer.