Skip to content

Commit

Permalink
Added LICENSE file and header to all files
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Jun 13, 2009
1 parent 506c311 commit be4134d
Show file tree
Hide file tree
Showing 7 changed files with 86 additions and 1 deletion.
25 changes: 25 additions & 0 deletions LICENSE
@@ -0,0 +1,25 @@
Copyright (c) 2009, Benjamin Eberlei
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.
* Neither the name of the <ORGANIZATION> nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.

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 OWNER 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.
16 changes: 16 additions & 0 deletions library/Whitewashing/Db/Adapter/Mysql.php
@@ -1,4 +1,20 @@
<?php <?php
/**
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.
*
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to kontakt@beberlei.de so we can send you a copy immediately.
*
* @author Benjamin Eberlei (kontakt@beberlei.de)
* @copyright Copyright (c) 2009 Benjamin Eberlei
* @license New BSD License
* @package Whitewashing
* @subpackage Db
*/


/** /**
* @see Zend_Db_Adapter_Abstract * @see Zend_Db_Adapter_Abstract
Expand Down
16 changes: 16 additions & 0 deletions library/Whitewashing/Db/Adapter/Mysql/Exception.php
@@ -1,4 +1,20 @@
<?php <?php
/**
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.
*
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to kontakt@beberlei.de so we can send you a copy immediately.
*
* @author Benjamin Eberlei (kontakt@beberlei.de)
* @copyright Copyright (c) 2009 Benjamin Eberlei
* @license New BSD License
* @package Whitewashing
* @subpackage Db
*/


require_once "Zend/Db/Adapter/Exception.php"; require_once "Zend/Db/Adapter/Exception.php";


Expand Down
14 changes: 13 additions & 1 deletion library/Whitewashing/Db/Statement/Mysql.php
@@ -1,6 +1,18 @@
<?php <?php
/** /**
* @package Whitewashing * LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.
*
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to kontakt@beberlei.de so we can send you a copy immediately.
*
* @author Benjamin Eberlei (kontakt@beberlei.de)
* @copyright Copyright (c) 2009 Benjamin Eberlei
* @license New BSD License
* @package Whitewashing
* @subpackage Db * @subpackage Db
*/ */


Expand Down
1 change: 1 addition & 0 deletions nbproject/private/private.properties
@@ -0,0 +1 @@
url=http://localhost/ZendDbLibMysql/
6 changes: 6 additions & 0 deletions nbproject/project.properties
@@ -0,0 +1,6 @@
include.path=${php.global.include.path}
source.encoding=UTF-8
src.dir=.
tags.asp=false
tags.short=true
web.root=.
9 changes: 9 additions & 0 deletions nbproject/project.xml
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.php.project</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/php-project/1">
<name>ZendDbLibMysql</name>
</data>
</configuration>
</project>

0 comments on commit be4134d

Please sign in to comment.