summaryrefslogtreecommitdiffstats
path: root/ganv
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
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')
-rw-r--r--ganv/Box.hpp18
-rw-r--r--ganv/Canvas.hpp18
-rw-r--r--ganv/Circle.hpp18
-rw-r--r--ganv/Edge.hpp18
-rw-r--r--ganv/Item.hpp18
-rw-r--r--ganv/Module.hpp18
-rw-r--r--ganv/Node.hpp18
-rw-r--r--ganv/Port.hpp18
-rw-r--r--ganv/box.h18
-rw-r--r--ganv/canvas.h18
-rw-r--r--ganv/circle.h18
-rw-r--r--ganv/edge.h18
-rw-r--r--ganv/ganv.hpp18
-rw-r--r--ganv/module.h18
-rw-r--r--ganv/node.h18
-rw-r--r--ganv/port.h18
-rw-r--r--ganv/text.h18
-rw-r--r--ganv/types.h18
-rw-r--r--ganv/types.hpp18
-rw-r--r--ganv/wrap.hpp18
20 files changed, 160 insertions, 200 deletions
diff --git a/ganv/Box.hpp b/ganv/Box.hpp
index c35ea26..e0fe678 100644
--- a/ganv/Box.hpp
+++ b/ganv/Box.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_BOX_HPP
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
diff --git a/ganv/Circle.hpp b/ganv/Circle.hpp
index beb1be5..73a7eb5 100644
--- a/ganv/Circle.hpp
+++ b/ganv/Circle.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_CIRCLE_HPP
diff --git a/ganv/Edge.hpp b/ganv/Edge.hpp
index e9760c5..535f0da 100644
--- a/ganv/Edge.hpp
+++ b/ganv/Edge.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_EDGE_HPP
diff --git a/ganv/Item.hpp b/ganv/Item.hpp
index 534048f..503aa98 100644
--- a/ganv/Item.hpp
+++ b/ganv/Item.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_ITEM_HPP
diff --git a/ganv/Module.hpp b/ganv/Module.hpp
index 3ccabcf..101b063 100644
--- a/ganv/Module.hpp
+++ b/ganv/Module.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_MODULE_HPP
diff --git a/ganv/Node.hpp b/ganv/Node.hpp
index f040e76..f83f11f 100644
--- a/ganv/Node.hpp
+++ b/ganv/Node.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_NODE_HPP
diff --git a/ganv/Port.hpp b/ganv/Port.hpp
index 2645b01..94a272e 100644
--- a/ganv/Port.hpp
+++ b/ganv/Port.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_PORT_HPP
diff --git a/ganv/box.h b/ganv/box.h
index c50f5c7..15e0fe4 100644
--- a/ganv/box.h
+++ b/ganv/box.h
@@ -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_BOX_H
diff --git a/ganv/canvas.h b/ganv/canvas.h
index 00d722d..c910edf 100644
--- a/ganv/canvas.h
+++ b/ganv/canvas.h
@@ -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_H
diff --git a/ganv/circle.h b/ganv/circle.h
index 8356294..40c193c 100644
--- a/ganv/circle.h
+++ b/ganv/circle.h
@@ -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_CIRCLE_H
diff --git a/ganv/edge.h b/ganv/edge.h
index 91708ba..15da68a 100644
--- a/ganv/edge.h
+++ b/ganv/edge.h
@@ -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_EDGE_H
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
diff --git a/ganv/module.h b/ganv/module.h
index 46496d6..0aace15 100644
--- a/ganv/module.h
+++ b/ganv/module.h
@@ -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_MODULE_H
diff --git a/ganv/node.h b/ganv/node.h
index 539ef63..bd6863f 100644
--- a/ganv/node.h
+++ b/ganv/node.h
@@ -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_NODE_H
diff --git a/ganv/port.h b/ganv/port.h
index 433eadd..6b464c2 100644
--- a/ganv/port.h
+++ b/ganv/port.h
@@ -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_PORT_H
diff --git a/ganv/text.h b/ganv/text.h
index 3c312aa..0fc7ca0 100644
--- a/ganv/text.h
+++ b/ganv/text.h
@@ -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_TEXT_H
diff --git a/ganv/types.h b/ganv/types.h
index 6566f06..aee8f8e 100644
--- a/ganv/types.h
+++ b/ganv/types.h
@@ -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_TYPES_H
diff --git a/ganv/types.hpp b/ganv/types.hpp
index c164d72..cafd792 100644
--- a/ganv/types.hpp
+++ b/ganv/types.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_TYPES_HPP
diff --git a/ganv/wrap.hpp b/ganv/wrap.hpp
index 40c2d13..9409f0f 100644
--- a/ganv/wrap.hpp
+++ b/ganv/wrap.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_WRAP_HPP