diff options
Diffstat (limited to 'test/array_test.cpp')
-rw-r--r-- | test/array_test.cpp | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/test/array_test.cpp b/test/array_test.cpp index b3cb905..e583acd 100644 --- a/test/array_test.cpp +++ b/test/array_test.cpp @@ -1,17 +1,5 @@ -/* - Copyright 2007-2019 David Robillard <d@drobilla.net> - - Raul is free software: you can redistribute it and/or modify it under the - terms of the GNU General Public License as published by the Free Software - Foundation, either version 3 of the License, or any later version. - - Raul is distributed in the hope that it will be useful, but WITHOUT ANY - WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - A PARTICULAR PURPOSE. See the GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with Raul. If not, see <http://www.gnu.org/licenses/>. -*/ +// Copyright 2007-2019 David Robillard <d@drobilla.net> +// SPDX-License-Identifier: GPL-3.0-or-later #undef NDEBUG |