diff options
author | Allen Winter <allen.winter@kdab.com> | 2019-12-14 18:51:59 -0500 |
---|---|---|
committer | Allen Winter <allen.winter@kdab.com> | 2019-12-14 18:56:23 -0500 |
commit | fba3e4a7705bacd48e07667fc199770a645e1be4 (patch) | |
tree | 5d32153c1f6cb0ad1f0dd60ca803dd48540919df /src/Net-ICal-Libical/test/component.pl | |
parent | b4fb65b481e2be046c4801969c43ad7b641bef37 (diff) | |
download | libical-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 'src/Net-ICal-Libical/test/component.pl')
-rw-r--r-- | src/Net-ICal-Libical/test/component.pl | 7 |
1 files changed, 3 insertions, 4 deletions
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"; |