Update license.

This commit is contained in:
Mudit Vats
2020-09-08 13:40:45 -07:00
parent 23fe0e1663
commit eb42f1e89d
42 changed files with 190 additions and 483 deletions

View File

@@ -1,18 +1,7 @@
/* /*********************************************************************
Copyright 2006 - 2013 Intel Corporation * Copyright (c) Intel Corporation 2006 - 2020
* SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License"); **********************************************************************/
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
#if defined(WIN32) || defined (_WIN32_WCE) #if defined(WIN32) || defined (_WIN32_WCE)
#ifndef MICROSTACK_NO_STDAFX #ifndef MICROSTACK_NO_STDAFX

View File

@@ -1,8 +1,18 @@
/* INTEL CONFIDENTIAL /*
* Copyright 2011 - 2019 Intel Corporation. Copyright 2011 - 2020 Intel Corporation.
* This software and the related documents are Intel copyrighted materials, and your use of them is governed by the express license under which they were provided to you ("License"). Unless the License provides otherwise, you may not use, modify, copy, publish, distribute, disclose or transmit this software or the related documents without Intel's prior written permission.
* This software and the related documents are provided as is, with no express or implied warranties, other than those that are expressly stated in the License. Licensed under the Apache License, Version 2.0 (the "License");
*/ you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
#if defined(WIN32) && !defined(_MINCORE) #if defined(WIN32) && !defined(_MINCORE)
#define _CRTDBG_MAP_ALLOC #define _CRTDBG_MAP_ALLOC

View File

@@ -1,8 +1,18 @@
/* INTEL CONFIDENTIAL /*
* Copyright 2011 - 2019 Intel Corporation. Copyright 2011 - 2020 Intel Corporation.
* This software and the related documents are Intel copyrighted materials, and your use of them is governed by the express license under which they were provided to you ("License"). Unless the License provides otherwise, you may not use, modify, copy, publish, distribute, disclose or transmit this software or the related documents without Intel's prior written permission.
* This software and the related documents are provided as is, with no express or implied warranties, other than those that are expressly stated in the License. Licensed under the Apache License, Version 2.0 (the "License");
*/ you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
#if !defined(__MeshUtils__) #if !defined(__MeshUtils__)
#define __MeshUtils__ #define __MeshUtils__

View File

@@ -1,69 +1,10 @@
/****************************************************************************** /*********************************************************************
* Intel Management Engine Interface (Intel MEI) Linux driver * Intel Management Engine Interface (Intel MEI) Linux driver
* Intel MEI Interface Header * Intel MEI Interface Header
* *
* This file is provided under a dual BSD/GPLv2 license. When using or * Copyright (c) Intel Corporation 2003 - 2020
* redistributing this file, you may do so under either license. * SPDX-License-Identifier: Apache-2.0
* **********************************************************************/
* GPL LICENSE SUMMARY
*
* Copyright(c) 2012 Intel Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of version 2 of the GNU General Public License as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110,
* USA
*
* The full GNU General Public License is included in this distribution
* in the file called LICENSE.GPL.
*
* Contact Information:
* Intel Corporation.
* linux-mei@linux.intel.com
* http://www.intel.com
*
* BSD LICENSE
*
* Copyright(c) 2003 - 2012 Intel Corporation. All rights reserved.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* * Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
* * Neither the name Intel Corporation nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* 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.
*
*****************************************************************************/
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>

View File

@@ -1,32 +1,7 @@
/******************************************************************************* /*********************************************************************
* Copyright (C) 2004-2008 Intel Corp. All rights reserved. * Copyright (c) Intel Corporation 2004 - 2020
* * SPDX-License-Identifier: Apache-2.0
* Redistribution and use in source and binary forms, with or without **********************************************************************/
* modification, are permitted provided that the following conditions are met:
*
* - Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
*
* - Redistributions in binary form must reproduce the above copyright notice,
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
*
* - Neither the name of Intel Corp. nor the names of its
* contributors may be used to endorse or promote products derived from this
* software without specific prior written permission.
*
* 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 Intel Corp. OR THE 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.
*******************************************************************************/
#ifndef __HECI_LINUX_H__ #ifndef __HECI_LINUX_H__
#define __HECI_LINUX_H__ #define __HECI_LINUX_H__

