+ -
+ - @license GNU AGPL version 3 or any later version
+ -
+ - This program 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 (at your option) any later version.
+ -
+ - This program 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 this program. If not, see
.
+ -
+ -->
+
+ -
+ - @license GNU AGPL version 3 or any later version
+ -
+ - This program 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 (at your option) any later version.
+ -
+ - This program 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 this program. If not, see .
+ -
+ -->
+
diff --git a/src/dashboard.js b/src/dashboard.js
index 29ea55b..c0f6e48 100644
--- a/src/dashboard.js
+++ b/src/dashboard.js
@@ -1,3 +1,25 @@
+/*
+ * @copyright Copyright (c) 2020 Jonas Heinrich
+ *
+ * @author Jonas Heinrich
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program 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 (at your option) any later version.
+ *
+ * This program 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 this program. If not, see .
+ *
+ */
+
import Vue from 'vue'
import router from './router'
import store from './store'
diff --git a/src/main.js b/src/main.js
index d45075f..a23a19f 100644
--- a/src/main.js
+++ b/src/main.js
@@ -1,7 +1,7 @@
-/**
- * @copyright Copyright (c) 2018 John Molakvoæ
+/*
+ * @copyright Copyright (c) 2020 Jonas Heinrich
*
- * @author John Molakvoæ
+ * @author Jonas Heinrich
*
* @license GNU AGPL version 3 or any later version
*
@@ -12,13 +12,14 @@
*
* This program 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
+ * 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 this program. If not, see .
*
*/
+
import Vue from 'vue'
import router from './router'
import store from './store'
diff --git a/src/router.js b/src/router.js
index 1b51d62..31abb3f 100644
--- a/src/router.js
+++ b/src/router.js
@@ -1,3 +1,25 @@
+/*
+ * @copyright Copyright (c) 2020 Jonas Heinrich
+ *
+ * @author Jonas Heinrich
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program 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 (at your option) any later version.
+ *
+ * This program 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 this program. If not, see .
+ *
+ */
+
import Vue from 'vue'
import Router from 'vue-router'
import { generateUrl } from '@nextcloud/router'
diff --git a/src/store.js b/src/store.js
index d57b1e8..2257417 100644
--- a/src/store.js
+++ b/src/store.js
@@ -1,3 +1,25 @@
+/*
+ * @copyright Copyright (c) 2020 Jonas Heinrich
+ *
+ * @author Jonas Heinrich
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program 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 (at your option) any later version.
+ *
+ * This program 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 this program. If not, see .
+ *
+ */
+
import Vue from 'vue'
import Vuex from 'vuex'
diff --git a/templates/main.php b/templates/main.php
index fedcee4..166922a 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -1 +1,22 @@
+/**
+ * Radio App
+ *
+ * @author Jonas Heinrich
+ * @copyright 2020 Jonas Heinrich
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
+ * License as published by the Free Software Foundation; either
+ * version 3 of the License, or any later version.
+ *
+ * This library 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 this library. If not, see .
+ *
+ */
+