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 e758b4a commit de7600a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
File renamed without changes.
9 changes: 4 additions & 5 deletions package.xml
Expand Up @@ -10,8 +10,7 @@
<email>mrubinsk@horde.org</email>
<active>yes</active>
</lead>
<date>2011-09-15</date>
<time>23:11:12</time>
<date>2017-10-17</date>
<version>
<release>1.0.0alpha1</release>
<api>1.0.0</api>
Expand All @@ -30,7 +29,6 @@
<dir name="Horde">
<dir name="Service">
<dir name="Vimeo">
<file name="COPYING" role="doc" />
<file name="vimeo_example.php" role="doc" />
</dir> <!-- /doc/Horde/Service/Vimeo -->
</dir> <!-- /doc/Horde/Service -->
Expand All @@ -48,6 +46,7 @@
</dir> <!-- /lib/Horde/Service -->
</dir> <!-- /lib/Horde -->
</dir> <!-- /lib -->
<file name="LICENSE" role="doc" />
</dir> <!-- / -->
</contents>
<dependencies>
Expand All @@ -71,12 +70,12 @@
</dependencies>
<phprelease>
<filelist>
<install as="COPYING" name="doc/Horde/Service/Vimeo/COPYING" />
<install as="vimeo_example.php" name="doc/Horde/Service/Vimeo/vimeo_example.php" />
<install as="Horde/Service/Vimeo.php" name="lib/Horde/Service/Vimeo.php" />
<install as="Horde/Service/Vimeo/Advanced.php" name="lib/Horde/Service/Vimeo/Advanced.php" />
<install as="Horde/Service/Vimeo/Exception.php" name="lib/Horde/Service/Vimeo/Exception.php" />
<install as="Horde/Service/Vimeo/Simple.php" name="lib/Horde/Service/Vimeo/Simple.php" />
<install as="LICENSE" name="LICENSE" />
</filelist>
</phprelease>
<changelog>
Expand All @@ -89,7 +88,7 @@
<release>beta</release>
<api>beta</api>
</stability>
<date>2011-09-15</date>
<date>2017-10-17</date>
<license uri="http://www.horde.org/licenses/bsd">BSD-2-Clause</license>
<notes>
* [jan] Mark PHP 7 as supported.
Expand Down

0 comments on commit de7600a

Please sign in to comment.