michael@5: # michael@5: # Copyright (c) 2011, Ben Fortuna michael@5: # All rights reserved. michael@5: # michael@5: # Redistribution and use in source and binary forms, with or without michael@5: # modification, are permitted provided that the following conditions michael@5: # are met: michael@5: # michael@5: # o Redistributions of source code must retain the above copyright michael@5: # notice, this list of conditions and the following disclaimer. michael@5: # michael@5: # o Redistributions in binary form must reproduce the above copyright michael@5: # notice, this list of conditions and the following disclaimer in the michael@5: # documentation and/or other materials provided with the distribution. michael@5: # michael@5: # o Neither the name of Ben Fortuna nor the names of any other contributors michael@5: # may be used to endorse or promote products derived from this software michael@5: # without specific prior written permission. michael@5: # michael@5: # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS michael@5: # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT michael@5: # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR michael@5: # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR michael@5: # CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, michael@5: # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, michael@5: # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR michael@5: # PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF michael@5: # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING michael@5: # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS michael@5: # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. michael@5: # michael@5: # Redistribution and use in source and binary forms, with or without michael@5: # modification, are permitted provided that the following conditions michael@5: # are met: michael@5: # michael@5: # o Redistributions of source code must retain the above copyright michael@5: # notice, this list of conditions and the following disclaimer. michael@5: # michael@5: # o Redistributions in binary form must reproduce the above copyright michael@5: # notice, this list of conditions and the following disclaimer in the michael@5: # documentation and/or other materials provided with the distribution. michael@5: # michael@5: # o Neither the name of Ben Fortuna nor the names of any other contributors michael@5: # may be used to endorse or promote products derived from this software michael@5: # without specific prior written permission. michael@5: # michael@5: # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS michael@5: # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT michael@5: # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR michael@5: # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR michael@5: # CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, michael@5: # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, michael@5: # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR michael@5: # PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF michael@5: # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING michael@5: # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS michael@5: # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. michael@5: # michael@5: #net.fortuna.ical4j.parser=net.fortuna.ical4j.data.HCalendarParserFactory michael@5: michael@5: #net.fortuna.ical4j.timezone.registry=net.fortuna.ical4j.model.DefaultTimeZoneRegistryFactory michael@5: michael@5: #net.fortuna.ical4j.timezone.update.enabled={true|false} michael@5: michael@5: #net.fortuna.ical4j.timezone.date.floating={true|false} michael@5: michael@5: #net.fortuna.ical4j.factory.decoder=net.fortuna.ical4j.util.DefaultDecoderFactory michael@5: michael@5: #net.fortuna.ical4j.factory.encoder=net.fortuna.ical4j.util.DefaultEncoderFactory michael@5: michael@5: #net.fortuna.ical4j.recur.maxincrementcount=1000 michael@5: michael@5: #ical4j.unfolding.relaxed={true|false} michael@5: michael@5: ical4j.parsing.relaxed=true michael@5: michael@5: ical4j.validation.relaxed=true michael@5: michael@5: #ical4j.compatibility.outlook={true|false} michael@5: michael@5: #ical4j.compatibility.notes={true|false}