diff --git a/MicroLMS/MicroLMS/main.c b/MicroLMS/MicroLMS/main.c index 0d20ec6..fa8d004 100644 --- a/MicroLMS/MicroLMS/main.c +++ b/MicroLMS/MicroLMS/main.c @@ -1,18 +1,7 @@ -/* -Copyright 2006 - 2013 Intel Corporation - -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. -*/ +/********************************************************************* +* Copyright (c) Intel Corporation 2006 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #if defined(WIN32) || defined (_WIN32_WCE) #ifndef MICROSTACK_NO_STDAFX diff --git a/MicroLMS/core/utils.c b/MicroLMS/core/utils.c index 1c30a05..ff1ec84 100644 --- a/MicroLMS/core/utils.c +++ b/MicroLMS/core/utils.c @@ -1,8 +1,18 @@ -/* INTEL CONFIDENTIAL - * Copyright 2011 - 2019 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. - */ +/* +Copyright 2011 - 2020 Intel Corporation. + +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) #define _CRTDBG_MAP_ALLOC diff --git a/MicroLMS/core/utils.h b/MicroLMS/core/utils.h index dd03029..3eefd38 100644 --- a/MicroLMS/core/utils.h +++ b/MicroLMS/core/utils.h @@ -1,8 +1,18 @@ -/* INTEL CONFIDENTIAL - * Copyright 2011 - 2019 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. - */ +/* +Copyright 2011 - 2020 Intel Corporation. + +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__) #define __MeshUtils__ diff --git a/MicroLMS/heci/HECILinux.c b/MicroLMS/heci/HECILinux.c index cffcfea..4b97e32 100644 --- a/MicroLMS/heci/HECILinux.c +++ b/MicroLMS/heci/HECILinux.c @@ -1,69 +1,10 @@ -/****************************************************************************** +/********************************************************************* * Intel Management Engine Interface (Intel MEI) Linux driver * Intel MEI Interface Header * - * This file is provided under a dual BSD/GPLv2 license. When using or - * redistributing this file, you may do so under either license. - * - * 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. - * - *****************************************************************************/ - + * Copyright (c) Intel Corporation 2003 - 2020 + * SPDX-License-Identifier: Apache-2.0 + **********************************************************************/ #include #include #include diff --git a/MicroLMS/heci/HECILinux.h b/MicroLMS/heci/HECILinux.h index 9bde522..37a6f3c 100644 --- a/MicroLMS/heci/HECILinux.h +++ b/MicroLMS/heci/HECILinux.h @@ -1,32 +1,7 @@ -/******************************************************************************* - * Copyright (C) 2004-2008 Intel Corp. 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 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. - *******************************************************************************/ +/********************************************************************* +* Copyright (c) Intel Corporation 2004 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #ifndef __HECI_LINUX_H__ #define __HECI_LINUX_H__ diff --git a/MicroLMS/heci/HECIWin.c b/MicroLMS/heci/HECIWin.c index f885fa3..8f047ea 100644 --- a/MicroLMS/heci/HECIWin.c +++ b/MicroLMS/heci/HECIWin.c @@ -1,8 +1,7 @@ -/* INTEL CONFIDENTIAL - * Copyright 2011 - 2019 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. - */ +/********************************************************************* +* Copyright (c) Intel Corporation 2011 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #ifndef _MINCORE diff --git a/MicroLMS/heci/HECIWin.h b/MicroLMS/heci/HECIWin.h index 457ffc9..537655a 100644 --- a/MicroLMS/heci/HECIWin.h +++ b/MicroLMS/heci/HECIWin.h @@ -1,8 +1,7 @@ -/* INTEL CONFIDENTIAL - * Copyright 2011 - 2019 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. - */ +/********************************************************************* +* Copyright (c) Intel Corporation 2011 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #ifndef _MINCORE diff --git a/MicroLMS/heci/HECI_if.h b/MicroLMS/heci/HECI_if.h index 9b862e0..1ebfad4 100644 --- a/MicroLMS/heci/HECI_if.h +++ b/MicroLMS/heci/HECI_if.h @@ -1,8 +1,7 @@ -/* INTEL CONFIDENTIAL - * Copyright 2011 - 2019 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. - */ +/********************************************************************* +* Copyright (c) Intel Corporation 2011 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #ifndef _MINCORE diff --git a/MicroLMS/heci/LMEConnection.c b/MicroLMS/heci/LMEConnection.c index 1bd4129..618d68f 100644 --- a/MicroLMS/heci/LMEConnection.c +++ b/MicroLMS/heci/LMEConnection.c @@ -1,8 +1,7 @@ -/* INTEL CONFIDENTIAL - * Copyright 2011 - 2019 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. - */ +/********************************************************************* +* Copyright (c) Intel Corporation 2011 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #ifndef _MINCORE diff --git a/MicroLMS/heci/LMEConnection.h b/MicroLMS/heci/LMEConnection.h index 9f51466..7169e5c 100644 --- a/MicroLMS/heci/LMEConnection.h +++ b/MicroLMS/heci/LMEConnection.h @@ -1,9 +1,7 @@ -/* INTEL CONFIDENTIAL - * Copyright 2011 - 2019 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. - */ - +/********************************************************************* +* Copyright (c) Intel Corporation 2011 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #ifndef _MINCORE #ifndef __LME_CONNECTION_H__ diff --git a/MicroLMS/heci/LMS_if.h b/MicroLMS/heci/LMS_if.h index a3fbd2c..e12fef0 100644 --- a/MicroLMS/heci/LMS_if.h +++ b/MicroLMS/heci/LMS_if.h @@ -1,8 +1,7 @@ -/* INTEL CONFIDENTIAL - * Copyright 2011 - 2019 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. - */ +/********************************************************************* +* Copyright (c) Intel Corporation 2011 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #ifndef _MINCORE diff --git a/MicroLMS/heci/LMS_if_constants.h b/MicroLMS/heci/LMS_if_constants.h index 0b1dda8..c8104df 100644 --- a/MicroLMS/heci/LMS_if_constants.h +++ b/MicroLMS/heci/LMS_if_constants.h @@ -1,8 +1,7 @@ -/* INTEL CONFIDENTIAL - * Copyright 2011 - 2019 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. - */ +/********************************************************************* +* Copyright (c) Intel Corporation 2011 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #ifndef _MINCORE diff --git a/MicroLMS/heci/PTHICommand.c b/MicroLMS/heci/PTHICommand.c index 0ab42be..c43504d 100644 --- a/MicroLMS/heci/PTHICommand.c +++ b/MicroLMS/heci/PTHICommand.c @@ -1,8 +1,7 @@ -/* INTEL CONFIDENTIAL - * Copyright 2011 - 2019 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. - */ +/********************************************************************* +* Copyright (c) Intel Corporation 2011 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #ifndef _MINCORE diff --git a/MicroLMS/heci/PTHICommand.h b/MicroLMS/heci/PTHICommand.h index 3039093..1f94647 100644 --- a/MicroLMS/heci/PTHICommand.h +++ b/MicroLMS/heci/PTHICommand.h @@ -1,8 +1,7 @@ -/* INTEL CONFIDENTIAL - * Copyright 2011 - 2019 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. - */ +/********************************************************************* +* Copyright (c) Intel Corporation 2011 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #ifndef _MINCORE diff --git a/MicroLMS/heci/StatusCodeDefinitions.h b/MicroLMS/heci/StatusCodeDefinitions.h index c903f97..ce8473a 100644 --- a/MicroLMS/heci/StatusCodeDefinitions.h +++ b/MicroLMS/heci/StatusCodeDefinitions.h @@ -1,8 +1,7 @@ -/* INTEL CONFIDENTIAL - * Copyright 2011 - 2019 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. - */ +/********************************************************************* +* Copyright (c) Intel Corporation 2011 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #ifndef _MINCORE diff --git a/MicroLMS/microstack/ILibAsyncServerSocket.c b/MicroLMS/microstack/ILibAsyncServerSocket.c index 91520d8..857e066 100644 --- a/MicroLMS/microstack/ILibAsyncServerSocket.c +++ b/MicroLMS/microstack/ILibAsyncServerSocket.c @@ -1,8 +1,7 @@ -/* INTEL CONFIDENTIAL - * Copyright 2011 - 2019 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. - */ +/********************************************************************* +* Copyright (c) Intel Corporation 2011 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #if defined(WIN32) && !defined(_MINCORE) #define _CRTDBG_MAP_ALLOC diff --git a/MicroLMS/microstack/ILibAsyncServerSocket.h b/MicroLMS/microstack/ILibAsyncServerSocket.h index 60c5aa9..8ad42cf 100644 --- a/MicroLMS/microstack/ILibAsyncServerSocket.h +++ b/MicroLMS/microstack/ILibAsyncServerSocket.h @@ -1,8 +1,7 @@ -/* INTEL CONFIDENTIAL - * Copyright 2011 - 2019 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. - */ +/********************************************************************* +* Copyright (c) Intel Corporation 2011 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #ifndef ___ILibAsyncServerSocket___ #define ___ILibAsyncServerSocket___ diff --git a/MicroLMS/microstack/ILibAsyncSocket.c b/MicroLMS/microstack/ILibAsyncSocket.c index 8a4e340..2b01b04 100644 --- a/MicroLMS/microstack/ILibAsyncSocket.c +++ b/MicroLMS/microstack/ILibAsyncSocket.c @@ -1,8 +1,7 @@ -/* INTEL CONFIDENTIAL - * Copyright 2011 - 2019 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. - */ +/********************************************************************* +* Copyright (c) Intel Corporation 2011 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #ifdef MEMORY_CHECK #include diff --git a/MicroLMS/microstack/ILibAsyncSocket.h b/MicroLMS/microstack/ILibAsyncSocket.h index a4776a7..6d157f9 100644 --- a/MicroLMS/microstack/ILibAsyncSocket.h +++ b/MicroLMS/microstack/ILibAsyncSocket.h @@ -1,8 +1,7 @@ -/* INTEL CONFIDENTIAL - * Copyright 2011 - 2019 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. - */ +/********************************************************************* +* Copyright (c) Intel Corporation 2011 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #ifndef ___ILibAsyncSocket___ #define ___ILibAsyncSocket___ diff --git a/MicroLMS/microstack/ILibLMS.c b/MicroLMS/microstack/ILibLMS.c index f82d9e7..0b1214e 100644 --- a/MicroLMS/microstack/ILibLMS.c +++ b/MicroLMS/microstack/ILibLMS.c @@ -1,8 +1,7 @@ -/* INTEL CONFIDENTIAL - * Copyright 2011 - 2019 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. - */ +/********************************************************************* +* Copyright (c) Intel Corporation 2011 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ /* Real LMS code can be found here: http://software.intel.com/en-us/articles/download-the-latest-intel-amt-open-source-drivers diff --git a/MicroLMS/microstack/ILibLMS.h b/MicroLMS/microstack/ILibLMS.h index a0fcf7e..2a2e7ea 100644 --- a/MicroLMS/microstack/ILibLMS.h +++ b/MicroLMS/microstack/ILibLMS.h @@ -1,8 +1,7 @@ -/* INTEL CONFIDENTIAL - * Copyright 2011 - 2019 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. - */ +/********************************************************************* +* Copyright (c) Intel Corporation 2011 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #if !defined(_NOHECI) diff --git a/MicroLMS/microstack/ILibParsers.c b/MicroLMS/microstack/ILibParsers.c index 0e4565c..409a20e 100644 --- a/MicroLMS/microstack/ILibParsers.c +++ b/MicroLMS/microstack/ILibParsers.c @@ -1,8 +1,7 @@ -/* INTEL CONFIDENTIAL - * Copyright 2011 - 2019 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. - */ +/********************************************************************* +* Copyright (c) Intel Corporation 2011 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #if defined(_POSIX) #ifndef _VX_CPU diff --git a/MicroLMS/microstack/ILibParsers.h b/MicroLMS/microstack/ILibParsers.h index 60dee22..85107f4 100644 --- a/MicroLMS/microstack/ILibParsers.h +++ b/MicroLMS/microstack/ILibParsers.h @@ -1,8 +1,7 @@ -/* INTEL CONFIDENTIAL - * Copyright 2011 - 2019 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. - */ +/********************************************************************* +* Copyright (c) Intel Corporation 2011 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ /*! \file ILibParsers.h \brief MicroStack APIs for various functions and tasks diff --git a/MicroLMS/microstack/ILibRemoteLogging.h b/MicroLMS/microstack/ILibRemoteLogging.h index 9092f05..0dcbcaf 100644 --- a/MicroLMS/microstack/ILibRemoteLogging.h +++ b/MicroLMS/microstack/ILibRemoteLogging.h @@ -1,8 +1,7 @@ -/* INTEL CONFIDENTIAL - * Copyright 2011 - 2019 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. - */ +/********************************************************************* +* Copyright (c) Intel Corporation 2011 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #ifndef __ILIBREMOTELOGGING__ #define __ILIBREMOTELOGGING__ diff --git a/activation.cpp b/activation.cpp index 59eed9d..81959db 100644 --- a/activation.cpp +++ b/activation.cpp @@ -1,18 +1,7 @@ -/* -Copyright 2019 Intel Corporation - -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. -*/ +/********************************************************************* +* Copyright (c) Intel Corporation 2019 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #include "activation.h" #include diff --git a/activation.h b/activation.h index 86006dd..71c1f3f 100644 --- a/activation.h +++ b/activation.h @@ -1,18 +1,7 @@ -/* -Copyright 2019 Intel Corporation - -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. -*/ +/********************************************************************* +* Copyright (c) Intel Corporation 2019 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #ifndef __ACTIVATION_H__ #define __ACTIVATION_H__ diff --git a/args.cpp b/args.cpp index bdf3d0f..17028c9 100644 --- a/args.cpp +++ b/args.cpp @@ -1,18 +1,7 @@ -/* -Copyright 2019 Intel Corporation - -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. -*/ +/********************************************************************* +* Copyright (c) Intel Corporation 2019 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #include "args.h" #include diff --git a/args.h b/args.h index 7fd005a..7e9918c 100644 --- a/args.h +++ b/args.h @@ -1,18 +1,7 @@ -/* -Copyright 2019 Intel Corporation - -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. -*/ +/********************************************************************* +* Copyright (c) Intel Corporation 2019 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #ifndef __ARGS_H__ #define __ARGS_H__ diff --git a/commands.cpp b/commands.cpp index 208e9fb..7b0b027 100644 --- a/commands.cpp +++ b/commands.cpp @@ -1,18 +1,7 @@ -/* -Copyright 2019 Intel Corporation - -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. -*/ +/********************************************************************* +* Copyright (c) Intel Corporation 2019 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #include "commands.h" #include diff --git a/commands.h b/commands.h index 614ef30..6f13833 100644 --- a/commands.h +++ b/commands.h @@ -1,18 +1,7 @@ -/* -Copyright 2019 Intel Corporation - -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. -*/ +/********************************************************************* +* Copyright (c) Intel Corporation 2019 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #ifndef __COMMANDS_H__ #define __COMMANDS_H__ diff --git a/info.cpp b/info.cpp index 814bebb..16a07d3 100644 --- a/info.cpp +++ b/info.cpp @@ -1,18 +1,7 @@ -/* -Copyright 2019 Intel Corporation - -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. -*/ +/********************************************************************* +* Copyright (c) Intel Corporation 2019 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #include "info.h" #include diff --git a/info.h b/info.h index 0157882..43f456e 100644 --- a/info.h +++ b/info.h @@ -1,18 +1,7 @@ -/* -Copyright 2019 Intel Corporation - -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. -*/ +/********************************************************************* +* Copyright (c) Intel Corporation 2019 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #ifndef __INFO_H__ #define __INFO_H__ diff --git a/lms.cpp b/lms.cpp index f4971c5..5599dd3 100644 --- a/lms.cpp +++ b/lms.cpp @@ -1,18 +1,7 @@ -/* -Copyright 2019 Intel Corporation - -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. -*/ +/********************************************************************* +* Copyright (c) Intel Corporation 2019 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #include "lms.h" #include diff --git a/lms.h b/lms.h index e28c6c7..9f51f55 100644 --- a/lms.h +++ b/lms.h @@ -1,18 +1,7 @@ -/* -Copyright 2019 Intel Corporation - -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. -*/ +/********************************************************************* +* Copyright (c) Intel Corporation 2019 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #ifndef __LMS_H__ #define __LMS_H__ diff --git a/main.cpp b/main.cpp index c0dcef2..f409de4 100644 --- a/main.cpp +++ b/main.cpp @@ -1,18 +1,7 @@ -/* -Copyright 2019 Intel Corporation - -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. -*/ +/********************************************************************* +* Copyright (c) Intel Corporation 2019 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #include #include diff --git a/network.cpp b/network.cpp index efa4940..5c2587f 100644 --- a/network.cpp +++ b/network.cpp @@ -1,18 +1,7 @@ -/* -Copyright 2019 Intel Corporation - -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. -*/ +/********************************************************************* +* Copyright (c) Intel Corporation 2019 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #include "network.h" #include diff --git a/network.h b/network.h index 8d014f4..fdd1d39 100644 --- a/network.h +++ b/network.h @@ -1,18 +1,7 @@ -/* -Copyright 2019 Intel Corporation - -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. -*/ +/********************************************************************* +* Copyright (c) Intel Corporation 2019 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #ifndef __NETWORK_H__ #define __NETWORK_H__ diff --git a/port.h b/port.h index 8ee9651..c24630e 100644 --- a/port.h +++ b/port.h @@ -1,18 +1,7 @@ -/* -Copyright 2019 Intel Corporation - -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. -*/ +/********************************************************************* +* Copyright (c) Intel Corporation 2019 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #ifndef __PORT_H__ #define __PORT_H__ diff --git a/usage.cpp b/usage.cpp index 21a7703..5947e46 100644 --- a/usage.cpp +++ b/usage.cpp @@ -1,18 +1,7 @@ -/* -Copyright 2019 Intel Corporation - -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. -*/ +/********************************************************************* +* Copyright (c) Intel Corporation 2019 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #include "usage.h" #include diff --git a/usage.h b/usage.h index 0ee549e..8fbbb17 100644 --- a/usage.h +++ b/usage.h @@ -1,18 +1,7 @@ -/* -Copyright 2019 Intel Corporation - -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. -*/ +/********************************************************************* +* Copyright (c) Intel Corporation 2019 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #ifndef __USAGE_H__ #define __USAGE_H__ diff --git a/utils.cpp b/utils.cpp index d1e7b81..345b2b5 100644 --- a/utils.cpp +++ b/utils.cpp @@ -1,18 +1,7 @@ -/* -Copyright 2019 Intel Corporation - -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. -*/ +/********************************************************************* +* Copyright (c) Intel Corporation 2019 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #include "utils.h" #include diff --git a/utils.h b/utils.h index 1d445e8..471a947 100644 --- a/utils.h +++ b/utils.h @@ -1,18 +1,7 @@ -/* -Copyright 2019 Intel Corporation - -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. -*/ +/********************************************************************* +* Copyright (c) Intel Corporation 2019 - 2020 +* SPDX-License-Identifier: Apache-2.0 +**********************************************************************/ #ifndef __UTILS_H__ #define __UTILS_H__