updated copyrights

This commit is contained in:
Tony Tam 2014-06-10 16:56:06 -07:00
parent 9c4c2dfd37
commit e73dd0a7c4
5 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
/** /**
* Copyright 2012 Wordnik, Inc. * Copyright 2014 Wordnik, Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
/** /**
* Copyright 2012 Wordnik, Inc. * Copyright 2014 Wordnik, Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
/** /**
* Copyright 2012 Wordnik, Inc. * Copyright 2014 Wordnik, Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -8,7 +8,7 @@ class ScalatraBootstrap extends LifeCycle {
implicit val swagger = new SwaggerApp implicit val swagger = new SwaggerApp
override def init(context: ServletContext) { override def init(context: ServletContext) {
implicit val system = ActorSystem("mySystem") implicit val system = ActorSystem("appActorSystem")
try { try {
{{#apiInfo}} {{#apiInfo}}
{{#apis}} {{#apis}}

View File

@ -1,5 +1,5 @@
/** /**
* Copyright 2012 Wordnik, Inc. * Copyright 2014 Wordnik, Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.