X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=blobdiff_plain;f=scripts%2Fpalm-datebook-reminders;h=2d81e46d587c01262c60790c4a52726cd42dbba3;hp=e9804296a3a8d0d9a09e5833e4e1d154d5533dd3;hb=c5a267de2c91e173479cfe49b790a18bba0d0a97;hpb=c43b5aed7966015eb7b377f9a54a25a384038e3c diff --git a/scripts/palm-datebook-reminders b/scripts/palm-datebook-reminders index e980429..2d81e46 100755 --- a/scripts/palm-datebook-reminders +++ b/scripts/palm-datebook-reminders @@ -1,5 +1,21 @@ #!/usr/bin/perl +# Copyright 2003 Ian Jackson +# +# This script and its documentation (if any) are free software; you +# can redistribute it and/or modify them under the terms of the GNU +# General Public License as published by the Free Software Foundation; +# either version 3, or (at your option) any later version. +# +# chiark-named-conf and its manpage are 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. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, consult the Free Software Foundation's +# website at www.fsf.org, or the GNU Project website at www.gnu.org. + use Palm::PDB; use Palm::Datebook; use Time::Local;