Skip to content

Commit 1e1b03b

Browse files
committed
License and link cleanup
1 parent 7834685 commit 1e1b03b

33 files changed

+69
-78
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2014 Reverb Technologies, Inc.
1+
Copyright 2015 SmartBear Software
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ These are third party tools generated by the Swagger community:
181181

182182
## License
183183

184-
Copyright 2014 Reverb Technologies, Inc.
184+
Copyright 2015 SmartBear Software
185185

186186
Licensed under the Apache License, Version 2.0 (the "License");
187187
you may not use this file except in compliance with the License.

examples/v2.0/yaml/petstore-expanded.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ info:
33
version: 1.0.0
44
title: Swagger Petstore
55
description: A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification
6-
termsOfService: http://helloreverb.com/terms/
6+
termsOfService: http://swagger.io/terms/
77
contact:
8-
name: Wordnik API Team
8+
name: Swagger API Team
99
1010
url: http://madskristensen.net
1111
license:
1212
name: MIT
1313
url: http://github.com/gruntjs/grunt/blob/master/LICENSE-MIT
14-
host: petstore.swagger.wordnik.com
14+
host: petstore.swagger.io
1515
basePath: /api
1616
schemes:
1717
- http

examples/v2.0/yaml/petstore.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ info:
44
title: Swagger Petstore
55
license:
66
name: MIT
7-
host: petstore.swagger.wordnik.com
7+
host: petstore.swagger.io
88
basePath: /v1
99
schemes:
1010
- http

fixtures/v1.2/helloworld/server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# All-in-one Static Hello World Sample
22

3-
This sample project provides an all-one-one package demo for the Hello World sample described in the [wiki](https://github.com/wordnik/swagger-spec/wiki/Hello-World-Sample).
3+
This sample project provides an all-one-one package demo for the Hello World sample described in the [wiki](https://github.com/swagger-api/swagger-spec/wiki/Hello-World-Sample).
44

55
## Requirements
66

fixtures/v1.2/helloworld/server/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.wordnik</groupId>
5-
<artifactId>wordnik-swagger-demo</artifactId>
4+
<groupId>io.swagger</groupId>
5+
<artifactId>swagger-demo</artifactId>
66
<packaging>jar</packaging>
7-
<name>wordnik-swagger-demo</name>
7+
<name>swagger-demo</name>
88
<version>1.0.1-SNAPSHOT</version>
99
<prerequisites>
1010
<maven>2.2.0</maven>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Static Hello World Sample Files
22

3-
This sample project provides the static files to be hosted in your web server, following the Hello World sample described in the [wiki](https://github.com/wordnik/swagger-spec/wiki/Hello-World-Sample).
3+
This sample project provides the static files to be hosted in your web server, following the Hello World sample described in the [wiki](https://github.com/swagger-api/swagger-spec/wiki/Hello-World-Sample).

fixtures/v2.0/json/resources/cascadingSchemes.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"version": "1.0.9-abcd",
55
"title": "Swagger Sample API",
66
"description": "A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification",
7-
"termsOfService": "http://helloreverb.com/terms/",
7+
"termsOfService": "http://swagger.io/terms/",
88
"contact": {
9-
"name": "wordnik api team",
10-
"url": "http://developer.wordnik.com"
9+
"name": "Swagger API Team",
10+
"url": "http://swagger.io"
1111
},
1212
"license": {
1313
"name": "Creative Commons 4.0 International",

fixtures/v2.0/json/resources/commonParameters.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"version": "1.0.9-abcd",
55
"title": "Swagger Sample API",
66
"description": "A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification",
7-
"termsOfService": "http://helloreverb.com/terms/",
7+
"termsOfService": "http://swagger.io/terms/",
88
"contact": {
9-
"name": "wordnik api team",
10-
"url": "http://developer.wordnik.com"
9+
"name": "Swagger API Team",
10+
"url": "http://swagger.io"
1111
},
1212
"license": {
1313
"name": "Creative Commons 4.0 International",

fixtures/v2.0/json/resources/multipleMimeTypes.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"version": "1.0.9-abcd",
55
"title": "Swagger Sample API",
66
"description": "A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification",
7-
"termsOfService": "http://helloreverb.com/terms/",
7+
"termsOfService": "http://swagger.io/terms/",
88
"contact": {
9-
"name": "wordnik api team",
10-
"url": "http://developer.wordnik.com"
9+
"name": "Swagger API Team",
10+
"url": "http://swagger.io"
1111
},
1212
"license": {
1313
"name": "Creative Commons 4.0 International",

0 commit comments

Comments
 (0)