summaryrefslogtreecommitdiff
path: root/riscos/treeview.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/treeview.c')
-rw-r--r--riscos/treeview.c21
1 files changed, 16 insertions, 5 deletions
diff --git a/riscos/treeview.c b/riscos/treeview.c
index 3086f436b..ccef58017 100644
--- a/riscos/treeview.c
+++ b/riscos/treeview.c
@@ -1,8 +1,19 @@
/*
- * This file is part of NetSurf, http://netsurf-browser.org/
- * Licensed under the GNU General Public License,
- * http://www.opensource.org/licenses/gpl-license
* Copyright 2005 Richard Wilson <info@tinct.net>
+ *
+ * This file is part of NetSurf, http://www.netsurf-browser.org/
+ *
+ * NetSurf is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * NetSurf 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/** \file
@@ -1312,7 +1323,7 @@ bool ro_gui_tree_keypress(wimp_key *key) {
default:
return false;
}
-
+
/* keyboard scrolling */
state.w = (wimp_w)tree->handle;
error = xwimp_get_window_state(&state);
@@ -1360,7 +1371,7 @@ bool ro_gui_tree_keypress(wimp_key *key) {
LOG(("xwimp_open_window: 0x%x: %s",
error->errnum, error->errmess));
}
-
+
return true;
}