Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Neater copyright header
  • Loading branch information
hut committed Mar 19, 2015
1 parent bc79568 commit dc92d37
Show file tree
Hide file tree
Showing 71 changed files with 192 additions and 202 deletions.
42 changes: 42 additions & 0 deletions COPYING → AUTHORS
@@ -1,3 +1,45 @@
Copyright 2009-2015 Roman Zimbelmann <hut@hut.pm>
Copyright 2010 David Barnett <davidbarnett2@gmail.com>
Copyright 2010 Lucas de Vries <lucas@glacicle.org>
Copyright 2010 Sitaram Chamarty <sitaram@atc.tcs.com>
Copyright 2011-2012 Abdó Roig-Maranges <abdo.roig@gmail.com>
Copyright 2011-2012 M Rawash <mrawash@gmail.com>
Copyright 2011 David Pugnasse <david.pugnasse@gmail.com>
Copyright 2011 ornicar <thibault.duplessis@gmail.com>
Copyright 2012 joe <joebodo@gmail.com>
Copyright 2012 Serge Broslavsky <serge.broslavsky@gmail.com>
Copyright 2013-2014 GermainZ <germanosz@gmail.com>
Copyright 2013 Emanuel Guevel
Copyright 2013 Joseph Tannhuber <sepp.tannhuber@yahoo.de>
Copyright 2014 Célestin Matte <celestin.matte@gmail.com>
Copyright 2014 Milan Svoboda <milan.svoboda@centrum.cz>
Copyright 2014 rukai <rubickent@gmail.com>
Copyright 2015 Alexander Buddenbrock <a.buddenbrock@ish.de>
Copyright 2015 anekos <anekos@snca.net>
Copyright 2015 bastorran
Copyright 2015 Delisa Mason <iskanamagus@gmail.com>
Copyright 2015 No Suck <admin@nosuck.org>
Copyright 2015 randnobx <randynobx@gmail.com>
Copyright 2015 Wojciech Siewierski <wojciech.siewierski@onet.pl>

Ideally, all contributors of non-trivial code are named here to the extend that
a name and e-mail address is available. Please write a mail to hut@hut.pm if
your name is missing, or in case of any other issues.

The authorship and modification date of the individual lines of code can be
determined through querying the version control management software:

git blame <filename>

Explicitly named authors in a source file are there to help you find a
competent person in case of questions, not necessarily because they are
the exclusive authors of a source file.

This software is distributed under the terms of the GNU General Public
License version 3. Copyright terms follow.

=======================================================================

GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007

Expand Down
4 changes: 2 additions & 2 deletions Makefile
@@ -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.

NAME = ranger
VERSION = $(shell grep -m 1 -o '[0-9][0-9.]\+' README.md)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -21,7 +21,7 @@ on the website.

About
-----
* Authors: Check the copyright notices in each source file
* Authors: see "AUTHORS" file
* License: GNU General Public License Version 3
* Website: http://ranger.nongnu.org/
* Download: http://ranger.nongnu.org/ranger-stable.tar.gz
Expand Down
5 changes: 2 additions & 3 deletions 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.
Expand Down
4 changes: 2 additions & 2 deletions ranger/__init__.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.

