summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
-rw-r--r--src/Canvas.cpp18
-rw-r--r--src/Port.cpp18
-rw-r--r--src/boilerplate.h18
-rw-r--r--src/box.c18
-rw-r--r--src/circle.c18
-rw-r--r--src/color.h18
-rw-r--r--src/edge.c18
-rw-r--r--src/ganv-private.h18
-rw-r--r--src/ganv_bench.cpp18
-rw-r--r--src/gettext.h18
-rw-r--r--src/module.c18
-rw-r--r--src/node.c18
-rw-r--r--src/port.c18
-rw-r--r--src/text.c18
34 files changed, 272 insertions, 340 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
diff --git a/src/Canvas.cpp b/src/Canvas.cpp
index a401283..e9c1503 100644
--- a/src/Canvas.cpp
+++ b/src/Canvas.cpp
@@ -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/>.
*/
#define _POSIX_C_SOURCE 200809L // strdup
diff --git a/src/Port.cpp b/src/Port.cpp
index 1a48740..e6298f8 100644
--- a/src/Port.cpp
+++ b/src/Port.cpp
@@ -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/>.
*/
#include <string>
diff --git a/src/boilerplate.h b/src/boilerplate.h
index 413c48d..73a0cd5 100644
--- a/src/boilerplate.h
+++ b/src/boilerplate.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/>.
*/
typedef gpointer gobject;
diff --git a/src/box.c b/src/box.c
index 2a542bf..20a5eaf 100644
--- a/src/box.c
+++ b/src/box.c
@@ -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/>.
*/
#include <math.h>
diff --git a/src/circle.c b/src/circle.c
index 5452417..cefc02e 100644
--- a/src/circle.c
+++ b/src/circle.c
@@ -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/>.
*/
#include <math.h>
diff --git a/src/color.h b/src/color.h
index 03a390b..ce8435b 100644
--- a/src/color.h
+++ b/src/color.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_UTIL_H
diff --git a/src/edge.c b/src/edge.c
index 7d5b48c..63b853e 100644
--- a/src/edge.c
+++ b/src/edge.c
@@ -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/>.
*/
#include <math.h>
diff --git a/src/ganv-private.h b/src/ganv-private.h
index d44dc02..e90e4e8 100644
--- a/src/ganv-private.h
+++ b/src/ganv-private.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_PRIVATE_H
diff --git a/src/ganv_bench.cpp b/src/ganv_bench.cpp
index 693882d..d92f6dc 100644
--- a/src/ganv_bench.cpp
+++ b/src/ganv_bench.cpp
@@ -1,18 +1,16 @@
/* This file is part of Ganv.
* Copyright 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/>.
*/
#include <stdio.h>
diff --git a/src/gettext.h b/src/gettext.h
index ff66f1f..f656abe 100644
--- a/src/gettext.h
+++ b/src/gettext.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_GETTEXT_H
diff --git a/src/module.c b/src/module.c
index 66eb486..1a76787 100644
--- a/src/module.c
+++ b/src/module.c
@@ -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/>.
*/
#include <string.h>
diff --git a/src/node.c b/src/node.c
index e7c3931..b121f41 100644
--- a/src/node.c
+++ b/src/node.c
@@ -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/>.
*/
#include <libgnomecanvas/libgnomecanvas.h>
diff --git a/src/port.c b/src/port.c
index 7316846..b84613e 100644
--- a/src/port.c
+++ b/src/port.c
@@ -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/>.
*/
#include <math.h>
diff --git a/src/text.c b/src/text.c
index b239775..0e2985e 100644
--- a/src/text.c
+++ b/src/text.c
@@ -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/>.
*/
#include <stdint.h>