diff options
Diffstat (limited to 'sys/dev/sound/pci')
| -rw-r--r-- | sys/dev/sound/pci/aureal.c | 2 | ||||
| -rw-r--r-- | sys/dev/sound/pci/aureal.h | 2 | ||||
| -rw-r--r-- | sys/dev/sound/pci/es137x.c | 2 | ||||
| -rw-r--r-- | sys/dev/sound/pci/es137x.h | 2 | ||||
| -rw-r--r-- | sys/dev/sound/pci/t4dwave.c | 2 | ||||
| -rw-r--r-- | sys/dev/sound/pci/t4dwave.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/sound/pci/aureal.c b/sys/dev/sound/pci/aureal.c index 49900e613a15..291f68e7a287 100644 --- a/sys/dev/sound/pci/aureal.c +++ b/sys/dev/sound/pci/aureal.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #include "pci.h" diff --git a/sys/dev/sound/pci/aureal.h b/sys/dev/sound/pci/aureal.h index c5bcb29985bd..a89e4c9aede5 100644 --- a/sys/dev/sound/pci/aureal.h +++ b/sys/dev/sound/pci/aureal.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #ifndef _AU8820_REG_H diff --git a/sys/dev/sound/pci/es137x.c b/sys/dev/sound/pci/es137x.c index f0f14130e694..778a06b70d80 100644 --- a/sys/dev/sound/pci/es137x.c +++ b/sys/dev/sound/pci/es137x.c @@ -37,7 +37,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED * OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: es1370.c,v 1.4 1999/05/09 17:06:45 peter Exp $ + * $FreeBSD$ */ #include "pci.h" diff --git a/sys/dev/sound/pci/es137x.h b/sys/dev/sound/pci/es137x.h index 6c981e391f09..a1adc354be7b 100644 --- a/sys/dev/sound/pci/es137x.h +++ b/sys/dev/sound/pci/es137x.h @@ -18,7 +18,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: es1370_reg.h,v 1.1 1998/12/31 08:14:27 luigi Exp $ + * $FreeBSD$ */ #ifndef _ES1370_REG_H diff --git a/sys/dev/sound/pci/t4dwave.c b/sys/dev/sound/pci/t4dwave.c index 5404fe202a36..795f4d42c543 100644 --- a/sys/dev/sound/pci/t4dwave.c +++ b/sys/dev/sound/pci/t4dwave.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THEPOSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #include "pci.h" diff --git a/sys/dev/sound/pci/t4dwave.h b/sys/dev/sound/pci/t4dwave.h index 31f33406fb5a..1e68c86e383b 100644 --- a/sys/dev/sound/pci/t4dwave.h +++ b/sys/dev/sound/pci/t4dwave.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #ifndef _T4DWAVE_REG_H |
