Permalink
Browse files

Happy new year!

  • Loading branch information...
1 parent cc0d29f commit 3a2ad9e2e446f43a6cd71a0e03e3a88828311480 @webron webron committed Jan 7, 2016
Showing with 49 additions and 49 deletions.
  1. +1 −1 LICENSE
  2. +1 −1 README.md
  3. +1 −1 modules/swagger-codegen/src/main/resources/perl/api.mustache
  4. +1 −1 modules/swagger-codegen/src/main/resources/php/ApiClient.mustache
  5. +1 −1 modules/swagger-codegen/src/main/resources/php/ApiException.mustache
  6. +1 −1 modules/swagger-codegen/src/main/resources/php/ObjectSerializer.mustache
  7. +1 −1 modules/swagger-codegen/src/main/resources/php/api.mustache
  8. +1 −1 modules/swagger-codegen/src/main/resources/php/configuration.mustache
  9. +1 −1 modules/swagger-codegen/src/main/resources/php/model.mustache
  10. +1 −1 modules/swagger-codegen/src/main/resources/python/api.mustache
  11. +1 −1 modules/swagger-codegen/src/main/resources/python/api_client.mustache
  12. +1 −1 modules/swagger-codegen/src/main/resources/python/configuration.mustache
  13. +1 −1 modules/swagger-codegen/src/main/resources/python/model.mustache
  14. +1 −1 modules/swagger-codegen/src/main/resources/python/rest.mustache
  15. +1 −1 modules/swagger-generator/src/main/java/io/swagger/generator/Bootstrap.java
  16. +1 −1 modules/swagger-generator/src/main/java/io/swagger/generator/exception/ApiException.java
  17. +1 −1 modules/swagger-generator/src/main/java/io/swagger/generator/exception/BadRequestException.java
  18. +1 −1 modules/swagger-generator/src/main/java/io/swagger/generator/exception/NotFoundException.java
  19. +1 −1 modules/swagger-generator/src/main/java/io/swagger/generator/model/ApiResponse.java
  20. +1 −1 modules/swagger-generator/src/main/java/io/swagger/generator/model/Generated.java
  21. +1 −1 modules/swagger-generator/src/main/java/io/swagger/generator/model/InputOption.java
  22. +1 −1 modules/swagger-generator/src/main/java/io/swagger/generator/util/ApiOriginFilter.java
  23. +1 −1 modules/swagger-generator/src/main/java/io/swagger/generator/util/ZipUtil.java
  24. +1 −1 samples/client/petstore/perl/lib/WWW/SwaggerClient/PetApi.pm
  25. +1 −1 samples/client/petstore/perl/lib/WWW/SwaggerClient/StoreApi.pm
  26. +1 −1 samples/client/petstore/perl/lib/WWW/SwaggerClient/UserApi.pm
  27. +1 −1 samples/client/petstore/php/SwaggerClient-php/lib/Api/PetApi.php
  28. +1 −1 samples/client/petstore/php/SwaggerClient-php/lib/Api/StoreApi.php
  29. +1 −1 samples/client/petstore/php/SwaggerClient-php/lib/Api/UserApi.php
  30. +1 −1 samples/client/petstore/php/SwaggerClient-php/lib/ApiClient.php
  31. +1 −1 samples/client/petstore/php/SwaggerClient-php/lib/ApiException.php
  32. +1 −1 samples/client/petstore/php/SwaggerClient-php/lib/Configuration.php
  33. +1 −1 samples/client/petstore/php/SwaggerClient-php/lib/Model/Category.php
  34. +1 −1 samples/client/petstore/php/SwaggerClient-php/lib/Model/Order.php
  35. +1 −1 samples/client/petstore/php/SwaggerClient-php/lib/Model/Pet.php
  36. +1 −1 samples/client/petstore/php/SwaggerClient-php/lib/Model/Tag.php
  37. +1 −1 samples/client/petstore/php/SwaggerClient-php/lib/Model/User.php
  38. +1 −1 samples/client/petstore/php/SwaggerClient-php/lib/ObjectSerializer.php
  39. +1 −1 samples/client/petstore/python/swagger_client/api_client.py
  40. +1 −1 samples/client/petstore/python/swagger_client/apis/pet_api.py
  41. +1 −1 samples/client/petstore/python/swagger_client/apis/store_api.py
  42. +1 −1 samples/client/petstore/python/swagger_client/apis/user_api.py
  43. +1 −1 samples/client/petstore/python/swagger_client/configuration.py
  44. +1 −1 samples/client/petstore/python/swagger_client/models/category.py
  45. +1 −1 samples/client/petstore/python/swagger_client/models/order.py
  46. +1 −1 samples/client/petstore/python/swagger_client/models/pet.py
  47. +1 −1 samples/client/petstore/python/swagger_client/models/tag.py
  48. +1 −1 samples/client/petstore/python/swagger_client/models/user.py
  49. +1 −1 samples/client/petstore/python/swagger_client/rest.py
