diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2016-06-30 06:01:41 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-08 17:31:33 -0400 |
commit | 12655445a2adc292db3352bbe80e43bd243517aa (patch) | |
tree | a706ee3e32b5a92bfe42d7a0cb390798558b973d /include/linux/cec-funcs.h | |
parent | 7b12b47f78e458ea90cc350bc7a4b9385eef897a (diff) |
[media] cec.h/cec-funcs.h: add option to use BSD license
Like the videodev2.h and other headers, explicitly allow these headers
to be used with the BSD license.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'include/linux/cec-funcs.h')
-rw-r--r-- | include/linux/cec-funcs.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/linux/cec-funcs.h b/include/linux/cec-funcs.h index 8ee1029b9b74..19486009693a 100644 --- a/include/linux/cec-funcs.h +++ b/include/linux/cec-funcs.h | |||
@@ -7,6 +7,22 @@ | |||
7 | * it under the terms of the GNU General Public License as published by | 7 | * it under the terms of the GNU General Public License as published by |
8 | * the Free Software Foundation; version 2 of the License. | 8 | * the Free Software Foundation; version 2 of the License. |
9 | * | 9 | * |
10 | * Alternatively you can redistribute this file under the terms of the | ||
11 | * BSD license as stated below: | ||
12 | * | ||
13 | * Redistribution and use in source and binary forms, with or without | ||
14 | * modification, are permitted provided that the following conditions | ||
15 | * are met: | ||
16 | * 1. Redistributions of source code must retain the above copyright | ||
17 | * notice, this list of conditions and the following disclaimer. | ||
18 | * 2. Redistributions in binary form must reproduce the above copyright | ||
19 | * notice, this list of conditions and the following disclaimer in | ||
20 | * the documentation and/or other materials provided with the | ||
21 | * distribution. | ||
22 | * 3. The names of its contributors may not be used to endorse or promote | ||
23 | * products derived from this software without specific prior written | ||
24 | * permission. | ||
25 | * | ||
10 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | 26 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
11 | * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | 27 | * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
12 | * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | 28 | * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |