[Modeling-cvs] SF.net SVN: modeling: [983] trunk/ProjectModeling
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2006-02-26 18:28:56
|
Revision: 983 Author: sbigaret Date: 2006-02-26 10:28:43 -0800 (Sun, 26 Feb 2006) ViewCVS: http://svn.sourceforge.net/modeling/?rev=983&view=rev Log Message: ----------- Fixed MANIFEST Modified Paths: -------------- trunk/ProjectModeling/MANIFEST.in Added Paths: ----------- trunk/ProjectModeling/Modeling/DatabaseAdaptors/AbstractDBAPI2AdaptorLayer/LICENSE Modified: trunk/ProjectModeling/MANIFEST.in =================================================================== --- trunk/ProjectModeling/MANIFEST.in 2006-02-26 18:15:28 UTC (rev 982) +++ trunk/ProjectModeling/MANIFEST.in 2006-02-26 18:28:43 UTC (rev 983) @@ -1,8 +1,8 @@ -include COPYING +include LICENSE include INSTALL include MIGRATION include TODO -include Modeling/COPYING +include Modeling/LICENSE include Modeling/TODO include Modeling/scripts/mdl_generate_DB_schema.py @@ -19,32 +19,32 @@ recursive-include Modeling/tests/xmlmodels *.txt *.xml *.py -include Modeling/DatabaseAdaptors/COPYING +include Modeling/DatabaseAdaptors/LICENSE include Modeling/DatabaseAdaptors/CHANGES include Modeling/DatabaseAdaptors/README include Modeling/DatabaseAdaptors/AbstractDBAPI2AdaptorLayer/CHANGES -include Modeling/DatabaseAdaptors/AbstractDBAPI2AdaptorLayer/COPYING +include Modeling/DatabaseAdaptors/AbstractDBAPI2AdaptorLayer/LICENSE include Modeling/DatabaseAdaptors/AbstractDBAPI2AdaptorLayer/README include Modeling/DatabaseAdaptors/AbstractDBAPI2AdaptorLayer/TODO -include Modeling/DatabaseAdaptors/PostgresqlAdaptorLayer/COPYING +include Modeling/DatabaseAdaptors/PostgresqlAdaptorLayer/LICENSE include Modeling/DatabaseAdaptors/PostgresqlAdaptorLayer/CHANGES include Modeling/DatabaseAdaptors/PostgresqlAdaptorLayer/DEPENDENCIES include Modeling/DatabaseAdaptors/PostgresqlAdaptorLayer/INSTALL include Modeling/DatabaseAdaptors/PostgresqlAdaptorLayer/TODO -include Modeling/DatabaseAdaptors/MySQLAdaptorLayer/COPYING +include Modeling/DatabaseAdaptors/MySQLAdaptorLayer/LICENSE include Modeling/DatabaseAdaptors/MySQLAdaptorLayer/CHANGES include Modeling/DatabaseAdaptors/MySQLAdaptorLayer/DEPENDENCIES include Modeling/DatabaseAdaptors/MySQLAdaptorLayer/README include Modeling/DatabaseAdaptors/MySQLAdaptorLayer/TODO -include Modeling/DatabaseAdaptors/SQLiteAdaptorLayer/COPYING +include Modeling/DatabaseAdaptors/SQLiteAdaptorLayer/LICENSE include Modeling/DatabaseAdaptors/SQLiteAdaptorLayer/README.txt include Modeling/DatabaseAdaptors/SQLiteAdaptorLayer/TODO -include Modeling/DatabaseAdaptors/OracleAdaptorLayer/COPYING +include Modeling/DatabaseAdaptors/OracleAdaptorLayer/LICENSE recursive-include Modeling/ModelMasons *.tmpl *.gif Added: trunk/ProjectModeling/Modeling/DatabaseAdaptors/AbstractDBAPI2AdaptorLayer/LICENSE =================================================================== --- trunk/ProjectModeling/Modeling/DatabaseAdaptors/AbstractDBAPI2AdaptorLayer/LICENSE (rev 0) +++ trunk/ProjectModeling/Modeling/DatabaseAdaptors/AbstractDBAPI2AdaptorLayer/LICENSE 2006-02-26 18:28:43 UTC (rev 983) @@ -0,0 +1,31 @@ +Modeling Framework: an Object-Relational Bridge for python + +Copyright (c) 2001 - 2006 Sstien Bigaret <sbi...@us...> +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + +2. 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. + +3. Neither the name of its copyright holder 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 HOLDER 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. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |