From 3ac1c622fdbc9bb3d1ac118a3021fe481817d629 Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Thu, 19 Sep 2024 16:14:04 -0400 Subject: [PATCH] Update ical2rem to upstream 0.7.1. --- .../{ical2rem-0.7 => ical2rem-0.7.1}/GITHUB | 0 .../{ical2rem-0.7 => ical2rem-0.7.1}/LICENSE | 2 +- .../README.md | 0 .../cal_futureonly.pl | 0 .../dailyreminders.sh | 0 .../getgooglecals.sh | 0 .../ical2rem.pl | 36 ++++++++++++------- 7 files changed, 24 insertions(+), 14 deletions(-) rename contrib/{ical2rem-0.7 => ical2rem-0.7.1}/GITHUB (100%) rename contrib/{ical2rem-0.7 => ical2rem-0.7.1}/LICENSE (95%) rename contrib/{ical2rem-0.7 => ical2rem-0.7.1}/README.md (100%) rename contrib/{ical2rem-0.7 => ical2rem-0.7.1}/cal_futureonly.pl (100%) rename contrib/{ical2rem-0.7 => ical2rem-0.7.1}/dailyreminders.sh (100%) rename contrib/{ical2rem-0.7 => ical2rem-0.7.1}/getgooglecals.sh (100%) rename contrib/{ical2rem-0.7 => ical2rem-0.7.1}/ical2rem.pl (90%) diff --git a/contrib/ical2rem-0.7/GITHUB b/contrib/ical2rem-0.7.1/GITHUB similarity index 100% rename from contrib/ical2rem-0.7/GITHUB rename to contrib/ical2rem-0.7.1/GITHUB diff --git a/contrib/ical2rem-0.7/LICENSE b/contrib/ical2rem-0.7.1/LICENSE similarity index 95% rename from contrib/ical2rem-0.7/LICENSE rename to contrib/ical2rem-0.7.1/LICENSE index bd884f16..c35e3ecf 100644 --- a/contrib/ical2rem-0.7/LICENSE +++ b/contrib/ical2rem-0.7.1/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 Justin B. Alcorn +Copyright (c) 2005, 2007, 2019 Justin B. Alcorn Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/contrib/ical2rem-0.7/README.md b/contrib/ical2rem-0.7.1/README.md similarity index 100% rename from contrib/ical2rem-0.7/README.md rename to contrib/ical2rem-0.7.1/README.md diff --git a/contrib/ical2rem-0.7/cal_futureonly.pl b/contrib/ical2rem-0.7.1/cal_futureonly.pl similarity index 100% rename from contrib/ical2rem-0.7/cal_futureonly.pl rename to contrib/ical2rem-0.7.1/cal_futureonly.pl diff --git a/contrib/ical2rem-0.7/dailyreminders.sh b/contrib/ical2rem-0.7.1/dailyreminders.sh similarity index 100% rename from contrib/ical2rem-0.7/dailyreminders.sh rename to contrib/ical2rem-0.7.1/dailyreminders.sh diff --git a/contrib/ical2rem-0.7/getgooglecals.sh b/contrib/ical2rem-0.7.1/getgooglecals.sh similarity index 100% rename from contrib/ical2rem-0.7/getgooglecals.sh rename to contrib/ical2rem-0.7.1/getgooglecals.sh diff --git a/contrib/ical2rem-0.7/ical2rem.pl b/contrib/ical2rem-0.7.1/ical2rem.pl similarity index 90% rename from contrib/ical2rem-0.7/ical2rem.pl rename to contrib/ical2rem-0.7.1/ical2rem.pl index e5c41007..9395c4f0 100755 --- a/contrib/ical2rem-0.7/ical2rem.pl +++ b/contrib/ical2rem-0.7.1/ical2rem.pl @@ -3,22 +3,32 @@ # ical2rem.pl - # Reads iCal files and outputs remind-compatible files. Tested ONLY with # calendar files created by Mozilla Calendar/Sunbird. Use at your own risk. -# Copyright (c) 2005, 2007, Justin B. Alcorn - -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# of the License, or (at your option) any later version. +# MIT License # -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# Copyright (c) 2005, 2007, 2019 Justin B. Alcorn # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. # +# version 0.7.1 2024-09-19 +# - Made sure license statements were consistent +# version 0.7 2024-09-04 +# - Added dummy _sfun to resolve Issue #8 # version 0.6 2019-03-01 # - Updates to put on GitHub # version 0.5.2 2007-03-23