diff options
author | hut <hut@lavabit.com> | 2010-03-08 17:40:31 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-03-08 17:40:31 +0100 |
commit | ce1ae48f9130afb4d38e8aa8ed7ca9b8eec4340c (patch) | |
tree | 7670a166aee4b62cc67f786361a0144d008dd0c7 /ranger | |
parent | 3bd534c979e5b37fdd76895ed542ebf44f2ef494 (diff) | |
download | ranger-ce1ae48f9130afb4d38e8aa8ed7ca9b8eec4340c.tar.gz |
added copyright info to config files and test cases
Diffstat (limited to 'ranger')
-rw-r--r-- | ranger/defaults/apps.py | 15 | ||||
-rw-r--r-- | ranger/defaults/keys.py | 15 | ||||
-rw-r--r-- | ranger/defaults/options.py | 15 |
3 files changed, 45 insertions, 0 deletions
diff --git a/ranger/defaults/apps.py b/ranger/defaults/apps.py index a099ec2f..36a8355f 100644 --- a/ranger/defaults/apps.py +++ b/ranger/defaults/apps.py @@ -1,3 +1,18 @@ +# Copyright (C) 2009, 2010 Roman Zimbelmann <romanz@lavabit.com> +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + """ This is the default ranger configuration file for filetype detection and application handling. diff --git a/ranger/defaults/keys.py b/ranger/defaults/keys.py index f5b2275f..ee6a7802 100644 --- a/ranger/defaults/keys.py +++ b/ranger/defaults/keys.py @@ -1,3 +1,18 @@ +# Copyright (C) 2009, 2010 Roman Zimbelmann <romanz@lavabit.com> +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + """ This is the default key configuration file of ranger. Syntax for binding keys: bind(*keys, fnc) diff --git a/ranger/defaults/options.py b/ranger/defaults/options.py index 6a1ae862..98329b3c 100644 --- a/ranger/defaults/options.py +++ b/ranger/defaults/options.py @@ -1,3 +1,18 @@ +# Copyright (C) 2009, 2010 Roman Zimbelmann <romanz@lavabit.com> +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + """ This is the default configuration file of ranger. If you do any changes, make sure the import-line stays |