Gentoo Archives: gentoo-commits

From: "Paul Varner (fuzzyray)" <fuzzyray@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoolkit r731 - in trunk/gentoolkit: bin pym/gentoolkit pym/gentoolkit/deprecated pym/gentoolkit/equery pym/gentoolkit/test pym/gentoolkit/test/equery
Date: Thu, 07 Jan 2010 22:28:40
Message-Id: E1NT0qK-00071A-PY@stork.gentoo.org
1 Author: fuzzyray
2 Date: 2010-01-07 22:28:36 +0000 (Thu, 07 Jan 2010)
3 New Revision: 731
4
5 Modified:
6 trunk/gentoolkit/bin/eclean
7 trunk/gentoolkit/bin/epkginfo
8 trunk/gentoolkit/bin/equery
9 trunk/gentoolkit/bin/euse
10 trunk/gentoolkit/bin/revdep-rebuild
11 trunk/gentoolkit/pym/gentoolkit/__init__.py
12 trunk/gentoolkit/pym/gentoolkit/atom.py
13 trunk/gentoolkit/pym/gentoolkit/cpv.py
14 trunk/gentoolkit/pym/gentoolkit/dbapi.py
15 trunk/gentoolkit/pym/gentoolkit/dependencies.py
16 trunk/gentoolkit/pym/gentoolkit/deprecated/helpers.py
17 trunk/gentoolkit/pym/gentoolkit/equery/__init__.py
18 trunk/gentoolkit/pym/gentoolkit/equery/belongs.py
19 trunk/gentoolkit/pym/gentoolkit/equery/changes.py
20 trunk/gentoolkit/pym/gentoolkit/equery/check.py
21 trunk/gentoolkit/pym/gentoolkit/equery/depends.py
22 trunk/gentoolkit/pym/gentoolkit/equery/depgraph.py
23 trunk/gentoolkit/pym/gentoolkit/equery/files.py
24 trunk/gentoolkit/pym/gentoolkit/equery/hasuse.py
25 trunk/gentoolkit/pym/gentoolkit/equery/list_.py
26 trunk/gentoolkit/pym/gentoolkit/equery/meta.py
27 trunk/gentoolkit/pym/gentoolkit/equery/size.py
28 trunk/gentoolkit/pym/gentoolkit/equery/uses.py
29 trunk/gentoolkit/pym/gentoolkit/equery/which.py
30 trunk/gentoolkit/pym/gentoolkit/errors.py
31 trunk/gentoolkit/pym/gentoolkit/helpers.py
32 trunk/gentoolkit/pym/gentoolkit/metadata.py
33 trunk/gentoolkit/pym/gentoolkit/package.py
34 trunk/gentoolkit/pym/gentoolkit/pprinter.py
35 trunk/gentoolkit/pym/gentoolkit/query.py
36 trunk/gentoolkit/pym/gentoolkit/test/__init__.py
37 trunk/gentoolkit/pym/gentoolkit/test/equery/__init__.py
38 trunk/gentoolkit/pym/gentoolkit/test/test_atom.py
39 trunk/gentoolkit/pym/gentoolkit/test/test_cpv.py
40 trunk/gentoolkit/pym/gentoolkit/versionmatch.py
41 Log:
42 Update Copyright date headers
43
44 Modified: trunk/gentoolkit/bin/eclean
45 ===================================================================
46 --- trunk/gentoolkit/bin/eclean 2010-01-06 16:11:52 UTC (rev 730)
47 +++ trunk/gentoolkit/bin/eclean 2010-01-07 22:28:36 UTC (rev 731)
48 @@ -1,5 +1,5 @@
49 #!/usr/bin/python
50 -# Copyright 2003-2005 Gentoo Foundation
51 +# Copyright 2003-2010 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: $
54
55 @@ -44,7 +44,7 @@
56 % (__productname__, __version__, __description__)
57 print
58 print "Author: %s <%s>" % (__author__,__email__)
59 - print "Copyright 2003-2009 Gentoo Foundation"
60 + print "Copyright 2003-2010 Gentoo Foundation"
61 print "Distributed under the terms of the GNU General Public License v2"
62
63
64
65 Modified: trunk/gentoolkit/bin/epkginfo
66 ===================================================================
67 --- trunk/gentoolkit/bin/epkginfo 2010-01-06 16:11:52 UTC (rev 730)
68 +++ trunk/gentoolkit/bin/epkginfo 2010-01-07 22:28:36 UTC (rev 731)
69 @@ -1,6 +1,6 @@
70 #!/usr/bin/python
71 #
72 -# Copyright 2009 Gentoo Technologies, Inc.
73 +# Copyright 2009-2010 Gentoo Technologies, Inc.
74 # Distributed under the terms of the GNU General Public License v2 or later
75 #
76 # $Header$
77
78 Modified: trunk/gentoolkit/bin/equery
79 ===================================================================
80 --- trunk/gentoolkit/bin/equery 2010-01-06 16:11:52 UTC (rev 730)
81 +++ trunk/gentoolkit/bin/equery 2010-01-07 22:28:36 UTC (rev 731)
82 @@ -1,6 +1,6 @@
83 #!/usr/bin/python
84 #
85 -# Copyright 2002-2009 Gentoo Technologies, Inc.
86 +# Copyright 2002-2010 Gentoo Technologies, Inc.
87 # Distributed under the terms of the GNU General Public License v2 or later
88 #
89 # $Header$
90
91 Modified: trunk/gentoolkit/bin/euse
92 ===================================================================
93 --- trunk/gentoolkit/bin/euse 2010-01-06 16:11:52 UTC (rev 730)
94 +++ trunk/gentoolkit/bin/euse 2010-01-07 22:28:36 UTC (rev 731)
95 @@ -116,7 +116,7 @@
96 ${PROGRAM_NAME} (${VERSION})
97 Written by Marius Mauch
98
99 -Copyright (C) 2004-2009 Gentoo Foundation, Inc.
100 +Copyright (C) 2004-2010 Gentoo Foundation, Inc.
101 This is free software; see the source for copying conditions.
102 VER
103 }
104
105 Modified: trunk/gentoolkit/bin/revdep-rebuild
106 ===================================================================
107 --- trunk/gentoolkit/bin/revdep-rebuild 2010-01-06 16:11:52 UTC (rev 730)
108 +++ trunk/gentoolkit/bin/revdep-rebuild 2010-01-07 22:28:36 UTC (rev 731)
109 @@ -1,5 +1,5 @@
110 #!/bin/bash
111 -# Copyright 1999-2008 Gentoo Foundation
112 +# Copyright 1999-2010 Gentoo Foundation
113
114 # revdep-rebuild: Reverse dependency rebuilder.
115 # Original Author: Stanislav Brabec
116 @@ -167,7 +167,7 @@
117 cat << EOF
118 ${APP_NAME}: (${VERSION})
119
120 -Copyright (C) 2003-2009 Gentoo Foundation, Inc.
121 +Copyright (C) 2003-2010 Gentoo Foundation, Inc.
122 This is free software; see the source for copying conditions.
123
124 Usage: $APP_NAME [OPTIONS] [--] [EMERGE_OPTIONS]
125
126 Modified: trunk/gentoolkit/pym/gentoolkit/__init__.py
127 ===================================================================
128 --- trunk/gentoolkit/pym/gentoolkit/__init__.py 2010-01-06 16:11:52 UTC (rev 730)
129 +++ trunk/gentoolkit/pym/gentoolkit/__init__.py 2010-01-07 22:28:36 UTC (rev 731)
130 @@ -1,7 +1,7 @@
131 #!/usr/bin/python
132 #
133 # Copyright 2003-2004 Karl Trygve Kalleberg
134 -# Copyright 2003-2009 Gentoo Foundation
135 +# Copyright 2003-2010 Gentoo Foundation
136 # Distributed under the terms of the GNU General Public License v2
137 #
138 # $Header$
139
140 Modified: trunk/gentoolkit/pym/gentoolkit/atom.py
141 ===================================================================
142 --- trunk/gentoolkit/pym/gentoolkit/atom.py 2010-01-06 16:11:52 UTC (rev 730)
143 +++ trunk/gentoolkit/pym/gentoolkit/atom.py 2010-01-07 22:28:36 UTC (rev 731)
144 @@ -1,6 +1,6 @@
145 #!/usr/bin/python
146 #
147 -# Copyright(c) 2009, Gentoo Foundation
148 +# Copyright(c) 2009-2010, Gentoo Foundation
149 #
150 # Licensed under the GNU General Public License, v2
151 #
152
153 Modified: trunk/gentoolkit/pym/gentoolkit/cpv.py
154 ===================================================================
155 --- trunk/gentoolkit/pym/gentoolkit/cpv.py 2010-01-06 16:11:52 UTC (rev 730)
156 +++ trunk/gentoolkit/pym/gentoolkit/cpv.py 2010-01-07 22:28:36 UTC (rev 731)
157 @@ -1,6 +1,6 @@
158 #!/usr/bin/python
159 #
160 -# Copyright(c) 2009, Gentoo Foundation
161 +# Copyright(c) 2009-2010, Gentoo Foundation
162 #
163 # Licensed under the GNU General Public License, v2
164 #
165
166 Modified: trunk/gentoolkit/pym/gentoolkit/dbapi.py
167 ===================================================================
168 --- trunk/gentoolkit/pym/gentoolkit/dbapi.py 2010-01-06 16:11:52 UTC (rev 730)
169 +++ trunk/gentoolkit/pym/gentoolkit/dbapi.py 2010-01-07 22:28:36 UTC (rev 731)
170 @@ -1,6 +1,6 @@
171 #!/usr/bin/python
172 #
173 -# Copyright 2009 Gentoo Foundation
174 +# Copyright 2009-2010 Gentoo Foundation
175 # Distributed under the terms of the GNU General Public License v2
176 #
177 # $Header$
178
179 Modified: trunk/gentoolkit/pym/gentoolkit/dependencies.py
180 ===================================================================
181 --- trunk/gentoolkit/pym/gentoolkit/dependencies.py 2010-01-06 16:11:52 UTC (rev 730)
182 +++ trunk/gentoolkit/pym/gentoolkit/dependencies.py 2010-01-07 22:28:36 UTC (rev 731)
183 @@ -1,4 +1,4 @@
184 -# Copyright(c) 2009, Gentoo Foundation
185 +# Copyright(c) 2009-2010, Gentoo Foundation
186 #
187 # Licensed under the GNU General Public License, v2
188 #
189
190 Modified: trunk/gentoolkit/pym/gentoolkit/deprecated/helpers.py
191 ===================================================================
192 --- trunk/gentoolkit/pym/gentoolkit/deprecated/helpers.py 2010-01-06 16:11:52 UTC (rev 730)
193 +++ trunk/gentoolkit/pym/gentoolkit/deprecated/helpers.py 2010-01-07 22:28:36 UTC (rev 731)
194 @@ -1,7 +1,7 @@
195 #!/usr/bin/python2
196 #
197 # Copyright(c) 2004, Karl Trygve Kalleberg <karltk@g.o>
198 -# Copyright(c) 2009, Gentoo Foundation
199 +# Copyright(c) 2009-2010, Gentoo Foundation
200 #
201 # Licensed under the GNU General Public License, v2
202 #
203
204 Modified: trunk/gentoolkit/pym/gentoolkit/equery/__init__.py
205 ===================================================================
206 --- trunk/gentoolkit/pym/gentoolkit/equery/__init__.py 2010-01-06 16:11:52 UTC (rev 730)
207 +++ trunk/gentoolkit/pym/gentoolkit/equery/__init__.py 2010-01-07 22:28:36 UTC (rev 731)
208 @@ -1,4 +1,4 @@
209 -# Copyright(c) 2009, Gentoo Foundation
210 +# Copyright(c) 2009-2010, Gentoo Foundation
211 #
212 # Licensed under the GNU General Public License, v2
213 #
214
215 Modified: trunk/gentoolkit/pym/gentoolkit/equery/belongs.py
216 ===================================================================
217 --- trunk/gentoolkit/pym/gentoolkit/equery/belongs.py 2010-01-06 16:11:52 UTC (rev 730)
218 +++ trunk/gentoolkit/pym/gentoolkit/equery/belongs.py 2010-01-07 22:28:36 UTC (rev 731)
219 @@ -1,4 +1,4 @@
220 -# Copyright(c) 2009, Gentoo Foundation
221 +# Copyright(c) 2009-2010, Gentoo Foundation
222 #
223 # Licensed under the GNU General Public License, v2
224 #
225
226 Modified: trunk/gentoolkit/pym/gentoolkit/equery/changes.py
227 ===================================================================
228 --- trunk/gentoolkit/pym/gentoolkit/equery/changes.py 2010-01-06 16:11:52 UTC (rev 730)
229 +++ trunk/gentoolkit/pym/gentoolkit/equery/changes.py 2010-01-07 22:28:36 UTC (rev 731)
230 @@ -1,4 +1,4 @@
231 -# Copyright(c) 2009, Gentoo Foundation
232 +# Copyright(c) 2009-2010, Gentoo Foundation
233 #
234 # Licensed under the GNU General Public License, v2 or higher
235 #
236
237 Modified: trunk/gentoolkit/pym/gentoolkit/equery/check.py
238 ===================================================================
239 --- trunk/gentoolkit/pym/gentoolkit/equery/check.py 2010-01-06 16:11:52 UTC (rev 730)
240 +++ trunk/gentoolkit/pym/gentoolkit/equery/check.py 2010-01-07 22:28:36 UTC (rev 731)
241 @@ -1,4 +1,4 @@
242 -# Copyright(c) 2009, Gentoo Foundation
243 +# Copyright(c) 2009-2010, Gentoo Foundation
244 #
245 # Licensed under the GNU General Public License, v2
246 #
247
248 Modified: trunk/gentoolkit/pym/gentoolkit/equery/depends.py
249 ===================================================================
250 --- trunk/gentoolkit/pym/gentoolkit/equery/depends.py 2010-01-06 16:11:52 UTC (rev 730)
251 +++ trunk/gentoolkit/pym/gentoolkit/equery/depends.py 2010-01-07 22:28:36 UTC (rev 731)
252 @@ -1,4 +1,4 @@
253 -# Copyright(c) 2009, Gentoo Foundation
254 +# Copyright(c) 2009-2010, Gentoo Foundation
255 #
256 # Licensed under the GNU General Public License, v2
257 #
258
259 Modified: trunk/gentoolkit/pym/gentoolkit/equery/depgraph.py
260 ===================================================================
261 --- trunk/gentoolkit/pym/gentoolkit/equery/depgraph.py 2010-01-06 16:11:52 UTC (rev 730)
262 +++ trunk/gentoolkit/pym/gentoolkit/equery/depgraph.py 2010-01-07 22:28:36 UTC (rev 731)
263 @@ -1,4 +1,4 @@
264 -# Copyright(c) 2009, Gentoo Foundation
265 +# Copyright(c) 2009-2010, Gentoo Foundation
266 #
267 # Licensed under the GNU General Public License, v2
268 #
269
270 Modified: trunk/gentoolkit/pym/gentoolkit/equery/files.py
271 ===================================================================
272 --- trunk/gentoolkit/pym/gentoolkit/equery/files.py 2010-01-06 16:11:52 UTC (rev 730)
273 +++ trunk/gentoolkit/pym/gentoolkit/equery/files.py 2010-01-07 22:28:36 UTC (rev 731)
274 @@ -1,4 +1,4 @@
275 -# Copyright(c) 2009, Gentoo Foundation
276 +# Copyright(c) 2009-2010, Gentoo Foundation
277 #
278 # Licensed under the GNU General Public License, v2
279 #
280
281 Modified: trunk/gentoolkit/pym/gentoolkit/equery/hasuse.py
282 ===================================================================
283 --- trunk/gentoolkit/pym/gentoolkit/equery/hasuse.py 2010-01-06 16:11:52 UTC (rev 730)
284 +++ trunk/gentoolkit/pym/gentoolkit/equery/hasuse.py 2010-01-07 22:28:36 UTC (rev 731)
285 @@ -1,4 +1,4 @@
286 -# Copyright(c) 2009, Gentoo Foundation
287 +# Copyright(c) 2009-2010, Gentoo Foundation
288 #
289 # Licensed under the GNU General Public License, v2 or higher
290 #
291
292 Modified: trunk/gentoolkit/pym/gentoolkit/equery/list_.py
293 ===================================================================
294 --- trunk/gentoolkit/pym/gentoolkit/equery/list_.py 2010-01-06 16:11:52 UTC (rev 730)
295 +++ trunk/gentoolkit/pym/gentoolkit/equery/list_.py 2010-01-07 22:28:36 UTC (rev 731)
296 @@ -1,4 +1,4 @@
297 -# Copyright(c) 2009, Gentoo Foundation
298 +# Copyright(c) 2009-2010, Gentoo Foundation
299 #
300 # Licensed under the GNU General Public License, v2 or higher
301 #
302
303 Modified: trunk/gentoolkit/pym/gentoolkit/equery/meta.py
304 ===================================================================
305 --- trunk/gentoolkit/pym/gentoolkit/equery/meta.py 2010-01-06 16:11:52 UTC (rev 730)
306 +++ trunk/gentoolkit/pym/gentoolkit/equery/meta.py 2010-01-07 22:28:36 UTC (rev 731)
307 @@ -1,4 +1,4 @@
308 -# Copyright(c) 2009, Gentoo Foundation
309 +# Copyright(c) 2009-2010, Gentoo Foundation
310 #
311 # Licensed under the GNU General Public License, v2 or higher
312 #
313
314 Modified: trunk/gentoolkit/pym/gentoolkit/equery/size.py
315 ===================================================================
316 --- trunk/gentoolkit/pym/gentoolkit/equery/size.py 2010-01-06 16:11:52 UTC (rev 730)
317 +++ trunk/gentoolkit/pym/gentoolkit/equery/size.py 2010-01-07 22:28:36 UTC (rev 731)
318 @@ -1,4 +1,4 @@
319 -# Copyright(c) 2009, Gentoo Foundation
320 +# Copyright(c) 2009-2010, Gentoo Foundation
321 #
322 # Licensed under the GNU General Public License, v2
323 #
324
325 Modified: trunk/gentoolkit/pym/gentoolkit/equery/uses.py
326 ===================================================================
327 --- trunk/gentoolkit/pym/gentoolkit/equery/uses.py 2010-01-06 16:11:52 UTC (rev 730)
328 +++ trunk/gentoolkit/pym/gentoolkit/equery/uses.py 2010-01-07 22:28:36 UTC (rev 731)
329 @@ -1,4 +1,4 @@
330 -# Copyright(c) 2009, Gentoo Foundation
331 +# Copyright(c) 2009-2010, Gentoo Foundation
332 #
333 # Licensed under the GNU General Public License, v2
334 #
335
336 Modified: trunk/gentoolkit/pym/gentoolkit/equery/which.py
337 ===================================================================
338 --- trunk/gentoolkit/pym/gentoolkit/equery/which.py 2010-01-06 16:11:52 UTC (rev 730)
339 +++ trunk/gentoolkit/pym/gentoolkit/equery/which.py 2010-01-07 22:28:36 UTC (rev 731)
340 @@ -1,4 +1,4 @@
341 -# Copyright(c) 2009, Gentoo Foundation
342 +# Copyright(c) 2009-2010, Gentoo Foundation
343 #
344 # Licensed under the GNU General Public License, v2
345 #
346
347 Modified: trunk/gentoolkit/pym/gentoolkit/errors.py
348 ===================================================================
349 --- trunk/gentoolkit/pym/gentoolkit/errors.py 2010-01-06 16:11:52 UTC (rev 730)
350 +++ trunk/gentoolkit/pym/gentoolkit/errors.py 2010-01-07 22:28:36 UTC (rev 731)
351 @@ -1,4 +1,4 @@
352 -# Copyright(c) 2004-2009, Gentoo Foundation
353 +# Copyright(c) 2004-2010, Gentoo Foundation
354 #
355 # Licensed under the GNU General Public License, v2 or later
356
357
358 Modified: trunk/gentoolkit/pym/gentoolkit/helpers.py
359 ===================================================================
360 --- trunk/gentoolkit/pym/gentoolkit/helpers.py 2010-01-06 16:11:52 UTC (rev 730)
361 +++ trunk/gentoolkit/pym/gentoolkit/helpers.py 2010-01-07 22:28:36 UTC (rev 731)
362 @@ -1,4 +1,4 @@
363 -# Copyright(c) 2009, Gentoo Foundation
364 +# Copyright(c) 2009-2010, Gentoo Foundation
365 #
366 # Licensed under the GNU General Public License, v2 or higher
367 #
368
369 Modified: trunk/gentoolkit/pym/gentoolkit/metadata.py
370 ===================================================================
371 --- trunk/gentoolkit/pym/gentoolkit/metadata.py 2010-01-06 16:11:52 UTC (rev 730)
372 +++ trunk/gentoolkit/pym/gentoolkit/metadata.py 2010-01-07 22:28:36 UTC (rev 731)
373 @@ -1,6 +1,6 @@
374 #!/usr/bin/python
375 #
376 -# Copyright(c) 2009, Gentoo Foundation
377 +# Copyright(c) 2009-2010, Gentoo Foundation
378 #
379 # Licensed under the GNU General Public License, v2
380 #
381
382 Modified: trunk/gentoolkit/pym/gentoolkit/package.py
383 ===================================================================
384 --- trunk/gentoolkit/pym/gentoolkit/package.py 2010-01-06 16:11:52 UTC (rev 730)
385 +++ trunk/gentoolkit/pym/gentoolkit/package.py 2010-01-07 22:28:36 UTC (rev 731)
386 @@ -1,7 +1,7 @@
387 #!/usr/bin/python
388 #
389 # Copyright(c) 2004, Karl Trygve Kalleberg <karltk@g.o>
390 -# Copyright(c) 2004-2009, Gentoo Foundation
391 +# Copyright(c) 2004-2010, Gentoo Foundation
392 #
393 # Licensed under the GNU General Public License, v2
394 #
395
396 Modified: trunk/gentoolkit/pym/gentoolkit/pprinter.py
397 ===================================================================
398 --- trunk/gentoolkit/pym/gentoolkit/pprinter.py 2010-01-06 16:11:52 UTC (rev 730)
399 +++ trunk/gentoolkit/pym/gentoolkit/pprinter.py 2010-01-07 22:28:36 UTC (rev 731)
400 @@ -1,7 +1,7 @@
401 #!/usr/bin/python
402 #
403 # Copyright 2004 Karl Trygve Kalleberg <karltk@g.o>
404 -# Copyright 2004-2009 Gentoo Foundation
405 +# Copyright 2004-2010 Gentoo Foundation
406 # Distributed under the terms of the GNU General Public License v2
407 #
408 # $Header$
409
410 Modified: trunk/gentoolkit/pym/gentoolkit/query.py
411 ===================================================================
412 --- trunk/gentoolkit/pym/gentoolkit/query.py 2010-01-06 16:11:52 UTC (rev 730)
413 +++ trunk/gentoolkit/pym/gentoolkit/query.py 2010-01-07 22:28:36 UTC (rev 731)
414 @@ -1,6 +1,6 @@
415 #!/usr/bin/python
416 #
417 -# Copyright(c) 2004-2009, Gentoo Foundation
418 +# Copyright 2004-2010, Gentoo Foundation
419 #
420 # Licensed under the GNU General Public License, v2
421 #
422
423 Modified: trunk/gentoolkit/pym/gentoolkit/test/__init__.py
424 ===================================================================
425 --- trunk/gentoolkit/pym/gentoolkit/test/__init__.py 2010-01-06 16:11:52 UTC (rev 730)
426 +++ trunk/gentoolkit/pym/gentoolkit/test/__init__.py 2010-01-07 22:28:36 UTC (rev 731)
427 @@ -1,5 +1,5 @@
428 #!/usr/bin/python
429 -# Copyright 2009 Gentoo Foundation
430 +# Copyright 2009-2010 Gentoo Foundation
431 #
432 # Distributed under the terms of the GNU General Public License v2
433 #
434
435 Modified: trunk/gentoolkit/pym/gentoolkit/test/equery/__init__.py
436 ===================================================================
437 --- trunk/gentoolkit/pym/gentoolkit/test/equery/__init__.py 2010-01-06 16:11:52 UTC (rev 730)
438 +++ trunk/gentoolkit/pym/gentoolkit/test/equery/__init__.py 2010-01-07 22:28:36 UTC (rev 731)
439 @@ -1,5 +1,5 @@
440 #!/usr/bin/python
441 -# Copyright 2009 Gentoo Foundation
442 +# Copyright 2009-2010 Gentoo Foundation
443 #
444 # Distributed under the terms of the GNU General Public License v2
445 #
446
447 Modified: trunk/gentoolkit/pym/gentoolkit/test/test_atom.py
448 ===================================================================
449 --- trunk/gentoolkit/pym/gentoolkit/test/test_atom.py 2010-01-06 16:11:52 UTC (rev 730)
450 +++ trunk/gentoolkit/pym/gentoolkit/test/test_atom.py 2010-01-07 22:28:36 UTC (rev 731)
451 @@ -1,4 +1,4 @@
452 -# Copyright(c) 2009, Gentoo Foundation
453 +# Copyright(c) 2009-2010, Gentoo Foundation, Inc.
454 # Copyright: 2006-2008 Brian Harring <ferringb@×××××.com>
455 #
456 # License: GPL2/BSD
457
458 Modified: trunk/gentoolkit/pym/gentoolkit/test/test_cpv.py
459 ===================================================================
460 --- trunk/gentoolkit/pym/gentoolkit/test/test_cpv.py 2010-01-06 16:11:52 UTC (rev 730)
461 +++ trunk/gentoolkit/pym/gentoolkit/test/test_cpv.py 2010-01-07 22:28:36 UTC (rev 731)
462 @@ -1,6 +1,6 @@
463 #!/usr/bin/python
464 #
465 -# Copyright(c) 2009, Gentoo Foundation
466 +# Copyright(c) 2009-2010, Gentoo Foundation
467 #
468 # Licensed under the GNU General Public License, v2
469 #
470
471 Modified: trunk/gentoolkit/pym/gentoolkit/versionmatch.py
472 ===================================================================
473 --- trunk/gentoolkit/pym/gentoolkit/versionmatch.py 2010-01-06 16:11:52 UTC (rev 730)
474 +++ trunk/gentoolkit/pym/gentoolkit/versionmatch.py 2010-01-07 22:28:36 UTC (rev 731)
475 @@ -1,9 +1,9 @@
476 #! /usr/bin/python
477 #
478 -# Copyright(c) 2009 Gentoo Foundation
479 +# Copyright(c) 2009-2010 Gentoo Foundation
480 # Licensed under the GNU General Public License, v2
481 #
482 -# Copyright: 2005-2007 Brian Harring <ferringb@×××××.com>
483 +# Copyright(c): 2005-2007 Brian Harring <ferringb@×××××.com>
484 # License: GPL2/BSD
485 #
486 # $Header$