"""A console file manager with VI key bindings.
Expand Down
3 changes: 3 additions & 0 deletions 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:
Expand Down
4 changes: 2 additions & 2 deletions 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

Expand Down
4 changes: 2 additions & 2 deletions 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
Expand Down
4 changes: 2 additions & 2 deletions ranger/colorschemes/default.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.

from ranger.gui.colorscheme import ColorScheme
from ranger.gui.color import *
Expand Down
4 changes: 2 additions & 2 deletions ranger/colorschemes/jungle.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.

from ranger.gui.color import *
from ranger.colorschemes.default import Default
Expand Down
4 changes: 2 additions & 2 deletions ranger/colorschemes/snow.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.

from ranger.gui.colorscheme import ColorScheme
from ranger.gui.color import *
Expand Down
5 changes: 3 additions & 2 deletions ranger/colorschemes/solarized.py
@@ -1,8 +1,9 @@
# Joseph Tannhuber <sepp.tannhuber@yahoo.de>, 2013
# This file is part of ranger, the console file manager.
# License: GNU GPL version 3, see the file "AUTHORS" for details.
# Author: Joseph Tannhuber <sepp.tannhuber@yahoo.de>, 2013
# Solarized like colorscheme, similar to solarized-dircolors
# from https://github.com/seebi/dircolors-solarized.
# This is a modification of Roman Zimbelmann's default colorscheme.
# This software is distributed under the terms of the GNU GPL version 3.

from ranger.gui.colorscheme import ColorScheme
from ranger.gui.color import *
Expand Down
2 changes: 1 addition & 1 deletion ranger/config/commands.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2009-2013 Roman Zimbelmann <hut@hut.pm>
# This file is part of ranger, the console file manager.
# This configuration file is licensed under the same terms as ranger.
# ===================================================================
#
Expand Down
4 changes: 2 additions & 2 deletions ranger/container/bookmarks.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 string
import re
Expand Down
4 changes: 2 additions & 2 deletions ranger/container/directory.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 locale
import os.path
Expand Down
4 changes: 2 additions & 2 deletions 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
Expand Down
4 changes: 2 additions & 2 deletions ranger/container/fsobject.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.

CONTAINER_EXTENSIONS = ('7z', 'ace', 'ar', 'arc', 'bz', 'bz2', 'cab', 'cpio',
'cpt', 'deb', 'dgc', 'dmg', 'gz', 'iso', 'jar', 'msi', 'pkg', 'rar',
Expand Down
4 changes: 2 additions & 2 deletions ranger/container/history.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: rewrite to use deque instead of list

Expand Down
4 changes: 2 additions & 2 deletions ranger/container/settings.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.

from inspect import isfunction
from ranger.ext.signals import SignalDispatcher, Signal
Expand Down
4 changes: 2 additions & 2 deletions ranger/container/tags.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 a __getitem__ method to get the tag of a file

Expand Down
4 changes: 2 additions & 2 deletions ranger/core/actions.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 codecs
import os
Expand Down
4 changes: 2 additions & 2 deletions ranger/core/environment.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

Expand Down
4 changes: 2 additions & 2 deletions ranger/core/fm.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.

"""The File Manager, putting the pieces together"""

Expand Down
3 changes: 3 additions & 0 deletions ranger/core/linemode.py
@@ -1,4 +1,7 @@
# -*- coding: utf-8 -*-
# This file is part of ranger, the console file manager.
# License: GNU GPL version 3, see the file "AUTHORS" for details.
# Author: Wojciech Siewierski <wojciech.siewierski@onet.pl>, 2015

from abc import *

Expand Down
4 changes: 2 additions & 2 deletions ranger/core/loader.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.

from collections import deque
from time import time, sleep
Expand Down
4 changes: 2 additions & 2 deletions ranger/core/main.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.

"""The main function responsible to initialize the FM object and stuff."""

Expand Down
4 changes: 2 additions & 2 deletions ranger/core/metadata.py
@@ -1,5 +1,5 @@
# Copyright (C) 2014 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.

"""
A Metadata Manager that reads information about files from a json database.
Expand Down
4 changes: 2 additions & 2 deletions ranger/core/runner.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 module is an abstract layer over subprocess.Popen
Expand Down
4 changes: 2 additions & 2 deletions ranger/core/shared.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.

"""Shared objects contain singletons for shared use."""

Expand Down
4 changes: 2 additions & 2 deletions ranger/core/tab.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 os
import sys
Expand Down
4 changes: 2 additions & 2 deletions ranger/ext/accumulator.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.

from ranger.ext.direction import Direction

Expand Down
4 changes: 2 additions & 2 deletions ranger/ext/cached_function.py
@@ -1,5 +1,5 @@
# Copyright (C) 2012-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.

def cached_function(fnc):
cache = {}
Expand Down
4 changes: 2 additions & 2 deletions ranger/ext/curses_interrupt_handler.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.

"""Interrupt Signal handler for curses
Expand Down
4 changes: 2 additions & 2 deletions ranger/ext/direction.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 class provides convenient methods for movement operations.
Expand Down
4 changes: 2 additions & 2 deletions ranger/ext/get_executables.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.

from stat import S_IXOTH, S_IFREG
from ranger.ext.iter_tools import unique
Expand Down
4 changes: 2 additions & 2 deletions ranger/ext/human_readable.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.

def human_readable(byte, separator=' '):
"""Convert a large number of bytes to an easily readable format.
Expand Down
6 changes: 5 additions & 1 deletion ranger/ext/img_display.py
@@ -1,4 +1,8 @@
# 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.
# Author: Emanuel Guevel, 2013
# Author: Delisa Mason, 2015

"""Interface for drawing images into the console
This module provides functions to draw images in the terminal using supported
Expand Down
4 changes: 2 additions & 2 deletions ranger/ext/iter_tools.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.

from collections import deque

Expand Down
4 changes: 2 additions & 2 deletions ranger/ext/keybinding_parser.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 sys
import copy
Expand Down
4 changes: 2 additions & 2 deletions ranger/ext/mount_path.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.

from os.path import realpath, abspath, dirname, ismount

Expand Down
4 changes: 2 additions & 2 deletions ranger/ext/next_available_filename.py
@@ -1,5 +1,5 @@
# Copyright (C) 2011-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 os.path

Expand Down
4 changes: 2 additions & 2 deletions ranger/ext/openstruct.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 collections

Expand Down
4 changes: 2 additions & 2 deletions ranger/ext/popen_forked.py
@@ -1,5 +1,5 @@
# Copyright (C) 2012-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 os
import subprocess
Expand Down
4 changes: 2 additions & 2 deletions ranger/ext/relative_symlink.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.

from os import symlink, sep

Expand Down

0 comments on commit dc92d37

Please sign in to comment.