update copyright notice This addresses the "may not sell ... with a commercial product or service" copyright notice in the files - libraries/ckit/src/parser/util/error-sig.sml - libraries/ckit/src/parser/util/error.sml which upstream fixed immediately upon being informed of the issue.
The upstream development commit cherry picked here is: https://github.com/smlnj/smlnj/commit/4f48994d0f7b434ef258c64cf6aa59b752a13bbe For discussion, see https://github.com/smlnj/smlnj/issues/258
i686 kernel version On arch i686, there is code to fail for kernel version <2.2, but it's written as a case statement that ends at version 4.x. The test is altered to allow arbitrarily kernel versions >=2.2.
"Barak A. Pearlmutter" <barak+git@pearlmutter.net>