Skip to content

Commit 457b20e

Browse files
author
A Augusto Alves Jr
committed
update copyright notice to 2023
1 parent aa19a56 commit 457b20e

File tree

401 files changed

+403
-403
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

401 files changed

+403
-403
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ endif(TCLAP_FOUND)
5555
# get ROOT
5656
find_package(ROOT COMPONENTS Minuit2)
5757
if(ROOT_FOUND)
58-
include_directories(${ROOT_INCLUDE_DIR})
59-
link_directories(${ROOT_LIBRARY_DIR})
58+
include_directories(${ROOT_INCLUDE_DIRS})
59+
link_directories(${ROOT_LIBRARIES})
6060
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D_ROOT_AVAILABLE_")
6161
if(${ROOT_Minuit2_LIBRARY} MATCHES "libMinuit2.so")
6262
set(Minuit2_FOUND ON)
@@ -170,7 +170,7 @@ endif(TBB_FOUND)
170170

171171
# messages
172172
MESSAGE(STATUS "TCLAP Include path: ${TCLAP_INCLUDE_DIR}")
173-
MESSAGE(STATUS "ROOT include path: ${ROOT_INCLUDE_DIR}")
173+
MESSAGE(STATUS "ROOT include path: ${ROOT_INCLUDE_DIRS}")
174174
MESSAGE(STATUS "ROOT library path: ${ROOT_LIBRARY_DIR}" )
175175
MESSAGE(STATUS "ROOT libraries: ${ROOT_LIBRARIES}")
176176
MESSAGE(STATUS "ROOT::Minuit2: ${ROOT_Minuit2_LIBRARY}")

cmake/FindHydra.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#/*----------------------------------------------------------------------------
22
# *
3-
# * Copyright (C) 2016 - 2022 Antonio Augusto Alves Junior
3+
# * Copyright (C) 2016 - 2023 Antonio Augusto Alves Junior
44
# *
55
# * This file is part of Hydra Data Analysis Framework.
66
# *

examples/async/async_mc.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*----------------------------------------------------------------------------
22
*
3-
* Copyright (C) 2016 - 2022 Antonio Augusto Alves Junior
3+
* Copyright (C) 2016 - 2023 Antonio Augusto Alves Junior
44
*
55
* This file is part of Hydra Data Analysis Framework.
66
*

examples/async/async_mc.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*----------------------------------------------------------------------------
22
*
3-
* Copyright (C) 2016 - 2022 Antonio Augusto Alves Junior
3+
* Copyright (C) 2016 - 2023 Antonio Augusto Alves Junior
44
*
55
* This file is part of Hydra Data Analysis Framework.
66
*

examples/convolution/convolute_functions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*----------------------------------------------------------------------------
22
*
3-
* Copyright (C) 2016 - 2022 Antonio Augusto Alves Junior
3+
* Copyright (C) 2016 - 2023 Antonio Augusto Alves Junior
44
*
55
* This file is part of Hydra Data Analysis Framework.
66
*

examples/convolution/convolute_functions.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*----------------------------------------------------------------------------
22
*
3-
* Copyright (C) 2016 - 2022 Antonio Augusto Alves Junior
3+
* Copyright (C) 2016 - 2023 Antonio Augusto Alves Junior
44
*
55
* This file is part of Hydra Data Analysis Framework.
66
*

examples/convolution/convolute_functions.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*----------------------------------------------------------------------------
22
*
3-
* Copyright (C) 2016 - 2022 Antonio Augusto Alves Junior
3+
* Copyright (C) 2016 - 2023 Antonio Augusto Alves Junior
44
*
55
* This file is part of Hydra Data Analysis Framework.
66
*

examples/convolution/cufft.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*----------------------------------------------------------------------------
22
*
3-
* Copyright (C) 2016 - 2022 Antonio Augusto Alves Junior
3+
* Copyright (C) 2016 - 2023 Antonio Augusto Alves Junior
44
*
55
* This file is part of Hydra Data Analysis Framework.
66
*

examples/convolution/cufft.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*----------------------------------------------------------------------------
22
*
3-
* Copyright (C) 2016 - 2022 Antonio Augusto Alves Junior
3+
* Copyright (C) 2016 - 2023 Antonio Augusto Alves Junior
44
*
55
* This file is part of Hydra Data Analysis Framework.
66
*

examples/convolution/cufft.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*----------------------------------------------------------------------------
22
*
3-
* Copyright (C) 2016 - 2022 Antonio Augusto Alves Junior
3+
* Copyright (C) 2016 - 2023 Antonio Augusto Alves Junior
44
*
55
* This file is part of Hydra Data Analysis Framework.
66
*

0 commit comments

Comments
 (0)