diff options
Diffstat (limited to 'ganv/ganv.hpp')
-rw-r--r-- | ganv/ganv.hpp | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/ganv/ganv.hpp b/ganv/ganv.hpp index 492f7c8..14bf8aa 100644 --- a/ganv/ganv.hpp +++ b/ganv/ganv.hpp @@ -1,18 +1,16 @@ /* This file is part of Ganv. * Copyright 2007-2011 David Robillard <http://drobilla.net> * - * Ganv 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 (at your option) - * any later version. + * Ganv 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. * - * Ganv 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 - * details. + * Ganv 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 details. * - * You should have received a copy of the GNU General Public License - * along with Ganv. If not, see <http://www.gnu.org/licenses/>. + * You should have received a copy of the GNU General Public License along + * with Ganv. If not, see <http://www.gnu.org/licenses/>. */ #ifndef GANV_GANV_HPP |