Update of /cvsroot/alsa/alsa-kernel/core/seq
In directory sc8-pr-cvs1:/tmp/cvs-serv23076/core/seq

Modified Files:
        seq.c seq_clientmgr.c seq_clientmgr.h seq_fifo.c seq_fifo.h 
        seq_info.c seq_info.h seq_memory.c seq_memory.h seq_midi.c 
        seq_ports.c seq_ports.h seq_prioq.c seq_prioq.h seq_queue.c 
        seq_queue.h seq_system.c seq_system.h seq_timer.c seq_timer.h 
Log Message:
- new e-mail address of Frank van de Pol.





Index: seq.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/seq/seq.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- seq.c       2 Dec 2002 15:11:45 -0000       1.8
+++ seq.c       7 Jan 2004 14:34:22 -0000       1.9
@@ -1,6 +1,6 @@
 /*
  *  ALSA sequencer main module
- *  Copyright (c) 1998-1999 by Frank van de Pol <[EMAIL PROTECTED]>
+ *  Copyright (c) 1998-1999 by Frank van de Pol <[EMAIL PROTECTED]>
  *
  *
  *   This program is free software; you can redistribute it and/or modify
@@ -42,7 +42,7 @@
 int seq_default_timer_subdevice = 0;
 int seq_default_timer_resolution = 0;  /* Hz */
 
-MODULE_AUTHOR("Frank van de Pol <[EMAIL PROTECTED]>, Jaroslav Kysela <[EMAIL 
PROTECTED]>");
+MODULE_AUTHOR("Frank van de Pol <[EMAIL PROTECTED]>, Jaroslav Kysela <[EMAIL 
PROTECTED]>");
 MODULE_DESCRIPTION("Advanced Linux Sound Architecture sequencer.");
 MODULE_LICENSE("GPL");
 MODULE_CLASSES("{sound}");

