+
+
+
diff --git a/bbb-lti/test/unit/org/bigbluebutton/BigbluebuttonServiceSpec.groovy b/bbb-lti/test/unit/org/bigbluebutton/BigbluebuttonServiceSpec.groovy
new file mode 100644
index 0000000000..ca3664a6bc
--- /dev/null
+++ b/bbb-lti/test/unit/org/bigbluebutton/BigbluebuttonServiceSpec.groovy
@@ -0,0 +1,20 @@
+package org.bigbluebutton
+
+import grails.test.mixin.TestFor
+import spock.lang.Specification
+
+/**
+ * See the API for {@link grails.test.mixin.services.ServiceUnitTestMixin} for usage instructions
+ */
+@TestFor(BigbluebuttonService)
+class BigbluebuttonServiceSpec extends Specification {
+
+ def setup() {
+ }
+
+ def cleanup() {
+ }
+
+ void "test something"() {
+ }
+}
diff --git a/bbb-lti/test/unit/org/bigbluebutton/LtiServiceSpec.groovy b/bbb-lti/test/unit/org/bigbluebutton/LtiServiceSpec.groovy
new file mode 100644
index 0000000000..88dcbb942d
--- /dev/null
+++ b/bbb-lti/test/unit/org/bigbluebutton/LtiServiceSpec.groovy
@@ -0,0 +1,20 @@
+package org.bigbluebutton
+
+import grails.test.mixin.TestFor
+import spock.lang.Specification
+
+/**
+ * See the API for {@link grails.test.mixin.services.ServiceUnitTestMixin} for usage instructions
+ */
+@TestFor(LtiService)
+class LtiServiceSpec extends Specification {
+
+ def setup() {
+ }
+
+ def cleanup() {
+ }
+
+ void "test something"() {
+ }
+}
diff --git a/bbb-lti/test/unit/org/bigbluebutton/ToolControllerSpec.groovy b/bbb-lti/test/unit/org/bigbluebutton/ToolControllerSpec.groovy
new file mode 100644
index 0000000000..9653d4b071
--- /dev/null
+++ b/bbb-lti/test/unit/org/bigbluebutton/ToolControllerSpec.groovy
@@ -0,0 +1,20 @@
+package org.bigbluebutton
+
+import grails.test.mixin.TestFor
+import spock.lang.Specification
+
+/**
+ * See the API for {@link grails.test.mixin.web.ControllerUnitTestMixin} for usage instructions
+ */
+@TestFor(ToolController)
+class ToolControllerSpec extends Specification {
+
+ def setup() {
+ }
+
+ def cleanup() {
+ }
+
+ void "test something"() {
+ }
+}
diff --git a/bbb-lti/web-app/js/application.js b/bbb-lti/web-app/js/application.js
index b2adb962e2..aa2a2021ec 100644
--- a/bbb-lti/web-app/js/application.js
+++ b/bbb-lti/web-app/js/application.js
@@ -1,3 +1,20 @@
+/*
+ BigBlueButton open source conferencing system - http://www.bigbluebutton.org/
+
+ Copyright (c) 2012 BigBlueButton Inc. and by respective authors (see below).
+
+ This program is free software; you can redistribute it and/or modify it under the
+ terms of the GNU Lesser General Public License as published by the Free Software
+ Foundation; either version 3.0 of the License, or (at your option) any later
+ version.
+
+ BigBlueButton is distributed in the hope that it will be useful, but WITHOUT ANY
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License along
+ with BigBlueButton; if not, see .
+*/
if (typeof jQuery !== 'undefined') {
(function($) {
$('#spinner').ajaxStart(function() {