summaryrefslogtreecommitdiffstats
path: root/src
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 /src
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 'src')
-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
14 files changed, 112 insertions, 140 deletions
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>