summary refs log tree commit diff stats
path: root/ranger.py
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2011-10-10 23:51:58 +0200
committerhut <hut@lavabit.com>2011-10-10 23:51:58 +0200
commit562ad4dbb80cc528b2403e40c914cb14c164243d (patch)
tree0c2fcb390a5c0866f6f7bbc8b1a7cc99bbf06ea7 /ranger.py
parent27bfdd492f8abea2ed73e7dc877e54e9c0845b87 (diff)
downloadranger-562ad4dbb80cc528b2403e40c914cb14c164243d.tar.gz
Updated copyright headers
As much as I hate this, it has to be done
Diffstat (limited to 'ranger.py')
-rwxr-xr-xranger.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger.py b/ranger.py
index 29f0a636..c763a8d9 100755
--- a/ranger.py
+++ b/ranger.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python -O
 # ranger - a vim-inspired file manager for the console  (coding: utf-8)
-# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
+# Copyright (C) 2009, 2010, 2011  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
ref='#n138'>138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220