diff options
| author | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2021-01-05 23:16:45 +0000 |
|---|---|---|
| committer | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2021-01-05 23:16:45 +0000 |
| commit | c6bdaf23f2604a237db9c1981f40cda313ee18a5 (patch) | |
| tree | 908652135166edcc9c0374de8f52f0948bfbac6a /src/VBox/Runtime/common/misc | |
| parent | a4a70ae7d883e87f617463e5ea2c6f3b1d1c3e04 (diff) | |
| download | VirtualBox-svn-c6bdaf23f2604a237db9c1981f40cda313ee18a5.tar.gz | |
IPRT: Try make scm happy with zero-alt.S. bugref:9898
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@87182 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Runtime/common/misc')
| -rw-r--r-- | src/VBox/Runtime/common/misc/zero-alt.S | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/src/VBox/Runtime/common/misc/zero-alt.S b/src/VBox/Runtime/common/misc/zero-alt.S index 42e527bfe40..69b9a805cb8 100644 --- a/src/VBox/Runtime/common/misc/zero-alt.S +++ b/src/VBox/Runtime/common/misc/zero-alt.S @@ -1,28 +1,28 @@ -; $Id$ -;; @file -; IPRT - Zero Memory, mach-o version (for arm). -; +/* $Id$ */ +/** @file + * IPRT - Zero Memory, mach-o version (for arm). + */ -; -; Copyright (C) 2013-2020 Oracle Corporation -; -; This file is part of VirtualBox Open Source Edition (OSE), as -; available from http://www.virtualbox.org. This file is free software; -; you can redistribute it and/or modify it under the terms of the GNU -; General Public License (GPL) as published by the Free Software -; Foundation, in version 2 as it comes in the "COPYING" file of the -; VirtualBox OSE distribution. VirtualBox OSE is distributed in the -; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. -; -; The contents of this file may alternatively be used under the terms -; of the Common Development and Distribution License Version 1.0 -; (CDDL) only, as it comes in the "COPYING.CDDL" file of the -; VirtualBox OSE distribution, in which case the provisions of the -; CDDL are applicable instead of those of the GPL. -; -; You may elect to license modified versions of this file under the -; terms and conditions of either the GPL or the CDDL or both. -; +/* + * Copyright (C) 2013-2020 Oracle Corporation + * + * This file is part of VirtualBox Open Source Edition (OSE), as + * available from http://www.virtualbox.org. This file is free software; + * you can redistribute it and/or modify it under the terms of the GNU + * General Public License (GPL) as published by the Free Software + * Foundation, in version 2 as it comes in the "COPYING" file of the + * VirtualBox OSE distribution. VirtualBox OSE is distributed in the + * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. + * + * The contents of this file may alternatively be used under the terms + * of the Common Development and Distribution License Version 1.0 + * (CDDL) only, as it comes in the "COPYING.CDDL" file of the + * VirtualBox OSE distribution, in which case the provisions of the + * CDDL are applicable instead of those of the GPL. + * + * You may elect to license modified versions of this file under the + * terms and conditions of either the GPL or the CDDL or both. + */ ; Putting it in the code segment/section for now. |
