From 8da96b93534a72397e1998a6d831ce5925a017c0 Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Fri, 21 Jul 2023 12:05:25 +0100 Subject: [PATCH] tools: Replace references to GTK+ with GTK no plus --- tools/fake-scope.c | 4 ++-- tools/gtk-builder-tool-enumerate.c | 4 ++-- tools/gtk-builder-tool-preview.c | 4 ++-- tools/gtk-builder-tool-screenshot.c | 4 ++-- tools/gtk-builder-tool-simplify.c | 4 ++-- tools/gtk-builder-tool-validate.c | 4 ++-- tools/gtk-builder-tool.c | 4 ++-- tools/gtk-query-settings.c | 4 ++-- tools/gtk-rendernode-tool-info.c | 6 +++--- tools/gtk-rendernode-tool-render.c | 6 +++--- tools/gtk-rendernode-tool-show.c | 6 +++--- tools/gtk-rendernode-tool-utils.c | 6 +++--- tools/gtk-rendernode-tool.c | 6 +++--- 13 files changed, 31 insertions(+), 31 deletions(-) diff --git a/tools/fake-scope.c b/tools/fake-scope.c index 8234d577a8..a00bea12bb 100644 --- a/tools/fake-scope.c +++ b/tools/fake-scope.c @@ -1,6 +1,6 @@ /* Copyright 2015 Red Hat, Inc. * - * GTK+ is free software; you can redistribute it and/or modify it + * GTK is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version. @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with GTK+; see the file COPYING. If not, + * License along with GTK; see the file COPYING. If not, * see . * * Author: Matthias Clasen diff --git a/tools/gtk-builder-tool-enumerate.c b/tools/gtk-builder-tool-enumerate.c index 12db260472..2ff878e057 100644 --- a/tools/gtk-builder-tool-enumerate.c +++ b/tools/gtk-builder-tool-enumerate.c @@ -1,6 +1,6 @@ /* Copyright 2015 Red Hat, Inc. * - * GTK+ is free software; you can redistribute it and/or modify it + * GTK is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version. @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with GTK+; see the file COPYING. If not, + * License along with GTK; see the file COPYING. If not, * see . * * Author: Matthias Clasen diff --git a/tools/gtk-builder-tool-preview.c b/tools/gtk-builder-tool-preview.c index 43fa2ff5b2..2908febd7f 100644 --- a/tools/gtk-builder-tool-preview.c +++ b/tools/gtk-builder-tool-preview.c @@ -1,6 +1,6 @@ /* Copyright 2015 Red Hat, Inc. * - * GTK+ is free software; you can redistribute it and/or modify it + * GTK is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version. @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with GTK+; see the file COPYING. If not, + * License along with GTK; see the file COPYING. If not, * see . * * Author: Matthias Clasen diff --git a/tools/gtk-builder-tool-screenshot.c b/tools/gtk-builder-tool-screenshot.c index d6f33a39c2..0693d296ac 100644 --- a/tools/gtk-builder-tool-screenshot.c +++ b/tools/gtk-builder-tool-screenshot.c @@ -1,6 +1,6 @@ /* Copyright 2015 Red Hat, Inc. * - * GTK+ is free software; you can redistribute it and/or modify it + * GTK is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version. @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with GTK+; see the file COPYING. If not, + * License along with GTK; see the file COPYING. If not, * see . * * Author: Matthias Clasen diff --git a/tools/gtk-builder-tool-simplify.c b/tools/gtk-builder-tool-simplify.c index 3a8ecf3b90..cf54631ff5 100644 --- a/tools/gtk-builder-tool-simplify.c +++ b/tools/gtk-builder-tool-simplify.c @@ -1,6 +1,6 @@ /* Copyright 2015 Red Hat, Inc. * - * GTK+ is free software; you can redistribute it and/or modify it + * GTK is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version. @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with GTK+; see the file COPYING. If not, + * License along with GTK; see the file COPYING. If not, * see . * * Author: Matthias Clasen diff --git a/tools/gtk-builder-tool-validate.c b/tools/gtk-builder-tool-validate.c index 7cd0695b19..d6e1d97128 100644 --- a/tools/gtk-builder-tool-validate.c +++ b/tools/gtk-builder-tool-validate.c @@ -1,6 +1,6 @@ /* Copyright 2015 Red Hat, Inc. * - * GTK+ is free software; you can redistribute it and/or modify it + * GTK is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version. @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with GTK+; see the file COPYING. If not, + * License along with GTK; see the file COPYING. If not, * see . * * Author: Matthias Clasen diff --git a/tools/gtk-builder-tool.c b/tools/gtk-builder-tool.c index a47c76c8fb..297078a6b0 100644 --- a/tools/gtk-builder-tool.c +++ b/tools/gtk-builder-tool.c @@ -1,6 +1,6 @@ /* Copyright 2015 Red Hat, Inc. * - * GTK+ is free software; you can redistribute it and/or modify it + * GTK is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version. @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with GTK+; see the file COPYING. If not, + * License along with GTK; see the file COPYING. If not, * see . * * Author: Matthias Clasen diff --git a/tools/gtk-query-settings.c b/tools/gtk-query-settings.c index fbaaa337a6..a441c0ba80 100644 --- a/tools/gtk-query-settings.c +++ b/tools/gtk-query-settings.c @@ -1,6 +1,6 @@ /* Copyright 2015 Timm Bäder * - * GTK+ is free software; you can redistribute it and/or modify it + * GTK is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version. @@ -11,7 +11,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with GTK+; see the file COPYING. If not, + * License along with GTK; see the file COPYING. If not, * see . */ diff --git a/tools/gtk-rendernode-tool-info.c b/tools/gtk-rendernode-tool-info.c index 4e735d9c9e..3e4a9d1738 100644 --- a/tools/gtk-rendernode-tool-info.c +++ b/tools/gtk-rendernode-tool-info.c @@ -1,17 +1,17 @@ /* Copyright 2023 Red Hat, Inc. * - * GTK+ is free software; you can redistribute it and/or modify it + * GTK is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version. * - * GTK+ is distributed in the hope that it will be useful, + * GTK 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 * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with GTK+; see the file COPYING. If not, + * License along with GTK; see the file COPYING. If not, * see . * * Author: Matthias Clasen diff --git a/tools/gtk-rendernode-tool-render.c b/tools/gtk-rendernode-tool-render.c index 2279afc9e0..420a323aba 100644 --- a/tools/gtk-rendernode-tool-render.c +++ b/tools/gtk-rendernode-tool-render.c @@ -1,17 +1,17 @@ /* Copyright 2023 Red Hat, Inc. * - * GTK+ is free software; you can redistribute it and/or modify it + * GTK is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version. * - * GTK+ is distributed in the hope that it will be useful, + * GTK 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 * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with GTK+; see the file COPYING. If not, + * License along with GTK; see the file COPYING. If not, * see . * * Author: Matthias Clasen diff --git a/tools/gtk-rendernode-tool-show.c b/tools/gtk-rendernode-tool-show.c index 487f73c293..99d1d0a4f6 100644 --- a/tools/gtk-rendernode-tool-show.c +++ b/tools/gtk-rendernode-tool-show.c @@ -1,17 +1,17 @@ /* Copyright 2023 Red Hat, Inc. * - * GTK+ is free software; you can redistribute it and/or modify it + * GTK is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version. * - * GTK+ is distributed in the hope that it will be useful, + * GTK 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 * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with GTK+; see the file COPYING. If not, + * License along with GTK; see the file COPYING. If not, * see . * * Author: Matthias Clasen diff --git a/tools/gtk-rendernode-tool-utils.c b/tools/gtk-rendernode-tool-utils.c index 07ba2d877b..6c47a4ece7 100644 --- a/tools/gtk-rendernode-tool-utils.c +++ b/tools/gtk-rendernode-tool-utils.c @@ -1,17 +1,17 @@ /* Copyright 2023 Red Hat, Inc. * - * GTK+ is free software; you can redistribute it and/or modify it + * GTK is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version. * - * GTK+ is distributed in the hope that it will be useful, + * GTK 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 * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with GTK+; see the file COPYING. If not, + * License along with GTK; see the file COPYING. If not, * see . * * Author: Matthias Clasen diff --git a/tools/gtk-rendernode-tool.c b/tools/gtk-rendernode-tool.c index fa2d42635e..f45bea6bf3 100644 --- a/tools/gtk-rendernode-tool.c +++ b/tools/gtk-rendernode-tool.c @@ -1,17 +1,17 @@ /* Copyright 2023 Red Hat, Inc. * - * GTK+ is free software; you can redistribute it and/or modify it + * GTK is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version. * - * GTK+ is distributed in the hope that it will be useful, + * GTK 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 * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with GTK+; see the file COPYING. If not, + * License along with GTK; see the file COPYING. If not, * see . * * Author: Matthias Clasen -- 2.30.2