Index: seq_clientmgr.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/seq/seq_clientmgr.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- seq_clientmgr.c     7 Oct 2003 12:12:20 -0000       1.25
+++ seq_clientmgr.c     7 Jan 2004 14:34:22 -0000       1.26
@@ -1,6 +1,6 @@
 /*
  *  ALSA sequencer Client Manager
- *  Copyright (c) 1998-2001 by Frank van de Pol <[EMAIL PROTECTED]>
+ *  Copyright (c) 1998-2001 by Frank van de Pol <[EMAIL PROTECTED]>
  *                             Jaroslav Kysela <[EMAIL PROTECTED]>
  *                             Takashi Iwai <[EMAIL PROTECTED]>
  *

Index: seq_clientmgr.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/seq/seq_clientmgr.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- seq_clientmgr.h     17 Sep 2002 11:16:04 -0000      1.6
+++ seq_clientmgr.h     7 Jan 2004 14:34:22 -0000       1.7
@@ -1,6 +1,6 @@
 /*
  *   ALSA sequencer Client Manager
- *   Copyright (c) 1998-1999 by Frank van de Pol <[EMAIL PROTECTED]>
+ *   Copyright (c) 1998-1999 by Frank van de Pol <[EMAIL PROTECTED]>
  *
  *
  *   This program is free software; you can redistribute it and/or modify

Index: seq_fifo.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/seq/seq_fifo.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- seq_fifo.c  8 Oct 2002 10:54:44 -0000       1.6
+++ seq_fifo.c  7 Jan 2004 14:34:22 -0000       1.7
@@ -1,6 +1,6 @@
 /*
  *   ALSA sequencer FIFO
- *   Copyright (c) 1998 by Frank van de Pol <[EMAIL PROTECTED]>
+ *   Copyright (c) 1998 by Frank van de Pol <[EMAIL PROTECTED]>
  *
  *
  *   This program is free software; you can redistribute it and/or modify

Index: seq_fifo.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/seq/seq_fifo.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- seq_fifo.h  30 Dec 2001 09:26:45 -0000      1.2
+++ seq_fifo.h  7 Jan 2004 14:34:22 -0000       1.3
@@ -1,6 +1,6 @@
 /*
  *   ALSA sequencer FIFO
- *   Copyright (c) 1998 by Frank van de Pol <[EMAIL PROTECTED]>
+ *   Copyright (c) 1998 by Frank van de Pol <[EMAIL PROTECTED]>
  *
  *
  *   This program is free software; you can redistribute it and/or modify

Index: seq_info.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/seq/seq_info.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- seq_info.c  12 Aug 2002 08:43:45 -0000      1.5
+++ seq_info.c  7 Jan 2004 14:34:22 -0000       1.6
@@ -1,6 +1,6 @@
 /*
  *   ALSA sequencer /proc interface
- *   Copyright (c) 1998 by Frank van de Pol <[EMAIL PROTECTED]>
+ *   Copyright (c) 1998 by Frank van de Pol <[EMAIL PROTECTED]>
  *
  *
  *   This program is free software; you can redistribute it and/or modify

Index: seq_info.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/seq/seq_info.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- seq_info.h  30 Dec 2001 09:26:45 -0000      1.2
+++ seq_info.h  7 Jan 2004 14:34:22 -0000       1.3
@@ -1,6 +1,6 @@
 /*
  *   ALSA sequencer /proc info
- *   Copyright (c) 1998 by Frank van de Pol <[EMAIL PROTECTED]>
+ *   Copyright (c) 1998 by Frank van de Pol <[EMAIL PROTECTED]>
  *
  *
  *   This program is free software; you can redistribute it and/or modify

Index: seq_memory.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/seq/seq_memory.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- seq_memory.c        30 May 2003 13:58:32 -0000      1.12
+++ seq_memory.c        7 Jan 2004 14:34:22 -0000       1.13
@@ -1,6 +1,6 @@
 /*
  *  ALSA sequencer Memory Manager
- *  Copyright (c) 1998 by Frank van de Pol <[EMAIL PROTECTED]>
+ *  Copyright (c) 1998 by Frank van de Pol <[EMAIL PROTECTED]>
  *                        Jaroslav Kysela <[EMAIL PROTECTED]>
  *                2000 by Takashi Iwai <[EMAIL PROTECTED]>
  *

Index: seq_memory.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/seq/seq_memory.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- seq_memory.h        4 Jan 2002 14:17:54 -0000       1.3
+++ seq_memory.h        7 Jan 2004 14:34:22 -0000       1.4
@@ -1,6 +1,6 @@
 /*
  *  ALSA sequencer Memory Manager
- *  Copyright (c) 1998 by Frank van de Pol <[EMAIL PROTECTED]>
+ *  Copyright (c) 1998 by Frank van de Pol <[EMAIL PROTECTED]>
  *
  *
  *   This program is free software; you can redistribute it and/or modify

Index: seq_midi.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/seq/seq_midi.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- seq_midi.c  24 Mar 2003 09:19:26 -0000      1.14
+++ seq_midi.c  7 Jan 2004 14:34:22 -0000       1.15
@@ -1,6 +1,6 @@
 /*
  *   Generic MIDI synth driver for ALSA sequencer
- *   Copyright (c) 1998 by Frank van de Pol <[EMAIL PROTECTED]>
+ *   Copyright (c) 1998 by Frank van de Pol <[EMAIL PROTECTED]>
  *                         Jaroslav Kysela <[EMAIL PROTECTED]>
  *
  *   This program is free software; you can redistribute it and/or modify
@@ -39,7 +39,7 @@
 #include <sound/seq_midi_event.h>
 #include <sound/initval.h>
 
-MODULE_AUTHOR("Frank van de Pol <[EMAIL PROTECTED]>, Jaroslav Kysela <[EMAIL 
PROTECTED]>");
+MODULE_AUTHOR("Frank van de Pol <[EMAIL PROTECTED]>, Jaroslav Kysela <[EMAIL 
PROTECTED]>");
 MODULE_DESCRIPTION("Advanced Linux Sound Architecture sequencer MIDI synth.");
 MODULE_LICENSE("GPL");
 MODULE_CLASSES("{sound}");

Index: seq_ports.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/seq/seq_ports.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- seq_ports.c 25 Jul 2003 17:22:26 -0000      1.15
+++ seq_ports.c 7 Jan 2004 14:34:22 -0000       1.16
@@ -1,6 +1,6 @@
 /*
  *   ALSA sequencer Ports
- *   Copyright (c) 1998 by Frank van de Pol <[EMAIL PROTECTED]>
+ *   Copyright (c) 1998 by Frank van de Pol <[EMAIL PROTECTED]>
  *                         Jaroslav Kysela <[EMAIL PROTECTED]>
  *
  *

Index: seq_ports.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/seq/seq_ports.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- seq_ports.h 25 Jul 2003 17:22:26 -0000      1.4
+++ seq_ports.h 7 Jan 2004 14:34:22 -0000       1.5
@@ -1,6 +1,6 @@
 /*
  *   ALSA sequencer Ports 
- *   Copyright (c) 1998 by Frank van de Pol <[EMAIL PROTECTED]>
+ *   Copyright (c) 1998 by Frank van de Pol <[EMAIL PROTECTED]>
  *
  *
  *   This program is free software; you can redistribute it and/or modify

Index: seq_prioq.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/seq/seq_prioq.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- seq_prioq.c 4 Nov 2002 09:11:39 -0000       1.7
+++ seq_prioq.c 7 Jan 2004 14:34:22 -0000       1.8
@@ -1,6 +1,6 @@
 /*
  *   ALSA sequencer Priority Queue
- *   Copyright (c) 1998-1999 by Frank van de Pol <[EMAIL PROTECTED]>
+ *   Copyright (c) 1998-1999 by Frank van de Pol <[EMAIL PROTECTED]>
  *
  *
  *   This program is free software; you can redistribute it and/or modify

Index: seq_prioq.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/seq/seq_prioq.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- seq_prioq.h 31 Jul 2002 14:28:16 -0000      1.3
+++ seq_prioq.h 7 Jan 2004 14:34:22 -0000       1.4
@@ -1,6 +1,6 @@
 /*
  *   ALSA sequencer Priority Queue
- *   Copyright (c) 1998 by Frank van de Pol <[EMAIL PROTECTED]>
+ *   Copyright (c) 1998 by Frank van de Pol <[EMAIL PROTECTED]>
  *
  *
  *   This program is free software; you can redistribute it and/or modify

Index: seq_queue.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/seq/seq_queue.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- seq_queue.c 25 May 2003 18:33:30 -0000      1.13
+++ seq_queue.c 7 Jan 2004 14:34:22 -0000       1.14
@@ -1,6 +1,6 @@
 /*
  *   ALSA sequencer Timing queue handling
- *   Copyright (c) 1998-1999 by Frank van de Pol <[EMAIL PROTECTED]>
+ *   Copyright (c) 1998-1999 by Frank van de Pol <[EMAIL PROTECTED]>
  *
  *   This program is free software; you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

Index: seq_queue.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/seq/seq_queue.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- seq_queue.h 5 Feb 2003 12:49:17 -0000       1.8
+++ seq_queue.h 7 Jan 2004 14:34:22 -0000       1.9
@@ -1,6 +1,6 @@
 /*
  *   ALSA sequencer Queue handling
- *   Copyright (c) 1998-1999 by Frank van de Pol <[EMAIL PROTECTED]>
+ *   Copyright (c) 1998-1999 by Frank van de Pol <[EMAIL PROTECTED]>
  *
  *   This program is free software; you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

Index: seq_system.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/seq/seq_system.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- seq_system.c        12 Aug 2002 08:43:45 -0000      1.5
+++ seq_system.c        7 Jan 2004 14:34:22 -0000       1.6
@@ -1,6 +1,6 @@
 /*
  *   ALSA sequencer System services Client
- *   Copyright (c) 1998-1999 by Frank van de Pol <[EMAIL PROTECTED]>
+ *   Copyright (c) 1998-1999 by Frank van de Pol <[EMAIL PROTECTED]>
  *
  *
  *   This program is free software; you can redistribute it and/or modify

Index: seq_system.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/seq/seq_system.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- seq_system.h        30 Dec 2001 09:26:45 -0000      1.2
+++ seq_system.h        7 Jan 2004 14:34:22 -0000       1.3
@@ -1,6 +1,6 @@
 /*
  *  ALSA sequencer System Client
- *  Copyright (c) 1998 by Frank van de Pol <[EMAIL PROTECTED]>
+ *  Copyright (c) 1998 by Frank van de Pol <[EMAIL PROTECTED]>
  *
  *
  *   This program is free software; you can redistribute it and/or modify

Index: seq_timer.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/seq/seq_timer.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- seq_timer.c 7 Oct 2003 10:07:14 -0000       1.18
+++ seq_timer.c 7 Jan 2004 14:34:22 -0000       1.19
@@ -1,6 +1,6 @@
 /*
  *   ALSA sequencer Timer
- *   Copyright (c) 1998-1999 by Frank van de Pol <[EMAIL PROTECTED]>
+ *   Copyright (c) 1998-1999 by Frank van de Pol <[EMAIL PROTECTED]>
  *                              Jaroslav Kysela <[EMAIL PROTECTED]>
  *
  *

Index: seq_timer.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/seq/seq_timer.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- seq_timer.h 7 Oct 2003 10:07:14 -0000       1.6
+++ seq_timer.h 7 Jan 2004 14:34:22 -0000       1.7
@@ -1,6 +1,6 @@
 /*
  *  ALSA sequencer Timer
- *  Copyright (c) 1998-1999 by Frank van de Pol <[EMAIL PROTECTED]>
+ *  Copyright (c) 1998-1999 by Frank van de Pol <[EMAIL PROTECTED]>
  *
  *
  *   This program is free software; you can redistribute it and/or modify



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to