Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

Commit bc7150f

Browse files
committed
Happy new year!
1 parent 4020e6f commit bc7150f

22 files changed

+22
-22
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
Copyright 2015 Apigee Corporation
2+
Copyright 2016 Apigee Corporation
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.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Go to the [swagger module doc page](./docs/README.md). It includes all the infor
8989
This initiative grew out of Apigee-127, an API design-first development framework using Swagger.
9090
Apigee donated the code to create the swagger-node project in 2015.
9191

92-
>Copyright 2015 Apigee Corporation
92+
>Copyright 2016 Apigee Corporation
9393

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

bin/swagger-project.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env node
22
/****************************************************************************
3-
Copyright 2015 Apigee Corporation
3+
Copyright 2016 Apigee Corporation
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.

bin/swagger.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env node
22
/****************************************************************************
3-
Copyright 2015 Apigee Corporation
3+
Copyright 2016 Apigee Corporation
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.

config/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
Copyright 2015 Apigee Corporation
2+
Copyright 2016 Apigee Corporation
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.

lib/commands/commands.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env node
22
/****************************************************************************
3-
Copyright 2015 Apigee Corporation
3+
Copyright 2016 Apigee Corporation
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.

lib/commands/project/project.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
Copyright 2015 Apigee Corporation
2+
Copyright 2016 Apigee Corporation
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.

lib/commands/project/swagger_editor.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
Copyright 2015 Apigee Corporation
2+
Copyright 2016 Apigee Corporation
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.

lib/util/browser.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
Copyright 2015 Apigee Corporation
2+
Copyright 2016 Apigee Corporation
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.

lib/util/cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
Copyright 2015 Apigee Corporation
2+
Copyright 2016 Apigee Corporation
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.

lib/util/feedback.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
Copyright 2015 Apigee Corporation
2+
Copyright 2016 Apigee Corporation
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.

lib/util/net.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
Copyright 2015 Apigee Corporation
2+
Copyright 2016 Apigee Corporation
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.

lib/util/spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
Copyright 2015 Apigee Corporation
2+
Copyright 2016 Apigee Corporation
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.

test/commands/commands.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
Copyright 2015 Apigee Corporation
2+
Copyright 2016 Apigee Corporation
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.

test/commands/project/project.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
Copyright 2015 Apigee Corporation
2+
Copyright 2016 Apigee Corporation
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.

test/commands/project/swagger_editor.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
Copyright 2015 Apigee Corporation
2+
Copyright 2016 Apigee Corporation
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.

test/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
Copyright 2015 Apigee Corporation
2+
Copyright 2016 Apigee Corporation
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.

test/helpers.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
Copyright 2015 Apigee Corporation
2+
Copyright 2016 Apigee Corporation
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.

test/project-skeletons/helpers.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
Copyright 2015 Apigee Corporation
2+
Copyright 2016 Apigee Corporation
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.

test/util/browser.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
Copyright 2015 Apigee Corporation
2+
Copyright 2016 Apigee Corporation
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.

test/util/cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
Copyright 2015 Apigee Corporation
2+
Copyright 2016 Apigee Corporation
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.

test/util/net.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
Copyright 2015 Apigee Corporation
2+
Copyright 2016 Apigee Corporation
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.

0 commit comments

Comments
 (0)