Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 315cadc4 authored by Pierrick Hascoet's avatar Pierrick Hascoet Committed by Mauro Carvalho Chehab
Browse files

[media] staging: as102: Fix licensing oversight



Fix a couple of files which were supposed by be relicensed as GPL
but were overlooked.

Signed-off-by: default avatarPierrick Hascoet <pierrick.hascoet@abilis.com>
Signed-off-by: default avatarDevin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: default avatarPiotr Chmura <chmooreck@poczta.onet.pl>
Signed-off-by: default avatarSylwester Nawrocki <snjw23@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 4f7b7c01
Loading
Loading
Loading
Loading
+18 −17
Original line number Original line Diff line number Diff line
/**
/*

 * Abilis Systems Single DVB-T Receiver
 \file   as10x_cmd_cfg.c
 * Copyright (C) 2008 Pierrick Hascoet <pierrick.hascoet@abilis.com>

 *
 \author: S. Martinelli
 * 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
 ----------------------------------------------------------------------------\n
 * the Free Software Foundation; either version 2, or (at your option)
   (c) Copyright Abilis Systems SARL 2005-2009 All rigths reserved \n
 * any later version.
   www.abilis.com                                                  \n
 *
 ----------------------------------------------------------------------------\n
 * This program is distributed in the hope that it will be useful,

 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 \brief AS10x API, configuration services
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

 * GNU General Public License for more details.
	AS10x cmd management: build command buffer, send command through
 *
	selected port and wait for the response when required.
 * 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.
 */
 */


#if defined(LINUX) && defined(__KERNEL__) /* linux kernel implementation */
#if defined(LINUX) && defined(__KERNEL__) /* linux kernel implementation */
+18 −19
Original line number Original line Diff line number Diff line
/**
/*

 * Abilis Systems Single DVB-T Receiver
 \file   as10x_cmd_stream.c
 * Copyright (C) 2008 Pierrick Hascoet <pierrick.hascoet@abilis.com>

 *
 \author: S. Martinelli
 * 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
 ----------------------------------------------------------------------------\n
 * the Free Software Foundation; either version 2, or (at your option)
   (c) Copyright Abilis Systems SARL 2005-2009 All rigths reserved \n
 * any later version.
   www.abilis.com                                                  \n
 *
 ----------------------------------------------------------------------------\n
 * This program is distributed in the hope that it will be useful,

 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 \brief AS10x CMD, stream services
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

 * GNU General Public License for more details.
	AS10x CMD management: build command buffer, send command through
 *
	selected port and wait for the response when required.
 * 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.
 */
 */


#if defined(LINUX) && defined(__KERNEL__) /* linux kernel implementation */
#if defined(LINUX) && defined(__KERNEL__) /* linux kernel implementation */
#include <linux/kernel.h>
#include <linux/kernel.h>
#include "as102_drv.h"
#include "as102_drv.h"