diff options
Diffstat (limited to 'ranger/container/file.py')
-rw-r--r-- | ranger/container/file.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ranger/container/file.py b/ranger/container/file.py index fb8094a6..6be60f85 100644 --- a/ranger/container/file.py +++ b/ranger/container/file.py @@ -1,5 +1,5 @@ -# 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. +# License: GNU GPL version 3, see the file "AUTHORS" for details. import re from ranger.container.fsobject import FileSystemObject |