diff options
-rw-r--r-- | ranger/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/__init__.py b/ranger/__init__.py index 78870170..59c08938 100644 --- a/ranger/__init__.py +++ b/ranger/__init__.py @@ -21,7 +21,7 @@ import sys from ranger.ext.debug import log, trace __copyright__ = 'none' -__license__ = 'GPL' +__license__ = 'ISC' __version__ = '1.0.1' __credits__ = 'hut' __author__ = 'hut' |