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:51:59 -0500 |
commit | f5e5311c70d15c5c39331968420712292c3701f2 (patch) | |
tree | e77dabde4fd2525b3035c303bff1f520644f8b19 /src/libical/icalparser.c | |
parent | 464bef5c94d738a25dd3d7e70dda17bad39a2cf0 (diff) | |
download | libical-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/libical/icalparser.c')
-rw-r--r-- | src/libical/icalparser.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/libical/icalparser.c b/src/libical/icalparser.c index fa71e8bd..3dfc2df3 100644 --- a/src/libical/icalparser.c +++ b/src/libical/icalparser.c @@ -2,30 +2,29 @@ FILE: icalparser.c CREATOR: eric 04 August 1999 - (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 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/ The Initial Developer of the Original Code is Eric Busboom ======================================================================*/ |