Skip to content

Commit 9610719

Browse files
committed
updated reverb references
1 parent 1a39678 commit 9610719

Some content is hidden

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

64 files changed

+68
-68
lines changed

modules/swagger-codegen/src/main/java/io/swagger/codegen/languages/ScalatraServerCodegen.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ public ScalatraServerCodegen() {
7272
additionalProperties.put("appName", "Swagger Sample");
7373
additionalProperties.put("appName", "Swagger Sample");
7474
additionalProperties.put("appDescription", "A sample swagger server");
75-
additionalProperties.put("infoUrl", "http://developers.helloreverb.com");
76-
additionalProperties.put("infoEmail", "[email protected]");
75+
additionalProperties.put("infoUrl", "http://swagger.io");
76+
additionalProperties.put("infoEmail", "[email protected]");
7777
additionalProperties.put("licenseInfo", "All rights reserved");
7878
additionalProperties.put("licenseUrl", "http://apache.org/licenses/LICENSE-2.0.html");
7979
additionalProperties.put("invokerPackage", invokerPackage);

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2015 Reverb Technologies, Inc.
2+
# Copyright 2015 SmartBear Software
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

modules/swagger-codegen/src/main/resources/php/APIClient.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright 2015 Reverb Technologies, Inc.
3+
* Copyright 2015 SmartBear Software
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

modules/swagger-codegen/src/main/resources/php/ApiException.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright 2015 Reverb Technologies, Inc.
3+
* Copyright 2015 SmartBear Software
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright 2015 Reverb Technologies, Inc.
3+
* Copyright 2015 SmartBear Software
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

modules/swagger-codegen/src/main/resources/php/configuration.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright 2015 Reverb Technologies, Inc.
3+
* Copyright 2015 SmartBear Software
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

modules/swagger-codegen/src/main/resources/php/model.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright 2015 Reverb Technologies, Inc.
3+
* Copyright 2015 SmartBear Software
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"""
55
{{classname}}.py
6-
Copyright 2015 Reverb Technologies, Inc.
6+
Copyright 2015 SmartBear Software
77
88
Licensed under the Apache License, Version 2.0 (the "License");
99
you may not use this file except in compliance with the License.

modules/swagger-codegen/src/main/resources/python/model.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# coding: utf-8
33

44
"""
5-
Copyright 2015 Reverb Technologies, Inc.
5+
Copyright 2015 SmartBear Software
66
77
Licensed under the Apache License, Version 2.0 (the "License");
88
you may not use this file except in compliance with the License.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
"""
33
{{classname}}.py
4-
Copyright 2015 Reverb Technologies, Inc.
4+
Copyright 2015 SmartBear Software
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)