Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/tbb/tbb.rc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright (c) 2005-2025 Intel Corporation
// Copyright (c) 2026 UXL Foundation Contributors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -54,7 +55,7 @@ BEGIN
VALUE "CompanyName", "Intel Corporation\0"
VALUE "FileDescription", "oneAPI Threading Building Blocks (oneTBB) library\0"
VALUE "FileVersion", TBB_VERSION "\0"
VALUE "LegalCopyright", "Copyright 2005-2025 Intel Corporation. All Rights Reserved.\0"
VALUE "LegalCopyright", "\251 2005-2025 Intel Corporation. \251 2026 UXL Foundation Contributors\0"
VALUE "LegalTrademarks", "\0"
#ifndef TBB_USE_DEBUG
VALUE "OriginalFilename", "tbb12.dll\0"
Expand Down
3 changes: 2 additions & 1 deletion src/tbbbind/tbb_bind.rc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright (c) 2005-2025 Intel Corporation
// Copyright (c) 2026 UXL Foundation Contributors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -54,7 +55,7 @@ BEGIN
VALUE "CompanyName", "Intel Corporation\0"
VALUE "FileDescription", "oneAPI Threading Building Blocks (oneTBB) library\0"
VALUE "FileVersion", TBB_VERSION "\0"
VALUE "LegalCopyright", "Copyright 2005-2025 Intel Corporation. All Rights Reserved.\0"
VALUE "LegalCopyright", "\251 2005-2025 Intel Corporation. \251 2026 UXL Foundation Contributors\0"
VALUE "LegalTrademarks", "\0"
#ifndef TBB_USE_DEBUG
VALUE "OriginalFilename", "tbbbind.dll\0"
Expand Down
3 changes: 2 additions & 1 deletion src/tbbmalloc/tbbmalloc.rc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright (c) 2005-2025 Intel Corporation
// Copyright (c) 2026 UXL Foundation Contributors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -54,7 +55,7 @@ BEGIN
VALUE "CompanyName", "Intel Corporation\0"
VALUE "FileDescription", "oneAPI Threading Building Blocks (oneTBB) library\0"
VALUE "FileVersion", TBB_VERSION "\0"
VALUE "LegalCopyright", "Copyright 2005-2025 Intel Corporation. All Rights Reserved.\0"
VALUE "LegalCopyright", "\251 2005-2025 Intel Corporation. \251 2026 UXL Foundation Contributors\0"
VALUE "LegalTrademarks", "\0"
#ifndef TBB_USE_DEBUG
VALUE "OriginalFilename", "tbbmalloc.dll\0"
Expand Down
3 changes: 2 additions & 1 deletion src/tbbmalloc_proxy/tbbmalloc_proxy.rc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright (c) 2005-2025 Intel Corporation
// Copyright (c) 2026 UXL Foundation Contributors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -54,7 +55,7 @@ BEGIN
VALUE "CompanyName", "Intel Corporation\0"
VALUE "FileDescription", "oneAPI Threading Building Blocks (oneTBB) library\0"
VALUE "FileVersion", TBB_VERSION "\0"
VALUE "LegalCopyright", "Copyright 2005-2025 Intel Corporation. All Rights Reserved.\0"
VALUE "LegalCopyright", "\251 2005-2025 Intel Corporation. \251 2026 UXL Foundation Contributors\0"
VALUE "LegalTrademarks", "\0"
#ifndef TBB_USE_DEBUG
VALUE "OriginalFilename", "tbbmalloc_proxy.dll\0"
Expand Down