summaryrefslogtreecommitdiffstats
path: root/ganv/Canvas.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-06 21:17:18 +0000
committerDavid Robillard <d@drobilla.net>2011-12-06 21:17:18 +0000
commit9646e7a855c1c0741ba4fec6c3dd2dc48e174e17 (patch)
tree5ba149058af410fd1e3dceb2ae478bee020a265e /ganv/Canvas.hpp
parent0731f12beaa0cfc0de56dc05ca3814143fd394a5 (diff)
downloadganv-9646e7a855c1c0741ba4fec6c3dd2dc48e174e17.tar.gz
ganv-9646e7a855c1c0741ba4fec6c3dd2dc48e174e17.tar.bz2
ganv-9646e7a855c1c0741ba4fec6c3dd2dc48e174e17.zip
Trim license header.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@3822 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ganv/Canvas.hpp')
-rw-r--r--ganv/Canvas.hpp18
1 files changed, 8 insertions, 10 deletions
diff --git a/ganv/Canvas.hpp b/ganv/Canvas.hpp
index 032b701..54118aa 100644
--- a/ganv/Canvas.hpp
+++ b/ganv/Canvas.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_CANVAS_HPP