summary refs log tree commit diff stats
path: root/ranger/api
diff options
context:
space:
mode:
authorhut <hut@lepus.uberspace.de>2015-03-19 01:06:02 +0100
committerhut <hut@lepus.uberspace.de>2015-03-19 01:06:02 +0100
commitdc92d37539565a6ec2cb487dc0b26ed875b8ede4 (patch)
tree1bfbd02a2ee9dd539ac086b92cd80826b3ca9ef7 /ranger/api
parentbc79568d49652375c08a5c8d58262b1ef03d44e7 (diff)
downloadranger-dc92d37539565a6ec2cb487dc0b26ed875b8ede4.tar.gz
Neater copyright header
Diffstat (limited to 'ranger/api')
-rw-r--r--ranger/api/__init__.py3
-rw-r--r--ranger/api/commands.py4
-rw-r--r--ranger/api/options.py4
3 files changed, 7 insertions, 4 deletions
diff --git a/ranger/api/__init__.py b/ranger/api/__init__.py
index 572cf1a4..7baa661d 100644
--- a/ranger/api/__init__.py
+++ b/ranger/api/__init__.py
@@ -1,3 +1,6 @@
+# This file is part of ranger, the console file manager.
+# License: GNU GPL version 3, see the file "AUTHORS" for details.
+
 """Files in this module contain helper functions used in configuration files."""
 
 # Hooks for use in plugins:
diff --git a/ranger/api/commands.py b/ranger/api/commands.py
index 52028128..cf8d28a7 100644
--- a/ranger/api/commands.py
+++ b/ranger/api/commands.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.
 
 # TODO: Add an optional "!" to all commands and set a flag if it's there
 
diff --git a/ranger/api/options.py b/ranger/api/options.py
index d30c7995..0cce1364 100644
--- a/ranger/api/options.py
+++ b/ranger/api/options.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.
 
 # THIS WHOLE FILE IS OBSOLETE AND EXISTS FOR BACKWARDS COMPATIBILITIY
 import re