From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH 1/2] wss_lib: move cs4231_lib into wss_lib Date: Mon, 23 Jun 2008 12:51:35 +0200 Message-ID: References: <20080619230718.044b7905.krzysztof.h1@poczta.fm> <485EECB5.4070808@keyaccess.nl> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (ns2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id A9BC010386B for ; Mon, 23 Jun 2008 12:51:35 +0200 (CEST) In-Reply-To: <485EECB5.4070808@keyaccess.nl> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Rene Herman Cc: Alsa-devel , Krzysztof Helt List-Id: alsa-devel@alsa-project.org At Mon, 23 Jun 2008 02:22:13 +0200, Rene Herman wrote: > > On 19-06-08 23:07, Krzysztof Helt wrote: > > > From: Krzysztof Helt > > > > Move the file sound/isa/cs423x/cs4231_lib.c > > into sound/isa/cs423x/wss_lib.c > > This is the first step toward merging all libraries > > for Windows Sound System compatible chips > > into a single library. > > > > Signed-off-by: Krzysztof Helt > > Acked-by: Rene Herman > > Only small request: > > > diff -urNp linux-alsa/sound/isa/wss/Makefile linux-mm/sound/isa/wss/Makefile > > --- linux-alsa/sound/isa/wss/Makefile 1970-01-01 01:00:00.000000000 +0100 > > +++ linux-mm/sound/isa/wss/Makefile 2008-06-15 22:38:44.705642447 +0200 > > @@ -0,0 +1,10 @@ > > +# > > +# Makefile for ALSA > > +# Copyright (c) 2008 by Krzysztof Helt > > +# > > + > > +snd-wss-lib-objs := wss_lib.o > > + > > +# Toplevel Module Dependency > > +obj-$(CONFIG_SND_WSS_LIB) += snd-wss-lib.o > > + > > Could you maybe "donate" the copyright on this Makefile to Jaroslav Kysela? > > Basically, this single file is too trivial (and uncreative due to being > rather fully dictated by the build-system as a whole) to be protectable > under copyright in the first place but the ALSA build system as a whole > IS copyrightable and Jaroslav holds the copyright on all others (except > David Miller on the one sparc specific one). > > It's likely not a practical issue really but I feel it's probably good > to keep this concentrated. Well, I don't think it's worth to change the copyright as you suggest. First of all, it's Krzysztof's work. And, managing the different copyright notes isn't any problem in linux kernel tree at all, even from the maintenance POV. Just my $0.02, though. thanks, Takashi