Commit 758222f84261a6a808c4d1dcd443f90c1baaa875

Authored by Randy Dunlap
Committed by Linus Torvalds
1 parent b73c29f6b0

docbook: update procfs credits

Update Erik Mouw's email address & affiliation in DocBook.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Acked-by: Erik Mouw <mouw@nl.linux.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 2 changed files with 14 additions and 35 deletions Side-by-side Diff

Documentation/DocBook/procfs-guide.tmpl
... ... @@ -14,17 +14,20 @@
14 14 <othername>(J.A.K.)</othername>
15 15 <surname>Mouw</surname>
16 16 <affiliation>
17   - <orgname>Delft University of Technology</orgname>
18   - <orgdiv>Faculty of Information Technology and Systems</orgdiv>
19 17 <address>
20   - <email>J.A.K.Mouw@its.tudelft.nl</email>
21   - <pob>PO BOX 5031</pob>
22   - <postcode>2600 GA</postcode>
23   - <city>Delft</city>
24   - <country>The Netherlands</country>
  18 + <email>mouw@nl.linux.org</email>
25 19 </address>
26 20 </affiliation>
27 21 </author>
  22 + <othercredit>
  23 + <contrib>
  24 + This software and documentation were written while working on the
  25 + LART computing board
  26 + (<ulink url="http://www.lartmaker.nl/">http://www.lartmaker.nl/</ulink>),
  27 + which was sponsored by the Delt University of Technology projects
  28 + Mobile Multi-media Communications and Ubiquitous Communications.
  29 + </contrib>
  30 + </othercredit>
28 31 </authorgroup>
29 32  
30 33 <revhistory>
... ... @@ -106,18 +109,6 @@
106 109 url="http://people.redhat.com/twaugh/docbook/selfdocbook/">Selfdocbook</ulink>,
107 110 and Marc Joosen <email>marcj@historia.et.tudelft.nl</email> for
108 111 proofreading.
109   - </para>
110   -
111   - <para>
112   - This documentation was written while working on the LART
113   - computing board (<ulink
114   - url="http://www.lart.tudelft.nl/">http://www.lart.tudelft.nl/</ulink>),
115   - which is sponsored by the Mobile Multi-media Communications
116   - (<ulink
117   - url="http://www.mmc.tudelft.nl/">http://www.mmc.tudelft.nl/</ulink>)
118   - and Ubiquitous Communications (<ulink
119   - url="http://www.ubicom.tudelft.nl/">http://www.ubicom.tudelft.nl/</ulink>)
120   - projects.
121 112 </para>
122 113  
123 114 <para>
Documentation/DocBook/procfs_example.c
1 1 /*
2 2 * procfs_example.c: an example proc interface
3 3 *
4   - * Copyright (C) 2001, Erik Mouw (J.A.K.Mouw@its.tudelft.nl)
  4 + * Copyright (C) 2001, Erik Mouw (mouw@nl.linux.org)
5 5 *
6 6 * This file accompanies the procfs-guide in the Linux kernel
7 7 * source. Its main use is to demonstrate the concepts and
8 8 * functions described in the guide.
9 9 *
10 10 * This software has been developed while working on the LART
11   - * computing board (http://www.lart.tudelft.nl/), which is
12   - * sponsored by the Mobile Multi-media Communications
13   - * (http://www.mmc.tudelft.nl/) and Ubiquitous Communications
14   - * (http://www.ubicom.tudelft.nl/) projects.
15   - *
16   - * The author can be reached at:
17   - *
18   - * Erik Mouw
19   - * Information and Communication Theory Group
20   - * Faculty of Information Technology and Systems
21   - * Delft University of Technology
22   - * P.O. Box 5031
23   - * 2600 GA Delft
24   - * The Netherlands
25   - *
  11 + * computing board (http://www.lartmaker.nl), which was sponsored
  12 + * by the Delt University of Technology projects Mobile Multi-media
  13 + * Communications and Ubiquitous Communications.
26 14 *
27 15 * This program is free software; you can redistribute
28 16 * it and/or modify it under the terms of the GNU General