Skip to content

Commit 8dd8239

Browse files
authored
[RNG] Added missed copyrights for 2 files (#653)
1 parent 0260ff7 commit 8dd8239

File tree

2 files changed

+118
-0
lines changed

2 files changed

+118
-0
lines changed

src/rng/backends/curand/curand_task.hpp

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,61 @@
1+
/*******************************************************************************
2+
* cuRAND back-end Copyright (c) 2021, The Regents of the University of
3+
* California, through Lawrence Berkeley National Laboratory (subject to receipt
4+
* of any required approvals from the U.S. Dept. of Energy). All rights
5+
* reserved.
6+
*
7+
* Redistribution and use in source and binary forms, with or without
8+
* modification, are permitted provided that the following conditions are met:
9+
*
10+
* (1) Redistributions of source code must retain the above copyright notice,
11+
* this list of conditions and the following disclaimer.
12+
*
13+
* (2) Redistributions in binary form must reproduce the above copyright
14+
* notice, this list of conditions and the following disclaimer in the
15+
* documentation and/or other materials provided with the distribution.
16+
*
17+
* (3) Neither the name of the University of California, Lawrence Berkeley
18+
* National Laboratory, U.S. Dept. of Energy nor the names of its contributors
19+
* may be used to endorse or promote products derived from this software
20+
* without specific prior written permission.
21+
*
22+
*
23+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
24+
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25+
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26+
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
27+
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
28+
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
29+
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
30+
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
31+
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
32+
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
33+
* POSSIBILITY OF SUCH DAMAGE.
34+
*
35+
* You are under no obligation whatsoever to provide any bug fixes, patches,
36+
* or upgrades to the features, functionality or performance of the source
37+
* code ("Enhancements") to anyone; however, if you choose to make your
38+
* Enhancements available either publicly, or directly to Lawrence Berkeley
39+
* National Laboratory, without imposing a separate written license agreement
40+
* for such Enhancements, then you hereby grant the following license: a
41+
* non-exclusive, royalty-free perpetual license to install, use, modify,
42+
* prepare derivative works, incorporate into other computer software,
43+
* distribute, and sublicense such enhancements or derivative works thereof,
44+
* in binary and source code form.
45+
*
46+
* If you have questions about your rights to use or distribute this software,
47+
* please contact Berkeley Lab's Intellectual Property Office at
48+
* IPO@lbl.gov.
49+
*
50+
* NOTICE. This Software was developed under funding from the U.S. Department
51+
* of Energy and the U.S. Government consequently retains certain rights. As
52+
* such, the U.S. Government has been granted for itself and others acting on
53+
* its behalf a paid-up, nonexclusive, irrevocable, worldwide license in the
54+
* Software to reproduce, distribute copies to the public, prepare derivative
55+
* works, and perform publicly and display publicly, and to permit others to do
56+
* so.
57+
******************************************************************************/
58+
159
#ifndef ONEMATH_RNG_CURAND_TASK_HPP_
260
#define ONEMATH_RNG_CURAND_TASK_HPP_
361

src/rng/backends/rocrand/rocrand_task.hpp

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,63 @@
1+
/*******************************************************************************
2+
* Copyright (C) 2022 Heidelberg University, Engineering Mathematics and Computing Lab (EMCL)
3+
* and Computing Centre (URZ)
4+
* cuRAND back-end Copyright (c) 2021, The Regents of the University of
5+
* California, through Lawrence Berkeley National Laboratory (subject to receipt
6+
* of any required approvals from the U.S. Dept. of Energy). All rights
7+
* reserved.
8+
*
9+
* Redistribution and use in source and binary forms, with or without
10+
* modification, are permitted provided that the following conditions are met:
11+
*
12+
* (1) Redistributions of source code must retain the above copyright notice,
13+
* this list of conditions and the following disclaimer.
14+
*
15+
* (2) Redistributions in binary form must reproduce the above copyright
16+
* notice, this list of conditions and the following disclaimer in the
17+
* documentation and/or other materials provided with the distribution.
18+
*
19+
* (3) Neither the name of the University of California, Lawrence Berkeley
20+
* National Laboratory, U.S. Dept. of Energy nor the names of its contributors
21+
* may be used to endorse or promote products derived from this software
22+
* without specific prior written permission.
23+
*
24+
*
25+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
26+
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27+
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
28+
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
29+
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
30+
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
31+
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
32+
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
33+
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
34+
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
35+
* POSSIBILITY OF SUCH DAMAGE.
36+
*
37+
* You are under no obligation whatsoever to provide any bug fixes, patches,
38+
* or upgrades to the features, functionality or performance of the source
39+
* code ("Enhancements") to anyone; however, if you choose to make your
40+
* Enhancements available either publicly, or directly to Lawrence Berkeley
41+
* National Laboratory, without imposing a separate written license agreement
42+
* for such Enhancements, then you hereby grant the following license: a
43+
* non-exclusive, royalty-free perpetual license to install, use, modify,
44+
* prepare derivative works, incorporate into other computer software,
45+
* distribute, and sublicense such enhancements or derivative works thereof,
46+
* in binary and source code form.
47+
*
48+
* If you have questions about your rights to use or distribute this software,
49+
* please contact Berkeley Lab's Intellectual Property Office at
50+
* IPO@lbl.gov.
51+
*
52+
* NOTICE. This Software was developed under funding from the U.S. Department
53+
* of Energy and the U.S. Government consequently retains certain rights. As
54+
* such, the U.S. Government has been granted for itself and others acting on
55+
* its behalf a paid-up, nonexclusive, irrevocable, worldwide license in the
56+
* Software to reproduce, distribute copies to the public, prepare derivative
57+
* works, and perform publicly and display publicly, and to permit others to do
58+
* so.
59+
******************************************************************************/
60+
161
#ifndef ONEMATH_RNG_ROCRAND_TASK_HPP_
262
#define ONEMATH_RNG_ROCRAND_TASK_HPP_
363

0 commit comments

Comments
 (0)