hardware/intel/intel-driver
Revision | fb5e1cd86047e2683f169cd52cc27861447321cf (tree) |
---|---|
Time | 2015-07-07 17:11:38 |
Author | Gwenole Beauchesne <gwenole.beauchesne@inte...> |
Commiter | Gwenole Beauchesne |
vpp/avs: fix license terms (MIT).
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
@@ -4,21 +4,25 @@ | ||
4 | 4 | * Copyright (C) 2014 Intel Corporation |
5 | 5 | * Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com> |
6 | 6 | * |
7 | - * The source code contained or described herein and all documents related to | |
8 | - * the source code ("Material") are owned by Intel Corporation or its suppliers | |
9 | - * or licensors. Title to the Material remains with Intel Corporation or its | |
10 | - * suppliers and licensors. The Material contains trade secrets and proprietary | |
11 | - * and confidential information of Intel or its suppliers and licensors. The | |
12 | - * Material is protected by worldwide copyright and trade secret laws and | |
13 | - * treaty provisions. No part of the Material may be used, copied, reproduced, | |
14 | - * modified, published, uploaded, posted, transmitted, distributed, or | |
15 | - * disclosed in any way without Intel's prior express written permission. | |
7 | + * Permission is hereby granted, free of charge, to any person obtaining a | |
8 | + * copy of this software and associated documentation files (the | |
9 | + * "Software"), to deal in the Software without restriction, including | |
10 | + * without limitation the rights to use, copy, modify, merge, publish, | |
11 | + * distribute, sub license, and/or sell copies of the Software, and to | |
12 | + * permit persons to whom the Software is furnished to do so, subject to | |
13 | + * the following conditions: | |
16 | 14 | * |
17 | - * No license under any patent, copyright, trade secret or other intellectual | |
18 | - * property right is granted to or conferred upon you by disclosure or delivery | |
19 | - * of the Materials, either expressly, by implication, inducement, estoppel or | |
20 | - * otherwise. Any license under such intellectual property rights must be | |
21 | - * express and approved by Intel in writing. | |
15 | + * The above copyright notice and this permission notice (including the | |
16 | + * next paragraph) shall be included in all copies or substantial portions | |
17 | + * of the Software. | |
18 | + * | |
19 | + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS | |
20 | + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | |
21 | + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. | |
22 | + * IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR | |
23 | + * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, | |
24 | + * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE | |
25 | + * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |
22 | 26 | */ |
23 | 27 | |
24 | 28 | #include "sysdeps.h" |
@@ -4,21 +4,25 @@ | ||
4 | 4 | * Copyright (C) 2014 Intel Corporation |
5 | 5 | * Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com> |
6 | 6 | * |
7 | - * The source code contained or described herein and all documents related to | |
8 | - * the source code ("Material") are owned by Intel Corporation or its suppliers | |
9 | - * or licensors. Title to the Material remains with Intel Corporation or its | |
10 | - * suppliers and licensors. The Material contains trade secrets and proprietary | |
11 | - * and confidential information of Intel or its suppliers and licensors. The | |
12 | - * Material is protected by worldwide copyright and trade secret laws and | |
13 | - * treaty provisions. No part of the Material may be used, copied, reproduced, | |
14 | - * modified, published, uploaded, posted, transmitted, distributed, or | |
15 | - * disclosed in any way without Intel's prior express written permission. | |
7 | + * Permission is hereby granted, free of charge, to any person obtaining a | |
8 | + * copy of this software and associated documentation files (the | |
9 | + * "Software"), to deal in the Software without restriction, including | |
10 | + * without limitation the rights to use, copy, modify, merge, publish, | |
11 | + * distribute, sub license, and/or sell copies of the Software, and to | |
12 | + * permit persons to whom the Software is furnished to do so, subject to | |
13 | + * the following conditions: | |
16 | 14 | * |
17 | - * No license under any patent, copyright, trade secret or other intellectual | |
18 | - * property right is granted to or conferred upon you by disclosure or delivery | |
19 | - * of the Materials, either expressly, by implication, inducement, estoppel or | |
20 | - * otherwise. Any license under such intellectual property rights must be | |
21 | - * express and approved by Intel in writing. | |
15 | + * The above copyright notice and this permission notice (including the | |
16 | + * next paragraph) shall be included in all copies or substantial portions | |
17 | + * of the Software. | |
18 | + * | |
19 | + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS | |
20 | + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | |
21 | + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. | |
22 | + * IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR | |
23 | + * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, | |
24 | + * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE | |
25 | + * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |
22 | 26 | */ |
23 | 27 | |
24 | 28 | #ifndef I965_VPP_AVS_H |