<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>COPYING</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,19 @@
+/*
+	Copyright 2007 2008 Abhijit Bhopatkar
+	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 3 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, in file COPYING
+	If not, see &lt;http://www.devslashzero.com/teamgit/license&gt;.
+*/
 #include &quot;commitdialogimpl.h&quot;
 
 // place your code here</diff>
      <filename>src/commitdialogimpl.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+/*
+	Copyright 2007 2008 Abhijit Bhopatkar
+	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 3 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, in file COPYING
+	If not, see &lt;http://www.devslashzero.com/teamgit/license&gt;.
+*/
 #ifndef __COMMITDIALOGIMPL_H__
 #define __COMMITDIALOGIMPL_H__
 </diff>
      <filename>src/commitdialogimpl.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+/*
+	Copyright 2007 2008 Abhijit Bhopatkar
+	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 3 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, in file COPYING
+	If not, see &lt;http://www.devslashzero.com/teamgit/license&gt;.
+*/
 #ifndef __DEFS_H__
 #define __DEFS_H__
 </diff>
      <filename>src/defs.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+/*
+	Copyright 2007 2008 Abhijit Bhopatkar
+	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 3 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, in file COPYING
+	If not, see &lt;http://www.devslashzero.com/teamgit/license&gt;.
+*/
 #include &quot;diffviewer.h&quot;
 #include &lt;QTextDocument&gt;
 #include &lt;QTextCursor&gt;</diff>
      <filename>src/diffviewer.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+/*
+	Copyright 2007 2008 Abhijit Bhopatkar
+	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 3 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, in file COPYING
+	If not, see &lt;http://www.devslashzero.com/teamgit/license&gt;.
+*/
 #ifndef __DIFFVIEWER_H__
 #define __DIFFVIEWER_H__
 </diff>
      <filename>src/diffviewer.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+/*
+	Copyright 2007 2008 Abhijit Bhopatkar
+	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 3 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, in file COPYING
+	If not, see &lt;http://www.devslashzero.com/teamgit/license&gt;.
+*/
 #include &lt;QString&gt;
 #include &lt;QStringList&gt;
 #include &lt;QStringListIterator&gt;</diff>
      <filename>src/gitprocess.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+/*
+	Copyright 2007 2008 Abhijit Bhopatkar
+	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 3 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, in file COPYING
+	If not, see &lt;http://www.devslashzero.com/teamgit/license&gt;.
+*/
 #ifndef GITPROCESS_H
 #define GITPROCESS_H
 //</diff>
      <filename>src/gitprocess.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+/*
+	Copyright 2007 2008 Abhijit Bhopatkar
+	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 3 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, in file COPYING
+	If not, see &lt;http://www.devslashzero.com/teamgit/license&gt;.
+*/
 #include &quot;gitthread.h&quot;
 #include &lt;stdio.h&gt;
 </diff>
      <filename>src/gitthread.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+/*
+	Copyright 2007 2008 Abhijit Bhopatkar
+	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 3 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, in file COPYING
+	If not, see &lt;http://www.devslashzero.com/teamgit/license&gt;.
+*/
 #ifndef __GITTHREAD_H__
 #define __GITTHREAD_H__
 </diff>
      <filename>src/gitthread.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+/*
+	Copyright 2007 2008 Abhijit Bhopatkar
+	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 3 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, in file COPYING
+	If not, see &lt;http://www.devslashzero.com/teamgit/license&gt;.
+*/
 #ifndef __GSETTINGS_H__
 #define __GSETTINGS_H__
 </diff>
      <filename>src/gsettings.h</filename>
    </modified>
    <modified>
      <diff>@@ -3,6 +3,7 @@
    This file is part of the KDE libraries
    Copyright (C) 2002 Waldo Bastian &lt;bastian@kde.org&gt;
    Copyright (C) 2002-2003,2007 Oswald Buddenhagen &lt;ossi@kde.org&gt;
+   Copyright (C) 2008 Abhijit Bhopatkar
 
     Rewritten for QT4 by e_k &lt;e_k at users.sourceforge.net&gt;, Copyright (C)2008
 </diff>
      <filename>src/kpty.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+/*
+	Copyright 2007 2008 Abhijit Bhopatkar
+	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 3 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, in file COPYING
+	If not, see &lt;http://www.devslashzero.com/teamgit/license&gt;.
+*/
 #include &lt;QApplication&gt;
 #include &quot;mainwindowimpl.h&quot;
 //</diff>
      <filename>src/main.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,21 @@
+/*
+	Copyright 2007 2008 Abhijit Bhopatkar
+	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 3 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, in file COPYING
+	If not, see &lt;http://www.devslashzero.com/teamgit/license&gt;.
+*/
+
+
 #include &lt;QMetaObject&gt;
 #include &lt;QTimer&gt;
 #include &lt;QSettings&gt;