View File

@@ -1,8 +1,7 @@
/* INTEL CONFIDENTIAL /*********************************************************************
* Copyright 2011 - 2019 Intel Corporation. * Copyright (c) Intel Corporation 2011 - 2020
* This software and the related documents are Intel copyrighted materials, and your use of them is governed by the express license under which they were provided to you ("License"). Unless the License provides otherwise, you may not use, modify, copy, publish, distribute, disclose or transmit this software or the related documents without Intel's prior written permission. * SPDX-License-Identifier: Apache-2.0
* This software and the related documents are provided as is, with no express or implied warranties, other than those that are expressly stated in the License. **********************************************************************/
*/
#ifndef _MINCORE #ifndef _MINCORE

View File

@@ -1,8 +1,7 @@
/* INTEL CONFIDENTIAL /*********************************************************************
* Copyright 2011 - 2019 Intel Corporation. * Copyright (c) Intel Corporation 2011 - 2020
* This software and the related documents are Intel copyrighted materials, and your use of them is governed by the express license under which they were provided to you ("License"). Unless the License provides otherwise, you may not use, modify, copy, publish, distribute, disclose or transmit this software or the related documents without Intel's prior written permission. * SPDX-License-Identifier: Apache-2.0
* This software and the related documents are provided as is, with no express or implied warranties, other than those that are expressly stated in the License. **********************************************************************/
*/
#ifndef _MINCORE #ifndef _MINCORE

View File

@@ -1,8 +1,7 @@
/* INTEL CONFIDENTIAL /*********************************************************************
* Copyright 2011 - 2019 Intel Corporation. * Copyright (c) Intel Corporation 2011 - 2020
* This software and the related documents are Intel copyrighted materials, and your use of them is governed by the express license under which they were provided to you ("License"). Unless the License provides otherwise, you may not use, modify, copy, publish, distribute, disclose or transmit this software or the related documents without Intel's prior written permission. * SPDX-License-Identifier: Apache-2.0
* This software and the related documents are provided as is, with no express or implied warranties, other than those that are expressly stated in the License. **********************************************************************/
*/
#ifndef _MINCORE #ifndef _MINCORE

View File

@@ -1,8 +1,7 @@
/* INTEL CONFIDENTIAL /*********************************************************************
* Copyright 2011 - 2019 Intel Corporation. * Copyright (c) Intel Corporation 2011 - 2020
* This software and the related documents are Intel copyrighted materials, and your use of them is governed by the express license under which they were provided to you ("License"). Unless the License provides otherwise, you may not use, modify, copy, publish, distribute, disclose or transmit this software or the related documents without Intel's prior written permission. * SPDX-License-Identifier: Apache-2.0
* This software and the related documents are provided as is, with no express or implied warranties, other than those that are expressly stated in the License. **********************************************************************/
*/
#ifndef _MINCORE #ifndef _MINCORE

View File

@@ -1,9 +1,7 @@
/* INTEL CONFIDENTIAL /*********************************************************************
* Copyright 2011 - 2019 Intel Corporation. * Copyright (c) Intel Corporation 2011 - 2020
* This software and the related documents are Intel copyrighted materials, and your use of them is governed by the express license under which they were provided to you ("License"). Unless the License provides otherwise, you may not use, modify, copy, publish, distribute, disclose or transmit this software or the related documents without Intel's prior written permission. * SPDX-License-Identifier: Apache-2.0
* This software and the related documents are provided as is, with no express or implied warranties, other than those that are expressly stated in the License. **********************************************************************/
*/
#ifndef _MINCORE #ifndef _MINCORE
#ifndef __LME_CONNECTION_H__ #ifndef __LME_CONNECTION_H__

View File

