# HG changeset patch # User Paul Boddie # Date 1437845384 -7200 # Node ID 214be3077eff0c6e4cb5baed848f3a0b48b0de5e # Parent 068646dcc51f064eccd01b0f807cc9dd8fad9ae0 Added copyright and licensing information. diff -r 068646dcc51f -r 214be3077eff tests/qualifiers.py --- a/tests/qualifiers.py Sat Jul 25 19:13:32 2015 +0200 +++ b/tests/qualifiers.py Sat Jul 25 19:29:44 2015 +0200 @@ -1,5 +1,24 @@ #!/usr/bin/env python +""" +Test qualifiers for recurring events. + +Copyright (C) 2014, 2015 Paul Boddie + +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 3 of the License, or (at your option) any later +version. + +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. + +You should have received a copy of the GNU General Public License along with +this program. If not, see . +""" + from vRecurrence import * def show(l): diff -r 068646dcc51f -r 214be3077eff tools/make_freebusy.py --- a/tools/make_freebusy.py Sat Jul 25 19:13:32 2015 +0200 +++ b/tools/make_freebusy.py Sat Jul 25 19:29:44 2015 +0200 @@ -4,6 +4,21 @@ Construct free/busy records for a user, either recording that user's own availability schedule or the schedule of another user (using details provided when scheduling events with that user). + +Copyright (C) 2014, 2015 Paul Boddie + +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 3 of the License, or (at your option) any later +version. + +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. + +You should have received a copy of the GNU General Public License along with +this program. If not, see . """ from imiptools.data import get_window_end, Object