summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2019-12-14 18:51:59 -0500
committerAllen Winter <allen.winter@kdab.com>2019-12-14 18:56:23 -0500
commitfba3e4a7705bacd48e07667fc199770a645e1be4 (patch)
tree5d32153c1f6cb0ad1f0dd60ca803dd48540919df /scripts
parentb4fb65b481e2be046c4801969c43ad7b641bef37 (diff)
downloadlibical-git-fba3e4a7705bacd48e07667fc199770a645e1be4.tar.gz
various - use https instead of http where we can
Update Eric's email Remove softwarestudio.com which no longer exists as a domain
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mkderivedcomponents.pl12
-rwxr-xr-xscripts/mkderivedparameters.pl7
-rwxr-xr-xscripts/mkderivedproperties.pl7
-rwxr-xr-xscripts/mkderivedvalues.pl7
-rwxr-xr-xscripts/mkrestrictiontable.pl7
-rw-r--r--scripts/readvaluesfile.pl7
6 files changed, 20 insertions, 27 deletions
diff --git a/scripts/mkderivedcomponents.pl b/scripts/mkderivedcomponents.pl
index 4a9b3aae..fcd98f24 100755
--- a/scripts/mkderivedcomponents.pl
+++ b/scripts/mkderivedcomponents.pl
@@ -1,18 +1,17 @@
#!/usr/bin/env perl
################################################################################
-# (C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
-# http://www.softwarestudio.org
+# (C) COPYRIGHT 2000, Eric Busboom <eric@civicknowledge.com>
#
# 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
-# 2.1, available at: http://www.gnu.org/licenses/lgpl-2.1.txt
+# 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 http://www.mozilla.org/MPL/
+# the License at https://www.mozilla.org/MPL/
################################################################################
use Getopt::Std;
@@ -70,13 +69,12 @@ if ($opt_c or $opt_h and !$opt_i) {
\044Id:\044
- (C) COPYRIGHT 1999 Eric Busboom <eric@softwarestudio.org>
- http://www.softwarestudio.org
+ (C) COPYRIGHT 1999 Eric Busboom <eric@civicknowledge.com>
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/
+ https://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
diff --git a/scripts/mkderivedparameters.pl b/scripts/mkderivedparameters.pl
index 3a4028dc..05aea1c2 100755
--- a/scripts/mkderivedparameters.pl
+++ b/scripts/mkderivedparameters.pl
@@ -1,18 +1,17 @@
#!/usr/bin/env perl
################################################################################
-# (C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
-# http://www.softwarestudio.org
+# (C) COPYRIGHT 2000, Eric Busboom <eric@civicknowledge.com>
#
# 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
-# 2.1, available at: http://www.gnu.org/licenses/lgpl-2.1.txt
+# 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 http://www.mozilla.org/MPL/
+# the License at https://www.mozilla.org/MPL/
################################################################################
require "readvaluesfile.pl";
diff --git a/scripts/mkderivedproperties.pl b/scripts/mkderivedproperties.pl
index 0caee73a..b772e1b6 100755
--- a/scripts/mkderivedproperties.pl
+++ b/scripts/mkderivedproperties.pl
@@ -1,18 +1,17 @@
#!/usr/bin/env perl
################################################################################
-# (C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
-# http://www.softwarestudio.org
+# (C) COPYRIGHT 2000, Eric Busboom <eric@civicknowledge.com>
#
# 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
-# 2.1, available at: http://www.gnu.org/licenses/lgpl-2.1.txt
+# 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 http://www.mozilla.org/MPL/
+# the License at https://www.mozilla.org/MPL/
################################################################################
require "readvaluesfile.pl";
diff --git a/scripts/mkderivedvalues.pl b/scripts/mkderivedvalues.pl
index 43930307..a5b5a194 100755
--- a/scripts/mkderivedvalues.pl
+++ b/scripts/mkderivedvalues.pl
@@ -1,18 +1,17 @@
#!/usr/bin/perl
################################################################################
-# (C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
-# http://www.softwarestudio.org
+# (C) COPYRIGHT 2000, Eric Busboom <eric@civicknowledge.com>
#
# 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
-# 2.1, available at: http://www.gnu.org/licenses/lgpl-2.1.txt
+# 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 http://www.mozilla.org/MPL/
+# the License at https://www.mozilla.org/MPL/
################################################################################
use lib '.';
diff --git a/scripts/mkrestrictiontable.pl b/scripts/mkrestrictiontable.pl
index 75c58dba..21bc499a 100755
--- a/scripts/mkrestrictiontable.pl
+++ b/scripts/mkrestrictiontable.pl
@@ -1,18 +1,17 @@
#!/usr/bin/env perl
################################################################################
-# (C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
-# http://www.softwarestudio.org
+# (C) COPYRIGHT 2000, Eric Busboom <eric@civicknowledge.com>
#
# 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
-# 2.1, available at: http://www.gnu.org/licenses/lgpl-2.1.txt
+# 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 http://www.mozilla.org/MPL/
+# the License at https://www.mozilla.org/MPL/
################################################################################
use Getopt::Std;
diff --git a/scripts/readvaluesfile.pl b/scripts/readvaluesfile.pl
index 83d20eca..460cf7e7 100644
--- a/scripts/readvaluesfile.pl
+++ b/scripts/readvaluesfile.pl
@@ -1,17 +1,16 @@
################################################################################
-# (C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
-# http://www.softwarestudio.org
+# (C) COPYRIGHT 2000, Eric Busboom <eric@civicknowledge.com>
#
# 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
-# 2.1, available at: http://www.gnu.org/licenses/lgpl-2.1.txt
+# 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 http://www.mozilla.org/MPL/
+# the License at https://www.mozilla.org/MPL/
################################################################################
sub read_values_file