summary refs log tree commit diff stats
path: root/test/bm_loader.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/bm_loader.py')
-rw-r--r--test/bm_loader.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/bm_loader.py b/test/bm_loader.py
index 33011108..0604d5ad 100644
--- a/test/bm_loader.py
+++ b/test/bm_loader.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/>.
+
 from ranger.core.loader import Loader
 from ranger.fsobject import Directory, File
 from ranger.ext.openstruct import OpenStruct
id='n117' href='#n117'>117 118 119 120 121 122 123 124 125
thj5@gmail.com>  2016-07-04 21:10:11 +0100
committer  James Booth <boothj5@gmail.com>  2016-07-04 21:10:11 +0100

Unit test for callback_add_command()' href='/danisanti/profani-tty/commit/tests/unittests/test_callbacks.c?id=3fe1d76a059f476372b242dee5f9fb93d434e66a'>3fe1d76a ^
81b537b3 ^
d2a08714 ^
81b537b3 ^

71879a3f ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64