diff options
author | Lionel Dricot <ploum@ploum.net> | 2012-06-07 12:36:17 +0200 |
---|---|---|
committer | Lionel Dricot <ploum@ploum.net> | 2012-06-07 12:36:17 +0200 |
commit | 4421155eea4a77420ada79d646ac69b7c6b73146 (patch) | |
tree | 7e6a6b7678e26f6b12ca8ad9bf0054623c00e045 /sal | |
parent | ca9967344682a0d3e25d7ebcc9df2c679cb082f8 (diff) |
The correct comment for the assembly file is "#", not "*".
This assembly file is only compiled on x86 Solaris.
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/unx/asm/interlck_x86.s | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/sal/osl/unx/asm/interlck_x86.s b/sal/osl/unx/asm/interlck_x86.s index c1f99008d406..f8acd4871a5f 100644 --- a/sal/osl/unx/asm/interlck_x86.s +++ b/sal/osl/unx/asm/interlck_x86.s @@ -1,29 +1,29 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * <http://www.openoffice.org/license.html> - * for a copy of the LGPLv3 License. - * - ************************************************************************/ +/######################################################################### + # + # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + # + # Copyright 2000, 2010 Oracle and/or its affiliates. + # + # OpenOffice.org - a multi-platform office productivity suite + # + # This file is part of OpenOffice.org. + # + # OpenOffice.org is free software: you can redistribute it and/or modify + # it under the terms of the GNU Lesser General Public License version 3 + # only, as published by the Free Software Foundation. + # + # OpenOffice.org is distributed in the hope that it will be useful, + # but WITHOUT ANY WARRANTY; without even the implied warranty of + # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + # GNU Lesser General Public License version 3 for more details + # (a copy is included in the LICENSE file that accompanied this code). + # + # You should have received a copy of the GNU Lesser General Public License + # version 3 along with OpenOffice.org. If not, see + # <http://www.openoffice.org/license.html> + # for a copy of the LGPLv3 License. + # + ########################################################################/ .section .text,"ax" |