From 3bfac4fc269b10b90c3e44e6dff438e634120f07 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sat, 13 Sep 2003 13:42:09 +0000 Subject: Copyright fix (code=mine) Original commit message from CVS: Copyright fix (code=mine) --- sys/oss/gstossmixer.c | 5 ++--- sys/oss/gstossmixer.h | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'sys') diff --git a/sys/oss/gstossmixer.c b/sys/oss/gstossmixer.c index 50efc2f4..f23a19cf 100644 --- a/sys/oss/gstossmixer.c +++ b/sys/oss/gstossmixer.c @@ -1,6 +1,5 @@ -/* GStreamer - * Copyright (C) 1999,2000 Erik Walthinsen - * 2000 Wim Taymans +/* GStreamer OSS Mixer implementation + * Copyright (C) 2003 Ronald Bultje * * gstossmixer.h: mixer interface implementation for OSS * diff --git a/sys/oss/gstossmixer.h b/sys/oss/gstossmixer.h index eddb40ac..fb662f68 100644 --- a/sys/oss/gstossmixer.h +++ b/sys/oss/gstossmixer.h @@ -1,6 +1,5 @@ -/* GStreamer - * Copyright (C) 1999,2000 Erik Walthinsen - * 2000 Wim Taymans +/* GStreamer OSS Mixer implementation + * Copyright (C) 2003 Ronald Bultje * * gstossmixer.h: mixer interface implementation for OSS * -- cgit