Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-projects commit in pax-utils: dumpelf.c lddtree.sh macho.h paxelf.c paxelf.h paxinc.c paxinc.h paxmacho.c paxmacho.h porting.h scanelf.c scanmacho.c xfuncs.c xfuncs.h
Date: Sun, 04 Nov 2012 07:26:41
Message-Id: 20121104072624.EBC53215F3@flycatcher.gentoo.org
1 vapier 12/11/04 07:26:24
2
3 Modified: dumpelf.c lddtree.sh macho.h paxelf.c paxelf.h
4 paxinc.c paxinc.h paxmacho.c paxmacho.h porting.h
5 scanelf.c scanmacho.c xfuncs.c xfuncs.h
6 Log:
7 update copyright years
8
9 Revision Changes Path
10 1.32 pax-utils/dumpelf.c
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/dumpelf.c?rev=1.32&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/dumpelf.c?rev=1.32&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/dumpelf.c?r1=1.31&r2=1.32
15
16 Index: dumpelf.c
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-projects/pax-utils/dumpelf.c,v
19 retrieving revision 1.31
20 retrieving revision 1.32
21 diff -u -r1.31 -r1.32
22 --- dumpelf.c 13 Oct 2011 04:48:44 -0000 1.31
23 +++ dumpelf.c 4 Nov 2012 07:26:24 -0000 1.32
24 @@ -1,13 +1,13 @@
25 /*
26 - * Copyright 2005-2007 Gentoo Foundation
27 + * Copyright 2005-2012 Gentoo Foundation
28 * Distributed under the terms of the GNU General Public License v2
29 - * $Header: /var/cvsroot/gentoo-projects/pax-utils/dumpelf.c,v 1.31 2011/10/13 04:48:44 vapier Exp $
30 + * $Header: /var/cvsroot/gentoo-projects/pax-utils/dumpelf.c,v 1.32 2012/11/04 07:26:24 vapier Exp $
31 *
32 - * Copyright 2005-2007 Ned Ludd - <solar@g.o>
33 - * Copyright 2005-2007 Mike Frysinger - <vapier@g.o>
34 + * Copyright 2005-2012 Ned Ludd - <solar@g.o>
35 + * Copyright 2005-2012 Mike Frysinger - <vapier@g.o>
36 */
37
38 -static const char rcsid[] = "$Id: dumpelf.c,v 1.31 2011/10/13 04:48:44 vapier Exp $";
39 +static const char rcsid[] = "$Id: dumpelf.c,v 1.32 2012/11/04 07:26:24 vapier Exp $";
40 const char argv0[] = "dumpelf";
41
42 #include "paxinc.h"
43
44
45
46 1.13 pax-utils/lddtree.sh
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/lddtree.sh?rev=1.13&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/lddtree.sh?rev=1.13&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/lddtree.sh?r1=1.12&r2=1.13
51
52 Index: lddtree.sh
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-projects/pax-utils/lddtree.sh,v
55 retrieving revision 1.12
56 retrieving revision 1.13
57 diff -u -r1.12 -r1.13
58 --- lddtree.sh 4 Nov 2012 07:20:43 -0000 1.12
59 +++ lddtree.sh 4 Nov 2012 07:26:24 -0000 1.13
60 @@ -1,5 +1,8 @@
61 #!/bin/bash
62 -# $Header: /var/cvsroot/gentoo-projects/pax-utils/lddtree.sh,v 1.12 2012/11/04 07:20:43 vapier Exp $
63 +# Copyright 2007-2012 Gentoo Foundation
64 +# Copyright 2007-2012 Mike Frysinger <vapier@g.o>
65 +# Distributed under the terms of the GNU General Public License v2
66 +# $Header: /var/cvsroot/gentoo-projects/pax-utils/lddtree.sh,v 1.13 2012/11/04 07:26:24 vapier Exp $
67
68 argv0=${0##*/}
69
70
71
72
73 1.9 pax-utils/macho.h
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/macho.h?rev=1.9&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/macho.h?rev=1.9&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/macho.h?r1=1.8&r2=1.9
78
79 Index: macho.h
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-projects/pax-utils/macho.h,v
82 retrieving revision 1.8
83 retrieving revision 1.9
84 diff -u -r1.8 -r1.9
85 --- macho.h 4 Apr 2010 10:03:33 -0000 1.8
86 +++ macho.h 4 Nov 2012 07:26:24 -0000 1.9
87 @@ -1,7 +1,7 @@
88 /*
89 - * Copyright 2008-2010 Gentoo Foundation
90 + * Copyright 2008-2012 Gentoo Foundation
91 * Distributed under the terms of the GNU General Public License v2
92 - * $Header: /var/cvsroot/gentoo-projects/pax-utils/macho.h,v 1.8 2010/04/04 10:03:33 grobian Exp $
93 + * $Header: /var/cvsroot/gentoo-projects/pax-utils/macho.h,v 1.9 2012/11/04 07:26:24 vapier Exp $
94 */
95
96 #ifndef _MACHO_H
97
98
99
100 1.73 pax-utils/paxelf.c
101
102 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/paxelf.c?rev=1.73&view=markup
103 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/paxelf.c?rev=1.73&content-type=text/plain
104 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/paxelf.c?r1=1.72&r2=1.73
105
106 Index: paxelf.c
107 ===================================================================
108 RCS file: /var/cvsroot/gentoo-projects/pax-utils/paxelf.c,v
109 retrieving revision 1.72
110 retrieving revision 1.73
111 diff -u -r1.72 -r1.73
112 --- paxelf.c 29 Apr 2012 06:24:47 -0000 1.72
113 +++ paxelf.c 4 Nov 2012 07:26:24 -0000 1.73
114 @@ -1,10 +1,10 @@
115 /*
116 - * Copyright 2003-2007 Gentoo Foundation
117 + * Copyright 2003-2012 Gentoo Foundation
118 * Distributed under the terms of the GNU General Public License v2
119 - * $Header: /var/cvsroot/gentoo-projects/pax-utils/paxelf.c,v 1.72 2012/04/29 06:24:47 vapier Exp $
120 + * $Header: /var/cvsroot/gentoo-projects/pax-utils/paxelf.c,v 1.73 2012/11/04 07:26:24 vapier Exp $
121 *
122 - * Copyright 2005-2007 Ned Ludd - <solar@g.o>
123 - * Copyright 2005-2007 Mike Frysinger - <vapier@g.o>
124 + * Copyright 2005-2012 Ned Ludd - <solar@g.o>
125 + * Copyright 2005-2012 Mike Frysinger - <vapier@g.o>
126 */
127
128 #include "paxinc.h"
129
130
131
132 1.58 pax-utils/paxelf.h
133
134 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/paxelf.h?rev=1.58&view=markup
135 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/paxelf.h?rev=1.58&content-type=text/plain
136 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/paxelf.h?r1=1.57&r2=1.58
137
138 Index: paxelf.h
139 ===================================================================
140 RCS file: /var/cvsroot/gentoo-projects/pax-utils/paxelf.h,v
141 retrieving revision 1.57
142 retrieving revision 1.58
143 diff -u -r1.57 -r1.58
144 --- paxelf.h 28 Apr 2012 05:14:26 -0000 1.57
145 +++ paxelf.h 4 Nov 2012 07:26:24 -0000 1.58
146 @@ -1,10 +1,10 @@
147 /*
148 - * Copyright 2005-2007 Gentoo Foundation
149 + * Copyright 2005-2012 Gentoo Foundation
150 * Distributed under the terms of the GNU General Public License v2
151 - * $Header: /var/cvsroot/gentoo-projects/pax-utils/paxelf.h,v 1.57 2012/04/28 05:14:26 vapier Exp $
152 + * $Header: /var/cvsroot/gentoo-projects/pax-utils/paxelf.h,v 1.58 2012/11/04 07:26:24 vapier Exp $
153 *
154 - * Copyright 2005-2007 Ned Ludd - <solar@g.o>
155 - * Copyright 2005-2007 Mike Frysinger - <vapier@g.o>
156 + * Copyright 2005-2012 Ned Ludd - <solar@g.o>
157 + * Copyright 2005-2012 Mike Frysinger - <vapier@g.o>
158 *
159 * Make sure all of the common elf stuff is setup as we expect
160 */
161
162
163
164 1.15 pax-utils/paxinc.c
165
166 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/paxinc.c?rev=1.15&view=markup
167 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/paxinc.c?rev=1.15&content-type=text/plain
168 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/paxinc.c?r1=1.14&r2=1.15
169
170 Index: paxinc.c
171 ===================================================================
172 RCS file: /var/cvsroot/gentoo-projects/pax-utils/paxinc.c,v
173 retrieving revision 1.14
174 retrieving revision 1.15
175 diff -u -r1.14 -r1.15
176 --- paxinc.c 8 Dec 2010 01:16:01 -0000 1.14
177 +++ paxinc.c 4 Nov 2012 07:26:24 -0000 1.15
178 @@ -1,10 +1,10 @@
179 /*
180 - * Copyright 2003-2007 Gentoo Foundation
181 + * Copyright 2003-2012 Gentoo Foundation
182 * Distributed under the terms of the GNU General Public License v2
183 - * $Header: /var/cvsroot/gentoo-projects/pax-utils/paxinc.c,v 1.14 2010/12/08 01:16:01 vapier Exp $
184 + * $Header: /var/cvsroot/gentoo-projects/pax-utils/paxinc.c,v 1.15 2012/11/04 07:26:24 vapier Exp $
185 *
186 - * Copyright 2005-2007 Ned Ludd - <solar@g.o>
187 - * Copyright 2005-2007 Mike Frysinger - <vapier@g.o>
188 + * Copyright 2005-2012 Ned Ludd - <solar@g.o>
189 + * Copyright 2005-2012 Mike Frysinger - <vapier@g.o>
190 */
191
192 /* stick common symbols here that are needed by paxinc.h */
193
194
195
196 1.17 pax-utils/paxinc.h
197
198 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/paxinc.h?rev=1.17&view=markup
199 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/paxinc.h?rev=1.17&content-type=text/plain
200 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/paxinc.h?r1=1.16&r2=1.17
201
202 Index: paxinc.h
203 ===================================================================
204 RCS file: /var/cvsroot/gentoo-projects/pax-utils/paxinc.h,v
205 retrieving revision 1.16
206 retrieving revision 1.17
207 diff -u -r1.16 -r1.17
208 --- paxinc.h 8 Dec 2010 01:16:01 -0000 1.16
209 +++ paxinc.h 4 Nov 2012 07:26:24 -0000 1.17
210 @@ -1,10 +1,10 @@
211 /*
212 - * Copyright 2005-2007 Gentoo Foundation
213 + * Copyright 2005-2012 Gentoo Foundation
214 * Distributed under the terms of the GNU General Public License v2
215 - * $Header: /var/cvsroot/gentoo-projects/pax-utils/paxinc.h,v 1.16 2010/12/08 01:16:01 vapier Exp $
216 + * $Header: /var/cvsroot/gentoo-projects/pax-utils/paxinc.h,v 1.17 2012/11/04 07:26:24 vapier Exp $
217 *
218 - * Copyright 2005-2007 Ned Ludd - <solar@g.o>
219 - * Copyright 2005-2007 Mike Frysinger - <vapier@g.o>
220 + * Copyright 2005-2012 Ned Ludd - <solar@g.o>
221 + * Copyright 2005-2012 Mike Frysinger - <vapier@g.o>
222 *
223 * Make sure all of the common stuff is setup as we expect
224 */
225
226
227
228 1.20 pax-utils/paxmacho.c
229
230 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/paxmacho.c?rev=1.20&view=markup
231 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/paxmacho.c?rev=1.20&content-type=text/plain
232 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/paxmacho.c?r1=1.19&r2=1.20
233
234 Index: paxmacho.c
235 ===================================================================
236 RCS file: /var/cvsroot/gentoo-projects/pax-utils/paxmacho.c,v
237 retrieving revision 1.19
238 retrieving revision 1.20
239 diff -u -r1.19 -r1.20
240 --- paxmacho.c 8 Dec 2010 01:29:36 -0000 1.19
241 +++ paxmacho.c 4 Nov 2012 07:26:24 -0000 1.20
242 @@ -1,11 +1,11 @@
243 /*
244 - * Copyright 2003-2008 Gentoo Foundation
245 + * Copyright 2003-2012 Gentoo Foundation
246 * Distributed under the terms of the GNU General Public License v2
247 - * $Header: /var/cvsroot/gentoo-projects/pax-utils/paxmacho.c,v 1.19 2010/12/08 01:29:36 vapier Exp $
248 + * $Header: /var/cvsroot/gentoo-projects/pax-utils/paxmacho.c,v 1.20 2012/11/04 07:26:24 vapier Exp $
249 *
250 - * Copyright 2005-2007 Ned Ludd - <solar@g.o>
251 - * Copyright 2005-2007 Mike Frysinger - <vapier@g.o>
252 - * 2008-2010 Fabian Groffen - <grobian@g.o>
253 + * Copyright 2005-2012 Ned Ludd - <solar@g.o>
254 + * Copyright 2005-2012 Mike Frysinger - <vapier@g.o>
255 + * 2008-2012 Fabian Groffen - <grobian@g.o>
256 */
257
258 #include "paxinc.h"
259
260
261
262 1.7 pax-utils/paxmacho.h
263
264 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/paxmacho.h?rev=1.7&view=markup
265 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/paxmacho.h?rev=1.7&content-type=text/plain
266 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/paxmacho.h?r1=1.6&r2=1.7
267
268 Index: paxmacho.h
269 ===================================================================
270 RCS file: /var/cvsroot/gentoo-projects/pax-utils/paxmacho.h,v
271 retrieving revision 1.6
272 retrieving revision 1.7
273 diff -u -r1.6 -r1.7
274 --- paxmacho.h 15 Jan 2010 10:29:17 -0000 1.6
275 +++ paxmacho.h 4 Nov 2012 07:26:24 -0000 1.7
276 @@ -1,11 +1,11 @@
277 /*
278 - * Copyright 2005-2007 Gentoo Foundation
279 + * Copyright 2005-2012 Gentoo Foundation
280 * Distributed under the terms of the GNU General Public License v2
281 - * $Header: /var/cvsroot/gentoo-projects/pax-utils/paxmacho.h,v 1.6 2010/01/15 10:29:17 vapier Exp $
282 + * $Header: /var/cvsroot/gentoo-projects/pax-utils/paxmacho.h,v 1.7 2012/11/04 07:26:24 vapier Exp $
283 *
284 - * Copyright 2005-2007 Ned Ludd - <solar@g.o>
285 - * Copyright 2005-2007 Mike Frysinger - <vapier@g.o>
286 - * 2008 Fabian Groffen - <grobian@g.o>
287 + * Copyright 2005-2012 Ned Ludd - <solar@g.o>
288 + * Copyright 2005-2012 Mike Frysinger - <vapier@g.o>
289 + * 2008-2012 Fabian Groffen - <grobian@g.o>
290 *
291 * Make sure all of the common mach-o stuff is setup as we expect
292 */
293
294
295
296 1.43 pax-utils/porting.h
297
298 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/porting.h?rev=1.43&view=markup
299 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/porting.h?rev=1.43&content-type=text/plain
300 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/porting.h?r1=1.42&r2=1.43
301
302 Index: porting.h
303 ===================================================================
304 RCS file: /var/cvsroot/gentoo-projects/pax-utils/porting.h,v
305 retrieving revision 1.42
306 retrieving revision 1.43
307 diff -u -r1.42 -r1.43
308 --- porting.h 4 Feb 2012 18:15:37 -0000 1.42
309 +++ porting.h 4 Nov 2012 07:26:24 -0000 1.43
310 @@ -1,10 +1,10 @@
311 /*
312 - * Copyright 2005-2007 Gentoo Foundation
313 + * Copyright 2005-2012 Gentoo Foundation
314 * Distributed under the terms of the GNU General Public License v2
315 - * $Header: /var/cvsroot/gentoo-projects/pax-utils/porting.h,v 1.42 2012/02/04 18:15:37 vapier Exp $
316 + * $Header: /var/cvsroot/gentoo-projects/pax-utils/porting.h,v 1.43 2012/11/04 07:26:24 vapier Exp $
317 *
318 - * Copyright 2005-2007 Ned Ludd - <solar@g.o>
319 - * Copyright 2005-2007 Mike Frysinger - <vapier@g.o>
320 + * Copyright 2005-2012 Ned Ludd - <solar@g.o>
321 + * Copyright 2005-2012 Mike Frysinger - <vapier@g.o>
322 *
323 * Make sure all of the common elf stuff is setup as we expect
324 */
325
326
327
328 1.247 pax-utils/scanelf.c
329
330 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/scanelf.c?rev=1.247&view=markup
331 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/scanelf.c?rev=1.247&content-type=text/plain
332 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/scanelf.c?r1=1.246&r2=1.247
333
334 Index: scanelf.c
335 ===================================================================
336 RCS file: /var/cvsroot/gentoo-projects/pax-utils/scanelf.c,v
337 retrieving revision 1.246
338 retrieving revision 1.247
339 diff -u -r1.246 -r1.247
340 --- scanelf.c 4 Nov 2012 06:55:04 -0000 1.246
341 +++ scanelf.c 4 Nov 2012 07:26:24 -0000 1.247
342 @@ -1,13 +1,13 @@
343 /*
344 - * Copyright 2003-2007 Gentoo Foundation
345 + * Copyright 2003-2012 Gentoo Foundation
346 * Distributed under the terms of the GNU General Public License v2
347 - * $Header: /var/cvsroot/gentoo-projects/pax-utils/scanelf.c,v 1.246 2012/11/04 06:55:04 vapier Exp $
348 + * $Header: /var/cvsroot/gentoo-projects/pax-utils/scanelf.c,v 1.247 2012/11/04 07:26:24 vapier Exp $
349 *
350 - * Copyright 2003-2007 Ned Ludd - <solar@g.o>
351 - * Copyright 2004-2007 Mike Frysinger - <vapier@g.o>
352 + * Copyright 2003-2012 Ned Ludd - <solar@g.o>
353 + * Copyright 2004-2012 Mike Frysinger - <vapier@g.o>
354 */
355
356 -static const char rcsid[] = "$Id: scanelf.c,v 1.246 2012/11/04 06:55:04 vapier Exp $";
357 +static const char rcsid[] = "$Id: scanelf.c,v 1.247 2012/11/04 07:26:24 vapier Exp $";
358 const char argv0[] = "scanelf";
359
360 #include "paxinc.h"
361
362
363
364 1.23 pax-utils/scanmacho.c
365
366 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/scanmacho.c?rev=1.23&view=markup
367 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/scanmacho.c?rev=1.23&content-type=text/plain
368 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/scanmacho.c?r1=1.22&r2=1.23
369
370 Index: scanmacho.c
371 ===================================================================
372 RCS file: /var/cvsroot/gentoo-projects/pax-utils/scanmacho.c,v
373 retrieving revision 1.22
374 retrieving revision 1.23
375 diff -u -r1.22 -r1.23
376 --- scanmacho.c 27 Sep 2011 19:58:09 -0000 1.22
377 +++ scanmacho.c 4 Nov 2012 07:26:24 -0000 1.23
378 @@ -1,16 +1,16 @@
379 /*
380 - * Copyright 2008 Gentoo Foundation
381 + * Copyright 2008-2012 Gentoo Foundation
382 * Distributed under the terms of the GNU General Public License v2
383 - * $Header: /var/cvsroot/gentoo-projects/pax-utils/scanmacho.c,v 1.22 2011/09/27 19:58:09 vapier Exp $
384 + * $Header: /var/cvsroot/gentoo-projects/pax-utils/scanmacho.c,v 1.23 2012/11/04 07:26:24 vapier Exp $
385 *
386 * based on scanelf by:
387 - * Copyright 2003-2007 Ned Ludd - <solar@g.o>
388 - * Copyright 2004-2007 Mike Frysinger - <vapier@g.o>
389 + * Copyright 2003-2012 Ned Ludd - <solar@g.o>
390 + * Copyright 2004-2012 Mike Frysinger - <vapier@g.o>
391 * for Darwin specific fun:
392 - * 2008-2010 Fabian Groffen - <grobian@g.o>
393 + * 2008-2012 Fabian Groffen - <grobian@g.o>
394 */
395
396 -static const char rcsid[] = "$Id: scanmacho.c,v 1.22 2011/09/27 19:58:09 vapier Exp $";
397 +static const char rcsid[] = "$Id: scanmacho.c,v 1.23 2012/11/04 07:26:24 vapier Exp $";
398 const char argv0[] = "scanmacho";
399
400 #include "paxinc.h"
401
402
403
404 1.11 pax-utils/xfuncs.c
405
406 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/xfuncs.c?rev=1.11&view=markup
407 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/xfuncs.c?rev=1.11&content-type=text/plain
408 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/xfuncs.c?r1=1.10&r2=1.11
409
410 Index: xfuncs.c
411 ===================================================================
412 RCS file: /var/cvsroot/gentoo-projects/pax-utils/xfuncs.c,v
413 retrieving revision 1.10
414 retrieving revision 1.11
415 diff -u -r1.10 -r1.11
416 --- xfuncs.c 27 Sep 2011 18:37:22 -0000 1.10
417 +++ xfuncs.c 4 Nov 2012 07:26:24 -0000 1.11
418 @@ -1,10 +1,10 @@
419 /*
420 - * Copyright 2003-2007 Gentoo Foundation
421 + * Copyright 2003-2012 Gentoo Foundation
422 * Distributed under the terms of the GNU General Public License v2
423 - * $Header: /var/cvsroot/gentoo-projects/pax-utils/xfuncs.c,v 1.10 2011/09/27 18:37:22 vapier Exp $
424 + * $Header: /var/cvsroot/gentoo-projects/pax-utils/xfuncs.c,v 1.11 2012/11/04 07:26:24 vapier Exp $
425 *
426 - * Copyright 2003-2007 Ned Ludd - <solar@g.o>
427 - * Copyright 2004-2007 Mike Frysinger - <vapier@g.o>
428 + * Copyright 2003-2012 Ned Ludd - <solar@g.o>
429 + * Copyright 2004-2012 Mike Frysinger - <vapier@g.o>
430 */
431
432 #include "paxinc.h"
433
434
435
436 1.7 pax-utils/xfuncs.h
437
438 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/xfuncs.h?rev=1.7&view=markup
439 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/xfuncs.h?rev=1.7&content-type=text/plain
440 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/xfuncs.h?r1=1.6&r2=1.7
441
442 Index: xfuncs.h
443 ===================================================================
444 RCS file: /var/cvsroot/gentoo-projects/pax-utils/xfuncs.h,v
445 retrieving revision 1.6
446 retrieving revision 1.7
447 diff -u -r1.6 -r1.7
448 --- xfuncs.h 3 Oct 2011 16:19:18 -0000 1.6
449 +++ xfuncs.h 4 Nov 2012 07:26:24 -0000 1.7
450 @@ -1,10 +1,10 @@
451 /*
452 - * Copyright 2003-2007 Gentoo Foundation
453 + * Copyright 2003-2012 Gentoo Foundation
454 * Distributed under the terms of the GNU General Public License v2
455 - * $Header: /var/cvsroot/gentoo-projects/pax-utils/xfuncs.h,v 1.6 2011/10/03 16:19:18 vapier Exp $
456 + * $Header: /var/cvsroot/gentoo-projects/pax-utils/xfuncs.h,v 1.7 2012/11/04 07:26:24 vapier Exp $
457 *
458 - * Copyright 2003-2007 Ned Ludd - <solar@g.o>
459 - * Copyright 2004-2007 Mike Frysinger - <vapier@g.o>
460 + * Copyright 2003-2012 Ned Ludd - <solar@g.o>
461 + * Copyright 2004-2012 Mike Frysinger - <vapier@g.o>
462 */
463
464 #ifndef __XFUNCS_H__