diff options
author | ReinUsesLisp <[email protected]> | 2019-07-14 18:48:59 -0300 |
---|---|---|
committer | ReinUsesLisp <[email protected]> | 2019-07-14 18:50:44 -0300 |
commit | 60a856d2669bde23f9a4a0fb3879ec89a16d904e (patch) | |
tree | 0f22c9d1a90b34760a0ab69d9b0c34e232505208 /tests | |
parent | 1e665afa361d0c91b2b3a226a1c537d0b504ca11 (diff) | |
download | sirit-60a856d2669bde23f9a4a0fb3879ec89a16d904e.tar.gz sirit-60a856d2669bde23f9a4a0fb3879ec89a16d904e.zip |
Relicense to The BSD 3-clause license
Diffstat (limited to 'tests')
-rw-r--r-- | tests/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/main.cpp b/tests/main.cpp index 6e4a92c..bff8359 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -1,7 +1,7 @@ /* This file is part of the sirit project. - * Copyright (c) 2018 ReinUsesLisp - * This software may be used and distributed according to the terms of the GNU - * Lesser General Public License version 3 or any later version. + * Copyright (c) 2019 sirit + * This software may be used and distributed according to the terms of the + * 3-Clause BSD License */ #include <cstdio> |