diff --git a/doc/alsa-lib.html b/doc/alsa-lib.html
index 74ecd16d..f580148c 100644
--- a/doc/alsa-lib.html
+++ b/doc/alsa-lib.html
@@ -10,7 +10,7 @@
-
Jaroslav Kysela <perex@jcu.cz> with assistance from Alan Robinson and Fred Floberg
+Jaroslav Kysela <perex@suse.cz> with assistance from Alan Robinson and Fred Floberg
diff --git a/doc/alsa-lib.lyx b/doc/alsa-lib.lyx
index 705943fe..202da108 100644
--- a/doc/alsa-lib.lyx
+++ b/doc/alsa-lib.lyx
@@ -30,7 +30,7 @@ Advanced Linux Sound Architecture - Library API
\series bold
-Jaroslav Kysela
+Jaroslav Kysela
\series default
with assistance from Alan Robinson and Fred Floberg
\layout Date
diff --git a/doc/plan.txt b/doc/plan.txt
index 0f0fa4d7..ef6cd322 100644
--- a/doc/plan.txt
+++ b/doc/plan.txt
@@ -7,7 +7,7 @@ ST: Status of coding
NT: Note
RP: Responsible person
-This file is maintained by Jaroslav Kysela .
+This file is maintained by Jaroslav Kysela .
=====
Library code
@@ -15,15 +15,15 @@ This file is maintained by Jaroslav Kysela .
1: Control interface routines
ST: Low-Level code done
- RP: Jaroslav Kysela
+ RP: Jaroslav Kysela
1.1: Network layer
2: MIXER routines
ST: Low-Level code done
- RP: Jaroslav Kysela
+ RP: Jaroslav Kysela
2.1: Network layer
3: PCM routines
ST: Low-Level code done
- RP: Jaroslav Kysela
+ RP: Jaroslav Kysela
3.1: Network layer + mixing routines to allow playback more than one input
to one exclusive device
3.2: Player routines for digital data (.wav,.snd,.mp3 etc...) (???)
diff --git a/include/header.h b/include/header.h
index dd7171f6..0d04fc1d 100644
--- a/include/header.h
+++ b/include/header.h
@@ -1,6 +1,6 @@
/*
* Application interface library for the ALSA driver
- * Copyright (c) by Jaroslav Kysela
+ * Copyright (c) by Jaroslav Kysela
*
*
* This library is free software; you can redistribute it and/or modify
diff --git a/include/local.h b/include/local.h
index eeb07765..b2ec8e08 100644
--- a/include/local.h
+++ b/include/local.h
@@ -1,6 +1,6 @@
/*
* Application interface library for the ALSA driver
- * Copyright (c) 1994/98 by Jaroslav Kysela
+ * Copyright (c) 1994/98 by Jaroslav Kysela
*/
#include
diff --git a/src/control/cards.c b/src/control/cards.c
index 525e2937..cea747eb 100644
--- a/src/control/cards.c
+++ b/src/control/cards.c
@@ -1,6 +1,6 @@
/*
* Control Interface - main file
- * Copyright (c) 1998 by Jaroslav Kysela
+ * Copyright (c) 1998 by Jaroslav Kysela
*
*
* This library is free software; you can redistribute it and/or modify
diff --git a/src/control/control.c b/src/control/control.c
index ce8b6324..a399d8ff 100644
--- a/src/control/control.c
+++ b/src/control/control.c
@@ -1,6 +1,6 @@
/*
* Control Interface - main file
- * Copyright (c) 1998 by Jaroslav Kysela
+ * Copyright (c) 1998 by Jaroslav Kysela
*
*
* This library is free software; you can redistribute it and/or modify
diff --git a/src/control/defaults.c b/src/control/defaults.c
index 536f2458..782a2465 100644
--- a/src/control/defaults.c
+++ b/src/control/defaults.c
@@ -1,6 +1,6 @@
/*
* Control Interface - defaults
- * Copyright (c) 1998 by Jaroslav Kysela
+ * Copyright (c) 1998 by Jaroslav Kysela
*
*
* This library is free software; you can redistribute it and/or modify
diff --git a/src/error.c b/src/error.c
index ab655c3f..6d32609a 100644
--- a/src/error.c
+++ b/src/error.c
@@ -1,6 +1,6 @@
/*
* Error Routines
- * Copyright (c) 1998 by Jaroslav Kysela
+ * Copyright (c) 1998 by Jaroslav Kysela
*
* snd_strerror routine needs to be recoded for locale support
*
diff --git a/src/mixer/elements.c b/src/mixer/elements.c
index 5fed5250..e1485885 100644
--- a/src/mixer/elements.c
+++ b/src/mixer/elements.c
@@ -1,6 +1,6 @@
/*
* Mixer Interface - elements
- * Copyright (c) 1999 by Jaroslav Kysela
+ * Copyright (c) 1999 by Jaroslav Kysela
*
*
* This library is free software; you can redistribute it and/or modify
diff --git a/src/mixer/mixer.c b/src/mixer/mixer.c
index 779caa83..fe72c431 100644
--- a/src/mixer/mixer.c
+++ b/src/mixer/mixer.c
@@ -1,6 +1,6 @@
/*
* Mixer Interface - main file
- * Copyright (c) 1998 by Jaroslav Kysela
+ * Copyright (c) 1998 by Jaroslav Kysela
*
*
* This library is free software; you can redistribute it and/or modify
diff --git a/src/pcm/pcm.c b/src/pcm/pcm.c
index ea83c1c0..e37523ba 100644
--- a/src/pcm/pcm.c
+++ b/src/pcm/pcm.c
@@ -1,6 +1,6 @@
/*
* PCM Interface - main file
- * Copyright (c) 1998 by Jaroslav Kysela
+ * Copyright (c) 1998 by Jaroslav Kysela
*
*
* This library is free software; you can redistribute it and/or modify
diff --git a/src/pcm/pcm_loopback.c b/src/pcm/pcm_loopback.c
index 6db219c7..5c20c8b9 100644
--- a/src/pcm/pcm_loopback.c
+++ b/src/pcm/pcm_loopback.c
@@ -1,6 +1,6 @@
/*
* PCM LoopBack Interface - main file
- * Copyright (c) 1998 by Jaroslav Kysela
+ * Copyright (c) 1998 by Jaroslav Kysela
*
*
* This library is free software; you can redistribute it and/or modify
diff --git a/src/rawmidi/rawmidi.c b/src/rawmidi/rawmidi.c
index 9155b20f..63277457 100644
--- a/src/rawmidi/rawmidi.c
+++ b/src/rawmidi/rawmidi.c
@@ -1,6 +1,6 @@
/*
* RawMIDI Interface - main file
- * Copyright (c) 1998 by Jaroslav Kysela
+ * Copyright (c) 1998 by Jaroslav Kysela
*
*
* This library is free software; you can redistribute it and/or modify
diff --git a/src/seq/seq.c b/src/seq/seq.c
index c84740be..879c9b9f 100644
--- a/src/seq/seq.c
+++ b/src/seq/seq.c
@@ -1,6 +1,6 @@
/*
* Sequencer Interface - main file
- * Copyright (c) 1998 by Jaroslav Kysela
+ * Copyright (c) 1998 by Jaroslav Kysela
*
*
* This library is free software; you can redistribute it and/or modify
diff --git a/src/timer/timer.c b/src/timer/timer.c
index 014003eb..f0b7f71d 100644
--- a/src/timer/timer.c
+++ b/src/timer/timer.c
@@ -1,6 +1,6 @@
/*
* Timer Interface - main file
- * Copyright (c) 1998 by Jaroslav Kysela
+ * Copyright (c) 1998 by Jaroslav Kysela
*
*
* This library is free software; you can redistribute it and/or modify