2014-11-09 23:58:19 +00:00
|
|
|
FIRMWARE LICENSE TERMS
|
|
|
|
|
LICENCE.siano: Add copyright years
A copyright notice is supposed to specify the years the work was
created.
Mauro Carvalho Chehab <mchehab@infradead.org> writes:
> The oldest copyright I found for the Siano Linux driver is 2005, as
> you can see at:
> drivers/media/common/siano/smscoreapi.c
>
> As the driver talks with the Siano firmware, it has to be written
> before or together with the driver.
>
> Browsing at the new, that seems to match the oldest news about the
> first chipset supported by the driver (sms1000) is from 2006:
> http://www.businesswire.com/news/home/20061206005282/en/Siano-SMS1000-Mobile-Digital-TV-Receiver-Chip
>
> This driver supports both the sms1xx and the newer sms27xx
> chipsets. Due to that, the Rio firmware (ISDB-T) s probably newer,
> as it support only the sms27xx chips, but it could be based on the
> DVB-T firmware.
>
> So, if you really want to put some timestamp, except if someone
> at either Siano or Hauppauge could tell us otherwise, I would stick
> with a copyright notice starting from 2005, going u to the year that
> they got merged at the firmware tree (as some changes might have
> happened until the final version).
So I'm specifying 2005-2014.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2016-12-05 03:41:25 +00:00
|
|
|
Copyright (c) 2005-2014 Siano Mobile Silicon Ltd.
|
2014-11-09 23:58:19 +00:00
|
|
|
All rights reserved.
|
|
|
|
|
|
|
|
Redistribution. Redistribution and use in binary form, without
|
|
|
|
modification, are permitted provided that the following conditions are
|
|
|
|
met:
|
|
|
|
|
|
|
|
* Redistributions must reproduce the above copyright notice and the
|
|
|
|
following disclaimer in the documentation and/or other materials
|
|
|
|
provided with the distribution.
|
|
|
|
|
|
|
|
* Neither the name of Siano Mobile Silicon Ltd. nor the names of its
|
|
|
|
suppliers may be used to endorse or promote products derived from this
|
|
|
|
software without specific prior written permission.
|
|
|
|
|
|
|
|
* No reverse engineering, decompilation, or disassembly of this software
|
|
|
|
is permitted.
|
|
|
|
|
|
|
|
DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
|
|
|
|
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
|
|
|
|
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
|
|
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
|
|
|
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
|
|
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
|
|
|
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
|
|
|
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
|
|
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
|
|
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE
|