From 9a01331ddda45288e2e9019ac53df78971f2f106 Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Tue, 10 Jun 2014 16:58:43 -0700 Subject: [PATCH] updated copyright --- .../com/wordnik/swagger/codegen/BasicCSharpGenerator.scala | 2 +- .../scala/com/wordnik/swagger/codegen/BasicFlashCodegen.scala | 2 +- src/main/scala/com/wordnik/swagger/codegen/BasicGenerator.scala | 2 +- .../com/wordnik/swagger/codegen/BasicGroovyGenerator.scala | 2 +- .../scala/com/wordnik/swagger/codegen/BasicJavaGenerator.scala | 2 +- .../scala/com/wordnik/swagger/codegen/BasicObjcGenerator.scala | 2 +- .../scala/com/wordnik/swagger/codegen/BasicPHPGenerator.scala | 2 +- .../com/wordnik/swagger/codegen/BasicPython3Generator.scala | 2 +- .../com/wordnik/swagger/codegen/BasicPythonGenerator.scala | 2 +- .../scala/com/wordnik/swagger/codegen/BasicRubyGenerator.scala | 2 +- .../scala/com/wordnik/swagger/codegen/BasicScalaGenerator.scala | 2 +- src/main/scala/com/wordnik/swagger/codegen/Codegen.scala | 2 +- src/main/scala/com/wordnik/swagger/codegen/PathUtil.scala | 2 +- .../scala/com/wordnik/swagger/codegen/SwaggerDocGenerator.scala | 2 +- .../com/wordnik/swagger/codegen/language/CodegenConfig.scala | 2 +- .../com/wordnik/swagger/codegen/model/AuthorizationModels.scala | 2 +- .../scala/com/wordnik/swagger/codegen/model/SwaggerModels.scala | 2 +- .../scala/com/wordnik/swagger/codegen/spec/SwaggerSpec.scala | 2 +- .../com/wordnik/swagger/codegen/spec/SwaggerSpecValidator.scala | 2 +- src/main/scala/com/wordnik/swagger/codegen/spec/Validator.scala | 2 +- .../scala/com/wordnik/swagger/codegen/util/ApiExtractor.scala | 2 +- src/main/scala/com/wordnik/swagger/codegen/util/CoreUtils.scala | 2 +- .../com/wordnik/swagger/codegen/util/ResourceExtractor.scala | 2 +- src/test/scala/BasicCSharpGeneratorTest.scala | 2 +- src/test/scala/BasicGeneratorTest.scala | 2 +- src/test/scala/BasicJavaGeneratorTest.scala | 2 +- src/test/scala/BasicScalaGeneratorTest.scala | 2 +- src/test/scala/CodegenConfigTest.scala | 2 +- src/test/scala/PathUtilTest.scala | 2 +- src/test/scala/swaggerSpec1_1/SwaggerModelTest.scala | 2 +- src/test/scala/swaggerSpec1_1/UtilsTest.scala | 2 +- src/test/scala/swaggerSpec1_2/UtilsTest.scala | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) diff --git a/src/main/scala/com/wordnik/swagger/codegen/BasicCSharpGenerator.scala b/src/main/scala/com/wordnik/swagger/codegen/BasicCSharpGenerator.scala index 680a934d590b..7d232d7a4487 100644 --- a/src/main/scala/com/wordnik/swagger/codegen/BasicCSharpGenerator.scala +++ b/src/main/scala/com/wordnik/swagger/codegen/BasicCSharpGenerator.scala @@ -1,5 +1,5 @@ /** - * Copyright 2013 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/scala/com/wordnik/swagger/codegen/BasicFlashCodegen.scala b/src/main/scala/com/wordnik/swagger/codegen/BasicFlashCodegen.scala index bbd1a95b88a0..95cf887ba3be 100644 --- a/src/main/scala/com/wordnik/swagger/codegen/BasicFlashCodegen.scala +++ b/src/main/scala/com/wordnik/swagger/codegen/BasicFlashCodegen.scala @@ -1,5 +1,5 @@ /** - * Copyright 2013 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/scala/com/wordnik/swagger/codegen/BasicGenerator.scala b/src/main/scala/com/wordnik/swagger/codegen/BasicGenerator.scala index 6c2c344e8bb1..e2f50afb189e 100644 --- a/src/main/scala/com/wordnik/swagger/codegen/BasicGenerator.scala +++ b/src/main/scala/com/wordnik/swagger/codegen/BasicGenerator.scala @@ -1,5 +1,5 @@ /** - * Copyright 2013 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/scala/com/wordnik/swagger/codegen/BasicGroovyGenerator.scala b/src/main/scala/com/wordnik/swagger/codegen/BasicGroovyGenerator.scala index 79aa70ec223d..ecabe415153b 100644 --- a/src/main/scala/com/wordnik/swagger/codegen/BasicGroovyGenerator.scala +++ b/src/main/scala/com/wordnik/swagger/codegen/BasicGroovyGenerator.scala @@ -1,5 +1,5 @@ /** - * Copyright 2013 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/scala/com/wordnik/swagger/codegen/BasicJavaGenerator.scala b/src/main/scala/com/wordnik/swagger/codegen/BasicJavaGenerator.scala index fcdbc4360d25..26404ef515ce 100644 --- a/src/main/scala/com/wordnik/swagger/codegen/BasicJavaGenerator.scala +++ b/src/main/scala/com/wordnik/swagger/codegen/BasicJavaGenerator.scala @@ -1,5 +1,5 @@ /** - * Copyright 2013 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/scala/com/wordnik/swagger/codegen/BasicObjcGenerator.scala b/src/main/scala/com/wordnik/swagger/codegen/BasicObjcGenerator.scala index 5ff0135c50bd..b8877b7b6a22 100644 --- a/src/main/scala/com/wordnik/swagger/codegen/BasicObjcGenerator.scala +++ b/src/main/scala/com/wordnik/swagger/codegen/BasicObjcGenerator.scala @@ -1,5 +1,5 @@ /** - * Copyright 2013 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/scala/com/wordnik/swagger/codegen/BasicPHPGenerator.scala b/src/main/scala/com/wordnik/swagger/codegen/BasicPHPGenerator.scala index 0af7d5e20677..2d659a0d1338 100644 --- a/src/main/scala/com/wordnik/swagger/codegen/BasicPHPGenerator.scala +++ b/src/main/scala/com/wordnik/swagger/codegen/BasicPHPGenerator.scala @@ -1,5 +1,5 @@ /** - * Copyright 2013 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/scala/com/wordnik/swagger/codegen/BasicPython3Generator.scala b/src/main/scala/com/wordnik/swagger/codegen/BasicPython3Generator.scala index 00ece3c50f39..df2c3205ac21 100644 --- a/src/main/scala/com/wordnik/swagger/codegen/BasicPython3Generator.scala +++ b/src/main/scala/com/wordnik/swagger/codegen/BasicPython3Generator.scala @@ -1,5 +1,5 @@ /** - * Copyright 2013 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/scala/com/wordnik/swagger/codegen/BasicPythonGenerator.scala b/src/main/scala/com/wordnik/swagger/codegen/BasicPythonGenerator.scala index 3911b7dc12ca..6111c080f671 100644 --- a/src/main/scala/com/wordnik/swagger/codegen/BasicPythonGenerator.scala +++ b/src/main/scala/com/wordnik/swagger/codegen/BasicPythonGenerator.scala @@ -1,5 +1,5 @@ /** - * Copyright 2013 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/scala/com/wordnik/swagger/codegen/BasicRubyGenerator.scala b/src/main/scala/com/wordnik/swagger/codegen/BasicRubyGenerator.scala index 5d111c30a942..90fc9ceecc02 100644 --- a/src/main/scala/com/wordnik/swagger/codegen/BasicRubyGenerator.scala +++ b/src/main/scala/com/wordnik/swagger/codegen/BasicRubyGenerator.scala @@ -1,5 +1,5 @@ /** - * Copyright 2013 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/scala/com/wordnik/swagger/codegen/BasicScalaGenerator.scala b/src/main/scala/com/wordnik/swagger/codegen/BasicScalaGenerator.scala index 12d72ff19d4d..e4850a615440 100644 --- a/src/main/scala/com/wordnik/swagger/codegen/BasicScalaGenerator.scala +++ b/src/main/scala/com/wordnik/swagger/codegen/BasicScalaGenerator.scala @@ -1,5 +1,5 @@ /** - * Copyright 2013 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/scala/com/wordnik/swagger/codegen/Codegen.scala b/src/main/scala/com/wordnik/swagger/codegen/Codegen.scala index d5679d122e46..b37c65d83c27 100644 --- a/src/main/scala/com/wordnik/swagger/codegen/Codegen.scala +++ b/src/main/scala/com/wordnik/swagger/codegen/Codegen.scala @@ -1,5 +1,5 @@ /** - * Copyright 2013 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/scala/com/wordnik/swagger/codegen/PathUtil.scala b/src/main/scala/com/wordnik/swagger/codegen/PathUtil.scala index a3efb407f787..b00aa5018968 100644 --- a/src/main/scala/com/wordnik/swagger/codegen/PathUtil.scala +++ b/src/main/scala/com/wordnik/swagger/codegen/PathUtil.scala @@ -1,5 +1,5 @@ /** - * Copyright 2013 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/scala/com/wordnik/swagger/codegen/SwaggerDocGenerator.scala b/src/main/scala/com/wordnik/swagger/codegen/SwaggerDocGenerator.scala index 9d8230160af6..4c0639c7afb5 100644 --- a/src/main/scala/com/wordnik/swagger/codegen/SwaggerDocGenerator.scala +++ b/src/main/scala/com/wordnik/swagger/codegen/SwaggerDocGenerator.scala @@ -1,5 +1,5 @@ /** - * Copyright 2013 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/scala/com/wordnik/swagger/codegen/language/CodegenConfig.scala b/src/main/scala/com/wordnik/swagger/codegen/language/CodegenConfig.scala index 69ff3939b4d5..022929949f94 100644 --- a/src/main/scala/com/wordnik/swagger/codegen/language/CodegenConfig.scala +++ b/src/main/scala/com/wordnik/swagger/codegen/language/CodegenConfig.scala @@ -1,5 +1,5 @@ /** - * Copyright 2013 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/scala/com/wordnik/swagger/codegen/model/AuthorizationModels.scala b/src/main/scala/com/wordnik/swagger/codegen/model/AuthorizationModels.scala index c2796fb2594a..2249557bcd75 100644 --- a/src/main/scala/com/wordnik/swagger/codegen/model/AuthorizationModels.scala +++ b/src/main/scala/com/wordnik/swagger/codegen/model/AuthorizationModels.scala @@ -1,5 +1,5 @@ /** - * Copyright 2013 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/scala/com/wordnik/swagger/codegen/model/SwaggerModels.scala b/src/main/scala/com/wordnik/swagger/codegen/model/SwaggerModels.scala index 1f6e2c837150..420e2620a250 100644 --- a/src/main/scala/com/wordnik/swagger/codegen/model/SwaggerModels.scala +++ b/src/main/scala/com/wordnik/swagger/codegen/model/SwaggerModels.scala @@ -1,5 +1,5 @@ /** - * Copyright 2013 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/scala/com/wordnik/swagger/codegen/spec/SwaggerSpec.scala b/src/main/scala/com/wordnik/swagger/codegen/spec/SwaggerSpec.scala index e9c3c0872626..a958ba3d6937 100644 --- a/src/main/scala/com/wordnik/swagger/codegen/spec/SwaggerSpec.scala +++ b/src/main/scala/com/wordnik/swagger/codegen/spec/SwaggerSpec.scala @@ -1,5 +1,5 @@ /** - * Copyright 2013 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/scala/com/wordnik/swagger/codegen/spec/SwaggerSpecValidator.scala b/src/main/scala/com/wordnik/swagger/codegen/spec/SwaggerSpecValidator.scala index ddfe911526fd..2452ce5c1499 100644 --- a/src/main/scala/com/wordnik/swagger/codegen/spec/SwaggerSpecValidator.scala +++ b/src/main/scala/com/wordnik/swagger/codegen/spec/SwaggerSpecValidator.scala @@ -1,5 +1,5 @@ /** - * Copyright 2013 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/scala/com/wordnik/swagger/codegen/spec/Validator.scala b/src/main/scala/com/wordnik/swagger/codegen/spec/Validator.scala index 0ecdaf989967..0bd79167b5dc 100644 --- a/src/main/scala/com/wordnik/swagger/codegen/spec/Validator.scala +++ b/src/main/scala/com/wordnik/swagger/codegen/spec/Validator.scala @@ -1,5 +1,5 @@ /** - * Copyright 2013 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/scala/com/wordnik/swagger/codegen/util/ApiExtractor.scala b/src/main/scala/com/wordnik/swagger/codegen/util/ApiExtractor.scala index ee08c81b1434..51abd235453e 100644 --- a/src/main/scala/com/wordnik/swagger/codegen/util/ApiExtractor.scala +++ b/src/main/scala/com/wordnik/swagger/codegen/util/ApiExtractor.scala @@ -1,5 +1,5 @@ /** - * Copyright 2013 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/scala/com/wordnik/swagger/codegen/util/CoreUtils.scala b/src/main/scala/com/wordnik/swagger/codegen/util/CoreUtils.scala index e41fed86537d..cd93e44dc67c 100644 --- a/src/main/scala/com/wordnik/swagger/codegen/util/CoreUtils.scala +++ b/src/main/scala/com/wordnik/swagger/codegen/util/CoreUtils.scala @@ -1,5 +1,5 @@ /** - * Copyright 2013 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/scala/com/wordnik/swagger/codegen/util/ResourceExtractor.scala b/src/main/scala/com/wordnik/swagger/codegen/util/ResourceExtractor.scala index 6e1111e0b5be..391ec6413ab8 100644 --- a/src/main/scala/com/wordnik/swagger/codegen/util/ResourceExtractor.scala +++ b/src/main/scala/com/wordnik/swagger/codegen/util/ResourceExtractor.scala @@ -1,5 +1,5 @@ /** - * Copyright 2013 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/test/scala/BasicCSharpGeneratorTest.scala b/src/test/scala/BasicCSharpGeneratorTest.scala index 39210e1a69ea..02682999bde0 100644 --- a/src/test/scala/BasicCSharpGeneratorTest.scala +++ b/src/test/scala/BasicCSharpGeneratorTest.scala @@ -1,5 +1,5 @@ /** - * Copyright 2013 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/test/scala/BasicGeneratorTest.scala b/src/test/scala/BasicGeneratorTest.scala index 0dbfb0911674..64dc0096edb1 100644 --- a/src/test/scala/BasicGeneratorTest.scala +++ b/src/test/scala/BasicGeneratorTest.scala @@ -1,5 +1,5 @@ /** - * Copyright 2013 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/test/scala/BasicJavaGeneratorTest.scala b/src/test/scala/BasicJavaGeneratorTest.scala index cabcedbf3783..b9d54bd03d9c 100644 --- a/src/test/scala/BasicJavaGeneratorTest.scala +++ b/src/test/scala/BasicJavaGeneratorTest.scala @@ -1,5 +1,5 @@ /** - * Copyright 2013 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/test/scala/BasicScalaGeneratorTest.scala b/src/test/scala/BasicScalaGeneratorTest.scala index 3d97f533c496..d2147f78cb48 100644 --- a/src/test/scala/BasicScalaGeneratorTest.scala +++ b/src/test/scala/BasicScalaGeneratorTest.scala @@ -1,5 +1,5 @@ /** - * Copyright 2013 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/test/scala/CodegenConfigTest.scala b/src/test/scala/CodegenConfigTest.scala index 8ca365cfe1d1..c575884d3069 100644 --- a/src/test/scala/CodegenConfigTest.scala +++ b/src/test/scala/CodegenConfigTest.scala @@ -1,5 +1,5 @@ /** - * Copyright 2013 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/test/scala/PathUtilTest.scala b/src/test/scala/PathUtilTest.scala index 4055799b50be..ba630de8b406 100644 --- a/src/test/scala/PathUtilTest.scala +++ b/src/test/scala/PathUtilTest.scala @@ -1,5 +1,5 @@ /** - * Copyright 2013 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/test/scala/swaggerSpec1_1/SwaggerModelTest.scala b/src/test/scala/swaggerSpec1_1/SwaggerModelTest.scala index 921c79321fa8..c554ec783257 100644 --- a/src/test/scala/swaggerSpec1_1/SwaggerModelTest.scala +++ b/src/test/scala/swaggerSpec1_1/SwaggerModelTest.scala @@ -1,5 +1,5 @@ /** - * Copyright 2013 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/test/scala/swaggerSpec1_1/UtilsTest.scala b/src/test/scala/swaggerSpec1_1/UtilsTest.scala index dd2f06692e81..7bdac9d93018 100644 --- a/src/test/scala/swaggerSpec1_1/UtilsTest.scala +++ b/src/test/scala/swaggerSpec1_1/UtilsTest.scala @@ -1,5 +1,5 @@ /** - * Copyright 2013 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/test/scala/swaggerSpec1_2/UtilsTest.scala b/src/test/scala/swaggerSpec1_2/UtilsTest.scala index 483015676127..a60f4a8261ff 100644 --- a/src/test/scala/swaggerSpec1_2/UtilsTest.scala +++ b/src/test/scala/swaggerSpec1_2/UtilsTest.scala @@ -1,5 +1,5 @@ /** - * Copyright 2013 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.