about summary refs log tree commit diff stats
path: root/ranger/gui/color.py
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-01-08 17:35:56 +0100
committerhut <hut@lavabit.com>2010-01-08 17:35:56 +0100
commitb4c2c703f9acdf39cbd47407ed51a7e7c807ba7d (patch)
tree9514abeea9f9e8cc2e5e5919e88ad4b96cefa3d1 /ranger/gui/color.py
parentbba8d293c32050b79cfc2b0ac2807f324ef44800 (diff)
downloadranger-b4c2c703f9acdf39cbd47407ed51a7e7c807ba7d.tar.gz
added license information
Diffstat (limited to 'ranger/gui/color.py')
-rw-r--r--ranger/gui/color.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/ranger/gui/color.py b/ranger/gui/color.py
index bf80929a..265f8b5b 100644
--- a/ranger/gui/color.py
+++ b/ranger/gui/color.py
@@ -1,3 +1,17 @@
+# Copyright (c) 2009, 2010 hut <hut@lavabit.com>
+#
+# Permission to use, copy, modify, and/or distribute this software for any
+# purpose with or without fee is hereby granted, provided that the above
+# copyright notice and this permission notice appear in all copies.
+#
+# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
 """
 Contains abbreviations to curses color/attribute constants.
 
rtik Agaram <vc@akkartik.com> 2019-09-14 16:40:51 -0700 committer Kartik Agaram <vc@akkartik.com> 2019-09-14 16:40:51 -0700 5656' href='/akkartik/mu/commit/kernel.soso/framebuffer.c?h=hlt&id=67de9b02956419644f570f7e47ecd9940af024b3'>67de9b02 ^
46bb1d31 ^











67de9b02 ^
46bb1d31 ^

67de9b02 ^
46bb1d31 ^













67de9b02 ^
46bb1d31 ^


67de9b02 ^
46bb1d31 ^

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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97