mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-01 17:06:51 +00:00
Update copyright year range in code headers
Modified the copyright year range in code, and corrected "int32_tel" into "Intel" in two "hypervisor/include/debug/profiling.h" and "hypervisor/include/debug/profiling_internal.h". Tracked-On: #7559 Signed-off-by: Ziheng Li <ziheng.li@intel.com>
This commit is contained in:
@@ -720,7 +720,7 @@ Compliant example::
|
||||
-------------File Contents Start After This Line------------
|
||||
|
||||
/*
|
||||
* Copyright (C) 2019 Intel Corporation.
|
||||
* Copyright (C) 2019-2022 Intel Corporation.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
@@ -3386,7 +3386,7 @@ Compliant example::
|
||||
-------------File Contents Start After This Line------------
|
||||
|
||||
/*
|
||||
* Copyright (C) 2019 Intel Corporation.
|
||||
* Copyright (C) 2019-2022 Intel Corporation.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# coding=utf-8
|
||||
#
|
||||
# Copyright © 2016 Intel Corporation
|
||||
# Copyright © 2016-2022 Intel Corporation.
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||
# copy of this software and associated documentation files (the "Software"),
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2019 Intel Corporation
|
||||
# Copyright (c) 2019-2022 Intel Corporation.
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
* Simple search result scoring code.
|
||||
*
|
||||
* Copyright 2007-2018 by the Sphinx team
|
||||
* Copyright (c) 2019, Intel
|
||||
* Copyright (c) 2019-2022, Intel Corporation.
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# Copyright (c) 2018, Nordic Semiconductor ASA
|
||||
# Copyright (c) 2017, Intel Corporation
|
||||
# Copyright (c) 2017-2022, Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
# Copyright (C) 2019 Intel Corporation.
|
||||
# Copyright (C) 2019-2022 Intel Corporation.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# run the filter-known-issues.py script to remove "expected" warning
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#! /usr/bin/env python3
|
||||
# Copyright (c) 2017, Intel Corporation
|
||||
# Copyright (c) 2017-2022, Intel Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
"""
|
||||
Filters a file, classifying output in errors, warnings and discarding
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# Copyright (c) 2018, Intel Corporation
|
||||
# Copyright (c) 2018-2022, Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
#
|
||||
|
@@ -267,7 +267,7 @@ Bring Up User VM (L2 Guest)
|
||||
.. code-block:: none
|
||||
|
||||
#!/bin/bash
|
||||
# Copyright (C) 2020 Intel Corporation.
|
||||
# Copyright (C) 2020-2022 Intel Corporation.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
function launch_ubuntu()
|
||||
{
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Copyright (C) 2018 Intel Corporation.
|
||||
# Copyright (C) 2018-2022 Intel Corporation.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
# Copyright (C) 2018 Intel Corporation.
|
||||
# Copyright (C) 2018-2022 Intel Corporation.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
import ConfigParser
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
# Copyright (C) 2018 Intel Corporation.
|
||||
# Copyright (C) 2018-2022 Intel Corporation.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user