summaryrefslogtreecommitdiff
path: root/scripts/mkderivedproperties.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mkderivedproperties.pl')
-rw-r--r--[-rwxr-xr-x]scripts/mkderivedproperties.pl12
1 files changed, 3 insertions, 9 deletions
diff --git a/scripts/mkderivedproperties.pl b/scripts/mkderivedproperties.pl
index b6355676..7e1d9065 100755..100644
--- a/scripts/mkderivedproperties.pl
+++ b/scripts/mkderivedproperties.pl
@@ -1,17 +1,11 @@
#!/usr/bin/env perl
################################################################################
-# (C) COPYRIGHT 2000, Eric Busboom <eric@civicknowledge.com>
+# SPDX-FileCopyrightText: 2000, Eric Busboom <eric@civicknowledge.com>
#
-# This library is free software; you can redistribute it and/or modify
-# it under the terms of either:
+# SPDX-License-Identifier: LGPL-2.1-only OR MPL-2.0
#
-# The LGPL as published by the Free Software Foundation, version
-# 2.1, available at: https://www.gnu.org/licenses/lgpl-2.1.txt
#
-# Or:
#
-# The Mozilla Public License Version 2.0. You may obtain a copy of
-# the License at https://www.mozilla.org/MPL/
################################################################################
require "readvaluesfile.pl";
@@ -175,7 +169,7 @@ sub insert_code
if ($e eq "NONE") {
my ($tbd) = 1;
$saveidx++;
- for (; $saveidx < $idx ; $saveidx++, $tbd++) {
+ for (; $saveidx < $idx; $saveidx++, $tbd++) {
$lines{$saveidx} =
" {ICAL_${ucv}_PROPERTY,ICAL_${ucv}_NONE, \"\" }, /*$saveidx*/\n";
}