From 5549869be254a4c117ac9f4b6894c96f9be567f9 Mon Sep 17 00:00:00 2001 From: James Liggett Date: Sat, 19 Apr 2008 17:52:01 -0700 Subject: [PATCH] Fixed program name in file headers. git-command-test is my test suite... ;) --- plugins/git/git-command.c | 8 ++++---- plugins/git/git-command.h | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/plugins/git/git-command.c b/plugins/git/git-command.c index 8b44c1d9..26eae0f5 100644 --- a/plugins/git/git-command.c +++ b/plugins/git/git-command.c @@ -1,22 +1,22 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* - * git-command-test + * anjuta * Copyright (C) James Liggett 2008 * - * git-command-test is free software. + * anjuta is free software. * * You may redistribute it and/or modify it under the terms of the * GNU General Public License, as published by the Free Software * Foundation; either version 2 of the License, or (at your option) * any later version. * - * git-command-test is distributed in the hope that it will be useful, + * anjuta 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 more details. * * You should have received a copy of the GNU General Public License - * along with git-command-test. If not, write to: + * along with anjuta. If not, write to: * The Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301, USA. diff --git a/plugins/git/git-command.h b/plugins/git/git-command.h index 8ba374e8..19596efb 100644 --- a/plugins/git/git-command.h +++ b/plugins/git/git-command.h @@ -1,22 +1,22 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* - * git-command-test + * anjuta * Copyright (C) James Liggett 2008 * - * git-command-test is free software. + * anjuta is free software. * * You may redistribute it and/or modify it under the terms of the * GNU General Public License, as published by the Free Software * Foundation; either version 2 of the License, or (at your option) * any later version. * - * git-command-test is distributed in the hope that it will be useful, + * anjuta 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 more details. * * You should have received a copy of the GNU General Public License - * along with git-command-test. If not, write to: + * along with anjuta. If not, write to: * The Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301, USA. -- 2.11.4.GIT