summaryrefslogtreecommitdiff
path: root/www/js/rivendell.js
diff options
context:
space:
mode:
authorPeter Grassberger <petertheone@gmail.com>2015-09-04 18:34:54 (GMT)
committerPeter Grassberger <petertheone@gmail.com>2015-09-04 18:34:54 (GMT)
commit2b1a99121c7f040705ee19e6978a16fdde4e9f3a (patch)
treee9f9f307f3599235132c5c4585ef02ad91a1fecb /www/js/rivendell.js
parent77376357c285265546107e66b4c6949a8fe6f09e (diff)
restructure jingle events
Diffstat (limited to 'www/js/rivendell.js')
-rw-r--r--www/js/rivendell.js25
1 files changed, 25 insertions, 0 deletions
diff --git a/www/js/rivendell.js b/www/js/rivendell.js
new file mode 100644
index 0000000..eb3d99f
--- /dev/null
+++ b/www/js/rivendell.js
@@ -0,0 +1,25 @@
+/*
+ * rhwebimport
+ *
+ * Copyright (C) 2014-2015 Christian Pointner <equinox@helsinki.at>
+ * Copyright (C) 2015 Peter Grassberger <petertheone@gmail.at>
+ *
+ * This file is part of rhwebimport.
+ *
+ * rhwebimport is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * any later version.
+ *
+ * rhwebimport 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with rhwebimport. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+"use strict";
+
+var Rivendell = Rivendell || {};