Skip to content

Commit

Permalink
Fix compilation and copyright
Browse files Browse the repository at this point in the history
Signed-off-by: pavelkumbrasev <[email protected]>
  • Loading branch information
pavelkumbrasev committed Apr 15, 2024
1 parent 63ea3b6 commit b3093e2
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions include/oneapi/tbb/task_group.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2005-2023 Intel Corporation
Copyright (c) 2005-2024 Intel Corporation
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 @@ -614,7 +614,7 @@ class spawn_delegate : public delegate_base {
{}
};

class wait_delegate : public delegate_base {
class wait_delegate : public d1::delegate_base {
bool operator()() const override {
status = tg.wait();
return true;
Expand Down
2 changes: 1 addition & 1 deletion src/tbb/def/lin32-tbb.def
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2005-2021 Intel Corporation
Copyright (c) 2005-2024 Intel Corporation

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/tbb/def/lin64-tbb.def
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2005-2021 Intel Corporation
Copyright (c) 2005-2024 Intel Corporation

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/tbb/def/mac64-tbb.def
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2005-2021 Intel Corporation
# Copyright (c) 2005-2024 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/tbb/def/win32-tbb.def
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; Copyright (c) 2005-2021 Intel Corporation
; Copyright (c) 2005-2024 Intel Corporation
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/tbb/def/win64-tbb.def
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; Copyright (c) 2005-2021 Intel Corporation
; Copyright (c) 2005-2024 Intel Corporation
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/tbb/scheduler_common.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2005-2023 Intel Corporation
Copyright (c) 2005-2024 Intel Corporation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/tbb/task.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2005-2023 Intel Corporation
Copyright (c) 2005-2024 Intel Corporation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down

0 comments on commit b3093e2

Please sign in to comment.