22 | + VALUE "FileDescription", "Bitcoin-Qt (an MIT-licenced Qt4 GUI for the original Bitcoin codebase)"
23 | + VALUE "FileVersion", VER_FILEVERSION_STR
24 | + VALUE "InternalName", "bitcoin-qt"
25 | + VALUE "LegalCopyright", "2009-2012 The Bitcoin developers"
26 | + VALUE "LegalTrademarks1", "Distributed under the MIT/X11 software license, see the accompanying"
27 | + VALUE "LegalTrademarks2", "file COPYING or http://www.opensource.org/licenses/mit-license.php."
I'm pretty sure there's no point to breaking up the message into different properties.
I'm allowed to use 2 rows and I chose the exact format used all over the source, I think that is just fine.
I'm with gruez on this one. LegalCopyright is a separate unit, but I don't see why split LegalTradeMarks1 / LegalTradeMarks2 at a illogical place between two words.
Merged LegalTrademarks2 into LegalTrademarks1 :), you convinced me.