t( 'Ask a question' ); ?>
+ * This file is licensed under the Affero General Public License version 3 or later.
+ * See the COPYING-README file.
+ */?>
+
t('You use');?> t('of the available');?>
diff --git a/settings/templates/settings.php b/settings/templates/settings.php
new file mode 100644
index 0000000000..98acd541e3
--- /dev/null
+++ b/settings/templates/settings.php
@@ -0,0 +1,9 @@
+
+ * This file is licensed under the Affero General Public License version 3 or later.
+ * See the COPYING-README file.
+ */?>
+
+
\ No newline at end of file
diff --git a/settings/templates/users.php b/settings/templates/users.php
index 244f363293..a97774cea0 100644
--- a/settings/templates/users.php
+++ b/settings/templates/users.php
@@ -1,4 +1,9 @@
-
+ * This file is licensed under the Affero General Public License version 3 or later.
+ * See the COPYING-README file.
+ */
+
$allGroups=array();
foreach($_["groups"] as $group) {
$allGroups[]=$group['name'];
diff --git a/settings/users.php b/settings/users.php
index 8bf64e16ff..5aae4ce43e 100644
--- a/settings/users.php
+++ b/settings/users.php
@@ -1,25 +1,9 @@
.
-*
-*/
+ * Copyright (c) 2011, Robin Appelman
+ * This file is licensed under the Affero General Public License version 3 or later.
+ * See the COPYING-README file.
+ */
require_once('../lib/base.php');
if( !OC_User::isLoggedIn() || !OC_Group::inGroup( OC_User::getUser(), 'admin' )){