summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-01-27 23:58:27 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-01-27 23:58:27 +0200
commit1a041ea2bfa639e0ee422a81f1be8e088f4c2fc9 (patch)
tree9f20f8ffa40d309ea6c1daf71540aaad14380959 /bridges
parentdc433642ab86c55ab1184521f9e7259bed57dab5 (diff)
Corect copyright header and comment
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/msvc_win32_x86-64/codeSnippet.asm11
1 files changed, 4 insertions, 7 deletions
diff --git a/bridges/source/cpp_uno/msvc_win32_x86-64/codeSnippet.asm b/bridges/source/cpp_uno/msvc_win32_x86-64/codeSnippet.asm
index 30322d350411..377132a9623c 100644
--- a/bridges/source/cpp_uno/msvc_win32_x86-64/codeSnippet.asm
+++ b/bridges/source/cpp_uno/msvc_win32_x86-64/codeSnippet.asm
@@ -14,11 +14,11 @@
;;
;; The Initial Developer of the Original Code is
;; Novell, Inc.
-;; Portions created by the Initial Developer are Copyright (C) 2011 the
-;; Initial Developer. All Rights Reserved.
+;; Portions created by the Initial Developer are Copyright (C) 2011
+;; Novell, Inc. All Rights Reserved.
;;
;; Major Contributor(s):
-;; Tor Lillqvist <tml@iki.fi>
+;; Tor Lillqvist <tml@iki.fi>
;; Portions created by Tor Lillqvist are Copyright (C) 2011 Tor Lillqvist. All Rights Reserved.
;;
;; For minor contributions see the git repository.
@@ -40,10 +40,7 @@
;; codeSnippet().
;; This is in a separate file for x86-64 as MSVC doesn't have in-line
-;; assembly for x64. The code here is still partly just a crude copy of
-;; the in-line x86 code from ../msvc_win32_intel that is totally
-;; pointless on x64. But parts have been properly changed into x64
-;; calling convention and might even work.
+;; assembly for x64.
;; Random web links and other documentation about low-level
;; implementation details for the C++/UNO bridge on x64 Windows kept