@@ -1,8 +1,7 @@
/* INTEL CONFIDENTIAL /*********************************************************************
* Copyright 2011 - 2019 Intel Corporation. * Copyright (c) Intel Corporation 2011 - 2020
* This software and the related documents are Intel copyrighted materials, and your use of them is governed by the express license under which they were provided to you ("License"). Unless the License provides otherwise, you may not use, modify, copy, publish, distribute, disclose or transmit this software or the related documents without Intel's prior written permission. * SPDX-License-Identifier: Apache-2.0
* This software and the related documents are provided as is, with no express or implied warranties, other than those that are expressly stated in the License. **********************************************************************/
*/
#ifndef _MINCORE #ifndef _MINCORE

View File

@@ -1,8 +1,7 @@
/* INTEL CONFIDENTIAL /*********************************************************************
* Copyright 2011 - 2019 Intel Corporation. * Copyright (c) Intel Corporation 2011 - 2020
* This software and the related documents are Intel copyrighted materials, and your use of them is governed by the express license under which they were provided to you ("License"). Unless the License provides otherwise, you may not use, modify, copy, publish, distribute, disclose or transmit this software or the related documents without Intel's prior written permission. * SPDX-License-Identifier: Apache-2.0
* This software and the related documents are provided as is, with no express or implied warranties, other than those that are expressly stated in the License. **********************************************************************/
*/
#ifndef _MINCORE #ifndef _MINCORE

View File

@@ -1,8 +1,7 @@
/* INTEL CONFIDENTIAL /*********************************************************************
* Copyright 2011 - 2019 Intel Corporation. * Copyright (c) Intel Corporation 2011 - 2020
* This software and the related documents are Intel copyrighted materials, and your use of them is governed by the express license under which they were provided to you ("License"). Unless the License provides otherwise, you may not use, modify, copy, publish, distribute, disclose or transmit this software or the related documents without Intel's prior written permission. * SPDX-License-Identifier: Apache-2.0
* This software and the related documents are provided as is, with no express or implied warranties, other than those that are expressly stated in the License. **********************************************************************/
*/
#ifndef _MINCORE #ifndef _MINCORE

View File

@@ -1,8 +1,7 @@
/* INTEL CONFIDENTIAL /*********************************************************************
* Copyright 2011 - 2019 Intel Corporation. * Copyright (c) Intel Corporation 2011 - 2020
* This software and the related documents are Intel copyrighted materials, and your use of them is governed by the express license under which they were provided to you ("License"). Unless the License provides otherwise, you may not use, modify, copy, publish, distribute, disclose or transmit this software or the related documents without Intel's prior written permission. * SPDX-License-Identifier: Apache-2.0
* This software and the related documents are provided as is, with no express or implied warranties, other than those that are expressly stated in the License. **********************************************************************/
*/
#ifndef _MINCORE #ifndef _MINCORE

View File

@@ -1,8 +1,7 @@
/* INTEL CONFIDENTIAL /*********************************************************************
* Copyright 2011 - 2019 Intel Corporation. * Copyright (c) Intel Corporation 2011 - 2020
* This software and the related documents are Intel copyrighted materials, and your use of them is governed by the express license under which they were provided to you ("License"). Unless the License provides otherwise, you may not use, modify, copy, publish, distribute, disclose or transmit this software or the related documents without Intel's prior written permission. * SPDX-License-Identifier: Apache-2.0
* This software and the related documents are provided as is, with no express or implied warranties, other than those that are expressly stated in the License. **********************************************************************/
*/
#ifndef _MINCORE #ifndef _MINCORE

View File

@@ -1,8 +1,7 @@
/* INTEL CONFIDENTIAL /*********************************************************************
* Copyright 2011 - 2019 Intel Corporation. * Copyright (c) Intel Corporation 2011 - 2020
* This software and the related documents are Intel copyrighted materials, and your use of them is governed by the express license under which they were provided to you ("License"). Unless the License provides otherwise, you may not use, modify, copy, publish, distribute, disclose or transmit this software or the related documents without Intel's prior written permission. * SPDX-License-Identifier: Apache-2.0
* This software and the related documents are provided as is, with no express or implied warranties, other than those that are expressly stated in the License. **********************************************************************/
*/
#if defined(WIN32) && !defined(_MINCORE) #if defined(WIN32) && !defined(_MINCORE)
#define _CRTDBG_MAP_ALLOC #define _CRTDBG_MAP_ALLOC

View File

