diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Canvas.cpp | 18 | ||||
-rw-r--r-- | src/Port.cpp | 18 | ||||
-rw-r--r-- | src/boilerplate.h | 18 | ||||
-rw-r--r-- | src/box.c | 18 | ||||
-rw-r--r-- | src/circle.c | 18 | ||||
-rw-r--r-- | src/color.h | 18 | ||||
-rw-r--r-- | src/edge.c | 18 | ||||
-rw-r--r-- | src/ganv-private.h | 18 | ||||
-rw-r--r-- | src/ganv_bench.cpp | 18 | ||||
-rw-r--r-- | src/gettext.h | 18 | ||||
-rw-r--r-- | src/module.c | 18 | ||||
-rw-r--r-- | src/node.c | 18 | ||||
-rw-r--r-- | src/port.c | 18 | ||||
-rw-r--r-- | src/text.c | 18 |
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; @@ -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 @@ -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> @@ -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> @@ -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> @@ -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> |