obs-qsv11: Remove Intel NDA from qsv11 plugin
Intel committed an NDA disclaimer on each source file. The stated intention was that the NDA "added to OBS doesn't apply to open source code once it's been accepted by the community. You can remove it for your modifications". This quote is from an email chain involving Intel's legal team and developers. The NDA in the source files mistakenly triggers source code scanners that look for license violations. I have removed the comments that contain the NDA.
This commit is contained in:
@@ -1,13 +1,3 @@
|
||||
/*****************************************************************************
|
||||
|
||||
INTEL CORPORATION PROPRIETARY INFORMATION
|
||||
This software is supplied under the terms of a license agreement or
|
||||
nondisclosure agreement with Intel Corporation and may not be copied
|
||||
or disclosed except in accordance with the terms of that agreement.
|
||||
Copyright(c) 2005-2014 Intel Corporation. All Rights Reserved.
|
||||
|
||||
*****************************************************************************/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
|
@@ -1,13 +1,3 @@
|
||||
/*****************************************************************************
|
||||
|
||||
INTEL CORPORATION PROPRIETARY INFORMATION
|
||||
This software is supplied under the terms of a license agreement or
|
||||
nondisclosure agreement with Intel Corporation and may not be copied
|
||||
or disclosed except in accordance with the terms of that agreement.
|
||||
Copyright(c) 2005-2014 Intel Corporation. All Rights Reserved.
|
||||
|
||||
*****************************************************************************/
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#define MSDK_FOPEN(FH, FN, M) { fopen_s(&FH, FN, M); }
|
||||
|
Reference in New Issue
Block a user