[gitg] Added missing copyright to files (fixes bug #610546)



commit 7455232699fbd5529ccedc91bbe060666d49ae99
Author: Garrett Regier <alias301 gmail com>
Date:   Fri Mar 12 21:27:06 2010 -0800

    Added missing copyright to files (fixes bug #610546)

 gitg/gitg-branch-actions.c      |   22 ++++++++++++++++++++++
 gitg/gitg-cell-renderer-path.c  |    2 +-
 gitg/gitg-changed-file.c        |    2 +-
 gitg/gitg-color.c               |    2 +-
 gitg/gitg-commit-view.c         |    2 +-
 gitg/gitg-commit.c              |    2 +-
 gitg/gitg-config.c              |   22 ++++++++++++++++++++++
 gitg/gitg-config.h              |   22 ++++++++++++++++++++++
 gitg/gitg-data-binding.c        |    2 +-
 gitg/gitg-debug.c               |    2 +-
 gitg/gitg-diff-line-renderer.c  |   22 ++++++++++++++++++++++
 gitg/gitg-diff-line-renderer.h  |   22 ++++++++++++++++++++++
 gitg/gitg-diff-view.c           |    2 +-
 gitg/gitg-dirs.c                |    2 +-
 gitg/gitg-dnd.c                 |   22 ++++++++++++++++++++++
 gitg/gitg-dnd.h                 |   22 ++++++++++++++++++++++
 gitg/gitg-label-renderer.c      |    2 +-
 gitg/gitg-lane.c                |    2 +-
 gitg/gitg-lanes.c               |    2 +-
 gitg/gitg-preferences-dialog.c  |    2 +-
 gitg/gitg-preferences.c         |    2 +-
 gitg/gitg-ref.c                 |    2 +-
 gitg/gitg-repository-dialog.c   |   22 ++++++++++++++++++++++
 gitg/gitg-repository-dialog.h   |   22 ++++++++++++++++++++++
 gitg/gitg-repository.c          |    2 +-
 gitg/gitg-repository.h          |    3 ++-
 gitg/gitg-revision-tree-store.c |    2 +-
 gitg/gitg-revision-tree-view.c  |    2 +-
 gitg/gitg-revision-view.c       |    2 +-
 gitg/gitg-revision.c            |    2 +-
 gitg/gitg-runner.c              |    2 +-
 gitg/gitg-settings.c            |    2 +-
 gitg/gitg-spinner.c             |    2 +-
 gitg/gitg-utils.c               |    2 +-
 gitg/gitg.c                     |    2 +-
 35 files changed, 225 insertions(+), 26 deletions(-)
---
diff --git a/gitg/gitg-branch-actions.c b/gitg/gitg-branch-actions.c
index 8112a9a..b355066 100644
--- a/gitg/gitg-branch-actions.c
+++ b/gitg/gitg-branch-actions.c
@@ -1,3 +1,25 @@
+/*
+ * gitg-branch-actions.h
+ * This file is part of gitg - git repository viewer
+ *
+ * Copyright (C) 2009 - Jesse van den Kieboom
+ *
+ * This program 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 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program 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 this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
 #include <glib/gi18n.h>
 #include <unistd.h>
 
diff --git a/gitg/gitg-cell-renderer-path.c b/gitg/gitg-cell-renderer-path.c
index da3b216..449a936 100644
--- a/gitg/gitg-cell-renderer-path.c
+++ b/gitg/gitg-cell-renderer-path.c
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, 
+ * Foundation, Inc., 59 Temple Place, Suite 330,
  * Boston, MA 02111-1307, USA.
  */
 
diff --git a/gitg/gitg-changed-file.c b/gitg/gitg-changed-file.c
index a1b151f..59883b7 100644
--- a/gitg/gitg-changed-file.c
+++ b/gitg/gitg-changed-file.c
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, 
+ * Foundation, Inc., 59 Temple Place, Suite 330,
  * Boston, MA 02111-1307, USA.
  */
 
diff --git a/gitg/gitg-color.c b/gitg/gitg-color.c
index 72ad101..aca68c0 100644
--- a/gitg/gitg-color.c
+++ b/gitg/gitg-color.c
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, 
+ * Foundation, Inc., 59 Temple Place, Suite 330,
  * Boston, MA 02111-1307, USA.
  */
 
diff --git a/gitg/gitg-commit-view.c b/gitg/gitg-commit-view.c
index d332fce..176b570 100644
--- a/gitg/gitg-commit-view.c
+++ b/gitg/gitg-commit-view.c
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, 
+ * Foundation, Inc., 59 Temple Place, Suite 330,
  * Boston, MA 02111-1307, USA.
  */
 
diff --git a/gitg/gitg-commit.c b/gitg/gitg-commit.c
index 0a97b1c..0c55cc7 100644
--- a/gitg/gitg-commit.c
+++ b/gitg/gitg-commit.c
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, 
+ * Foundation, Inc., 59 Temple Place, Suite 330,
  * Boston, MA 02111-1307, USA.
  */
 
diff --git a/gitg/gitg-config.c b/gitg/gitg-config.c
index 61f8f9a..84514a2 100644
--- a/gitg/gitg-config.c
+++ b/gitg/gitg-config.c
@@ -1,3 +1,25 @@
+/*
+ * gitg-config.c
+ * This file is part of gitg - git repository viewer
+ *
+ * Copyright (C) 2009 - Jesse van den Kieboom
+ *
+ * This program 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 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program 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 this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
 #include "gitg-config.h"
 
 
diff --git a/gitg/gitg-config.h b/gitg/gitg-config.h
index e6f8313..f6de130 100644
--- a/gitg/gitg-config.h
+++ b/gitg/gitg-config.h
@@ -1,3 +1,25 @@
+/*
+ * gitg-config.h
+ * This file is part of gitg - git repository viewer
+ *
+ * Copyright (C) 2009 - Jesse van den Kieboom
+ *
+ * This program 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 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program 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 this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, 
+ * Boston, MA 02111-1307, USA.
+ */
+
 #ifndef __GITG_CONFIG_H__
 #define __GITG_CONFIG_H__
 
diff --git a/gitg/gitg-data-binding.c b/gitg/gitg-data-binding.c
index 10f8a3e..3423930 100644
--- a/gitg/gitg-data-binding.c
+++ b/gitg/gitg-data-binding.c
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, 
+ * Foundation, Inc., 59 Temple Place, Suite 330,
  * Boston, MA 02111-1307, USA.
  */
 
diff --git a/gitg/gitg-debug.c b/gitg/gitg-debug.c
index 876ed5b..854b2cb 100644
--- a/gitg/gitg-debug.c
+++ b/gitg/gitg-debug.c
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, 
+ * Foundation, Inc., 59 Temple Place, Suite 330,
  * Boston, MA 02111-1307, USA.
  */
 
diff --git a/gitg/gitg-diff-line-renderer.c b/gitg/gitg-diff-line-renderer.c
index 1c218b9..567ef27 100644
--- a/gitg/gitg-diff-line-renderer.c
+++ b/gitg/gitg-diff-line-renderer.c
@@ -1,3 +1,25 @@
+/*
+ * gitg-diff-line-renderer.h
+ * This file is part of gitg - git repository viewer
+ *
+ * Copyright (C) 2009 - Jesse van den Kieboom
+ *
+ * This program 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 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program 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 this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
 #include "gitg-diff-line-renderer.h"
 
 #define GITG_DIFF_LINE_RENDERER_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE((object), GITG_TYPE_DIFF_LINE_RENDERER, GitgDiffLineRendererPrivate))
diff --git a/gitg/gitg-diff-line-renderer.h b/gitg/gitg-diff-line-renderer.h
index 006cb25..582d42f 100644
--- a/gitg/gitg-diff-line-renderer.h
+++ b/gitg/gitg-diff-line-renderer.h
@@ -1,3 +1,25 @@
+/*
+ * gitg-diff-line-renderer.h
+ * This file is part of gitg - git repository viewer
+ *
+ * Copyright (C) 2009 - Jesse van den Kieboom
+ *
+ * This program 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 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program 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 this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, 
+ * Boston, MA 02111-1307, USA.
+ */
+
 #ifndef __GITG_DIFF_LINE_RENDERER_H__
 #define __GITG_DIFF_LINE_RENDERER_H__
 
diff --git a/gitg/gitg-diff-view.c b/gitg/gitg-diff-view.c
index 7836db6..99eca64 100644
--- a/gitg/gitg-diff-view.c
+++ b/gitg/gitg-diff-view.c
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, 
+ * Foundation, Inc., 59 Temple Place, Suite 330,
  * Boston, MA 02111-1307, USA.
  */
 
diff --git a/gitg/gitg-dirs.c b/gitg/gitg-dirs.c
index 3f0f5d6..87db6eb 100644
--- a/gitg/gitg-dirs.c
+++ b/gitg/gitg-dirs.c
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, 
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
  * Boston, MA  02110-1301  USA
  */
 
diff --git a/gitg/gitg-dnd.c b/gitg/gitg-dnd.c
index d0a18c1..9367bf3 100644
--- a/gitg/gitg-dnd.c
+++ b/gitg/gitg-dnd.c
@@ -1,3 +1,25 @@
+/*
+ * gitg-dnd.h
+ * This file is part of gitg - git repository viewer
+ *
+ * Copyright (C) 2009 - Jesse van den Kieboom
+ *
+ * This program 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 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program 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 this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
 #include "gitg-dnd.h"
 #include "gitg-ref.h"
 #include "gitg-cell-renderer-path.h"
diff --git a/gitg/gitg-dnd.h b/gitg/gitg-dnd.h
index cfce9f7..bda0de7 100644
--- a/gitg/gitg-dnd.h
+++ b/gitg/gitg-dnd.h
@@ -1,3 +1,25 @@
+/*
+ * gitg-dnd.h
+ * This file is part of gitg - git repository viewer
+ *
+ * Copyright (C) 2009 - Jesse van den Kieboom
+ *
+ * This program 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 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program 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 this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, 
+ * Boston, MA 02111-1307, USA.
+ */
+
 #ifndef __GITG_DND_H__
 #define __GITG_DND_H__
 
diff --git a/gitg/gitg-label-renderer.c b/gitg/gitg-label-renderer.c
index 2cb8a84..9416129 100644
--- a/gitg/gitg-label-renderer.c
+++ b/gitg/gitg-label-renderer.c
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, 
+ * Foundation, Inc., 59 Temple Place, Suite 330,
  * Boston, MA 02111-1307, USA.
  */
 
diff --git a/gitg/gitg-lane.c b/gitg/gitg-lane.c
index ecf775a..9c7a50a 100644
--- a/gitg/gitg-lane.c
+++ b/gitg/gitg-lane.c
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, 
+ * Foundation, Inc., 59 Temple Place, Suite 330,
  * Boston, MA 02111-1307, USA.
  */
 
diff --git a/gitg/gitg-lanes.c b/gitg/gitg-lanes.c
index 1d6c3a6..606747e 100644
--- a/gitg/gitg-lanes.c
+++ b/gitg/gitg-lanes.c
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, 
+ * Foundation, Inc., 59 Temple Place, Suite 330,
  * Boston, MA 02111-1307, USA.
  */
 
diff --git a/gitg/gitg-preferences-dialog.c b/gitg/gitg-preferences-dialog.c
index eca30e9..8fe6c18 100644
--- a/gitg/gitg-preferences-dialog.c
+++ b/gitg/gitg-preferences-dialog.c
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, 
+ * Foundation, Inc., 59 Temple Place, Suite 330,
  * Boston, MA 02111-1307, USA.
  */
 
diff --git a/gitg/gitg-preferences.c b/gitg/gitg-preferences.c
index 0727705..63e1cab 100644
--- a/gitg/gitg-preferences.c
+++ b/gitg/gitg-preferences.c
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, 
+ * Foundation, Inc., 59 Temple Place, Suite 330,
  * Boston, MA 02111-1307, USA.
  */
 
diff --git a/gitg/gitg-ref.c b/gitg/gitg-ref.c
index 22ed171..d78c457 100644
--- a/gitg/gitg-ref.c
+++ b/gitg/gitg-ref.c
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, 
+ * Foundation, Inc., 59 Temple Place, Suite 330,
  * Boston, MA 02111-1307, USA.
  */
 
diff --git a/gitg/gitg-repository-dialog.c b/gitg/gitg-repository-dialog.c
index 03e1632..1284927 100644
--- a/gitg/gitg-repository-dialog.c
+++ b/gitg/gitg-repository-dialog.c
@@ -1,3 +1,25 @@
+/*
+ * gitg-repository-dialog.h
+ * This file is part of gitg - git repository viewer
+ *
+ * Copyright (C) 2009 - Jesse van den Kieboom
+ *
+ * This program 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 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program 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 this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
 #include <glib/gi18n.h>
 
 #include <stdlib.h>
diff --git a/gitg/gitg-repository-dialog.h b/gitg/gitg-repository-dialog.h
index 8780283..15e1131 100644
--- a/gitg/gitg-repository-dialog.h
+++ b/gitg/gitg-repository-dialog.h
@@ -1,3 +1,25 @@
+/*
+ * gitg-repository-dialog.h
+ * This file is part of gitg - git repository viewer
+ *
+ * Copyright (C) 2009 - Jesse van den Kieboom
+ *
+ * This program 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 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program 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 this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, 
+ * Boston, MA 02111-1307, USA.
+ */
+
 #ifndef __GITG_REPOSITORY_DIALOG_H__
 #define __GITG_REPOSITORY_DIALOG_H__
 
diff --git a/gitg/gitg-repository.c b/gitg/gitg-repository.c
index 3f8ee32..db0a55c 100644
--- a/gitg/gitg-repository.c
+++ b/gitg/gitg-repository.c
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, 
+ * Foundation, Inc., 59 Temple Place, Suite 330,
  * Boston, MA 02111-1307, USA.
  */
 
diff --git a/gitg/gitg-repository.h b/gitg/gitg-repository.h
index 799358b..8f8f55e 100644
--- a/gitg/gitg-repository.h
+++ b/gitg/gitg-repository.h
@@ -1,5 +1,6 @@
 /*
- * gitg-repository.h * This file is part of gitg - git repository viewer
+ * gitg-repository.h
+ * This file is part of gitg - git repository viewer
  *
  * Copyright (C) 2009 - Jesse van den Kieboom
  *
diff --git a/gitg/gitg-revision-tree-store.c b/gitg/gitg-revision-tree-store.c
index d383231..0f82959 100644
--- a/gitg/gitg-revision-tree-store.c
+++ b/gitg/gitg-revision-tree-store.c
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, 
+ * Foundation, Inc., 59 Temple Place, Suite 330,
  * Boston, MA 02111-1307, USA.
  */
 
diff --git a/gitg/gitg-revision-tree-view.c b/gitg/gitg-revision-tree-view.c
index c155130..19d1ec7 100644
--- a/gitg/gitg-revision-tree-view.c
+++ b/gitg/gitg-revision-tree-view.c
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, 
+ * Foundation, Inc., 59 Temple Place, Suite 330,
  * Boston, MA 02111-1307, USA.
  */
 
diff --git a/gitg/gitg-revision-view.c b/gitg/gitg-revision-view.c
index dca5046..34d305e 100644
--- a/gitg/gitg-revision-view.c
+++ b/gitg/gitg-revision-view.c
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, 
+ * Foundation, Inc., 59 Temple Place, Suite 330,
  * Boston, MA 02111-1307, USA.
  */
 
diff --git a/gitg/gitg-revision.c b/gitg/gitg-revision.c
index 16ec192..b71a391 100644
--- a/gitg/gitg-revision.c
+++ b/gitg/gitg-revision.c
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, 
+ * Foundation, Inc., 59 Temple Place, Suite 330,
  * Boston, MA 02111-1307, USA.
  */
 
diff --git a/gitg/gitg-runner.c b/gitg/gitg-runner.c
index eb8c3eb..ec4da5f 100644
--- a/gitg/gitg-runner.c
+++ b/gitg/gitg-runner.c
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, 
+ * Foundation, Inc., 59 Temple Place, Suite 330,
  * Boston, MA 02111-1307, USA.
  */
 
diff --git a/gitg/gitg-settings.c b/gitg/gitg-settings.c
index 326cca6..2f334e2 100644
--- a/gitg/gitg-settings.c
+++ b/gitg/gitg-settings.c
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, 
+ * Foundation, Inc., 59 Temple Place, Suite 330,
  * Boston, MA 02111-1307, USA.
  */
 
diff --git a/gitg/gitg-spinner.c b/gitg/gitg-spinner.c
index 017bb69..912bc24 100644
--- a/gitg/gitg-spinner.c
+++ b/gitg/gitg-spinner.c
@@ -20,7 +20,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, 
+ * Foundation, Inc., 59 Temple Place, Suite 330,
  * Boston, MA 02111-1307, USA.
  */
  
diff --git a/gitg/gitg-utils.c b/gitg/gitg-utils.c
index 485a80f..7d0cf27 100644
--- a/gitg/gitg-utils.c
+++ b/gitg/gitg-utils.c
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, 
+ * Foundation, Inc., 59 Temple Place, Suite 330,
  * Boston, MA 02111-1307, USA.
  */
 
diff --git a/gitg/gitg.c b/gitg/gitg.c
index 80d20b9..690decb 100644
--- a/gitg/gitg.c
+++ b/gitg/gitg.c
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, 
+ * Foundation, Inc., 59 Temple Place, Suite 330,
  * Boston, MA 02111-1307, USA.
  */
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]