summaryrefslogtreecommitdiffstats
path: root/js/controller
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-07-23 21:32:42 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-07-23 21:32:42 +0200
commit7a3a22bd2757e129c8964d9ddcde15ec53b736bb (patch)
tree3098439a8c6b88ce4063b8de25383019380358d3 /js/controller
parent24a1b9708c559cc54de2b18a6803493819e97fbf (diff)
Adjust copyright header
Diffstat (limited to 'js/controller')
-rw-r--r--js/controller/AppController.js2
-rw-r--r--js/controller/ContentController.js4
-rw-r--r--js/controller/ExploreController.js2
-rw-r--r--js/controller/NavigationController.js2
-rw-r--r--js/controller/SettingsController.js2
5 files changed, 6 insertions, 6 deletions
diff --git a/js/controller/AppController.js b/js/controller/AppController.js
index bb40b80fa..310b326e0 100644
--- a/js/controller/AppController.js
+++ b/js/controller/AppController.js
@@ -1,5 +1,5 @@
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/js/controller/ContentController.js b/js/controller/ContentController.js
index c63fc65e8..dbd8bbc75 100644
--- a/js/controller/ContentController.js
+++ b/js/controller/ContentController.js
@@ -1,5 +1,5 @@
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
@@ -221,6 +221,6 @@ app.controller('ContentController',
return undefined;
}
};
-
+
this.activeItem = this.getFirstItem();
}); \ No newline at end of file
diff --git a/js/controller/ExploreController.js b/js/controller/ExploreController.js
index 61ecb4385..08c1ee251 100644
--- a/js/controller/ExploreController.js
+++ b/js/controller/ExploreController.js
@@ -1,5 +1,5 @@
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/js/controller/NavigationController.js b/js/controller/NavigationController.js
index 4f7d549bf..812c2b2bd 100644
--- a/js/controller/NavigationController.js
+++ b/js/controller/NavigationController.js
@@ -1,5 +1,5 @@
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/js/controller/SettingsController.js b/js/controller/SettingsController.js
index 2bb932aa8..1507fdf55 100644
--- a/js/controller/SettingsController.js
+++ b/js/controller/SettingsController.js
@@ -1,5 +1,5 @@
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.