File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ The license of everything not explicitly under a different license are licensed
2222What 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments