From 5eb1372e08c11153fbbf9930ec65073eaa314d91 Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Tue, 28 Aug 2012 16:30:51 -0700 Subject: [PATCH] updated license --- samples/petstore/python/PetApi.py | 2 +- samples/petstore/python/StoreApi.py | 2 +- samples/petstore/python/UserApi.py | 2 +- samples/petstore/python/models/Category.py | 2 +- samples/petstore/python/models/Order.py | 2 +- samples/petstore/python/models/Pet.py | 2 +- samples/petstore/python/models/Tag.py | 2 +- samples/petstore/python/models/User.py | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/samples/petstore/python/PetApi.py b/samples/petstore/python/PetApi.py index 0337cd74d23..91ffb1c98d7 100644 --- a/samples/petstore/python/PetApi.py +++ b/samples/petstore/python/PetApi.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ WordAPI.py -Copyright 2011 Wordnik, Inc. +Copyright 2012 Wordnik, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/samples/petstore/python/StoreApi.py b/samples/petstore/python/StoreApi.py index d647ead4679..53837e2491a 100644 --- a/samples/petstore/python/StoreApi.py +++ b/samples/petstore/python/StoreApi.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ WordAPI.py -Copyright 2011 Wordnik, Inc. +Copyright 2012 Wordnik, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/samples/petstore/python/UserApi.py b/samples/petstore/python/UserApi.py index 181a183dcbc..c2d482143d2 100644 --- a/samples/petstore/python/UserApi.py +++ b/samples/petstore/python/UserApi.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ WordAPI.py -Copyright 2011 Wordnik, Inc. +Copyright 2012 Wordnik, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/samples/petstore/python/models/Category.py b/samples/petstore/python/models/Category.py index 250ac81733b..465f6034066 100644 --- a/samples/petstore/python/models/Category.py +++ b/samples/petstore/python/models/Category.py @@ -1,6 +1,6 @@ #!/usr/bin/env python """ -Copyright 2011 Wordnik, Inc. +Copyright 2012 Wordnik, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/samples/petstore/python/models/Order.py b/samples/petstore/python/models/Order.py index fc67fb250cf..15485ed7f96 100644 --- a/samples/petstore/python/models/Order.py +++ b/samples/petstore/python/models/Order.py @@ -1,6 +1,6 @@ #!/usr/bin/env python """ -Copyright 2011 Wordnik, Inc. +Copyright 2012 Wordnik, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/samples/petstore/python/models/Pet.py b/samples/petstore/python/models/Pet.py index 46c0bd8bdd4..ec389b89c43 100644 --- a/samples/petstore/python/models/Pet.py +++ b/samples/petstore/python/models/Pet.py @@ -1,6 +1,6 @@ #!/usr/bin/env python """ -Copyright 2011 Wordnik, Inc. +Copyright 2012 Wordnik, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/samples/petstore/python/models/Tag.py b/samples/petstore/python/models/Tag.py index e4f93f1d417..341f71c60ae 100644 --- a/samples/petstore/python/models/Tag.py +++ b/samples/petstore/python/models/Tag.py @@ -1,6 +1,6 @@ #!/usr/bin/env python """ -Copyright 2011 Wordnik, Inc. +Copyright 2012 Wordnik, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/samples/petstore/python/models/User.py b/samples/petstore/python/models/User.py index 53b7c9fa4f0..ad15a386f62 100644 --- a/samples/petstore/python/models/User.py +++ b/samples/petstore/python/models/User.py @@ -1,6 +1,6 @@ #!/usr/bin/env python """ -Copyright 2011 Wordnik, Inc. +Copyright 2012 Wordnik, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.