summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2017-05-07 17:07:02 -0400
committerAllen Winter <allen.winter@kdab.com>2017-05-07 17:07:02 -0400
commit878f1ea29a9d8999979c9acbf3f6a6b2f7132974 (patch)
tree4b56b6fff6641693adbd0411cbdf53c7e570ed76 /scripts
parentfa187649dbca12042565625b1671220b3382a983 (diff)
downloadlibical-git-878f1ea29a9d8999979c9acbf3f6a6b2f7132974.tar.gz
Relicense to MPL 2.0 instead of MPL 1.0
fix urls. make source license headers consistent GNU "Lesser" vs. GNU "Library" etc. issue: #297
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mkderivedcomponents.pl23
-rwxr-xr-xscripts/mkderivedparameters.pl4
-rwxr-xr-xscripts/mkderivedproperties.pl4
-rwxr-xr-xscripts/mkderivedvalues.pl4
-rwxr-xr-xscripts/mkrestrictiontable.pl4
-rw-r--r--scripts/readvaluesfile.pl4
6 files changed, 21 insertions, 22 deletions
diff --git a/scripts/mkderivedcomponents.pl b/scripts/mkderivedcomponents.pl
index 599ab582..4a9b3aae 100755
--- a/scripts/mkderivedcomponents.pl
+++ b/scripts/mkderivedcomponents.pl
@@ -3,7 +3,7 @@
# (C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
# http://www.softwarestudio.org
#
-# This program is free software; you can redistribute it and/or modify
+# This library is free software; you can redistribute it and/or modify
# it under the terms of either:
#
# The LGPL as published by the Free Software Foundation, version
@@ -11,7 +11,7 @@
#
# Or:
#
-# The Mozilla Public License Version 1.0. You may obtain a copy of
+# The Mozilla Public License Version 2.0. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
################################################################################
@@ -67,22 +67,22 @@ if ($opt_c or $opt_h and !$opt_i) {
======================================================================
FILE: icalderivedproperties.{c,h}
CREATOR: eric 09 May 1999
-
+
\044Id:\044
-
- (C) COPYRIGHT 1999 Eric Busboom
+
+ (C) COPYRIGHT 1999 Eric Busboom <eric@softwarestudio.org>
http://www.softwarestudio.org
The contents of this file are subject to the Mozilla Public License
Version 1.0 (the "License"); you may not use this file except in
compliance with the License. You may obtain a copy of the License at
http://www.mozilla.org/MPL/
-
+
Software distributed under the License is distributed on an "AS IS"
basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
the License for the specific language governing rights and
limitations under the License.
-
+
======================================================================*/
@@ -125,7 +125,7 @@ icalcomponent* icalcomponent_new_${lc}()
icalcomponent* icalcomponent_vanew_${lc}(...)
{
va_list args;
- struct icalcomponent_impl *impl = icalcomponent_new_impl(ICAL_${uc}_component);
+ struct icalcomponent_impl *impl = icalcomponent_new_impl(ICAL_${uc}_component);
va_start(args,v);
icalcomponent_add_properties(impl, args);
@@ -133,7 +133,7 @@ icalcomponent* icalcomponent_vanew_${lc}(...)
return (icalcomponent*)impl;
}
-
+
EOM
} elsif ($opt_h) { # Make a C header
@@ -154,7 +154,7 @@ EOM
print <<EOM;
-# $comp
+# $comp
package Net::ICal::Component::${ucf};
\@ISA=qw(Net::ICal::Component);
@@ -168,7 +168,7 @@ sub new
# Self is blessed in new_from_ref
- return \$self;
+ return \$self;
}
EOM
@@ -176,4 +176,3 @@ EOM
}
}
-
diff --git a/scripts/mkderivedparameters.pl b/scripts/mkderivedparameters.pl
index 0ce018e3..3a4028dc 100755
--- a/scripts/mkderivedparameters.pl
+++ b/scripts/mkderivedparameters.pl
@@ -3,7 +3,7 @@
# (C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
# http://www.softwarestudio.org
#
-# This program is free software; you can redistribute it and/or modify
+# This library is free software; you can redistribute it and/or modify
# it under the terms of either:
#
# The LGPL as published by the Free Software Foundation, version
@@ -11,7 +11,7 @@
#
# Or:
#
-# The Mozilla Public License Version 1.0. You may obtain a copy of
+# The Mozilla Public License Version 2.0. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
################################################################################
diff --git a/scripts/mkderivedproperties.pl b/scripts/mkderivedproperties.pl
index 638b0105..2f28bdab 100755
--- a/scripts/mkderivedproperties.pl
+++ b/scripts/mkderivedproperties.pl
@@ -3,7 +3,7 @@
# (C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
# http://www.softwarestudio.org
#
-# This program is free software; you can redistribute it and/or modify
+# This library is free software; you can redistribute it and/or modify
# it under the terms of either:
#
# The LGPL as published by the Free Software Foundation, version
@@ -11,7 +11,7 @@
#
# Or:
#
-# The Mozilla Public License Version 1.0. You may obtain a copy of
+# The Mozilla Public License Version 2.0. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
################################################################################
require "readvaluesfile.pl";
diff --git a/scripts/mkderivedvalues.pl b/scripts/mkderivedvalues.pl
index 0190162e..d2e1a717 100755
--- a/scripts/mkderivedvalues.pl
+++ b/scripts/mkderivedvalues.pl
@@ -3,7 +3,7 @@
# (C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
# http://www.softwarestudio.org
#
-# This program is free software; you can redistribute it and/or modify
+# This library is free software; you can redistribute it and/or modify
# it under the terms of either:
#
# The LGPL as published by the Free Software Foundation, version
@@ -11,7 +11,7 @@
#
# Or:
#
-# The Mozilla Public License Version 1.0. You may obtain a copy of
+# The Mozilla Public License Version 2.0. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
################################################################################
diff --git a/scripts/mkrestrictiontable.pl b/scripts/mkrestrictiontable.pl
index ca22f20d..75c58dba 100755
--- a/scripts/mkrestrictiontable.pl
+++ b/scripts/mkrestrictiontable.pl
@@ -3,7 +3,7 @@
# (C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
# http://www.softwarestudio.org
#
-# This program is free software; you can redistribute it and/or modify
+# This library is free software; you can redistribute it and/or modify
# it under the terms of either:
#
# The LGPL as published by the Free Software Foundation, version
@@ -11,7 +11,7 @@
#
# Or:
#
-# The Mozilla Public License Version 1.0. You may obtain a copy of
+# The Mozilla Public License Version 2.0. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
################################################################################
diff --git a/scripts/readvaluesfile.pl b/scripts/readvaluesfile.pl
index dbcc1540..83d20eca 100644
--- a/scripts/readvaluesfile.pl
+++ b/scripts/readvaluesfile.pl
@@ -2,7 +2,7 @@
# (C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
# http://www.softwarestudio.org
#
-# This program is free software; you can redistribute it and/or modify
+# This library is free software; you can redistribute it and/or modify
# it under the terms of either:
#
# The LGPL as published by the Free Software Foundation, version
@@ -10,7 +10,7 @@
#
# Or:
#
-# The Mozilla Public License Version 1.0. You may obtain a copy of
+# The Mozilla Public License Version 2.0. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
################################################################################