diff options
Diffstat (limited to 'ranger.py')
-rwxr-xr-x | ranger.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ranger.py b/ranger.py index 4d8c5963..4b2e7daa 100755 --- a/ranger.py +++ b/ranger.py @@ -1,7 +1,6 @@ #!/usr/bin/python -O -# ranger - a vim-inspired file manager for the console (coding: utf-8) -# Copyright (C) 2009-2013 Roman Zimbelmann <hut@hut.pm> -# This software is distributed under the terms of the GNU GPL version 3. +# This file is part of ranger, the console file manager. (coding: utf-8) +# License: GNU GPL version 3, see the file "AUTHORS" for details. # ===================== # This embedded bash script can be executed by sourcing this file. |