Skip to content

Commit

Permalink
Change license clause
Browse files Browse the repository at this point in the history
  • Loading branch information
Falron98 committed Jan 13, 2025
1 parent 1c5e402 commit 9f180ef
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 22 deletions.
3 changes: 3 additions & 0 deletions tests/validation/tests/Engine/GstreamerApp.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2024-2025 Intel Corporation

import hashlib
import os

Expand Down
13 changes: 3 additions & 10 deletions tests/validation/tests/Engine/logging.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
# INTEL CONFIDENTIAL
# Copyright 2024-2024 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.
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2024-2025 Intel Corporation

import datetime
import logging
import os
Expand Down
3 changes: 3 additions & 0 deletions tests/validation/tests/Engine/media_creator.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2024-2025 Intel Corporation

import os
import subprocess
import time
Expand Down
14 changes: 2 additions & 12 deletions tests/validation/tests/Engine/media_files.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# INTEL CONFIDENTIAL
# Copyright 2024-2024 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.
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2024-2025 Intel Corporation

yuv_files = dict(
i720p23={
Expand Down Expand Up @@ -512,14 +504,12 @@

gstreamer_formats = dict(
v210={
"filename": "gstreamer_v210_1920x1080_60hz.yuv",
"format": "v210",
"width": 1920,
"height": 1080,
"fps": 25,
},
I422_10LE={
"filename": "gstreamer_I42210LE_1920x1080_60hz.yuv",
"format": "I422_10LE",
"width": 1920,
"height": 1080,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2024-2025 Intel Corporation

import os

import pytest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2024-2025 Intel Corporation

import os

import pytest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2024-2025 Intel Corporation

import os

import pytest
Expand Down

0 comments on commit 9f180ef

Please sign in to comment.