[meld] Update copyright authors and years for all modules except meld.vc



commit 82d69cc9e09438f195e712030299d55652f87d30
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sat Jan 11 12:06:01 2014 +1000

    Update copyright authors and years for all modules except meld.vc

 bin/meld                      |    5 +++--
 meld/build_helpers.py         |    2 +-
 meld/diffmap.py               |    6 +++---
 meld/diffutil.py              |    6 +++---
 meld/dirdiff.py               |    6 +++---
 meld/filediff.py              |    6 +++---
 meld/filemerge.py             |    6 +++---
 meld/filters.py               |    4 ++--
 meld/gutterrendererchunk.py   |    2 +-
 meld/linkmap.py               |    6 +++---
 meld/matchers.py              |    5 +++--
 meld/meldapp.py               |    2 +-
 meld/meldbuffer.py            |    6 +++---
 meld/melddoc.py               |    6 +++---
 meld/meldwindow.py            |    2 +-
 meld/merge.py                 |    4 ++--
 meld/misc.py                  |    8 ++++----
 meld/newdifftab.py            |    4 ++--
 meld/patchdialog.py           |    6 +++---
 meld/preferences.py           |    4 ++--
 meld/recent.py                |    4 ++--
 meld/settings.py              |    2 +-
 meld/sourceview.py            |    2 +-
 meld/task.py                  |    4 ++--
 meld/tree.py                  |    5 +++--
 meld/ui/emblemcellrenderer.py |    6 +++---
 meld/ui/findbar.py            |    6 +++---
 meld/ui/gnomeglade.py         |    6 +++---
 meld/ui/historyentry.py       |    2 +-
 meld/ui/listwidget.py         |    6 +++---
 meld/ui/notebooklabel.py      |    6 +++---
 meld/ui/statusbar.py          |    4 ++--
 meld/ui/util.py               |    5 ++---
 meld/ui/vcdialogs.py          |    2 +-
 meld/undo.py                  |    6 +++---
 meld/vcview.py                |    2 +-
 36 files changed, 83 insertions(+), 81 deletions(-)
---
diff --git a/bin/meld b/bin/meld
index 4279fbc..29f2754 100755
--- a/bin/meld
+++ b/bin/meld
@@ -1,7 +1,8 @@
 #! /usr/bin/env python
 
-### Copyright (C) 2002-2006 Stephen Kennedy <stevek gnome org>
-
+# Copyright (C) 2002-2006 Stephen Kennedy <stevek gnome org>
+# Copyright (C) 2009-2014 Kai Willadsen <kai willadsen gmail com>
+#
 # 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
diff --git a/meld/build_helpers.py b/meld/build_helpers.py
index 213f530..120db68 100644
--- a/meld/build_helpers.py
+++ b/meld/build_helpers.py
@@ -16,7 +16,7 @@
 # Copyright Canonical Ltd.
 
 # Modified by Kai Willadsen for the Meld project
-# Copyright (C) 2013 Kai Willadsen <kai willadsen gmail com>
+# Copyright (C) 2013-2014 Kai Willadsen <kai willadsen gmail com>
 
 
 import distutils.cmd
diff --git a/meld/diffmap.py b/meld/diffmap.py
index aa2513e..36d76b2 100644
--- a/meld/diffmap.py
+++ b/meld/diffmap.py
@@ -1,6 +1,6 @@
-### Copyright (C) 2002-2009 Stephen Kennedy <stevek gnome org>
-### Copyright (C) 2009-2010 Kai Willadsen <kai willadsen gmail com>
-
+# Copyright (C) 2002-2009 Stephen Kennedy <stevek gnome org>
+# Copyright (C) 2009-2013 Kai Willadsen <kai willadsen gmail com>
+#
 # 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
diff --git a/meld/diffutil.py b/meld/diffutil.py
index fd42b62..294d8b0 100644
--- a/meld/diffutil.py
+++ b/meld/diffutil.py
@@ -1,6 +1,6 @@
-### Copyright (C) 2002-2006 Stephen Kennedy <stevek gnome org>
-### Copyright (C) 2009, 2012 Kai Willadsen <kai willadsen gmail com>
-
+# Copyright (C) 2002-2006 Stephen Kennedy <stevek gnome org>
+# Copyright (C) 2009, 2012-2013 Kai Willadsen <kai willadsen gmail com>
+#
 # 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
