• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

hardware/intel/intel-driver


Commit MetaInfo

Revisionfb5e1cd86047e2683f169cd52cc27861447321cf (tree)
Time2015-07-07 17:11:38
AuthorGwenole Beauchesne <gwenole.beauchesne@inte...>
CommiterGwenole Beauchesne

Log Message

vpp/avs: fix license terms (MIT).

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>

Change Summary

Incremental Difference

--- a/src/i965_vpp_avs.c
+++ b/src/i965_vpp_avs.c
@@ -4,21 +4,25 @@
44 * Copyright (C) 2014 Intel Corporation
55 * Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
66 *
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:
1614 *
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.
2226 */
2327
2428 #include "sysdeps.h"
--- a/src/i965_vpp_avs.h
+++ b/src/i965_vpp_avs.h
@@ -4,21 +4,25 @@
44 * Copyright (C) 2014 Intel Corporation
55 * Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
66 *
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:
1614 *
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.
2226 */
2327
2428 #ifndef I965_VPP_AVS_H