diff options
author | geronimo <geronimo013@gmx.de> | 2012-07-29 15:11:47 +0200 |
---|---|---|
committer | geronimo <geronimo013@gmx.de> | 2012-07-29 15:11:47 +0200 |
commit | 85cb3f04252b0228830903b21c08bb64e9919c18 (patch) | |
tree | 5c00dbd8d296861aa56cca598ee2a36e51971822 /checkLicense.pl | |
parent | 736033f3d532c4814eeff84db5dbf99f0249df6e (diff) | |
download | cmp-85cb3f04252b0228830903b21c08bb64e9919c18.tar.gz cmp-85cb3f04252b0228830903b21c08bb64e9919c18.tar.bz2 |
changed server setup to config file, little rearrangement of sources
Diffstat (limited to 'checkLicense.pl')
-rwxr-xr-x | checkLicense.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkLicense.pl b/checkLicense.pl index 82d71cc..13a0b41 100755 --- a/checkLicense.pl +++ b/checkLicense.pl @@ -136,7 +136,7 @@ sub processFile { $line =~ s/^(?:\/\*+| \*+ |\/+ | \*+\/)(.*)$/$1/; next if $line =~ /^\s*$/; next if $line =~ /^ \*\n/; - @parts = split(/\:\s*/, $line); + @parts = split(/\:\s*/, $line, 2); if ($line =~ /Created on (.+)$/) { $tags{'Created'} = $1; |