From 1b8a3051a5d90fd21fbf27b63e97d1745c40c013 Mon Sep 17 00:00:00 2001 From: Davide Beatrici Date: Sat, 31 Aug 2024 00:15:27 +0200 Subject: [PATCH] Remove outdated copyright --- README | 3 --- ossp-alsap.c | 7 +------ ossp-padsp.c | 5 +---- ossp-slave.c | 3 --- ossp-slave.h | 3 --- ossp-util.c | 3 --- ossp-util.h | 3 --- ossp.c | 3 --- ossp.h | 3 --- osspd.c | 6 +----- osstest.c | 2 -- 11 files changed, 3 insertions(+), 38 deletions(-) diff --git a/README b/README index 6b716c7..6552c95 100644 --- a/README +++ b/README @@ -1,9 +1,6 @@ OSS Proxy - emulate OSS device using CUSE - Copyright (C) 2008-2009 SUSE Linux Products GmbH - Copyright (C) 2008-2009 Tejun Heo - 1. What is it? -------------- diff --git a/ossp-alsap.c b/ossp-alsap.c index 72f3bd5..760fe79 100644 --- a/ossp-alsap.c +++ b/ossp-alsap.c @@ -1,12 +1,7 @@ /* - * ossp-alsap - ossp DSP slave which forwards to alsa - * - * Copyright (C) 2009 Maarten Lankhorst + * ossp-alsap - ossp DSP slave which forwards to ALSA * * This file is released under the GPLv2. - * - * Why an alsa plugin as well? Just to show how much - * the alsa userspace api sucks ;-) */ #include diff --git a/ossp-padsp.c b/ossp-padsp.c index a998a8b..faee16f 100644 --- a/ossp-padsp.c +++ b/ossp-padsp.c @@ -1,8 +1,5 @@ /* - * ossp-padsp - ossp DSP slave which forwards to pulseaduio - * - * Copyright (C) 2008-2010 SUSE Linux Products GmbH - * Copyright (C) 2008-2010 Tejun Heo + * ossp-padsp - ossp DSP slave which forwards to PulseAudio * * This file is released under the GPLv2. */ diff --git a/ossp-slave.c b/ossp-slave.c index a27d5e6..5dbd1cd 100644 --- a/ossp-slave.c +++ b/ossp-slave.c @@ -1,9 +1,6 @@ /* * ossp-slave - OSS Proxy: Common codes for slaves * - * Copyright (C) 2008-2010 SUSE Linux Products GmbH - * Copyright (C) 2008-2010 Tejun Heo - * * This file is released under the GPLv2. */ diff --git a/ossp-slave.h b/ossp-slave.h index 1963d25..9ed278e 100644 --- a/ossp-slave.h +++ b/ossp-slave.h @@ -1,9 +1,6 @@ /* * ossp-slave - OSS Proxy: Common codes for slaves * - * Copyright (C) 2008-2010 SUSE Linux Products GmbH - * Copyright (C) 2008-2010 Tejun Heo - * * This file is released under the GPLv2. */ diff --git a/ossp-util.c b/ossp-util.c index 325cefd..c38202f 100644 --- a/ossp-util.c +++ b/ossp-util.c @@ -1,9 +1,6 @@ /* * ossp-util - OSS Proxy: Common utilities * - * Copyright (C) 2008-2010 SUSE Linux Products GmbH - * Copyright (C) 2008-2010 Tejun Heo - * * This file is released under the GPLv2. */ diff --git a/ossp-util.h b/ossp-util.h index f48d022..990a9cd 100644 --- a/ossp-util.h +++ b/ossp-util.h @@ -1,9 +1,6 @@ /* * ossp-util - OSS Proxy: Common utilities * - * Copyright (C) 2008-2010 SUSE Linux Products GmbH - * Copyright (C) 2008-2010 Tejun Heo - * * This file is released under the GPLv2. */ diff --git a/ossp.c b/ossp.c index 96f98fa..e33220c 100644 --- a/ossp.c +++ b/ossp.c @@ -1,9 +1,6 @@ /* * ossp - OSS Proxy: emulate OSS device using CUSE * - * Copyright (C) 2008-2010 SUSE Linux Products GmbH - * Copyright (C) 2008-2010 Tejun Heo - * * This file is released under the GPLv2. */ diff --git a/ossp.h b/ossp.h index d90bf2b..c0fe4c0 100644 --- a/ossp.h +++ b/ossp.h @@ -1,9 +1,6 @@ /* * ossp - OSS Proxy: emulate OSS device using CUSE * - * Copyright (C) 2008-2010 SUSE Linux Products GmbH - * Copyright (C) 2008-2010 Tejun Heo - * * This file is released under the GPLv2. */ diff --git a/osspd.c b/osspd.c index 01e564b..2274ac4 100644 --- a/osspd.c +++ b/osspd.c @@ -1,9 +1,6 @@ /* * osspd - OSS Proxy Daemon: emulate OSS device using CUSE * - * Copyright (C) 2008-2010 SUSE Linux Products GmbH - * Copyright (C) 2008-2010 Tejun Heo - * * This file is released under the GPLv2. */ @@ -2323,8 +2320,7 @@ int main(int argc, char **argv) /* daemonization already handled, prevent forking inside FUSE */ fuse_opt_add_arg(&args, "-f"); - info("OSS Proxy v%s (C) 2008-2010 by Tejun Heo ", - OSSP_VERSION); + info("OSS Proxy v%s", OSSP_VERSION); /* ignore stupid SIGPIPEs */ memset(&sa, 0, sizeof(sa)); diff --git a/osstest.c b/osstest.c index 53c3edc..1cf4872 100644 --- a/osstest.c +++ b/osstest.c @@ -1,6 +1,4 @@ /* Simple oss testsuite - * - * Copyright (C) 2009 Maarten Lankhorst * * This file is released under the GPLv2. */