From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-wm0-f46.google.com ([74.125.82.46]:34540 "EHLO mail-wm0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751606AbcACFiR (ORCPT ); Sun, 3 Jan 2016 00:38:17 -0500 Received: by mail-wm0-f46.google.com with SMTP id u188so114664440wmu.1 for ; Sat, 02 Jan 2016 21:38:17 -0800 (PST) Date: Sun, 3 Jan 2016 07:38:10 +0200 From: Leon Romanovsky To: Andrey Utkin Cc: Linux Media , "linux-kernel@vger.kernel.org" , "kernel-mentors@selenic.com" , devel@driverdev.osuosl.org, kernel-janitors , Hans Verkuil , Mauro Carvalho Chehab , Ezequiel Garcia , Greg Kroah-Hartman , Andrey Utkin Subject: Re: [RFC PATCH v0] Add tw5864 driver Message-ID: <20160103053810.GA18146@leon.nu> Reply-To: leon@leon.nu References: <1451785302-3173-1-git-send-email-andrey.utkin@corp.bluecherry.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1451785302-3173-1-git-send-email-andrey.utkin@corp.bluecherry.net> Sender: linux-media-owner@vger.kernel.org List-ID: On Sun, Jan 03, 2016 at 03:41:42AM +0200, Andrey Utkin wrote: .... > +/* > + * TW5864 driver - Exp-Golomb code functions > + * > + * Copyright (C) 2015 Bluecherry, LLC > + * Copyright (C) 2015 Andrey Utkin I doubt that you have contract with your employer which permits you to claim copyright on the work/product. Signed-of-by != copyright. ---- > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License as published by > + * the Free Software Foundation; either version 2 of the License, or > + * (at your option) any later version. > + * > + * This program is distributed in the hope that it will be useful, > + * but WITHOUT ANY WARRANTY; without even the implied warranty of > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > + * GNU General Public License for more details. > + */ > +