summaryrefslogtreecommitdiff
path: root/src/Net-ICal-Libical
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:51:59 -0500
commitf5e5311c70d15c5c39331968420712292c3701f2 (patch)
treee77dabde4fd2525b3035c303bff1f520644f8b19 /src/Net-ICal-Libical
parent464bef5c94d738a25dd3d7e70dda17bad39a2cf0 (diff)
downloadlibical-git-f5e5311c70d15c5c39331968420712292c3701f2.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 'src/Net-ICal-Libical')
-rw-r--r--src/Net-ICal-Libical/README2
-rw-r--r--src/Net-ICal-Libical/lib/Net/ICal/Libical.pm7
-rw-r--r--src/Net-ICal-Libical/lib/Net/ICal/Libical/Component.pm7
-rw-r--r--src/Net-ICal-Libical/lib/Net/ICal/Libical/Duration.pm7
-rw-r--r--src/Net-ICal-Libical/lib/Net/ICal/Libical/Period.pm7
-rw-r--r--src/Net-ICal-Libical/lib/Net/ICal/Libical/Property.pm7
-rw-r--r--src/Net-ICal-Libical/lib/Net/ICal/Libical/Time.pm7
-rw-r--r--src/Net-ICal-Libical/netical.i7
-rw-r--r--src/Net-ICal-Libical/test/component.pl7
-rwxr-xr-xsrc/Net-ICal-Libical/test/libical.pl7
-rwxr-xr-xsrc/Net-ICal-Libical/test/swig.pl7
11 files changed, 31 insertions, 41 deletions
diff --git a/src/Net-ICal-Libical/README b/src/Net-ICal-Libical/README
index a0f28899..f6be345e 100644
--- a/src/Net-ICal-Libical/README
+++ b/src/Net-ICal-Libical/README
@@ -4,4 +4,4 @@ Net::ICal::Libical: A perl binding to libical.
This code is PRE-ALPHA. Some of the test routines work, but the code
is not really useful. It is looking for an author, so if you'd like to
have this binding working, please volunteer to work on it. Contact
-Eric Busboom <eric@softwarestudio.org>
+Eric Busboom <eric@civicknowledge.com>
diff --git a/src/Net-ICal-Libical/lib/Net/ICal/Libical.pm b/src/Net-ICal-Libical/lib/Net/ICal/Libical.pm
index d5076b9a..61970c29 100644
--- a/src/Net-ICal-Libical/lib/Net/ICal/Libical.pm
+++ b/src/Net-ICal-Libical/lib/Net/ICal/Libical.pm
@@ -3,19 +3,18 @@
# FILE: Libical.pm
# CREATOR: eric
#
-# (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.html
+# 2.1, available at: https://www.gnu.org/licenses/lgpl-2.1.html
#
# 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/
#======================================================================
# This part of this file was automatically generated by SWIG
diff --git a/src/Net-ICal-Libical/lib/Net/ICal/Libical/Component.pm b/src/Net-ICal-Libical/lib/Net/ICal/Libical/Component.pm
index 3f68da30..54d9e0ba 100644
--- a/src/Net-ICal-Libical/lib/Net/ICal/Libical/Component.pm
+++ b/src/Net-ICal-Libical/lib/Net/ICal/Libical/Component.pm
@@ -3,19 +3,18 @@
# FILE: Component.pm
# CREATOR: eric 1 Mar 01
#
-# (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.html
+# 2.1, available at: https://www.gnu.org/licenses/lgpl-2.1.html
#
# 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/
#======================================================================
package Net::ICal::Libical::Component;
diff --git a/src/Net-ICal-Libical/lib/Net/ICal/Libical/Duration.pm b/src/Net-ICal-Libical/lib/Net/ICal/Libical/Duration.pm
index e9239c7c..93b1852c 100644
--- a/src/Net-ICal-Libical/lib/Net/ICal/Libical/Duration.pm
+++ b/src/Net-ICal-Libical/lib/Net/ICal/Libical/Duration.pm
@@ -2,19 +2,18 @@
# FILE: Duration.pm
# CREATOR: eric
#
-# (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.html
+# 2.1, available at: https://www.gnu.org/licenses/lgpl-2.1.html
#
# 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/
#=============================================================================
=head1 NAME
diff --git a/src/Net-ICal-Libical/lib/Net/ICal/Libical/Period.pm b/src/Net-ICal-Libical/lib/Net/ICal/Libical/Period.pm
index 8a9d173e..11ec0325 100644
--- a/src/Net-ICal-Libical/lib/Net/ICal/Libical/Period.pm
+++ b/src/Net-ICal-Libical/lib/Net/ICal/Libical/Period.pm
@@ -3,19 +3,18 @@
# FILE: Component.pm
# CREATOR: eric
#
-# (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.html
+# 2.1, available at: https://www.gnu.org/licenses/lgpl-2.1.html
#
# 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/
#======================================================================
=pod
diff --git a/src/Net-ICal-Libical/lib/Net/ICal/Libical/Property.pm b/src/Net-ICal-Libical/lib/Net/ICal/Libical/Property.pm
index eccaf8db..16c987a6 100644
--- a/src/Net-ICal-Libical/lib/Net/ICal/Libical/Property.pm
+++ b/src/Net-ICal-Libical/lib/Net/ICal/Libical/Property.pm
@@ -3,19 +3,18 @@
# FILE: Property.pm
# CREATOR: eric 1 Mar 01
#
-# (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.html
+# 2.1, available at: https://www.gnu.org/licenses/lgpl-2.1.html
#
# 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 Net::ICal::Libical::Property;
diff --git a/src/Net-ICal-Libical/lib/Net/ICal/Libical/Time.pm b/src/Net-ICal-Libical/lib/Net/ICal/Libical/Time.pm
index cbae5f67..f0af7e42 100644
--- a/src/Net-ICal-Libical/lib/Net/ICal/Libical/Time.pm
+++ b/src/Net-ICal-Libical/lib/Net/ICal/Libical/Time.pm
@@ -3,19 +3,18 @@
# FILE: Time.pm
# CREATOR: eric
#
-# (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.html
+# 2.1, available at: https://www.gnu.org/licenses/lgpl-2.1.html
#
# 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/
#======================================================================
=pod
diff --git a/src/Net-ICal-Libical/netical.i b/src/Net-ICal-Libical/netical.i
index 232b1f63..981f142c 100644
--- a/src/Net-ICal-Libical/netical.i
+++ b/src/Net-ICal-Libical/netical.i
@@ -1,19 +1,18 @@
/*======================================================================
FILE: ical.i
- (C) COPYRIGHT 1999 Eric Busboom <eric@softwarestudio.org>
- http://www.softwarestudio.org
+ (C) COPYRIGHT 1999 Eric Busboom <eric@civicknowledge.com>
This program 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.html
+ 2.1, available at: https://www.gnu.org/licenses/lgpl-2.1.html
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/
The original author is Eric Busboom
diff --git a/src/Net-ICal-Libical/test/component.pl b/src/Net-ICal-Libical/test/component.pl
index cbc7a263..f3e9c915 100644
--- a/src/Net-ICal-Libical/test/component.pl
+++ b/src/Net-ICal-Libical/test/component.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 "../blib/lib";
diff --git a/src/Net-ICal-Libical/test/libical.pl b/src/Net-ICal-Libical/test/libical.pl
index 22fc9052..702258db 100755
--- a/src/Net-ICal-Libical/test/libical.pl
+++ b/src/Net-ICal-Libical/test/libical.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 "../blib/lib";
diff --git a/src/Net-ICal-Libical/test/swig.pl b/src/Net-ICal-Libical/test/swig.pl
index e718cb74..de6c1792 100755
--- a/src/Net-ICal-Libical/test/swig.pl
+++ b/src/Net-ICal-Libical/test/swig.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 "../blib/lib";