Skip to content

Commit e081017

Browse files
committed
fix(xml): forgot to add shared.xml
As XML files are ignored, I didn't see that.
1 parent 0812068 commit e081017

2 files changed

Lines changed: 22 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ The license of everything not explicitly under a different license are licensed
2222
What follows is a list of other material that is licensed differently.
2323

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

2828

2929
[oauth]: https://crates.io/crates/yup-oauth2

etc/api/shared.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- Contains values shared among all API implementations -->
3+
<shared>
4+
<!-- All APIs we are able to supposed build -->
5+
<apis base-path="etc/api">
6+
<api name="youtube" version="v3"/>
7+
</apis>
8+
<cargo>
9+
<build version="0.0.1"/>
10+
<authors>
11+
<author name="Sebastian Thiel" email="byronimo@gmail"/>
12+
</authors>
13+
<keywords>
14+
<word name="google"/>
15+
<word name="protocol"/>
16+
</keywords>
17+
<!-- All APIs should live in the same repository -->
18+
<repository url="https://github.com/Byron/youtube-rs"/>
19+
</cargo>
20+
</shared>

0 commit comments

Comments
 (0)