summaryrefslogtreecommitdiff
path: root/checkLicense.pl
diff options
context:
space:
mode:
authorgeronimo <geronimo013@gmx.de>2012-07-29 15:11:47 +0200
committergeronimo <geronimo013@gmx.de>2012-07-29 15:11:47 +0200
commit85cb3f04252b0228830903b21c08bb64e9919c18 (patch)
tree5c00dbd8d296861aa56cca598ee2a36e51971822 /checkLicense.pl
parent736033f3d532c4814eeff84db5dbf99f0249df6e (diff)
downloadcmp-85cb3f04252b0228830903b21c08bb64e9919c18.tar.gz
cmp-85cb3f04252b0228830903b21c08bb64e9919c18.tar.bz2
changed server setup to config file, little rearrangement of sources
Diffstat (limited to 'checkLicense.pl')
-rwxr-xr-xcheckLicense.pl2
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;