@@ -1,8 +1,7 @@
/* INTEL CONFIDENTIAL /*********************************************************************
* Copyright 2011 - 2019 Intel Corporation. * Copyright (c) Intel Corporation 2011 - 2020
* This software and the related documents are Intel copyrighted materials, and your use of them is governed by the express license under which they were provided to you ("License"). Unless the License provides otherwise, you may not use, modify, copy, publish, distribute, disclose or transmit this software or the related documents without Intel's prior written permission. * SPDX-License-Identifier: Apache-2.0
* This software and the related documents are provided as is, with no express or implied warranties, other than those that are expressly stated in the License. **********************************************************************/
*/
#ifndef ___ILibAsyncServerSocket___ #ifndef ___ILibAsyncServerSocket___
#define ___ILibAsyncServerSocket___ #define ___ILibAsyncServerSocket___

View File

@@ -1,8 +1,7 @@
/* INTEL CONFIDENTIAL /*********************************************************************
* Copyright 2011 - 2019 Intel Corporation. * Copyright (c) Intel Corporation 2011 - 2020
* This software and the related documents are Intel copyrighted materials, and your use of them is governed by the express license under which they were provided to you ("License"). Unless the License provides otherwise, you may not use, modify, copy, publish, distribute, disclose or transmit this software or the related documents without Intel's prior written permission. * SPDX-License-Identifier: Apache-2.0
* This software and the related documents are provided as is, with no express or implied warranties, other than those that are expressly stated in the License. **********************************************************************/
*/
#ifdef MEMORY_CHECK #ifdef MEMORY_CHECK
#include <assert.h> #include <assert.h>

View File

@@ -1,8 +1,7 @@
/* INTEL CONFIDENTIAL /*********************************************************************
* Copyright 2011 - 2019 Intel Corporation. * Copyright (c) Intel Corporation 2011 - 2020
* This software and the related documents are Intel copyrighted materials, and your use of them is governed by the express license under which they were provided to you ("License"). Unless the License provides otherwise, you may not use, modify, copy, publish, distribute, disclose or transmit this software or the related documents without Intel's prior written permission. * SPDX-License-Identifier: Apache-2.0
* This software and the related documents are provided as is, with no express or implied warranties, other than those that are expressly stated in the License. **********************************************************************/
*/
#ifndef ___ILibAsyncSocket___ #ifndef ___ILibAsyncSocket___
#define ___ILibAsyncSocket___ #define ___ILibAsyncSocket___

View File

@@ -1,8 +1,7 @@
/* INTEL CONFIDENTIAL /*********************************************************************
* Copyright 2011 - 2019 Intel Corporation. * Copyright (c) Intel Corporation 2011 - 2020
* This software and the related documents are Intel copyrighted materials, and your use of them is governed by the express license under which they were provided to you ("License"). Unless the License provides otherwise, you may not use, modify, copy, publish, distribute, disclose or transmit this software or the related documents without Intel's prior written permission. * SPDX-License-Identifier: Apache-2.0
* This software and the related documents are provided as is, with no express or implied warranties, other than those that are expressly stated in the License. **********************************************************************/
*/
/* /*
Real LMS code can be found here: http://software.intel.com/en-us/articles/download-the-latest-intel-amt-open-source-drivers Real LMS code can be found here: http://software.intel.com/en-us/articles/download-the-latest-intel-amt-open-source-drivers

View File

@@ -1,8 +1,7 @@
/* INTEL CONFIDENTIAL /*********************************************************************
* Copyright 2011 - 2019 Intel Corporation. * Copyright (c) Intel Corporation 2011 - 2020
* This software and the related documents are Intel copyrighted materials, and your use of them is governed by the express license under which they were provided to you ("License"). Unless the License provides otherwise, you may not use, modify, copy, publish, distribute, disclose or transmit this software or the related documents without Intel's prior written permission. * SPDX-License-Identifier: Apache-2.0
* This software and the related documents are provided as is, with no express or implied warranties, other than those that are expressly stated in the License. **********************************************************************/
*/
#if !defined(_NOHECI) #if !defined(_NOHECI)

View File

