|
1 | 1 | //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
|
2 |
| -// Copyright (c) 2015-2022, Lawrence Livermore National Security, LLC. |
3 |
| -// |
4 |
| -// Produced at the Lawrence Livermore National Laboratory |
5 |
| -// |
6 |
| -// LLNL-CODE-716457 |
7 |
| -// |
8 |
| -// All rights reserved. |
9 |
| -// |
10 |
| -// This file is part of Ascent. |
11 |
| -// |
12 |
| -// For details, see: http://ascent.readthedocs.io/. |
13 |
| -// |
14 |
| -// Please also read ascent/LICENSE |
15 |
| -// |
16 |
| -// Redistribution and use in source and binary forms, with or without |
17 |
| -// modification, are permitted provided that the following conditions are met: |
18 |
| -// |
19 |
| -// * Redistributions of source code must retain the above copyright notice, |
20 |
| -// this list of conditions and the disclaimer below. |
21 |
| -// |
22 |
| -// * Redistributions in binary form must reproduce the above copyright notice, |
23 |
| -// this list of conditions and the disclaimer (as noted below) in the |
24 |
| -// documentation and/or other materials provided with the distribution. |
25 |
| -// |
26 |
| -// * Neither the name of the LLNS/LLNL nor the names of its contributors may |
27 |
| -// be used to endorse or promote products derived from this software without |
28 |
| -// specific prior written permission. |
29 |
| -// |
30 |
| -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
31 |
| -// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
32 |
| -// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
33 |
| -// ARE DISCLAIMED. IN NO EVENT SHALL LAWRENCE LIVERMORE NATIONAL SECURITY, |
34 |
| -// LLC, THE U.S. DEPARTMENT OF ENERGY OR CONTRIBUTORS BE LIABLE FOR ANY |
35 |
| -// DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
36 |
| -// DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
37 |
| -// OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
38 |
| -// HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
39 |
| -// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING |
40 |
| -// IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
41 |
| -// POSSIBILITY OF SUCH DAMAGE. |
42 |
| -// |
43 |
| -// Additional BSD Notice |
44 |
| -// |
45 |
| -// 1. This notice is required to be provided under our contract with the U.S. |
46 |
| -// Department of Energy (DOE). This work was produced at Lawrence |
47 |
| -// Livermore National Laboratory under Contract No. DE-AC52-07NA27344 with |
48 |
| -// the DOE. |
49 |
| -// |
50 |
| -// 2. Neither the United States Government nor Lawrence Livermore National |
51 |
| -// Security, LLC nor any of their employees, makes any warranty, express |
52 |
| -// or implied, or assumes any liability or responsibility for the |
53 |
| -// accuracy, completeness, or usefulness of any information, apparatus, |
54 |
| -// product, or process disclosed, or represents that its use would not |
55 |
| -// infringe privately-owned rights. |
56 |
| -// |
57 |
| -// 3. Also, reference herein to any specific commercial products, process, |
58 |
| -// or services by trade name, trademark, manufacturer or otherwise does |
59 |
| -// not necessarily constitute or imply its endorsement, recommendation, |
60 |
| -// or favoring by the United States Government or Lawrence Livermore |
61 |
| -// National Security, LLC. The views and opinions of authors expressed |
62 |
| -// herein do not necessarily state or reflect those of the United |
63 |
| -// States Government or Lawrence Livermore National Security, LLC, and |
64 |
| -// shall not be used for advertising or product endorsement purposes. |
| 2 | +// Copyright (c) Lawrence Livermore National Security, LLC and other Ascent |
| 3 | +// Project developers. See top-level LICENSE AND COPYRIGHT files for dates and |
| 4 | +// other details. No copyright assignment is required to contribute to Ascent. |
65 | 5 | //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
|
66 | 6 |
|
67 | 7 | #ifndef ASCENT_LICENSE_TEXT_HPP
|
68 | 8 | #define ASCENT_LICENSE_TEXT_HPP
|
69 | 9 |
|
70 |
| -std::string ASCENT_LICENSE_TEXT = "Copyright (c) 2015-2022, Lawrence Livermore National Security, LLC.\n" |
| 10 | +std::string ASCENT_LICENSE_TEXT = "Copyright (c) 2015-2023, Lawrence Livermore National Security, LLC.\n" |
71 | 11 | "\n"
|
72 | 12 | "Produced at the Lawrence Livermore National Laboratory\n"
|
73 | 13 | "\n"
|
|
0 commit comments