From 4bf745dbf378d6faa4702e87a2c4bb22cbae9fc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Wed, 8 Jul 2020 17:40:10 +0200 Subject: [PATCH] Correct copy paste error in license header --- lib/include/gtk-graph-view.h | 2 +- lib/src/gtk-graph-view.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/include/gtk-graph-view.h b/lib/include/gtk-graph-view.h index de77ae3..41ed212 100644 --- a/lib/include/gtk-graph-view.h +++ b/lib/include/gtk-graph-view.h @@ -1,7 +1,7 @@ /* * This file is part of GtkGraphView. * - * Foobar is free software: you can redistribute it and/or modify + * GtkGraphView is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * diff --git a/lib/src/gtk-graph-view.c b/lib/src/gtk-graph-view.c index 4bfc8b1..4e66d36 100644 --- a/lib/src/gtk-graph-view.c +++ b/lib/src/gtk-graph-view.c @@ -1,7 +1,7 @@ /* * This file is part of GtkGraphView. * -* Foobar is free software: you can redistribute it and/or modify +* GtkGraphView is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. *