================ @@ -171,6 +187,31 @@ void DefinitionBlockSeparator::separateBlocks( return false; }; + // Separate License text. + const bool isComment = Lines[I]->isComment(); ---------------- seranu wrote: changed https://github.com/llvm/llvm-project/pull/77918