From patchwork Tue May 12 10:57:54 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Uri Shkolnik X-Patchwork-Id: 23222 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n4CAvvlQ002556 for ; Tue, 12 May 2009 10:57:57 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751174AbZELK5y (ORCPT ); Tue, 12 May 2009 06:57:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751845AbZELK5y (ORCPT ); Tue, 12 May 2009 06:57:54 -0400 Received: from web110816.mail.gq1.yahoo.com ([67.195.13.239]:48234 "HELO web110816.mail.gq1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751174AbZELK5x (ORCPT ); Tue, 12 May 2009 06:57:53 -0400 Received: (qmail 52497 invoked by uid 60001); 12 May 2009 10:57:54 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1242125874; bh=+J/Vr5QfDx5N6ZJV1TijGawnJrqvizrH4u6j57h+I6w=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:MIME-Version:Content-Type; b=VAhIrsKj01UxT5PJJsK70PZPaH9cERgmpg+8BJVNA0HGzkXbbGd2+B/y/q/FUvWpmL9OZHV88Ja65oaJPl83XzrG31/eoCm4OGxcI6w8sv2b1azIAByZxEWpYPnwH+mCylzh0DEc99wYBlnvLSafEAORXfGGyiqyZqeu2rXq8cI= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:MIME-Version:Content-Type; b=GQJF0Sph+Y3fZQms5XOvzqTj05Bf1xRw+DPkA2O/ADP1WSHnjuPmbhcPQL61sXCoicM5Oq1PoJtnYdajJGZefKvi879uO5Dxlqq7vvYDvToQB3DxzJ2WVjhu19k02imCU4UTdx0fqQ7HD7xEhSOcaigBnIfEAziLDh8eKREJYws=; Message-ID: <184506.51976.qm@web110816.mail.gq1.yahoo.com> X-YMail-OSG: _78YP78VM1mJggNKvCUyOZUF9S1.QEVMR1mVZrqYUuPN70pcM8mZoNG59CehwgYSPvl9stx1lJXsn62uh6rIb8ABEXiV6Jwifp7IfFStwsov_6op7ThPs.6046boLTBrT6rGFWGv7TOIrl7KYXUnud0XJVouB1tN5fFhHEBugDJlDbBYZWtMjzq1XlDj0_XpFEnGxNojpVOdLspwudHtewAC1paq35D_WvgXLXiG13G0WA1EURlA4bNOkoWIA2GrqP6.61pIlqmJQRUOzmKxqmSw2ZSLqOYxvnjVViqNso2wOqVM8NyK3dA_clvazqTUkiFViTKskg1T.NX2F9vdIX0vAIw7yL5sgXayhh27cHBro7YnXA-- Received: from [199.203.99.233] by web110816.mail.gq1.yahoo.com via HTTP; Tue, 12 May 2009 03:57:54 PDT X-Mailer: YahooMailClassic/5.3.9 YahooMailWebService/0.7.289.10 Date: Tue, 12 May 2009 03:57:54 -0700 (PDT) From: Uri Shkolnik Subject: [PATCH] [0905_01] Siano: smsusb - update license To: LinuxML Cc: Mauro Carvalho MIME-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org # HG changeset patch # User Uri Shkolnik # Date 1242126057 -10800 # Node ID 766d02fa7c5c42cc6480eaefb14c7dd6f9c0d370 # Parent 8d37e850566419e7905e66f875b9384d96bf340d [0905_01] Siano: smsusb - update license From: Uri Shkolnik This patch updates the license of the USB interface driver Priority: normal Signed-off-by: Uri Shkolnik --- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff -r 8d37e8505664 -r 766d02fa7c5c linux/drivers/media/dvb/siano/smsusb.c --- a/linux/drivers/media/dvb/siano/smsusb.c Mon May 11 09:37:41 2009 -0700 +++ b/linux/drivers/media/dvb/siano/smsusb.c Tue May 12 14:00:57 2009 +0300 @@ -1,23 +1,23 @@ -/* - * Driver for the Siano SMS1xxx USB dongle - * - * author: Anatoly Greenblat - * - * Copyright (c), 2005-2008 Siano Mobile Silicon, Inc. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation; - * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. - * - * See the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - */ +/**************************************************************** + +Siano Mobile Silicon, Inc. +MDTV receiver kernel modules. +Copyright (C) 2005-2009, Uri Shkolnik, Anatoly Greenblat + +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. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +****************************************************************/ #include #include