diff --git a/meld/dirdiff.py b/meld/dirdiff.py
index 34eb63f..774fc55 100644
--- a/meld/dirdiff.py
+++ b/meld/dirdiff.py
@@ -1,6 +1,6 @@
-### Copyright (C) 2002-2006 Stephen Kennedy <stevek gnome org>
-### Copyright (C) 2009-2012 Kai Willadsen <kai willadsen gmail com>
-
+# Copyright (C) 2002-2006 Stephen Kennedy <stevek gnome org>
+# Copyright (C) 2009-2013 Kai Willadsen <kai willadsen gmail com>
+#
 # 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
diff --git a/meld/filediff.py b/meld/filediff.py
index 153b54f..72096a0 100644
--- a/meld/filediff.py
+++ b/meld/filediff.py
@@ -1,6 +1,6 @@
-### Copyright (C) 2002-2006 Stephen Kennedy <stevek gnome org>
-### Copyright (C) 2009-2012 Kai Willadsen <kai willadsen gmail com>
-
+# Copyright (C) 2002-2006 Stephen Kennedy <stevek gnome org>
+# Copyright (C) 2009-2013 Kai Willadsen <kai willadsen gmail com>
+#
 # 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
diff --git a/meld/filemerge.py b/meld/filemerge.py
index f8cf753..504161d 100644
--- a/meld/filemerge.py
+++ b/meld/filemerge.py
@@ -1,6 +1,6 @@
-### Copyright (C) 2009, 2012 Piotr Piastucki <the_leech users berlios de>
-### Copyright (C) 2012 Kai Willadsen <kai willadsen gmail com>
-
+# Copyright (C) 2009, 2012 Piotr Piastucki <the_leech users berlios de>
+# Copyright (C) 2012 Kai Willadsen <kai willadsen gmail com>
+#
 # 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
diff --git a/meld/filters.py b/meld/filters.py
index c6ba820..6b2df5e 100644
--- a/meld/filters.py
+++ b/meld/filters.py
@@ -1,5 +1,5 @@
-### Copyright (C) 2011-2012 Kai Willadsen <kai willadsen gmail com>
-
+# Copyright (C) 2011-2013 Kai Willadsen <kai willadsen gmail com>
+#
 # 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
diff --git a/meld/gutterrendererchunk.py b/meld/gutterrendererchunk.py
index 16f1733..ae3d5b4 100644
--- a/meld/gutterrendererchunk.py
+++ b/meld/gutterrendererchunk.py
@@ -1,5 +1,5 @@
 # Copyright (C) 2013 Kai Willadsen <kai willadsen gmail com>
-
+#
 # 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
diff --git a/meld/linkmap.py b/meld/linkmap.py
index e6c3d49..5fb1f8d 100644
--- a/meld/linkmap.py
+++ b/meld/linkmap.py
@@ -1,6 +1,6 @@
-### Copyright (C) 2002-2006 Stephen Kennedy <stevek gnome org>
-### Copyright (C) 2009-2011 Kai Willadsen <kai willadsen gmail com>
-
+# Copyright (C) 2002-2006 Stephen Kennedy <stevek gnome org>
+# Copyright (C) 2009-2013 Kai Willadsen <kai willadsen gmail com>
+#
 # 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
diff --git a/meld/matchers.py b/meld/matchers.py
index 6790846..99c7e36 100644
--- a/meld/matchers.py
+++ b/meld/matchers.py
@@ -1,5 +1,6 @@
-### Copyright (C) 2009 Piotr Piastucki <the_leech users berlios de>
-
+# Copyright (C) 2009-2013 Piotr Piastucki <the_leech users berlios de>
+# Copyright (C) 2012-2013 Kai Willadsen <kai willadsen gmail com>
+#
 # 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
diff --git a/meld/meldapp.py b/meld/meldapp.py
index 93867cc..29992b1 100644
--- a/meld/meldapp.py
+++ b/meld/meldapp.py
@@ -1,6 +1,6 @@
 # Copyright (C) 2002-2006 Stephen Kennedy <stevek gnome org>
 # Copyright (C) 2010-2013 Kai Willadsen <kai willadsen gmail com>
