Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Added LICENSE - BSD 2-clause license.
Browse files Browse the repository at this point in the history
  • Loading branch information
Micah Carrick committed Dec 24, 2011
1 parent 3a46130 commit 165d8f5
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Copyright (c) 2011, Micah Carrick
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this list
of conditions and the following disclaimer. Redistributions in binary form must
reproduce the above copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided with the
distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2 changes: 1 addition & 1 deletion mysqldatabase.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @author Micah Carrick
* @copyright (c) 2010 - Micah Carrick
* @version 2.0
* @license http://opensource.org/licenses/gpl-3.0.html GNU General Public License v3
* @license BSD
*/
class MySqlDatabase
{
Expand Down
2 changes: 1 addition & 1 deletion mysqlresultset.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @author Micah Carrick
* @copyright (c) 2010 - Micah Carrick
* @version 2.0
* @license http://opensource.org/licenses/gpl-3.0.html GNU General Public License v3
* @license BSD
*/
class MySqlResultSet implements Iterator
{
Expand Down

0 comments on commit 165d8f5

Please sign in to comment.