From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 18 Aug 2009 20:38:01 +0200 From: Andrew Lunn Message-ID: <20090818183801.GE20229@ma.tech.ascom.ch> References: <20090817183644.GC20229@ma.tech.ascom.ch> <20090817192041.GA25229@pandem0nium> <200908190039.42236.lindner_marek@yahoo.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200908190039.42236.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] batman-adv packet.h license Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking > yeah, also fine with me. Although I don't understand why we have to > change the licence of our file for that (I never wrote dissectors > for tcpdump). I'm directly using packet.h. As is, no changes. I need the packet structure definitions. The file has a GPL header, so its licensed under GPL. If you mix that file with the rest of tcpdump, which is BSD, tcpdump becomes GPL. I'm guessing this is not acceptable. So for the copy of packet.h i include in tcpdump, i want to put a BSD license on the file. The version in the batman repository can stay GPL. Thanks for O.K.ing this. I will post a patch to tcpdump here for testing, before sending it to the tcpdump maintainers. Andrew