-
+#
 # 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
diff --git a/meld/meldbuffer.py b/meld/meldbuffer.py
index 1823edb..74aaa67 100644
--- a/meld/meldbuffer.py
+++ b/meld/meldbuffer.py
@@ -1,6 +1,6 @@
-### Copyright (C) 2002-2006 Stephen Kennedy <stevek gnome org>
-### Copyright (C) 2009-2011 Kai Willadsen <kai willadsen gmail com>
-
+# Copyright (C) 2002-2006 Stephen Kennedy <stevek gnome org>
+# Copyright (C) 2009-2013 Kai Willadsen <kai willadsen gmail com>
+#
 # 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
diff --git a/meld/melddoc.py b/meld/melddoc.py
index c908eb6..8de8e02 100644
--- a/meld/melddoc.py
+++ b/meld/melddoc.py
@@ -1,6 +1,6 @@
-### Copyright (C) 2002-2006 Stephen Kennedy <stevek gnome org>
-### Copyright (C) 2011 Kai Willadsen <kai willadsen gmail com>
-
+# Copyright (C) 2002-2006 Stephen Kennedy <stevek gnome org>
+# Copyright (C) 2011-2013 Kai Willadsen <kai willadsen gmail com>
+#
 # 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
diff --git a/meld/meldwindow.py b/meld/meldwindow.py
index 69af030..e591f15 100644
--- a/meld/meldwindow.py
+++ b/meld/meldwindow.py
@@ -1,6 +1,6 @@
 # Copyright (C) 2002-2006 Stephen Kennedy <stevek gnome org>
 # Copyright (C) 2010-2013 Kai Willadsen <kai willadsen gmail com>
-
+#
 # 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
diff --git a/meld/merge.py b/meld/merge.py
index a51dd0d..e551288 100644
--- a/meld/merge.py
+++ b/meld/merge.py
@@ -1,5 +1,5 @@
-### Copyright (C) 2009 Piotr Piastucki <the_leech users berlios de>
-
+# Copyright (C) 2009-2010 Piotr Piastucki <the_leech users berlios de>
+#
 # 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
diff --git a/meld/misc.py b/meld/misc.py
index 7f91d7d..e5e3b5a 100644
--- a/meld/misc.py
+++ b/meld/misc.py
@@ -1,7 +1,7 @@
-### Copyright (C) 2002-2006 Stephen Kennedy <stevek gnome org>
-### Copyright (C) 2009 Vincent Legoll <vincent legoll gmail com>
-### Copyright (C) 2012 Kai Willadsen <kai willadsen gmail com>
-
+# Copyright (C) 2002-2006 Stephen Kennedy <stevek gnome org>
+# Copyright (C) 2009 Vincent Legoll <vincent legoll gmail com>
+# Copyright (C) 2012-2013 Kai Willadsen <kai willadsen gmail com>
+#
 # 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
diff --git a/meld/newdifftab.py b/meld/newdifftab.py
index f08939b..5d9e114 100644
--- a/meld/newdifftab.py
+++ b/meld/newdifftab.py
@@ -1,5 +1,5 @@
-# Copyright (C) 2011-2012 Kai Willadsen <kai willadsen gmail com>
-
+# Copyright (C) 2011-2013 Kai Willadsen <kai willadsen gmail com>
+#
 # 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
diff --git a/meld/patchdialog.py b/meld/patchdialog.py
index 711879a..1ab1cd1 100644
--- a/meld/patchdialog.py
+++ b/meld/patchdialog.py
@@ -1,6 +1,6 @@
-### Copyright (C) 2002-2006 Stephen Kennedy <stevek gnome org>
-### Copyright (C) 2009-2010 Kai Willadsen <kai willadsen gmail com>
-
+# Copyright (C) 2002-2006 Stephen Kennedy <stevek gnome org>
+# Copyright (C) 2009-2010, 2013 Kai Willadsen <kai willadsen gmail com>
+#
 # 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
diff --git a/meld/preferences.py b/meld/preferences.py
index 2045402..28cc338 100644
--- a/meld/preferences.py
+++ b/meld/preferences.py
@@ -1,6 +1,6 @@
 # Copyright (C) 2002-2009 Stephen Kennedy <stevek gnome org>
