CMakeLists.txt and .cmake files of significant size
(more than 2 lines according to our check in tst_license.pl)
now have the copyright and license header.
Existing copyright statements remain intact
Task-number: QTBUG-88621
Change-Id: I6037589b6cb21970616972a95b656119fda64a7e
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
The distinction between the GNU and POSIX flavors is not necessary
anymore since a recent commit that employs a const_cast to support both
flavors unconditionally.
The SUN iconv library is the same as GNU without the -liconv linker
flag. The iconv versions that need or may not need the -liconv linker
flag are covered by one common "iconv" library.
Fixes: QTBUG-84708
Change-Id: I3db530c9403afd9bc3db43849f7da1b4fcda917c
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>