|
| 1 | +//================================================================================== |
1 | 2 | // BSD 2-Clause License |
2 | | - |
3 | | -// Copyright (c) 2023, OpenFHE |
4 | | - |
| 3 | +// |
| 4 | +// Copyright (c) 2023-2025, Duality Technologies Inc. and other contributors |
| 5 | +// |
5 | 6 | // All rights reserved. |
6 | | - |
| 7 | +// |
| 8 | + |
| 9 | +// |
7 | 10 | // Redistribution and use in source and binary forms, with or without |
8 | 11 | // modification, are permitted provided that the following conditions are met: |
9 | | - |
| 12 | +// |
10 | 13 | // 1. Redistributions of source code must retain the above copyright notice, this |
11 | 14 | // list of conditions and the following disclaimer. |
12 | | - |
| 15 | +// |
13 | 16 | // 2. Redistributions in binary form must reproduce the above copyright notice, |
14 | 17 | // this list of conditions and the following disclaimer in the documentation |
15 | 18 | // and/or other materials provided with the distribution. |
16 | | - |
| 19 | +// |
17 | 20 | // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
18 | 21 | // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
19 | 22 | // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
|
24 | 27 | // CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
25 | 28 | // OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
26 | 29 | // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
27 | | - |
| 30 | +//================================================================================== |
28 | 31 | #ifndef __BINFHECONTEXT_WRAPPER_H__ |
29 | 32 | #define __BINFHECONTEXT_WRAPPER_H__ |
30 | 33 |
|
|
0 commit comments