Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] eselect r752 - in trunk: . bin doc libs man misc modules
Date: Fri, 01 Jan 2010 11:11:48
Message-Id: E1NQfPx-0002eb-Jm@stork.gentoo.org
1 Author: ulm
2 Date: 2010-01-01 11:11:41 +0000 (Fri, 01 Jan 2010)
3 New Revision: 752
4
5 Modified:
6 trunk/README
7 trunk/bin/eselect.in
8 trunk/doc/developer-guide.txt
9 trunk/libs/config.bash.in
10 trunk/libs/core.bash.in
11 trunk/libs/default.eselect.in
12 trunk/libs/editor-variable.bash.in
13 trunk/libs/manip.bash.in
14 trunk/libs/multilib.bash.in
15 trunk/libs/output.bash.in
16 trunk/libs/package-manager.bash.in
17 trunk/libs/path-manipulation.bash.in
18 trunk/libs/skel.bash.in
19 trunk/libs/tests.bash.in
20 trunk/man/bashcomp.eselect.5
21 trunk/man/binutils.eselect.5
22 trunk/man/editor.eselect.5
23 trunk/man/env.eselect.5
24 trunk/man/eselect.1
25 trunk/man/kernel.eselect.5
26 trunk/man/news.eselect.5
27 trunk/man/pager.eselect.5
28 trunk/man/profile.eselect.5
29 trunk/man/rc.eselect.5
30 trunk/man/visual.eselect.5
31 trunk/misc/eselect.bashcomp
32 trunk/modules/bashcomp.eselect
33 trunk/modules/binutils.eselect
34 trunk/modules/config.eselect
35 trunk/modules/cow.eselect
36 trunk/modules/editor.eselect
37 trunk/modules/env.eselect
38 trunk/modules/kernel.eselect
39 trunk/modules/modules.eselect
40 trunk/modules/news.eselect
41 trunk/modules/pager.eselect
42 trunk/modules/profile.eselect
43 trunk/modules/rc.eselect
44 trunk/modules/visual.eselect
45 Log:
46 Happy new year 2010!
47
48 Modified: trunk/README
49 ===================================================================
50 --- trunk/README 2009-12-31 03:52:31 UTC (rev 751)
51 +++ trunk/README 2010-01-01 11:11:41 UTC (rev 752)
52 @@ -14,7 +14,7 @@
53 Copyright
54 ---------
55
56 -eselect is Copyright (c) 2005-2009 Gentoo Foundation. This code is
57 +eselect is Copyright (c) 2005-2010 Gentoo Foundation. This code is
58 distributed under the terms of the GNU General Public License v2.
59
60 Style Notes
61
62 Modified: trunk/bin/eselect.in
63 ===================================================================
64 --- trunk/bin/eselect.in 2009-12-31 03:52:31 UTC (rev 751)
65 +++ trunk/bin/eselect.in 2010-01-01 11:11:41 UTC (rev 752)
66 @@ -1,6 +1,6 @@
67 #!@BASH@
68 # -*-eselect-*- vim: ft=eselect
69 -# Copyright (c) 2005-2009 Gentoo Foundation
70 +# Copyright (c) 2005-2010 Gentoo Foundation
71 # $Id$
72 # This file is part of the 'eselect' tools framework.
73 #
74 @@ -104,7 +104,7 @@
75 es_do_version() {
76 echo "eselect ${ESELECT_VERSION}"
77 echo
78 - echo "Copyright (c) 2005-2009 Gentoo Foundation."
79 + echo "Copyright (c) 2005-2010 Gentoo Foundation."
80 echo "Distributed under the terms of the GNU General Public License v2."
81 }
82
83
84 Modified: trunk/doc/developer-guide.txt
85 ===================================================================
86 --- trunk/doc/developer-guide.txt 2009-12-31 03:52:31 UTC (rev 751)
87 +++ trunk/doc/developer-guide.txt 2010-01-01 11:11:41 UTC (rev 752)
88 @@ -35,7 +35,7 @@
89
90
91 # -*-eselect-*- vim: ft=eselect
92 - # Copyright 1999-2005 Gentoo Foundation
93 + # Copyright 1999-2010 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 # $Id: $
96
97
98 Modified: trunk/libs/config.bash.in
99 ===================================================================
100 --- trunk/libs/config.bash.in 2009-12-31 03:52:31 UTC (rev 751)
101 +++ trunk/libs/config.bash.in 2010-01-01 11:11:41 UTC (rev 752)
102 @@ -1,5 +1,5 @@
103 # -*-eselect-*- vim: ft=eselect
104 -# Copyright (c) 2005-2009 Gentoo Foundation
105 +# Copyright (c) 2005-2010 Gentoo Foundation
106 # $Id$
107 # This file is part of the 'eselect' tools framework.
108 #
109
110 Modified: trunk/libs/core.bash.in
111 ===================================================================
112 --- trunk/libs/core.bash.in 2009-12-31 03:52:31 UTC (rev 751)
113 +++ trunk/libs/core.bash.in 2010-01-01 11:11:41 UTC (rev 752)
114 @@ -1,5 +1,5 @@
115 # -*-eselect-*- vim: ft=eselect
116 -# Copyright (c) 2005-2009 Gentoo Foundation
117 +# Copyright (c) 2005-2010 Gentoo Foundation
118 # $Id$
119 # This file is part of the 'eselect' tools framework.
120 #
121
122 Modified: trunk/libs/default.eselect.in
123 ===================================================================
124 --- trunk/libs/default.eselect.in 2009-12-31 03:52:31 UTC (rev 751)
125 +++ trunk/libs/default.eselect.in 2010-01-01 11:11:41 UTC (rev 752)
126 @@ -1,5 +1,5 @@
127 # -*-eselect-*- vim: ft=eselect
128 -# Copyright (c) 2005-2009 Gentoo Foundation
129 +# Copyright (c) 2005-2010 Gentoo Foundation
130 # $Id$
131 # This file is part of the 'eselect' tools framework.
132 #
133
134 Modified: trunk/libs/editor-variable.bash.in
135 ===================================================================
136 --- trunk/libs/editor-variable.bash.in 2009-12-31 03:52:31 UTC (rev 751)
137 +++ trunk/libs/editor-variable.bash.in 2010-01-01 11:11:41 UTC (rev 752)
138 @@ -1,5 +1,5 @@
139 # -*-eselect-*- vim: ft=eselect
140 -# Copyright (c) 2005-2009 Gentoo Foundation
141 +# Copyright (c) 2005-2010 Gentoo Foundation
142 # $Id$
143 # This file is part of the 'eselect' tools framework.
144 #
145
146 Modified: trunk/libs/manip.bash.in
147 ===================================================================
148 --- trunk/libs/manip.bash.in 2009-12-31 03:52:31 UTC (rev 751)
149 +++ trunk/libs/manip.bash.in 2010-01-01 11:11:41 UTC (rev 752)
150 @@ -1,5 +1,5 @@
151 # -*-eselect-*- vim: ft=eselect
152 -# Copyright (c) 2005-2009 Gentoo Foundation
153 +# Copyright (c) 2005-2010 Gentoo Foundation
154 # $Id$
155 # This file is part of the 'eselect' tools framework.
156 #
157
158 Modified: trunk/libs/multilib.bash.in
159 ===================================================================
160 --- trunk/libs/multilib.bash.in 2009-12-31 03:52:31 UTC (rev 751)
161 +++ trunk/libs/multilib.bash.in 2010-01-01 11:11:41 UTC (rev 752)
162 @@ -1,5 +1,5 @@
163 # -*-eselect-*- vim: ft=eselect
164 -# Copyright (c) 2005-2009 Gentoo Foundation
165 +# Copyright (c) 2005-2010 Gentoo Foundation
166 # $Id$
167 # This file is part of the 'eselect' tools framework.
168 #
169
170 Modified: trunk/libs/output.bash.in
171 ===================================================================
172 --- trunk/libs/output.bash.in 2009-12-31 03:52:31 UTC (rev 751)
173 +++ trunk/libs/output.bash.in 2010-01-01 11:11:41 UTC (rev 752)
174 @@ -1,5 +1,5 @@
175 # -*-eselect-*- vim: ft=eselect
176 -# Copyright (c) 2005-2009 Gentoo Foundation
177 +# Copyright (c) 2005-2010 Gentoo Foundation
178 # $Id$
179 # This file is part of the 'eselect' tools framework.
180 #
181
182 Modified: trunk/libs/package-manager.bash.in
183 ===================================================================
184 --- trunk/libs/package-manager.bash.in 2009-12-31 03:52:31 UTC (rev 751)
185 +++ trunk/libs/package-manager.bash.in 2010-01-01 11:11:41 UTC (rev 752)
186 @@ -1,5 +1,5 @@
187 # -*-eselect-*- vim: ft=eselect
188 -# Copyright (c) 2005-2009 Gentoo Foundation
189 +# Copyright (c) 2005-2010 Gentoo Foundation
190 # $Id$
191 # This file is part of the 'eselect' tools framework.
192 #
193
194 Modified: trunk/libs/path-manipulation.bash.in
195 ===================================================================
196 --- trunk/libs/path-manipulation.bash.in 2009-12-31 03:52:31 UTC (rev 751)
197 +++ trunk/libs/path-manipulation.bash.in 2010-01-01 11:11:41 UTC (rev 752)
198 @@ -1,5 +1,5 @@
199 # -*-eselect-*- vim: ft=eselect
200 -# Copyright (c) 2005-2009 Gentoo Foundation
201 +# Copyright (c) 2005-2010 Gentoo Foundation
202 # $Id$
203 # This file is part of the 'eselect' tools framework.
204 #
205
206 Modified: trunk/libs/skel.bash.in
207 ===================================================================
208 --- trunk/libs/skel.bash.in 2009-12-31 03:52:31 UTC (rev 751)
209 +++ trunk/libs/skel.bash.in 2010-01-01 11:11:41 UTC (rev 752)
210 @@ -1,5 +1,5 @@
211 # -*-eselect-*- vim: ft=eselect
212 -# Copyright (c) 1999-2009 Gentoo Foundation
213 +# Copyright (c) 1999-2010 Gentoo Foundation
214 # $Id$
215 # This file is part of the 'eselect' tools framework.
216 #
217
218 Modified: trunk/libs/tests.bash.in
219 ===================================================================
220 --- trunk/libs/tests.bash.in 2009-12-31 03:52:31 UTC (rev 751)
221 +++ trunk/libs/tests.bash.in 2010-01-01 11:11:41 UTC (rev 752)
222 @@ -1,5 +1,5 @@
223 # -*-eselect-*- vim: ft=eselect
224 -# Copyright (c) 2005-2009 Gentoo Foundation
225 +# Copyright (c) 2005-2010 Gentoo Foundation
226 # $Id$
227 # This file is part of the 'eselect' tools framework.
228 #
229
230 Modified: trunk/man/bashcomp.eselect.5
231 ===================================================================
232 --- trunk/man/bashcomp.eselect.5 2009-12-31 03:52:31 UTC (rev 751)
233 +++ trunk/man/bashcomp.eselect.5 2010-01-01 11:11:41 UTC (rev 752)
234 @@ -1,4 +1,4 @@
235 -.\" Copyright 2005-2009 Gentoo Foundation
236 +.\" Copyright 2005-2010 Gentoo Foundation
237 .\" Distributed under the terms of the GNU General Public License v2
238 .\" $Id$
239 .\"
240
241 Modified: trunk/man/binutils.eselect.5
242 ===================================================================
243 --- trunk/man/binutils.eselect.5 2009-12-31 03:52:31 UTC (rev 751)
244 +++ trunk/man/binutils.eselect.5 2010-01-01 11:11:41 UTC (rev 752)
245 @@ -1,4 +1,4 @@
246 -.\" Copyright 2005-2009 Gentoo Foundation
247 +.\" Copyright 2005-2010 Gentoo Foundation
248 .\" Distributed under the terms of the GNU General Public License v2
249 .\" $Id$
250 .\"
251
252 Modified: trunk/man/editor.eselect.5
253 ===================================================================
254 --- trunk/man/editor.eselect.5 2009-12-31 03:52:31 UTC (rev 751)
255 +++ trunk/man/editor.eselect.5 2010-01-01 11:11:41 UTC (rev 752)
256 @@ -1,4 +1,4 @@
257 -.\" Copyright 2009 Gentoo Foundation
258 +.\" Copyright 2009-2010 Gentoo Foundation
259 .\" Distributed under the terms of the GNU General Public License v2
260 .\" $Id$
261 .\"
262
263 Modified: trunk/man/env.eselect.5
264 ===================================================================
265 --- trunk/man/env.eselect.5 2009-12-31 03:52:31 UTC (rev 751)
266 +++ trunk/man/env.eselect.5 2010-01-01 11:11:41 UTC (rev 752)
267 @@ -1,4 +1,4 @@
268 -.\" Copyright 2005-2009 Gentoo Foundation
269 +.\" Copyright 2005-2010 Gentoo Foundation
270 .\" Distributed under the terms of the GNU General Public License v2
271 .\" $Id$
272 .\"
273
274 Modified: trunk/man/eselect.1
275 ===================================================================
276 --- trunk/man/eselect.1 2009-12-31 03:52:31 UTC (rev 751)
277 +++ trunk/man/eselect.1 2010-01-01 11:11:41 UTC (rev 752)
278 @@ -1,4 +1,4 @@
279 -.\" Copyright 2005-2009 Gentoo Foundation
280 +.\" Copyright 2005-2010 Gentoo Foundation
281 .\" Distributed under the terms of the GNU General Public License v2
282 .\" $Id$
283 .\"
284
285 Modified: trunk/man/kernel.eselect.5
286 ===================================================================
287 --- trunk/man/kernel.eselect.5 2009-12-31 03:52:31 UTC (rev 751)
288 +++ trunk/man/kernel.eselect.5 2010-01-01 11:11:41 UTC (rev 752)
289 @@ -1,4 +1,4 @@
290 -.\" Copyright 2005-2009 Gentoo Foundation
291 +.\" Copyright 2005-2010 Gentoo Foundation
292 .\" Distributed under the terms of the GNU General Public License v2
293 .\" $Id$
294 .\"
295
296 Modified: trunk/man/news.eselect.5
297 ===================================================================
298 --- trunk/man/news.eselect.5 2009-12-31 03:52:31 UTC (rev 751)
299 +++ trunk/man/news.eselect.5 2010-01-01 11:11:41 UTC (rev 752)
300 @@ -1,4 +1,4 @@
301 -.\" Copyright 2009 Gentoo Foundation
302 +.\" Copyright 2009-2010 Gentoo Foundation
303 .\" Distributed under the terms of the GNU General Public License v2
304 .\" $Id$
305 .\"
306
307 Modified: trunk/man/pager.eselect.5
308 ===================================================================
309 --- trunk/man/pager.eselect.5 2009-12-31 03:52:31 UTC (rev 751)
310 +++ trunk/man/pager.eselect.5 2010-01-01 11:11:41 UTC (rev 752)
311 @@ -1,4 +1,4 @@
312 -.\" Copyright 2009 Gentoo Foundation
313 +.\" Copyright 2009-2010 Gentoo Foundation
314 .\" Distributed under the terms of the GNU General Public License v2
315 .\" $Id$
316 .\"
317
318 Modified: trunk/man/profile.eselect.5
319 ===================================================================
320 --- trunk/man/profile.eselect.5 2009-12-31 03:52:31 UTC (rev 751)
321 +++ trunk/man/profile.eselect.5 2010-01-01 11:11:41 UTC (rev 752)
322 @@ -1,4 +1,4 @@
323 -.\" Copyright 2005-2009 Gentoo Foundation
324 +.\" Copyright 2005-2010 Gentoo Foundation
325 .\" Distributed under the terms of the GNU General Public License v2
326 .\" $Id$
327 .\"
328
329 Modified: trunk/man/rc.eselect.5
330 ===================================================================
331 --- trunk/man/rc.eselect.5 2009-12-31 03:52:31 UTC (rev 751)
332 +++ trunk/man/rc.eselect.5 2010-01-01 11:11:41 UTC (rev 752)
333 @@ -1,4 +1,4 @@
334 -.\" Copyright 2005-2009 Gentoo Foundation
335 +.\" Copyright 2005-2010 Gentoo Foundation
336 .\" Distributed under the terms of the GNU General Public License v2
337 .\" $Id$
338 .\"
339
340 Modified: trunk/man/visual.eselect.5
341 ===================================================================
342 --- trunk/man/visual.eselect.5 2009-12-31 03:52:31 UTC (rev 751)
343 +++ trunk/man/visual.eselect.5 2010-01-01 11:11:41 UTC (rev 752)
344 @@ -1,4 +1,4 @@
345 -.\" Copyright 2009 Gentoo Foundation
346 +.\" Copyright 2009-2010 Gentoo Foundation
347 .\" Distributed under the terms of the GNU General Public License v2
348 .\" $Id$
349 .\"
350
351 Modified: trunk/misc/eselect.bashcomp
352 ===================================================================
353 --- trunk/misc/eselect.bashcomp 2009-12-31 03:52:31 UTC (rev 751)
354 +++ trunk/misc/eselect.bashcomp 2010-01-01 11:11:41 UTC (rev 752)
355 @@ -1,5 +1,5 @@
356 # -*- mode: sh; indent-tabs-mode: nil; -*- vim: set ft=sh tw=80 sw=4 et :
357 -# Copyright 1999-2009 Gentoo Foundation
358 +# Copyright 1999-2010 Gentoo Foundation
359 # Distributed under the terms of the GNU General Public License v2
360 # $Id$
361
362
363 Modified: trunk/modules/bashcomp.eselect
364 ===================================================================
365 --- trunk/modules/bashcomp.eselect 2009-12-31 03:52:31 UTC (rev 751)
366 +++ trunk/modules/bashcomp.eselect 2010-01-01 11:11:41 UTC (rev 752)
367 @@ -1,5 +1,5 @@
368 # -*-eselect-*- vim: ft=eselect
369 -# Copyright 1999-2009 Gentoo Foundation
370 +# Copyright 1999-2010 Gentoo Foundation
371 # Distributed under the terms of the GNU General Public License v2
372 # $Id$
373
374
375 Modified: trunk/modules/binutils.eselect
376 ===================================================================
377 --- trunk/modules/binutils.eselect 2009-12-31 03:52:31 UTC (rev 751)
378 +++ trunk/modules/binutils.eselect 2010-01-01 11:11:41 UTC (rev 752)
379 @@ -1,5 +1,5 @@
380 # -*-eselect-*- vim: ft=eselect
381 -# Copyright 1999-2009 Gentoo Foundation
382 +# Copyright 1999-2010 Gentoo Foundation
383 # Distributed under the terms of the GNU General Public License v2
384 # $Id$
385
386
387 Modified: trunk/modules/config.eselect
388 ===================================================================
389 --- trunk/modules/config.eselect 2009-12-31 03:52:31 UTC (rev 751)
390 +++ trunk/modules/config.eselect 2010-01-01 11:11:41 UTC (rev 752)
391 @@ -1,5 +1,5 @@
392 # -*-eselect-*- vim: ft=eselect
393 -# Copyright 1999-2009 Gentoo Foundation
394 +# Copyright 1999-2010 Gentoo Foundation
395 # Distributed under the terms of the GNU General Public License v2
396 # $Id$
397
398
399 Modified: trunk/modules/cow.eselect
400 ===================================================================
401 --- trunk/modules/cow.eselect 2009-12-31 03:52:31 UTC (rev 751)
402 +++ trunk/modules/cow.eselect 2010-01-01 11:11:41 UTC (rev 752)
403 @@ -1,5 +1,5 @@
404 # -*-eselect-*- vim: ft=eselect
405 -# Copyright 1999-2009 Gentoo Foundation
406 +# Copyright 1999-2010 Gentoo Foundation
407 # Distributed under the terms of the GNU General Public License v2
408 # $Id$
409
410
411 Modified: trunk/modules/editor.eselect
412 ===================================================================
413 --- trunk/modules/editor.eselect 2009-12-31 03:52:31 UTC (rev 751)
414 +++ trunk/modules/editor.eselect 2010-01-01 11:11:41 UTC (rev 752)
415 @@ -1,5 +1,5 @@
416 # -*-eselect-*- vim: ft=eselect
417 -# Copyright 2009 Gentoo Foundation
418 +# Copyright 2009-2010 Gentoo Foundation
419 # Distributed under the terms of the GNU General Public License v2
420 # $Id$
421
422
423 Modified: trunk/modules/env.eselect
424 ===================================================================
425 --- trunk/modules/env.eselect 2009-12-31 03:52:31 UTC (rev 751)
426 +++ trunk/modules/env.eselect 2010-01-01 11:11:41 UTC (rev 752)
427 @@ -1,5 +1,5 @@
428 # -*-eselect-*- vim: ft=eselect
429 -# Copyright 1999-2009 Gentoo Foundation
430 +# Copyright 1999-2010 Gentoo Foundation
431 # Distributed under the terms of the GNU General Public License v2
432 # $Id$
433
434
435 Modified: trunk/modules/kernel.eselect
436 ===================================================================
437 --- trunk/modules/kernel.eselect 2009-12-31 03:52:31 UTC (rev 751)
438 +++ trunk/modules/kernel.eselect 2010-01-01 11:11:41 UTC (rev 752)
439 @@ -1,5 +1,5 @@
440 # -*-eselect-*- vim: ft=eselect
441 -# Copyright 1999-2009 Gentoo Foundation
442 +# Copyright 1999-2010 Gentoo Foundation
443 # Distributed under the terms of the GNU General Public License v2
444 # $Id$
445
446
447 Modified: trunk/modules/modules.eselect
448 ===================================================================
449 --- trunk/modules/modules.eselect 2009-12-31 03:52:31 UTC (rev 751)
450 +++ trunk/modules/modules.eselect 2010-01-01 11:11:41 UTC (rev 752)
451 @@ -1,5 +1,5 @@
452 # -*-eselect-*- vim: ft=eselect
453 -# Copyright 1999-2009 Gentoo Foundation
454 +# Copyright 1999-2010 Gentoo Foundation
455 # Distributed under the terms of the GNU General Public License v2
456 # $Id$
457
458
459 Modified: trunk/modules/news.eselect
460 ===================================================================
461 --- trunk/modules/news.eselect 2009-12-31 03:52:31 UTC (rev 751)
462 +++ trunk/modules/news.eselect 2010-01-01 11:11:41 UTC (rev 752)
463 @@ -1,5 +1,5 @@
464 # -*-eselect-*- vim: ft=eselect
465 -# Copyright 2005-2009 Gentoo Foundation
466 +# Copyright 2005-2010 Gentoo Foundation
467 # Distributed under the terms of the GNU General Public License v2
468 # $Id$
469
470
471 Modified: trunk/modules/pager.eselect
472 ===================================================================
473 --- trunk/modules/pager.eselect 2009-12-31 03:52:31 UTC (rev 751)
474 +++ trunk/modules/pager.eselect 2010-01-01 11:11:41 UTC (rev 752)
475 @@ -1,5 +1,5 @@
476 # -*-eselect-*- vim: ft=eselect
477 -# Copyright 2009 Gentoo Foundation
478 +# Copyright 2009-2010 Gentoo Foundation
479 # Distributed under the terms of the GNU General Public License v2
480 # $Id$
481
482
483 Modified: trunk/modules/profile.eselect
484 ===================================================================
485 --- trunk/modules/profile.eselect 2009-12-31 03:52:31 UTC (rev 751)
486 +++ trunk/modules/profile.eselect 2010-01-01 11:11:41 UTC (rev 752)
487 @@ -1,5 +1,5 @@
488 # -*-eselect-*- vim: ft=eselect
489 -# Copyright 1999-2009 Gentoo Foundation
490 +# Copyright 1999-2010 Gentoo Foundation
491 # Distributed under the terms of the GNU General Public License v2
492 # $Id$
493
494
495 Modified: trunk/modules/rc.eselect
496 ===================================================================
497 --- trunk/modules/rc.eselect 2009-12-31 03:52:31 UTC (rev 751)
498 +++ trunk/modules/rc.eselect 2010-01-01 11:11:41 UTC (rev 752)
499 @@ -1,5 +1,5 @@
500 # -*-eselect-*- vim: ft=eselect
501 -# Copyright 1999-2009 Gentoo Foundation
502 +# Copyright 1999-2010 Gentoo Foundation
503 # Distributed under the terms of the GNU General Public License v2
504 # $Id$
505
506
507 Modified: trunk/modules/visual.eselect
508 ===================================================================
509 --- trunk/modules/visual.eselect 2009-12-31 03:52:31 UTC (rev 751)
510 +++ trunk/modules/visual.eselect 2010-01-01 11:11:41 UTC (rev 752)
511 @@ -1,5 +1,5 @@
512 # -*-eselect-*- vim: ft=eselect
513 -# Copyright 2009 Gentoo Foundation
514 +# Copyright 2009-2010 Gentoo Foundation
515 # Distributed under the terms of the GNU General Public License v2
516 # $Id$