@@ -269,7 +287,7 @@ MainWindowImpl::~MainWindowImpl()
 void MainWindowImpl::about()
 {
 	QMessageBox::about(this, tr(&quot;About Teamgit&quot;),
-						&quot;&lt;br&gt;(c) 2007-2008 Abhijit Bhopatkar - &lt;i&gt;BAIN&lt;/i&gt; &lt;/b&gt;&quot;
+						&quot;&lt;br&gt; Copyright 2007-2008 Abhijit Bhopatkar - &lt;i&gt;BAIN&lt;/i&gt; &lt;/b&gt;&quot;
 						&quot;&lt;br&gt; bain@devslashzero.com &quot;
 						&quot;&lt;br&gt; &lt;a href=http://www.devslashzero.com/teamgit&gt;www.devslashzero.com/teamgit&lt;/a&gt;&quot;
 						&quot;&lt;br&gt; This program is free software; you can redistribute it and/or modify it under the terms of the  &lt;a href=http://www.devslashzero.com/teamgit/license&gt;GNU General Public License Version 2.&lt;/a&gt;&quot;</diff>
      <filename>src/mainwindowimpl.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+/*
+	Copyright 2007 2008 Abhijit Bhopatkar
+	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 3 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, in file COPYING
+	If not, see &lt;http://www.devslashzero.com/teamgit/license&gt;.
+*/
 #ifndef MAINWINDOWIMPL_H
 #define MAINWINDOWIMPL_H
 //</diff>
      <filename>src/mainwindowimpl.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+/*
+	Copyright 2007 2008 Abhijit Bhopatkar
+	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 3 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, in file COPYING
+	If not, see &lt;http://www.devslashzero.com/teamgit/license&gt;.
+*/
 #include &quot;newprojectimpl.h&quot;
 
 NewProjectImpl::NewProjectImpl(QWidget *parent)</diff>
      <filename>src/newprojectimpl.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+/*
+	Copyright 2007 2008 Abhijit Bhopatkar
+	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 3 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, in file COPYING
+	If not, see &lt;http://www.devslashzero.com/teamgit/license&gt;.
+*/
 #ifndef __NEWPROJECTIMPL_H__
 #define __NEWPROJECTIMPL_H__
 </diff>
      <filename>src/newprojectimpl.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+/*
+	Copyright 2007 2008 Abhijit Bhopatkar
+	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 3 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, in file COPYING
+	If not, see &lt;http://www.devslashzero.com/teamgit/license&gt;.
+*/
 #include &lt;QtDebug&gt;
 #include &lt;stdio.h&gt;
 #include &lt;iostream&gt;</diff>
      <filename>src/outputdialogimpl.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+/*
+	Copyright 2007 2008 Abhijit Bhopatkar
+	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 3 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, in file COPYING
+	If not, see &lt;http://www.devslashzero.com/teamgit/license&gt;.
+*/
 #ifndef __OUTPUTDIALOGIMPL_H__
 #define __OUTPUTDIALOGIMPL_H__
 </diff>
      <filename>src/outputdialogimpl.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,6 @@
 /****************************************************************************
  **
+ ** Copyright (C) 2008 Abhijit Bhopatkar
  ** Copyright (C) 2005-2008 Trolltech ASA. All rights reserved.
  **
  ** This file is part of the example classes of the Qt Toolkit.</diff>
      <filename>src/projectsmodel.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+/*
+	Copyright 2007 2008 Abhijit Bhopatkar
+	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 3 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, in file COPYING
+	If not, see &lt;http://www.devslashzero.com/teamgit/license&gt;.
+*/
 #include &quot;resetdialogimpl.h&quot;
 
 // place your code here</diff>
      <filename>src/resetdialogimpl.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+/*
+	Copyright 2007 2008 Abhijit Bhopatkar
+	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 3 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, in file COPYING
+	If not, see &lt;http://www.devslashzero.com/teamgit/license&gt;.
+*/
 #ifndef __RESETDIALOGIMPL_H__
 #define __RESETDIALOGIMPL_H__
 </diff>
      <filename>src/resetdialogimpl.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+/*
+	Copyright 2007 2008 Abhijit Bhopatkar
+	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 3 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, in file COPYING
+	If not, see &lt;http://www.devslashzero.com/teamgit/license&gt;.
+*/
 #ifndef __SETTINGS_H__
 #define __SETTINGS_H__
 </diff>
      <filename>src/settings.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+/*
+	Copyright 2007 2008 Abhijit Bhopatkar
+	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 3 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, in file COPYING
+	If not, see &lt;http://www.devslashzero.com/teamgit/license&gt;.
+*/
 #include &lt;QFileDialog&gt;
 
 #include &quot;settingsimpl.h&quot;</diff>
      <filename>src/settingsimpl.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+/*
+	Copyright 2007 2008 Abhijit Bhopatkar
+	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 3 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, in file COPYING
+	If not, see &lt;http://www.devslashzero.com/teamgit/license&gt;.
+*/
 #ifndef __SETTINGSIMPL_H__
 #define __SETTINGSIMPL_H__
 #include &lt;QObject&gt;</diff>
      <filename>src/settingsimpl.h</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3260d3caf750535682a81061ca3007a32d79b8cb</id>
    </parent>
  </parents>
  <author>
    <name>Abhijit Bhopatkar</name>
    <email>bain@devslashzero.com</email>
  </author>
  <url>http://github.com/bainonline/teamgit/commit/2a60e89616e615c57790ef67d3785af13c2e7852</url>
  <id>2a60e89616e615c57790ef67d3785af13c2e7852</id>
  <committed-date>2008-09-18T08:11:58-07:00</committed-date>
  <authored-date>2008-09-18T03:09:34-07:00</authored-date>
  <message>Added copyright information</message>
  <tree>3b21884350779f2c9c18b3bdabf7c0c2ed375177</tree>
  <committer>
    <name>Abhijit Bhopatkar</name>
    <email>bain@devslashzero.com</email>
  </committer>
</commit>
