diff --git a/samples/server-generator/java-jaxrs/JavaJaxRSServerGenerator.scala b/samples/server-generator/java-jaxrs/JavaJaxRSServerGenerator.scala index a00225d1c34..8c68a77dd89 100644 --- a/samples/server-generator/java-jaxrs/JavaJaxRSServerGenerator.scala +++ b/samples/server-generator/java-jaxrs/JavaJaxRSServerGenerator.scala @@ -1,5 +1,5 @@ /** - * 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/samples/server-generator/node/NodeServerFromSpec.scala b/samples/server-generator/node/NodeServerFromSpec.scala index 42eb0739b18..02750d6ab27 100644 --- a/samples/server-generator/node/NodeServerFromSpec.scala +++ b/samples/server-generator/node/NodeServerFromSpec.scala @@ -1,5 +1,5 @@ /** - * 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/samples/server-generator/scalatra/ScalatraServerGenerator.scala b/samples/server-generator/scalatra/ScalatraServerGenerator.scala index b27e081a3c6..aa237508859 100644 --- a/samples/server-generator/scalatra/ScalatraServerGenerator.scala +++ b/samples/server-generator/scalatra/ScalatraServerGenerator.scala @@ -1,5 +1,5 @@ /** - * 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/samples/server-generator/scalatra/templates/Bootstrap.mustache b/samples/server-generator/scalatra/templates/Bootstrap.mustache index 7e70e137558..07bcf6c6067 100644 --- a/samples/server-generator/scalatra/templates/Bootstrap.mustache +++ b/samples/server-generator/scalatra/templates/Bootstrap.mustache @@ -8,7 +8,7 @@ class ScalatraBootstrap extends LifeCycle { implicit val swagger = new SwaggerApp override def init(context: ServletContext) { - implicit val system = ActorSystem("mySystem") + implicit val system = ActorSystem("appActorSystem") try { {{#apiInfo}} {{#apis}} diff --git a/samples/server-generator/sinatra/SinatraServerGenerator.scala b/samples/server-generator/sinatra/SinatraServerGenerator.scala index 72d4f7f44b5..7cb351d3442 100644 --- a/samples/server-generator/sinatra/SinatraServerGenerator.scala +++ b/samples/server-generator/sinatra/SinatraServerGenerator.scala @@ -1,5 +1,5 @@ /** - * 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.