a tiny mvc framework for php using php-activerecord
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add php-activerecord license

+51 -21
+51 -21
LICENSE
··· 1 - Copyright (c) 2009, 2010 joshua stein <jcs@jcs.org> 1 + halfmoon is distributed under a 3-clause BSD license: 2 2 3 - Redistribution and use in source and binary forms, with or without 4 - modification, are permitted provided that the following conditions 5 - are met: 3 + Copyright (c) 2009, 2010 joshua stein <jcs@jcs.org> 6 4 7 - 1. Redistributions of source code must retain the above copyright 8 - notice, this list of conditions and the following disclaimer. 9 - 2. Redistributions in binary form must reproduce the above copyright 10 - notice, this list of conditions and the following disclaimer in the 11 - documentation and/or other materials provided with the distribution. 12 - 3. The name of the author may not be used to endorse or promote products 13 - derived from this software without specific prior written permission. 5 + Redistribution and use in source and binary forms, with or without 6 + modification, are permitted provided that the following conditions 7 + are met: 14 8 15 - THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 16 - IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 17 - OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 18 - IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 19 - INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 20 - NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 21 - DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 22 - THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 23 - (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 24 - THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 9 + 1. Redistributions of source code must retain the above copyright 10 + notice, this list of conditions and the following disclaimer. 11 + 2. Redistributions in binary form must reproduce the above copyright 12 + notice, this list of conditions and the following disclaimer in the 13 + documentation and/or other materials provided with the distribution. 14 + 3. The name of the author may not be used to endorse or promote products 15 + derived from this software without specific prior written permission. 16 + 17 + THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 18 + IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 19 + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 20 + IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 21 + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 22 + NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 23 + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 24 + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 25 + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 + 28 + 29 + halfmoon comes bundled with php-activerecord which is distributed under an MIT 30 + license: 31 + 32 + Copyright (c) 2009 33 + 34 + AUTHORS: 35 + Kien La 36 + Jacques Fuentes 37 + 38 + Permission is hereby granted, free of charge, to any person obtaining a copy 39 + of this software and associated documentation files (the "Software"), to deal 40 + in the Software without restriction, including without limitation the rights 41 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 42 + copies of the Software, and to permit persons to whom the Software is 43 + furnished to do so, subject to the following conditions: 44 + 45 + The above copyright notice and this permission notice shall be included in 46 + all copies or substantial portions of the Software. 47 + 48 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 49 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 50 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 51 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 52 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 53 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 54 + THE SOFTWARE.