From e081017cb3631df007937fe4bce09c554e8c58c0 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 1 Mar 2015 11:47:32 +0100 Subject: [PATCH] fix(xml): forgot to add shared.xml As XML files are ignored, I didn't see that. --- README.md | 4 ++-- etc/api/shared.xml | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 etc/api/shared.xml diff --git a/README.md b/README.md index 3c79162340..4eddf2eda7 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/etc/api/shared.xml b/etc/api/shared.xml new file mode 100644 index 0000000000..8bd43d6039 --- /dev/null +++ b/etc/api/shared.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file