···11-Copyright (c) 2009, 2010 joshua stein <jcs@jcs.org>
11+halfmoon is distributed under a 3-clause BSD license:
2233-Redistribution and use in source and binary forms, with or without
44-modification, are permitted provided that the following conditions
55-are met:
33+ Copyright (c) 2009, 2010 joshua stein <jcs@jcs.org>
6477-1. Redistributions of source code must retain the above copyright
88- notice, this list of conditions and the following disclaimer.
99-2. Redistributions in binary form must reproduce the above copyright
1010- notice, this list of conditions and the following disclaimer in the
1111- documentation and/or other materials provided with the distribution.
1212-3. The name of the author may not be used to endorse or promote products
1313- derived from this software without specific prior written permission.
55+ Redistribution and use in source and binary forms, with or without
66+ modification, are permitted provided that the following conditions
77+ are met:
1481515-THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
1616-IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
1717-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
1818-IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
1919-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
2020-NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2121-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2222-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2323-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
2424-THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
99+ 1. Redistributions of source code must retain the above copyright
1010+ notice, this list of conditions and the following disclaimer.
1111+ 2. Redistributions in binary form must reproduce the above copyright
1212+ notice, this list of conditions and the following disclaimer in the
1313+ documentation and/or other materials provided with the distribution.
1414+ 3. The name of the author may not be used to endorse or promote products
1515+ derived from this software without specific prior written permission.
1616+1717+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
1818+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
1919+ OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
2020+ IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
2121+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
2222+ NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2323+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2424+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2525+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
2626+ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2727+2828+2929+halfmoon comes bundled with php-activerecord which is distributed under an MIT
3030+license:
3131+3232+ Copyright (c) 2009
3333+3434+ AUTHORS:
3535+ Kien La
3636+ Jacques Fuentes
3737+3838+ Permission is hereby granted, free of charge, to any person obtaining a copy
3939+ of this software and associated documentation files (the "Software"), to deal
4040+ in the Software without restriction, including without limitation the rights
4141+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4242+ copies of the Software, and to permit persons to whom the Software is
4343+ furnished to do so, subject to the following conditions:
4444+4545+ The above copyright notice and this permission notice shall be included in
4646+ all copies or substantial portions of the Software.
4747+4848+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4949+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5050+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5151+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5252+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5353+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
5454+ THE SOFTWARE.