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 e190c8e commit 411545b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
File renamed without changes.
12 changes: 6 additions & 6 deletions package.xml
Expand Up @@ -17,7 +17,7 @@
<email>jan@horde.org</email>
<active>yes</active>
</lead>
<date>2016-07-01</date>
<date>2017-10-17</date>
<version>
<release>2.1.8</release>
<api>1.3.0</api>
Expand All @@ -38,7 +38,6 @@
<dir name="examples">
<file name="get-example-dot-com.php" role="doc" />
</dir> <!-- /doc/Horde/Http/examples -->
<file name="COPYING" role="doc" />
</dir> <!-- /doc/Horde/Http -->
</dir> <!-- /doc/Horde -->
</dir> <!-- /doc -->
Expand All @@ -53,9 +52,9 @@
<file name="Factory.php" role="php" />
<file name="Fopen.php" role="php" />
<file name="Mock.php" role="php" />
<file name="PeclhttpBase.php" role="php" />
<file name="Peclhttp.php" role="php" />
<file name="Peclhttp2.php" role="php" />
<file name="PeclhttpBase.php" role="php" />
</dir> <!-- /lib/Horde/Http/Request -->
<dir name="Response">
<file name="Base.php" role="php" />
Expand Down Expand Up @@ -88,6 +87,7 @@
</dir> <!-- /test/Horde/Http -->
</dir> <!-- /test/Horde -->
</dir> <!-- /test -->
<file name="LICENSE" role="doc" />
</dir> <!-- / -->
</contents>
<dependencies>
Expand Down Expand Up @@ -138,7 +138,6 @@
</dependencies>
<phprelease>
<filelist>
<install as="COPYING" name="doc/Horde/Http/COPYING" />
<install as="examples/get-example-dot-com.php" name="doc/Horde/Http/examples/get-example-dot-com.php" />
<install as="Horde/Http.php" name="lib/Horde/Http.php" />
<install as="Horde/Http/Client.php" name="lib/Horde/Http/Client.php" />
Expand All @@ -148,15 +147,16 @@
<install as="Horde/Http/Request/Factory.php" name="lib/Horde/Http/Request/Factory.php" />
<install as="Horde/Http/Request/Fopen.php" name="lib/Horde/Http/Request/Fopen.php" />
<install as="Horde/Http/Request/Mock.php" name="lib/Horde/Http/Request/Mock.php" />
<install as="Horde/Http/Request/PeclhttpBase.php" name="lib/Horde/Http/Request/PeclhttpBase.php" />
<install as="Horde/Http/Request/Peclhttp.php" name="lib/Horde/Http/Request/Peclhttp.php" />
<install as="Horde/Http/Request/Peclhttp2.php" name="lib/Horde/Http/Request/Peclhttp2.php" />
<install as="Horde/Http/Request/PeclhttpBase.php" name="lib/Horde/Http/Request/PeclhttpBase.php" />
<install as="Horde/Http/Response/Base.php" name="lib/Horde/Http/Response/Base.php" />
<install as="Horde/Http/Response/Curl.php" name="lib/Horde/Http/Response/Curl.php" />
<install as="Horde/Http/Response/Fopen.php" name="lib/Horde/Http/Response/Fopen.php" />
<install as="Horde/Http/Response/Mock.php" name="lib/Horde/Http/Response/Mock.php" />
<install as="Horde/Http/Response/Peclhttp.php" name="lib/Horde/Http/Response/Peclhttp.php" />
<install as="Horde/Http/Response/Peclhttp2.php" name="lib/Horde/Http/Response/Peclhttp2.php" />
<install as="LICENSE" name="LICENSE" />
<install as="Horde/Http/AllTests.php" name="test/Horde/Http/AllTests.php" />
<install as="Horde/Http/bootstrap.php" name="test/Horde/Http/bootstrap.php" />
<install as="Horde/Http/ClientTest.php" name="test/Horde/Http/ClientTest.php" />
Expand Down Expand Up @@ -560,7 +560,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2016-07-01</date>
<date>2017-10-17</date>
<license uri="http://www.horde.org/licenses/bsd">BSD-2-Clause</license>
<notes>
*
Expand Down

0 comments on commit 411545b

Please sign in to comment.