Take python as an example
# Copyright... and
# Copyright...
It doesn't consider the two pieces of code to be the same, so it doesn't detect # Copyright...,just because it has two spaces after #
The result is that it will automatically add the license again.
Take python as an example
# Copyright...and# Copyright...It doesn't consider the two pieces of code to be the same, so it doesn't detect
# Copyright...,just because it has two spaces after#The result is that it will automatically add the license again.