Development

Changeset 13106

You must first sign up to be able to contribute.

Changeset 13106

Show
Ignore:
Timestamp:
11/18/08 10:28:12 (5 years ago)
Author:
Stephen.Ostrow
Message:

Updating the LICENSE and the package.xml file

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfDoctrineNestedSetManagerPlugin/branches/1.0/LICENSE

    r13102 r13106  
     1Copyright (c) 2006-2008 Jonathan H. Wage 
     2 
     3Permission is hereby granted, free of charge, to any person obtaining a copy of this software and  
     4associateddocumentation files (the "Software"), to deal in the Software without restriction,  
     5including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,  
     6and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,  
     7subject to the following conditions: 
     8 
     9The above copyright notice and this permission notice shall be included in all copies or substantial  
     10portions of the Software. 
     11 
     12THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT  
     13LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  
     14IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER  
     15LIABILITY, WHETHER IN AN ACTIONOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION  
     16WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
  • plugins/sfDoctrineNestedSetManagerPlugin/branches/1.0/package.xml

    r13102 r13106  
    1 <?xml version="1.0" encoding="UTF-8"?> 
    2 <package packagerversion="1.0.0" version="1.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> 
     1  <?xml version="1.0" encoding="UTF-8"?> 
     2<package packagerversion="1.7.2" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 
     3    http://pear.php.net/dtd/tasks-1.0.xsd 
     4    http://pear.php.net/dtd/package-2.0 
     5    http://pear.php.net/dtd/package-2.0.xsd"> 
    36 <name>sfDoctrineNestedSetManagerPlugin</name> 
    47 <channel>pear.symfony-project.com</channel> 
     
    1114  <active>yes</active> 
    1215 </lead> 
    13  <maintainer> 
    14   <name>Jonathan H. Wage</name> 
    15   <user>jwage</user> 
    16   <email>jwage@centresource.com</email> 
    17   <active>yes</active> 
    18  </maintainer> 
    1916 <date>2007-02-20</date> 
    2017 <time>15:54:35</time> 
    21  <release
    22   <version>0.0.0</version
    23   <state>alpha</state
    24  </release
     18 <version
     19  <release>0.0.0</release
     20  <api>0.0.0</api
     21 </version
    2522 <stability> 
    2623  <release>alpha</release> 
    2724  <api>alpha</api> 
    2825 </stability> 
    29  <license uri="http://www.symfony-project.com/license">MIT license</license> 
    30  <notes></notes> 
     26 <license uri="http://svn.symfony-project.com/plugins/sfDoctrineNestedSetManagerPlugin/branches/1.0/LICENSE">MIT</license> 
     27 <notes>This is the initial plugin</notes> 
    3128 <contents> 
    32   <dir name="/"> 
     29  <dir baseinstalldir="/" name="/"> 
     30   <file baseinstalldir="/" md5sum="f57624ae822ccd78ed4f9142faf74011" name="lib/helper/NestedSetManagerHelper.php" role="php" /> 
     31   <file baseinstalldir="/" md5sum="bd9dd2c27c64b53cc112b7ebe17450bd" name="modules/sfNestedSetManager/actions/actions.class.php" role="php" /> 
     32   <file baseinstalldir="/" md5sum="82b85068b5c5ce32fd013505306533eb" name="modules/sfNestedSetManager/actions/components.class.php" role="php" /> 
     33   <file baseinstalldir="/" md5sum="20873f365b2d8d4efbf64a175144e113" name="modules/sfNestedSetManager/templates/add_childSuccess.php" role="php" /> 
     34   <file baseinstalldir="/" md5sum="20873f365b2d8d4efbf64a175144e113" name="modules/sfNestedSetManager/templates/add_rootSuccess.php" role="php" /> 
     35   <file baseinstalldir="/" md5sum="20873f365b2d8d4efbf64a175144e113" name="modules/sfNestedSetManager/templates/deleteSuccess.php" role="php" /> 
     36   <file baseinstalldir="/" md5sum="20873f365b2d8d4efbf64a175144e113" name="modules/sfNestedSetManager/templates/do_move_toSuccess.php" role="php" /> 
     37   <file baseinstalldir="/" md5sum="d41d8cd98f00b204e9800998ecf8427e" name="modules/sfNestedSetManager/templates/indexSuccess.php" role="php" /> 
     38   <file baseinstalldir="/" md5sum="20873f365b2d8d4efbf64a175144e113" name="modules/sfNestedSetManager/templates/moveSuccess.php" role="php" /> 
     39   <file baseinstalldir="/" md5sum="5c34580bed581a7bfb738437a34dde96" name="modules/sfNestedSetManager/templates/move_toSuccess.php" role="php" /> 
     40   <file baseinstalldir="/" md5sum="b1d296609e67bbb917595710f0bacebb" name="modules/sfNestedSetManager/templates/_edit_field.php" role="php" /> 
     41   <file baseinstalldir="/" md5sum="c032915f26a2bdf360ff521cf20e6f8a" name="modules/sfNestedSetManager/templates/_manager.php" role="php" /> 
     42   <file baseinstalldir="/" md5sum="fc7d8b3a773503d79abcb3e3e6efd9b2" name="modules/sfNestedSetManager/templates/_nested_set_list.php" role="php" /> 
     43   <file baseinstalldir="/" md5sum="21f1a855321e2106781366b38373ce30" name="web/css/manager.css" role="data" /> 
     44   <file baseinstalldir="/" md5sum="9178889c0e94f1295a7f192a169918e4" name="LICENSE" role="doc" /> 
     45   <file baseinstalldir="/" md5sum="5fe4e23bc765a2cdb354ca253d8da08d" name="README" role="doc" /> 
    3346  </dir> 
    3447 </contents> 
     
    3952   </php> 
    4053   <pearinstaller> 
    41     <min>1.4.1</min> 
     54    <min>1.4.0a12</min> 
    4255   </pearinstaller> 
    4356   <package> 
    4457    <name>symfony</name> 
    4558    <channel>pear.symfony-project.com</channel> 
    46     <min>0.8.1</min> 
     59    <min>1.0</min> 
    4760    <max>1.1.0</max> 
    4861    <exclude>1.1.0</exclude> 
     62   </package> 
     63   <package> 
     64    <name>sfDoctrinePlugin</name> 
     65    <channel>pear.symfony-project.com</channel> 
     66    <min>1.0</min> 
     67    <max>2.0</max> 
     68    <exclude>2.0</exclude> 
    4969   </package> 
    5070  </required> 
    5171 </dependencies> 
    5272 <phprelease /> 
    53  <changelog /> 
     73 <changelog> 
     74  <release> 
     75   <version> 
     76    <release>0.0.0</release> 
     77    <api>0.0.0</api> 
     78   </version> 
     79   <stability> 
     80    <release>alpha</release> 
     81    <api>alpha</api> 
     82   </stability> 
     83   <date>2007-02-20</date> 
     84   <license uri="http://svn.symfony-project.com/plugins/sfDoctrineNestedSetManagerPlugin/branches/1.0/LICENSE">MIT</license> 
     85   <notes>This is the initial plugin</notes> 
     86  </release> 
     87 </changelog> 
    5488</package>