K 10 svn:author V 2 se K 8 svn:date V 27 2020-09-29T10:50:13.912444Z K 7 svn:log V 226 Fix build with -fno-common While here add the ISO/IEC and ITU licenses and fix a compiler warning regarding a mis-compiled comparison (!a == b) --> (!(a == b)) to not compare !a with b (while !(a == b) was clearly intended). END