diff options
Diffstat (limited to 'sys/dev/sound/isa')
-rw-r--r-- | sys/dev/sound/isa/ad1816.c | 2 | ||||
-rw-r--r-- | sys/dev/sound/isa/ess.c | 2 | ||||
-rw-r--r-- | sys/dev/sound/isa/mss.c | 2 | ||||
-rw-r--r-- | sys/dev/sound/isa/sb16.c | 2 | ||||
-rw-r--r-- | sys/dev/sound/isa/sb8.c | 2 | ||||
-rw-r--r-- | sys/dev/sound/isa/sndbuf_dma.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/sound/isa/ad1816.c b/sys/dev/sound/isa/ad1816.c index c4763bcb..b2f67b3 100644 --- a/sys/dev/sound/isa/ad1816.c +++ b/sys/dev/sound/isa/ad1816.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999 Cameron Grant <gandalf@vilnya.demon.co.uk> + * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * Copyright Luigi Rizzo, 1997,1998 * Copyright by Hannu Savolainen 1994, 1995 * All rights reserved. diff --git a/sys/dev/sound/isa/ess.c b/sys/dev/sound/isa/ess.c index a0b2c2c..178d48f 100644 --- a/sys/dev/sound/isa/ess.c +++ b/sys/dev/sound/isa/ess.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999 Cameron Grant <gandalf@vilnya.demon.co.uk> + * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * Copyright 1997,1998 Luigi Rizzo. * * Derived from files in the Voxware 3.5 distribution, diff --git a/sys/dev/sound/isa/mss.c b/sys/dev/sound/isa/mss.c index ff7062d..c71030e 100644 --- a/sys/dev/sound/isa/mss.c +++ b/sys/dev/sound/isa/mss.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2001 George Reid <greid@ukug.uk.freebsd.org> - * Copyright (c) 1999 Cameron Grant <gandalf@vilnya.demon.co.uk> + * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * Copyright Luigi Rizzo, 1997,1998 * Copyright by Hannu Savolainen 1994, 1995 * All rights reserved. diff --git a/sys/dev/sound/isa/sb16.c b/sys/dev/sound/isa/sb16.c index 1f674c1..3d1605d 100644 --- a/sys/dev/sound/isa/sb16.c +++ b/sys/dev/sound/isa/sb16.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999 Cameron Grant <gandalf@vilnya.demon.co.uk> + * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * Copyright 1997,1998 Luigi Rizzo. * * Derived from files in the Voxware 3.5 distribution, diff --git a/sys/dev/sound/isa/sb8.c b/sys/dev/sound/isa/sb8.c index 819f838..acf6e91 100644 --- a/sys/dev/sound/isa/sb8.c +++ b/sys/dev/sound/isa/sb8.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999 Cameron Grant <gandalf@vilnya.demon.co.uk> + * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * Copyright 1997,1998 Luigi Rizzo. * * Derived from files in the Voxware 3.5 distribution, diff --git a/sys/dev/sound/isa/sndbuf_dma.c b/sys/dev/sound/isa/sndbuf_dma.c index d07c301..2b98080 100644 --- a/sys/dev/sound/isa/sndbuf_dma.c +++ b/sys/dev/sound/isa/sndbuf_dma.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999 Cameron Grant <gandalf@vilnya.demon.co.uk> + * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without |