-# Copyright (C) 2010-2011, 2013 Kai Willadsen <kai willadsen gmail com>
-
+# Copyright (C) 2010-2013 Kai Willadsen <kai willadsen gmail com>
+#
 # 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
diff --git a/meld/recent.py b/meld/recent.py
index 5581f62..b699111 100644
--- a/meld/recent.py
+++ b/meld/recent.py
@@ -1,5 +1,5 @@
-# Copyright (C) 2012 Kai Willadsen <kai willadsen gmail com>
-
+# Copyright (C) 2012-2013 Kai Willadsen <kai willadsen gmail com>
+#
 # 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
diff --git a/meld/settings.py b/meld/settings.py
index 21165be..7498212 100644
--- a/meld/settings.py
+++ b/meld/settings.py
@@ -1,5 +1,5 @@
 # Copyright (C) 2013 Kai Willadsen <kai willadsen gmail com>
-
+#
 # 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
diff --git a/meld/sourceview.py b/meld/sourceview.py
index e592008..4f95594 100644
--- a/meld/sourceview.py
+++ b/meld/sourceview.py
@@ -1,6 +1,6 @@
 # Copyright (C) 2009 Vincent Legoll <vincent legoll gmail com>
 # Copyright (C) 2010-2011, 2013 Kai Willadsen <kai willadsen gmail com>
-
+#
 # 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
diff --git a/meld/task.py b/meld/task.py
index 9d7aef2..75212ae 100644
--- a/meld/task.py
+++ b/meld/task.py
@@ -1,6 +1,6 @@
 # Copyright (C) 2002-2006 Stephen Kennedy <stevek gnome org>
-# Copyright (C) 2012 Kai Willadsen <kai willadsen gmail com>
-
+# Copyright (C) 2012-2013 Kai Willadsen <kai willadsen gmail com>
+#
 # 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
diff --git a/meld/tree.py b/meld/tree.py
index d90670e..98a1048 100644
--- a/meld/tree.py
+++ b/meld/tree.py
@@ -1,5 +1,6 @@
-### Copyright (C) 2002-2006 Stephen Kennedy <stevek gnome org>
-
+# Copyright (C) 2002-2006 Stephen Kennedy <stevek gnome org>
+# Copyright (C) 2011-2013 Kai Willadsen <kai willadsen gmail com>
+#
 # 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
diff --git a/meld/ui/emblemcellrenderer.py b/meld/ui/emblemcellrenderer.py
index 1595876..900ded1 100644
--- a/meld/ui/emblemcellrenderer.py
+++ b/meld/ui/emblemcellrenderer.py
@@ -1,6 +1,6 @@
-### Copyright (C) 2002-2006 Stephen Kennedy <stevek gnome org>
-### Copyright (C) 2010 Kai Willadsen <kai willadsen gmail com>
-
+# Copyright (C) 2002-2006 Stephen Kennedy <stevek gnome org>
+# Copyright (C) 2010, 2012-2013 Kai Willadsen <kai willadsen gmail com>
+#
 # 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
diff --git a/meld/ui/findbar.py b/meld/ui/findbar.py
index 9170194..b283ada 100644
--- a/meld/ui/findbar.py
+++ b/meld/ui/findbar.py
@@ -1,6 +1,6 @@
-### Copyright (C) 2002-2009 Stephen Kennedy <stevek gnome org>
-### Copyright (C) 2012-2013 Kai Willadsen <kai willadsen gmail com>
-
+# Copyright (C) 2002-2009 Stephen Kennedy <stevek gnome org>
+# Copyright (C) 2012-2013 Kai Willadsen <kai willadsen gmail com>
+#
 # 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
diff --git a/meld/ui/gnomeglade.py b/meld/ui/gnomeglade.py
index 4482623..cd55fe7 100644
--- a/meld/ui/gnomeglade.py
+++ b/meld/ui/gnomeglade.py
@@ -1,6 +1,6 @@
-### Copyright (C) 2002-2008 Stephen Kennedy <stevek gnome org>
-### Copyright (C) 2010, 2013 Kai Willadsen <kai willadsen gmail com>
-
+# Copyright (C) 2002-2008 Stephen Kennedy <stevek gnome org>
+# Copyright (C) 2010, 2013 Kai Willadsen <kai willadsen gmail com>
+#
 # 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