@@ -1,8 +1,7 @@
/* INTEL CONFIDENTIAL /*********************************************************************
* Copyright 2011 - 2019 Intel Corporation. * Copyright (c) Intel Corporation 2011 - 2020
* This software and the related documents are Intel copyrighted materials, and your use of them is governed by the express license under which they were provided to you ("License"). Unless the License provides otherwise, you may not use, modify, copy, publish, distribute, disclose or transmit this software or the related documents without Intel's prior written permission. * SPDX-License-Identifier: Apache-2.0
* This software and the related documents are provided as is, with no express or implied warranties, other than those that are expressly stated in the License. **********************************************************************/
*/
#if defined(_POSIX) #if defined(_POSIX)
#ifndef _VX_CPU #ifndef _VX_CPU

View File

@@ -1,8 +1,7 @@
/* INTEL CONFIDENTIAL /*********************************************************************
* Copyright 2011 - 2019 Intel Corporation. * Copyright (c) Intel Corporation 2011 - 2020
* This software and the related documents are Intel copyrighted materials, and your use of them is governed by the express license under which they were provided to you ("License"). Unless the License provides otherwise, you may not use, modify, copy, publish, distribute, disclose or transmit this software or the related documents without Intel's prior written permission. * SPDX-License-Identifier: Apache-2.0
* This software and the related documents are provided as is, with no express or implied warranties, other than those that are expressly stated in the License. **********************************************************************/
*/
/*! \file ILibParsers.h /*! \file ILibParsers.h
\brief MicroStack APIs for various functions and tasks \brief MicroStack APIs for various functions and tasks

View File

@@ -1,8 +1,7 @@
/* INTEL CONFIDENTIAL /*********************************************************************
* Copyright 2011 - 2019 Intel Corporation. * Copyright (c) Intel Corporation 2011 - 2020
* This software and the related documents are Intel copyrighted materials, and your use of them is governed by the express license under which they were provided to you ("License"). Unless the License provides otherwise, you may not use, modify, copy, publish, distribute, disclose or transmit this software or the related documents without Intel's prior written permission. * SPDX-License-Identifier: Apache-2.0
* This software and the related documents are provided as is, with no express or implied warranties, other than those that are expressly stated in the License. **********************************************************************/
*/
#ifndef __ILIBREMOTELOGGING__ #ifndef __ILIBREMOTELOGGING__
#define __ILIBREMOTELOGGING__ #define __ILIBREMOTELOGGING__

View File

@@ -1,18 +1,7 @@
/* /*********************************************************************
Copyright 2019 Intel Corporation * Copyright (c) Intel Corporation 2019 - 2020
* SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License"); **********************************************************************/
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
#include "activation.h" #include "activation.h"
#include <cpprest/ws_client.h> #include <cpprest/ws_client.h>

View File

@@ -1,18 +1,7 @@
/* /*********************************************************************
Copyright 2019 Intel Corporation * Copyright (c) Intel Corporation 2019 - 2020
* SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License"); **********************************************************************/
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
#ifndef __ACTIVATION_H__ #ifndef __ACTIVATION_H__
#define __ACTIVATION_H__ #define __ACTIVATION_H__

View File

@@ -1,18 +1,7 @@
/* /*********************************************************************
Copyright 2019 Intel Corporation * Copyright (c) Intel Corporation 2019 - 2020
* SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License"); **********************************************************************/
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
#include "args.h" #include "args.h"
#include <string> #include <string>

19
args.h
View File

@@ -1,18 +1,7 @@
/* /*********************************************************************
Copyright 2019 Intel Corporation * Copyright (c) Intel Corporation 2019 - 2020
* SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License"); **********************************************************************/
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
#ifndef __ARGS_H__ #ifndef __ARGS_H__
#define __ARGS_H__ #define __ARGS_H__

View File

@@ -1,18 +1,7 @@
/* /*********************************************************************
Copyright 2019 Intel Corporation * Copyright (c) Intel Corporation 2019 - 2020
* SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License"); **********************************************************************/
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
#include "commands.h" #include "commands.h"
#include <string> #include <string>

View File

