diff options
Diffstat (limited to 'include/chilbert/detail/traits.hpp')
-rw-r--r-- | include/chilbert/detail/traits.hpp | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/include/chilbert/detail/traits.hpp b/include/chilbert/detail/traits.hpp index e6a2023..5bb8f5f 100644 --- a/include/chilbert/detail/traits.hpp +++ b/include/chilbert/detail/traits.hpp @@ -1,20 +1,6 @@ -/* - Copyright (C) 2018 David Robillard <d@drobilla.net> - Copyright (C) 2006-2007 Chris Hamilton <chamilton@cs.dal.ca> - - This program 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 2 of the License, or (at your option) any later - version. - - This program 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 - this program. If not, see <https://www.gnu.org/licenses/>. -*/ +// Copyright 2018-2022 David Robillard <d@drobilla.net> +// Copyright 2006-2007 Chris Hamilton <chamilton@cs.dal.ca> +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef CHILBERT_DETAIL_TRAITS_HPP #define CHILBERT_DETAIL_TRAITS_HPP |