|
1 | 1 | /* |
2 | | -============================================================================== |
3 | | - Copyright (c) 2022 Foleys Finest Audio - Daniel Walz |
| 2 | + ============================================================================== |
| 3 | + Copyright (c) 2023 Foleys Finest Audio - Daniel Walz |
4 | 4 | All rights reserved. |
5 | 5 |
|
6 | | - License for non-commercial projects: |
| 6 | + **BSD 3-Clause License** |
7 | 7 |
|
8 | 8 | Redistribution and use in source and binary forms, with or without modification, |
9 | 9 | are permitted provided that the following conditions are met: |
|
16 | 16 | may be used to endorse or promote products derived from this software without |
17 | 17 | specific prior written permission. |
18 | 18 |
|
19 | | - License for commercial products: |
20 | | -
|
21 | | - To sell commercial products containing this module, you are required to buy a |
22 | | - License from https://foleysfinest.com/developer/pluginguimagic/ |
| 19 | + ============================================================================== |
23 | 20 |
|
24 | 21 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
25 | 22 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
|
31 | 28 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE |
32 | 29 | OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
33 | 30 | OF THE POSSIBILITY OF SUCH DAMAGE. |
34 | | -============================================================================== |
35 | | -*/ |
| 31 | + ============================================================================== |
| 32 | + */ |
36 | 33 |
|
37 | 34 | #include <catch2/catch_test_macros.hpp> |
38 | 35 | #include <foleys_gui_magic/foleys_gui_magic.h> |
|
0 commit comments