summary refs log tree commit diff stats
path: root/ranger/gui/widgets/pager.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/gui/widgets/pager.py')
-rw-r--r--ranger/gui/widgets/pager.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/ranger/gui/widgets/pager.py b/ranger/gui/widgets/pager.py
index 1dfe72c2..ca4e2970 100644
--- a/ranger/gui/widgets/pager.py
+++ b/ranger/gui/widgets/pager.py
@@ -1,6 +1,5 @@
-# Copyright (C) 2009-2013  Roman Zimbelmann <hut@hut.pm>
-# Copyright (C) 2010 David Barnett <davidbarnett2@gmail.com>
-# This software is distributed under the terms of the GNU GPL version 3.
+# This file is part of ranger, the console file manager.
+# License: GNU GPL version 3, see the file "AUTHORS" for details.
 
 """The pager displays text and allows you to scroll inside it."""