Skip to content

Commit 3a3461f

Browse files
authored
Merge pull request #3299 from wing328/android_volley_license
[Android][Volley] add Apache v2 license to Android Volley API client
2 parents c1d835d + 6b4b202 commit 3a3461f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+523
-0
lines changed

modules/swagger-codegen/src/main/resources/android/Pair.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{{>licenseInfo}}
12
package {{invokerPackage}};
23

34
public class Pair {

modules/swagger-codegen/src/main/resources/android/api.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{{>licenseInfo}}
12
package {{package}};
23

34
import {{invokerPackage}}.ApiException;

modules/swagger-codegen/src/main/resources/android/apiException.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{{>licenseInfo}}
12
package {{invokerPackage}};
23

34
public class ApiException extends Exception {

modules/swagger-codegen/src/main/resources/android/apiInvoker.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{{>licenseInfo}}
12
package {{invokerPackage}};
23

34
import org.apache.http.*;

modules/swagger-codegen/src/main/resources/android/httpPatch.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{{>licenseInfo}}
12
package {{invokerPackage}};
23

34
import org.apache.http.client.methods.*;

modules/swagger-codegen/src/main/resources/android/libraries/volley/Pair.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{{>licenseInfo}}
12
package {{invokerPackage}};
23

34
public class Pair {

modules/swagger-codegen/src/main/resources/android/libraries/volley/api.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{{>licenseInfo}}
12
package {{package}};
23

34
import {{invokerPackage}}.ApiInvoker;

modules/swagger-codegen/src/main/resources/android/libraries/volley/apiException.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{{>licenseInfo}}
12
package {{invokerPackage}};
23

34
public class ApiException extends Exception {

modules/swagger-codegen/src/main/resources/android/libraries/volley/apiInvoker.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{{>licenseInfo}}
12
package {{invokerPackage}};
23

34
import com.android.volley.Cache;

modules/swagger-codegen/src/main/resources/android/libraries/volley/auth/apikeyauth.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{{>licenseInfo}}
12
package {{invokerPackage}}.auth;
23

34
import {{invokerPackage}}.Pair;

0 commit comments

Comments
 (0)