@@ -1,18 +1,7 @@
/* /*********************************************************************
Copyright 2019 Intel Corporation * Copyright (c) Intel Corporation 2019 - 2020
* SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License"); **********************************************************************/
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
#ifndef __COMMANDS_H__ #ifndef __COMMANDS_H__
#define __COMMANDS_H__ #define __COMMANDS_H__

View File

@@ -1,18 +1,7 @@
/* /*********************************************************************
Copyright 2019 Intel Corporation * Copyright (c) Intel Corporation 2019 - 2020
* SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License"); **********************************************************************/
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
#include "info.h" #include "info.h"
#include <iostream> #include <iostream>

19
info.h
View File

@@ -1,18 +1,7 @@
/* /*********************************************************************
Copyright 2019 Intel Corporation * Copyright (c) Intel Corporation 2019 - 2020
* SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License"); **********************************************************************/
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
#ifndef __INFO_H__ #ifndef __INFO_H__
#define __INFO_H__ #define __INFO_H__

19
lms.cpp
View File

@@ -1,18 +1,7 @@
/* /*********************************************************************
Copyright 2019 Intel Corporation * Copyright (c) Intel Corporation 2019 - 2020
* SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License"); **********************************************************************/
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
#include "lms.h" #include "lms.h"
#include <string.h> #include <string.h>

19
lms.h
View File

@@ -1,18 +1,7 @@
/* /*********************************************************************
Copyright 2019 Intel Corporation * Copyright (c) Intel Corporation 2019 - 2020
* SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License"); **********************************************************************/
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
#ifndef __LMS_H__ #ifndef __LMS_H__
#define __LMS_H__ #define __LMS_H__

View File

@@ -1,18 +1,7 @@
/* /*********************************************************************
Copyright 2019 Intel Corporation * Copyright (c) Intel Corporation 2019 - 2020
* SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License"); **********************************************************************/
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
#include <string> #include <string>
#include <thread> #include <thread>

View File

@@ -1,18 +1,7 @@
/* /*********************************************************************
Copyright 2019 Intel Corporation * Copyright (c) Intel Corporation 2019 - 2020
* SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License"); **********************************************************************/
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
#include "network.h" #include "network.h"
#include <iostream> #include <iostream>

View File

@@ -1,18 +1,7 @@
/* /*********************************************************************
Copyright 2019 Intel Corporation * Copyright (c) Intel Corporation 2019 - 2020
* SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License"); **********************************************************************/
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
#ifndef __NETWORK_H__ #ifndef __NETWORK_H__
#define __NETWORK_H__ #define __NETWORK_H__

19
port.h
View File

@@ -1,18 +1,7 @@
/* /*********************************************************************
Copyright 2019 Intel Corporation * Copyright (c) Intel Corporation 2019 - 2020
* SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License"); **********************************************************************/
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
#ifndef __PORT_H__ #ifndef __PORT_H__
#define __PORT_H__ #define __PORT_H__

View File

@@ -1,18 +1,7 @@
/* /*********************************************************************
Copyright 2019 Intel Corporation * Copyright (c) Intel Corporation 2019 - 2020
* SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License"); **********************************************************************/
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
#include "usage.h" #include "usage.h"
#include <iostream> #include <iostream>

19
usage.h
View File

@@ -1,18 +1,7 @@
/* /*********************************************************************
Copyright 2019 Intel Corporation * Copyright (c) Intel Corporation 2019 - 2020
* SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License"); **********************************************************************/
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
#ifndef __USAGE_H__ #ifndef __USAGE_H__
#define __USAGE_H__ #define __USAGE_H__

View File

@@ -1,18 +1,7 @@
/* /*********************************************************************
Copyright 2019 Intel Corporation * Copyright (c) Intel Corporation 2019 - 2020
* SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License"); **********************************************************************/
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
#include "utils.h" #include "utils.h"
#include <vector> #include <vector>

19
utils.h
View File

@@ -1,18 +1,7 @@
/* /*********************************************************************
Copyright 2019 Intel Corporation * Copyright (c) Intel Corporation 2019 - 2020
* SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License"); **********************************************************************/
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
#ifndef __UTILS_H__ #ifndef __UTILS_H__
#define __UTILS_H__ #define __UTILS_H__