From patchwork Wed Feb 12 09:02:05 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Shevchenko X-Patchwork-Id: 3635631 Return-Path: X-Original-To: patchwork-linux-media@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id EF7029F369 for ; Wed, 12 Feb 2014 09:02:54 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3BB1620136 for ; Wed, 12 Feb 2014 09:02:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6A4E02012E for ; Wed, 12 Feb 2014 09:02:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751571AbaBLJCt (ORCPT ); Wed, 12 Feb 2014 04:02:49 -0500 Received: from mga02.intel.com ([134.134.136.20]:11116 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751480AbaBLJCq (ORCPT ); Wed, 12 Feb 2014 04:02:46 -0500 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 12 Feb 2014 01:02:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.95,831,1384329600"; d="scan'208";a="482074582" Received: from smile.fi.intel.com ([10.237.72.83]) by orsmga002.jf.intel.com with ESMTP; 12 Feb 2014 01:02:09 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.82) (envelope-from ) id 1WDVho-0000Ow-66; Wed, 12 Feb 2014 11:02:08 +0200 From: Andy Shevchenko To: Sakari Ailus , linux-media@vger.kernel.org, Daniel Jeong , Mauro Carvalho Chehab Cc: Andy Shevchenko Subject: [PATCH 1/3] lm3560: remove FSF address from the license Date: Wed, 12 Feb 2014 11:02:05 +0200 Message-Id: <1392195727-1494-1-git-send-email-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 1.9.0.rc3 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Spam-Status: No, score=-7.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP There is no need to keep the FSF address inside each file. Moreover, it might change in future which will make this one obsolete. There is no functional change. Signed-off-by: Andy Shevchenko --- drivers/media/i2c/lm3560.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/drivers/media/i2c/lm3560.c b/drivers/media/i2c/lm3560.c index d98ca3a..fea37a3 100644 --- a/drivers/media/i2c/lm3560.c +++ b/drivers/media/i2c/lm3560.c @@ -15,12 +15,6 @@ * 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, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA - * */ #include