add license to

This commit is contained in:
wing328
2016-06-09 16:07:36 +08:00
parent ae3a31fb79
commit 2d170fd7a6
53 changed files with 883 additions and 7 deletions

View File

@@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}};
{{>generatedAnnotation}}

View File

@@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}};
{{>generatedAnnotation}}

View File

@@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}};
{{>generatedAnnotation}}

View File

@@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{package}};
import {{invokerPackage}}.ApiException;

View File

@@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}};
import java.io.IOException;

View File

@@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}};
import com.squareup.okhttp.Call;

View File

@@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}};
import java.util.List;

View File

@@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}};
import com.google.gson.Gson;

View File

@@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}};
import com.squareup.okhttp.MediaType;

View File

@@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}};
import com.squareup.okhttp.MediaType;

View File

@@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{package}};
import {{invokerPackage}}.ApiCallback;

View File

@@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{invokerPackage}}.auth;
import {{invokerPackage}}.Pair;

View File

@@ -1,3 +1,5 @@
{{>licenseInfo}}
package {{package}};
import java.util.Objects;