SwiftCOM: adjust the copyright header style (NFC)
The Swift style requires that the copyright header uses the //
as the
comment leader. Failure to do so results in the copyright header being
treated as a documentation block. This adjusts the copyright header to
follow the prescribed style.
Swift/COM
Swift/COM bridges COM interfaces to Swift by generating Swift interfaces for the COM interface.
The current approach is to manually construct high-level interfaces to a handful of COM+ interfaces to enable reflection into the system. It would then allow for the generation of Swift bindings to the COM interface via C. These interfaces can then be wrapped for more idiomatic access.