From cff8b1552d72f269f0a3503afa60ec5ed7f7cfb6 Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Tue, 10 Jun 2014 16:57:01 -0700 Subject: [PATCH] updated copyright --- src/main/resources/python/api.mustache | 2 +- src/main/resources/python/model.mustache | 2 +- src/main/resources/python3/api.mustache | 2 +- src/main/resources/python3/model.mustache | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/python/api.mustache b/src/main/resources/python/api.mustache index 5db17906c63..27d7814246e 100644 --- a/src/main/resources/python/api.mustache +++ b/src/main/resources/python/api.mustache @@ -1,7 +1,7 @@ #!/usr/bin/env python """ WordAPI.py -Copyright 2012 Wordnik, Inc. +Copyright 2014 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/src/main/resources/python/model.mustache b/src/main/resources/python/model.mustache index 94b7d25fd02..39547c90050 100644 --- a/src/main/resources/python/model.mustache +++ b/src/main/resources/python/model.mustache @@ -1,6 +1,6 @@ #!/usr/bin/env python """ -Copyright 2012 Wordnik, Inc. +Copyright 2014 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/src/main/resources/python3/api.mustache b/src/main/resources/python3/api.mustache index 9d2f459fa2a..2d8fbdc29ca 100644 --- a/src/main/resources/python3/api.mustache +++ b/src/main/resources/python3/api.mustache @@ -1,7 +1,7 @@ #!/usr/bin/env python """ WordAPI.py -Copyright 2012 Wordnik, Inc. +Copyright 2014 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/src/main/resources/python3/model.mustache b/src/main/resources/python3/model.mustache index 94b7d25fd02..39547c90050 100644 --- a/src/main/resources/python3/model.mustache +++ b/src/main/resources/python3/model.mustache @@ -1,6 +1,6 @@ #!/usr/bin/env python """ -Copyright 2012 Wordnik, Inc. +Copyright 2014 Wordnik, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.