diff --git a/meld/ui/historyentry.py b/meld/ui/historyentry.py
index 5746c5b..49ee699 100644
--- a/meld/ui/historyentry.py
+++ b/meld/ui/historyentry.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2009, 2013 Kai Willadsen <kai willadsen gmail com>
+# Copyright (C) 2008-2011, 2013 Kai Willadsen <kai willadsen gmail com>
 #
 # 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
diff --git a/meld/ui/listwidget.py b/meld/ui/listwidget.py
index 3135196..f8f0634 100644
--- a/meld/ui/listwidget.py
+++ b/meld/ui/listwidget.py
@@ -1,6 +1,6 @@
-### Copyright (C) 2002-2009 Stephen Kennedy <stevek gnome org>
-### Copyright (C) 2010-2011 Kai Willadsen <kai willadsen gmail com>
-
+# Copyright (C) 2002-2009 Stephen Kennedy <stevek gnome org>
+# Copyright (C) 2010-2011, 2013 Kai Willadsen <kai willadsen gmail com>
+#
 # 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
diff --git a/meld/ui/notebooklabel.py b/meld/ui/notebooklabel.py
index 23a173e..adbc28a 100644
--- a/meld/ui/notebooklabel.py
+++ b/meld/ui/notebooklabel.py
@@ -1,6 +1,6 @@
-### Copyright (C) 2002-2009 Stephen Kennedy <stevek gnome org>
-### Copyright (C) 2008-2009 Kai Willadsen <kai willadsen gmail com>
-
+# Copyright (C) 2002-2009 Stephen Kennedy <stevek gnome org>
+# Copyright (C) 2008-2009, 2013 Kai Willadsen <kai willadsen gmail com>
+#
 # 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
diff --git a/meld/ui/statusbar.py b/meld/ui/statusbar.py
index 7d05a97..9a8691c 100644
--- a/meld/ui/statusbar.py
+++ b/meld/ui/statusbar.py
@@ -1,5 +1,5 @@
-### Copyright (C) 2012 Kai Willadsen <kai willadsen gmail com>
-
+# Copyright (C) 2012-2013 Kai Willadsen <kai willadsen gmail com>
+#
 # 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
diff --git a/meld/ui/util.py b/meld/ui/util.py
index 5265b45..42e5bae 100644
--- a/meld/ui/util.py
+++ b/meld/ui/util.py
@@ -1,6 +1,5 @@
-# Copyright (C) 2002-2008 Stephen Kennedy <stevek gnome org>
-# Copyright (C) 2010, 2013 Kai Willadsen <kai willadsen gmail com>
-
+# Copyright (C) 2013 Kai Willadsen <kai willadsen gmail com>
+#
 # 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
diff --git a/meld/ui/vcdialogs.py b/meld/ui/vcdialogs.py
index 11190f5..a3aeea2 100644
--- a/meld/ui/vcdialogs.py
+++ b/meld/ui/vcdialogs.py
@@ -1,6 +1,6 @@
 # Copyright (C) 2002-2006 Stephen Kennedy <stevek gnome org>
 # Copyright (C) 2010-2013 Kai Willadsen <kai willadsen gmail com>
-
+#
 # 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
diff --git a/meld/undo.py b/meld/undo.py
index 3f0c159..10b74d4 100644
--- a/meld/undo.py
+++ b/meld/undo.py
@@ -1,6 +1,6 @@
-### Copyright (C) 2002-2006 Stephen Kennedy <stevek gnome org>
-### Copyright (C) 2010-2011 Kai Willadsen <kai willadsen gmail com>
-
+# Copyright (C) 2002-2006 Stephen Kennedy <stevek gnome org>
+# Copyright (C) 2010-2011 Kai Willadsen <kai willadsen gmail com>
+#
 # 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
diff --git a/meld/vcview.py b/meld/vcview.py
index 02221a6..2923ed1 100644
--- a/meld/vcview.py
+++ b/meld/vcview.py
@@ -1,6 +1,6 @@
 # Copyright (C) 2002-2006 Stephen Kennedy <stevek gnome org>
 # Copyright (C) 2010-2013 Kai Willadsen <kai willadsen gmail com>
-
+#
 # 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


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