View
@@ -1,4 +1,4 @@
-Copyright 2015 SmartBear Software
+Copyright 2016 SmartBear Software
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
View
@@ -580,7 +580,7 @@ Please refer to this [page](https://github.com/swagger-api/swagger-codegen/blob/
License
-------
-Copyright 2015 SmartBear Software
+Copyright 2016 SmartBear Software
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
#
-# Copyright 2015 SmartBear Software
+# Copyright 2016 SmartBear Software
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -11,7 +11,7 @@
* @link https://github.com/swagger-api/swagger-codegen
*/
/**
- * Copyright 2015 SmartBear Software
+ * Copyright 2016 SmartBear Software
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -10,7 +10,7 @@
* @link https://github.com/swagger-api/swagger-codegen
*/
/**
- * Copyright 2015 SmartBear Software
+ * Copyright 2016 SmartBear Software
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -11,7 +11,7 @@
* @link https://github.com/swagger-api/swagger-codegen
*/
/**
- * Copyright 2015 SmartBear Software
+ * Copyright 2016 SmartBear Software
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -10,7 +10,7 @@
* @link https://github.com/swagger-api/swagger-codegen
*/
/**
- * Copyright 2015 SmartBear Software
+ * Copyright 2016 SmartBear Software
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -11,7 +11,7 @@
*/
/**
- * Copyright 2015 SmartBear Software
+ * Copyright 2016 SmartBear Software
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
* @link https://github.com/swagger-api/swagger-codegen
*/
/**
- * Copyright 2015 SmartBear Software
+ * Copyright 2016 SmartBear Software
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
"""
{{classname}}.py
-Copyright 2015 SmartBear Software
+Copyright 2016 SmartBear Software
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
# coding: utf-8
"""
-Copyright 2015 SmartBear Software
+Copyright 2016 SmartBear Software
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
# coding: utf-8
"""
-Copyright 2015 SmartBear Software
+Copyright 2016 SmartBear Software
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
# coding: utf-8
"""
-Copyright 2015 SmartBear Software
+Copyright 2016 SmartBear Software
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
# coding: utf-8
"""
-Copyright 2015 SmartBear Software
+Copyright 2016 SmartBear Software
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
/**
- * Copyright 2015 SmartBear Software
+ * Copyright 2016 SmartBear Software
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
/**
- * Copyright 2015 SmartBear Software
+ * Copyright 2016 SmartBear Software
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
/**
- * Copyright 2015 SmartBear Software
+ * Copyright 2016 SmartBear Software
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
/**
- * Copyright 2015 SmartBear Software
+ * Copyright 2016 SmartBear Software
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
/**
- * Copyright 2015 SmartBear Software
+ * Copyright 2016 SmartBear Software
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
/**
- * Copyright 2015 SmartBear Software
+ * Copyright 2016 SmartBear Software
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
/**
- * Copyright 2015 SmartBear Software
+ * Copyright 2016 SmartBear Software
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
/**
- * Copyright 2015 SmartBear Software
+ * Copyright 2016 SmartBear Software
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
/**
- * Copyright 2015 SmartBear Software
+ * Copyright 2016 SmartBear Software
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
#
-# Copyright 2015 SmartBear Software
+# Copyright 2016 SmartBear Software
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
#
-# Copyright 2015 SmartBear Software
+# Copyright 2016 SmartBear Software
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
#
-# Copyright 2015 SmartBear Software
+# Copyright 2016 SmartBear Software
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -10,7 +10,7 @@
* @link https://github.com/swagger-api/swagger-codegen
*/
/**
- * Copyright 2015 SmartBear Software
+ * Copyright 2016 SmartBear Software
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -10,7 +10,7 @@
* @link https://github.com/swagger-api/swagger-codegen
*/
/**
- * Copyright 2015 SmartBear Software
+ * Copyright 2016 SmartBear Software
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -10,7 +10,7 @@
* @link https://github.com/swagger-api/swagger-codegen
*/
/**
- * Copyright 2015 SmartBear Software
+ * Copyright 2016 SmartBear Software
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -11,7 +11,7 @@
* @link https://github.com/swagger-api/swagger-codegen
*/
/**
- * Copyright 2015 SmartBear Software
+ * Copyright 2016 SmartBear Software
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -10,7 +10,7 @@
* @link https://github.com/swagger-api/swagger-codegen
*/
/**
- * Copyright 2015 SmartBear Software
+ * Copyright 2016 SmartBear Software
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -11,7 +11,7 @@
*/
/**
- * Copyright 2015 SmartBear Software
+ * Copyright 2016 SmartBear Software
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -11,7 +11,7 @@
* @link https://github.com/swagger-api/swagger-codegen
*/
/**
- * Copyright 2015 SmartBear Software
+ * Copyright 2016 SmartBear Software
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -11,7 +11,7 @@
* @link https://github.com/swagger-api/swagger-codegen
*/
/**
- * Copyright 2015 SmartBear Software
+ * Copyright 2016 SmartBear Software
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -11,7 +11,7 @@
* @link https://github.com/swagger-api/swagger-codegen
*/
/**
- * Copyright 2015 SmartBear Software
+ * Copyright 2016 SmartBear Software
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -11,7 +11,7 @@
* @link https://github.com/swagger-api/swagger-codegen
*/
/**
- * Copyright 2015 SmartBear Software
+ * Copyright 2016 SmartBear Software
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -11,7 +11,7 @@
* @link https://github.com/swagger-api/swagger-codegen
*/
/**
- * Copyright 2015 SmartBear Software
+ * Copyright 2016 SmartBear Software
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -11,7 +11,7 @@
* @link https://github.com/swagger-api/swagger-codegen
*/
/**
- * Copyright 2015 SmartBear Software
+ * Copyright 2016 SmartBear Software
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
# coding: utf-8
"""
-Copyright 2015 SmartBear Software
+Copyright 2016 SmartBear Software
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
"""
PetApi.py
-Copyright 2015 SmartBear Software
+Copyright 2016 SmartBear Software
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
"""
StoreApi.py
-Copyright 2015 SmartBear Software
+Copyright 2016 SmartBear Software
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
"""
UserApi.py
-Copyright 2015 SmartBear Software
+Copyright 2016 SmartBear Software
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
# coding: utf-8
"""
-Copyright 2015 SmartBear Software
+Copyright 2016 SmartBear Software
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
# coding: utf-8
"""
-Copyright 2015 SmartBear Software
+Copyright 2016 SmartBear Software
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
# coding: utf-8
"""
-Copyright 2015 SmartBear Software
+Copyright 2016 SmartBear Software
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
# coding: utf-8
"""
-Copyright 2015 SmartBear Software
+Copyright 2016 SmartBear Software
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
# coding: utf-8
"""
-Copyright 2015 SmartBear Software
+Copyright 2016 SmartBear Software
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Oops, something went wrong.

0 comments on commit 3a2ad9e

Please sign in to comment.