Skip to content

Commit

Permalink
fix(xml): forgot to add shared.xml
Browse files Browse the repository at this point in the history
As XML files are ignored, I didn't see that.
  • Loading branch information
Byron committed Mar 1, 2015
1 parent 0812068 commit e081017
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ The license of everything not explicitly under a different license are licensed
What follows is a list of other material that is licensed differently.

* **./etc/bin/json2xml.py** is licensed like MIT, as shown in the header of the file. See original source [on github][html2json].
* **./etc/bin/gsl_\*** is licensed under [GNU GPL][imatix-copying]. The source code is [on github][gsl]
* **./etc/api/\*\*/*.json** are licensed under a [MIT-like google license][google-lic]
* **./etc/bin/gsl_\*** is licensed under [GNU GPL][imatix-copying]. The source code is [on github][gsl].
* **./etc/api/\*\*/*.json** are licensed under a [MIT-like google license][google-lic].


[oauth]: https://crates.io/crates/yup-oauth2
Expand Down
20 changes: 20 additions & 0 deletions etc/api/shared.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Contains values shared among all API implementations -->
<shared>
<!-- All APIs we are able to supposed build -->
<apis base-path="etc/api">
<api name="youtube" version="v3"/>
</apis>
<cargo>
<build version="0.0.1"/>
<authors>
<author name="Sebastian Thiel" email="byronimo@gmail"/>
</authors>
<keywords>
<word name="google"/>
<word name="protocol"/>
</keywords>
<!-- All APIs should live in the same repository -->
<repository url="https://github.com/Byron/youtube-rs"/>
</cargo>
</shared>

0 comments on commit e081017

Please sign in to comment.