diff options
Diffstat (limited to 'src/timer')
-rw-r--r-- | src/timer/timer.c | 4 | ||||
-rw-r--r-- | src/timer/timer_hw.c | 2 | ||||
-rw-r--r-- | src/timer/timer_local.h | 2 | ||||
-rw-r--r-- | src/timer/timer_query.c | 4 | ||||
-rw-r--r-- | src/timer/timer_query_hw.c | 2 | ||||
-rw-r--r-- | src/timer/timer_symbols.c | 2 |
6 files changed, 8 insertions, 8 deletions
diff --git a/src/timer/timer.c b/src/timer/timer.c index b31252b4..b71a9f8b 100644 --- a/src/timer/timer.c +++ b/src/timer/timer.c @@ -1,7 +1,7 @@ /** * \file timer/timer.c * \brief Timer Interface - * \author Jaroslav Kysela <perex@suse.cz> + * \author Jaroslav Kysela <perex@perex.cz> * \date 1998-2001 * * Timer Interface is designed to access timers. @@ -9,7 +9,7 @@ */ /* * Timer Interface - main file - * Copyright (c) 1998-2001 by Jaroslav Kysela <perex@suse.cz> + * Copyright (c) 1998-2001 by Jaroslav Kysela <perex@perex.cz> * * * This library is free software; you can redistribute it and/or modify diff --git a/src/timer/timer_hw.c b/src/timer/timer_hw.c index 30bea1f1..5355705d 100644 --- a/src/timer/timer_hw.c +++ b/src/timer/timer_hw.c @@ -1,6 +1,6 @@ /* * Timer Interface - main file - * Copyright (c) 1998-2001 by Jaroslav Kysela <perex@suse.cz> + * Copyright (c) 1998-2001 by Jaroslav Kysela <perex@perex.cz> * * * This library is free software; you can redistribute it and/or modify diff --git a/src/timer/timer_local.h b/src/timer/timer_local.h index 8ebf8925..8f543fed 100644 --- a/src/timer/timer_local.h +++ b/src/timer/timer_local.h @@ -1,6 +1,6 @@ /* * Timer interface - local header file - * Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz> + * Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> * * * This library is free software; you can redistribute it and/or modify diff --git a/src/timer/timer_query.c b/src/timer/timer_query.c index 8f36e1ca..50b098a8 100644 --- a/src/timer/timer_query.c +++ b/src/timer/timer_query.c @@ -1,13 +1,13 @@ /** * \file timer/timer_query.c - * \author Jaroslav Kysela <perex@suse.cz> + * \author Jaroslav Kysela <perex@perex.cz> * \date 2001 * * Timer Query Interface is designed to obtain identification of timers. */ /* * Timer Query Interface - main file - * Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz> + * Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> * * * This library is free software; you can redistribute it and/or modify diff --git a/src/timer/timer_query_hw.c b/src/timer/timer_query_hw.c index 85a87317..743ee1fb 100644 --- a/src/timer/timer_query_hw.c +++ b/src/timer/timer_query_hw.c @@ -1,6 +1,6 @@ /* * Timer Interface - main file - * Copyright (c) 1998-2001 by Jaroslav Kysela <perex@suse.cz> + * Copyright (c) 1998-2001 by Jaroslav Kysela <perex@perex.cz> * * * This library is free software; you can redistribute it and/or modify diff --git a/src/timer/timer_symbols.c b/src/timer/timer_symbols.c index 6e19a232..797721e6 100644 --- a/src/timer/timer_symbols.c +++ b/src/timer/timer_symbols.c @@ -1,6 +1,6 @@ /* * Timer Symbols - * Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz> + * Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as |