Skip to content

Commit

Permalink
Use LICENSE consistently and move to base directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 17, 2017
1 parent ec9ea88 commit 9c25aa0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
File renamed without changes.
16 changes: 5 additions & 11 deletions package.xml
Expand Up @@ -10,7 +10,7 @@
<email>slusarz@horde.org</email>
<active>yes</active>
</lead>
<date>2016-02-02</date>
<date>2017-10-17</date>
<version>
<release>1.6.4</release>
<api>1.6.0</api>
Expand All @@ -25,13 +25,6 @@
</notes>
<contents>
<dir baseinstalldir="/" name="/">
<dir name="doc">
<dir name="Horde">
<dir name="Stream">
<file name="COPYING" role="doc" />
</dir> <!-- /doc/Horde/Stream -->
</dir> <!-- /doc/Horde -->
</dir> <!-- /doc -->
<dir name="lib">
<dir name="Horde">
<dir name="Stream">
Expand Down Expand Up @@ -61,6 +54,7 @@
</dir> <!-- /test/Horde/Stream -->
</dir> <!-- /test/Horde -->
</dir> <!-- /test -->
<file name="LICENSE" role="doc" />
</dir> <!-- / -->
</contents>
<dependencies>
Expand Down Expand Up @@ -107,13 +101,13 @@
</dependencies>
<phprelease>
<filelist>
<install as="COPYING" name="doc/Horde/Stream/COPYING" />
<install as="Horde/Stream.php" name="lib/Horde/Stream.php" />
<install as="Horde/Stream/Exception.php" name="lib/Horde/Stream/Exception.php" />
<install as="Horde/Stream/Existing.php" name="lib/Horde/Stream/Existing.php" />
<install as="Horde/Stream/String.php" name="lib/Horde/Stream/String.php" />
<install as="Horde/Stream/Temp.php" name="lib/Horde/Stream/Temp.php" />
<install as="Horde/Stream/TempString.php" name="lib/Horde/Stream/TempString.php" />
<install as="LICENSE" name="LICENSE" />
<install as="Horde/Stream/AllTests.php" name="test/Horde/Stream/AllTests.php" />
<install as="Horde/Stream/bootstrap.php" name="test/Horde/Stream/bootstrap.php" />
<install as="Horde/Stream/phpunit.xml" name="test/Horde/Stream/phpunit.xml" />
Expand All @@ -123,7 +117,7 @@
<install as="Horde/Stream/Stream/TempStringTest.php" name="test/Horde/Stream/Stream/TempStringTest.php" />
<install as="Horde/Stream/Stream/TempTest.php" name="test/Horde/Stream/Stream/TempTest.php" />
<install as="Horde/Stream/Stream/TestBase.php" name="test/Horde/Stream/Stream/TestBase.php" />
</filelist>
</filelist>
</phprelease>
<changelog>
<release>
Expand Down Expand Up @@ -308,7 +302,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2016-02-02</date>
<date>2017-10-17</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
Expand Down

0 comments on commit 9c25aa0

Please sign in to comment.