Skip to content

Commit 19509a8

Browse files
committed
all: Remove old non-working Ben's email address
1 parent 21afe0c commit 19509a8

File tree

23 files changed

+26
-26
lines changed

23 files changed

+26
-26
lines changed

AUTHORS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
libudffs
2-
Ben Fennema <[email protected]>
2+
Ben Fennema
33
Pali Rohár <[email protected]>
44

55
mkudffs
6-
Ben Fennema <[email protected]>
6+
Ben Fennema
77
Pali Rohár <[email protected]>
88
Steve Kenton <[email protected]>
99

@@ -15,7 +15,7 @@ udflabel
1515

1616
cdrwtool
1717
Jens Axboe <[email protected]>
18-
Ben Fennema <[email protected]>
18+
Ben Fennema
1919

2020
pktsetup
2121
Jens Axboe <[email protected]>
@@ -27,6 +27,6 @@ wrudf
2727

2828
doc
2929
Paul Thompson <[email protected]>
30-
Ben Fennema <[email protected]>
30+
Ben Fennema
3131
Pali Rohár <[email protected]>
3232
Steve Kenton <[email protected]>

cdrwtool/cdrwtool.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* cdrwtool - perform all sort of actions on a CD-R, CD-RW, and DVD-R drive.
33
*
44
* Copyright (c) 1999,2000 Jens Axboe <[email protected]>
5-
* Copyright (c) 2002 Ben Fennema <[email protected]>
5+
* Copyright (c) 2002 Ben Fennema
66
*
77
* This program is free software; you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

cdrwtool/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* main.c
33
*
4-
* Copyright (c) 2002 Ben Fennema <[email protected]>
4+
* Copyright (c) 2002 Ben Fennema
55
* All rights reserved.
66
*
77
* This program is free software; you can redistribute it and/or modify

cdrwtool/options.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* options.c
33
*
4-
* Copyright (c) 2002 Ben Fennema <[email protected]>
4+
* Copyright (c) 2002 Ben Fennema
55
* All rights reserved.
66
*
77
* This program is free software; you can redistribute it and/or modify

cdrwtool/options.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* options.h
33
*
4-
* Copyright (c) 2002 Ben Fennema <[email protected]>
4+
* Copyright (c) 2002 Ben Fennema
55
* All rights reserved.
66
*
77
* This program is free software; you can redistribute it and/or modify

doc/cdrwtool.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Set write offset.
138138
.SH AUTHORS
139139
.nf
140140
Jens Axboe <[email protected]>
141-
Ben Fennema <[email protected]>
141+
Ben Fennema
142142
Some additions by Richard Atterer <[email protected]>
143143
.fi
144144

doc/mkudffs.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ to version 2.0 generated broken and unreadable \fIcdr\fP disc images.
439439

440440
.SH AUTHOR
441441
.nf
442-
Ben Fennema <[email protected]>
442+
Ben Fennema
443443
Pali Rohár <[email protected]>
444444
.fi
445445

include/bswap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* bswap.h
33
*
4-
* Copyright (c) 2001-2002 Ben Fennema <[email protected]>
4+
* Copyright (c) 2001-2002 Ben Fennema
55
* All rights reserved.
66
*
77
* This program is free software; you can redistribute it and/or modify

include/ecma_167.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This file is based on ECMA-167 3rd edition (June 1997)
55
* http://www.ecma.ch
66
*
7-
* Copyright (c) 2001-2002 Ben Fennema <[email protected]>
7+
* Copyright (c) 2001-2002 Ben Fennema
88
* Copyright (c) 2017-2018 Pali Rohár <[email protected]>
99
* All rights reserved.
1010
*

include/libudffs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* libudffs.h
33
*
4-
* Copyright (c) 2001-2002 Ben Fennema <[email protected]>
4+
* Copyright (c) 2001-2002 Ben Fennema
55
* Copyright (c) 2014-2018 Pali Rohár <[email protected]>
66
* All rights reserved.
77
*

0 commit comments

Comments
 (0)