summaryrefslogtreecommitdiffstats
path: root/g-ed-it
diff options
context:
space:
mode:
authorMatthieu Gautier <mgautier@fedoraproject.org>2009-04-06 00:09:28 +0200
committerMatthieu Gautier <mgautier@fedoraproject.org>2009-04-06 00:09:28 +0200
commitbe2ed615ea62f3f28539f58fdd67e41559d833b8 (patch)
tree77d89a36330045ff0c1f768cb0a5353ef7cadb3e /g-ed-it
parentcecf9f402eb987633bd3178c6269266eee6b8d65 (diff)
downloadg-ed-it-be2ed615ea62f3f28539f58fdd67e41559d833b8.tar.gz
g-ed-it-be2ed615ea62f3f28539f58fdd67e41559d833b8.tar.xz
g-ed-it-be2ed615ea62f3f28539f58fdd67e41559d833b8.zip
Add GLPv3 License.
Signed-off-by: Matthieu Gautier <mgautier@fedoraproject.org>
Diffstat (limited to 'g-ed-it')
-rw-r--r--g-ed-it/__init__.py20
-rw-r--r--g-ed-it/commitDialog.py17
-rw-r--r--g-ed-it/docBar.py17
-rw-r--r--g-ed-it/docHelper.py17
-rw-r--r--g-ed-it/gitAction.py17
-rw-r--r--g-ed-it/git_windows.glade18
-rw-r--r--g-ed-it/windowHelper.py20
7 files changed, 126 insertions, 0 deletions
diff --git a/g-ed-it/__init__.py b/g-ed-it/__init__.py
index 1b23b98..4c92814 100644
--- a/g-ed-it/__init__.py
+++ b/g-ed-it/__init__.py
@@ -1,3 +1,23 @@
+#!/usr/bin/env python
+#-*- coding:utf-8 -*-
+
+# Copyright 2009 Matthieu Gautier
+
+# This file is part of g-ed-it.
+#
+# g-ed-it 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
+# any later version.
+#
+# g-ed-it 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 g-ed-it. If not, see <http://www.gnu.org/licenses/>.
+
import gedit
import os
diff --git a/g-ed-it/commitDialog.py b/g-ed-it/commitDialog.py
index 0bc2007..683e888 100644
--- a/g-ed-it/commitDialog.py
+++ b/g-ed-it/commitDialog.py
@@ -1,6 +1,23 @@
#!/usr/bin/env python
#-*- coding:utf-8 -*-
+# Copyright 2009 Matthieu Gautier
+
+# This file is part of g-ed-it.
+#
+# g-ed-it 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
+# any later version.
+#
+# g-ed-it 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 g-ed-it. If not, see <http://www.gnu.org/licenses/>.
+
import os
import time
import subprocess
diff --git a/g-ed-it/docBar.py b/g-ed-it/docBar.py
index 1db1eff..9d019c1 100644
--- a/g-ed-it/docBar.py
+++ b/g-ed-it/docBar.py
@@ -1,6 +1,23 @@
#!/usr/bin/env python
#-*- coding:utf-8 -*-
+# Copyright 2009 Matthieu Gautier
+
+# This file is part of g-ed-it.
+#
+# g-ed-it 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
+# any later version.
+#
+# g-ed-it 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 g-ed-it. If not, see <http://www.gnu.org/licenses/>.
+
import gedit
import gtk
import subprocess
diff --git a/g-ed-it/docHelper.py b/g-ed-it/docHelper.py
index 45be438..d3b1800 100644
--- a/g-ed-it/docHelper.py
+++ b/g-ed-it/docHelper.py
@@ -1,6 +1,23 @@
#!/usr/bin/env python
#-*- coding:utf-8 -*-
+# Copyright 2009 Matthieu Gautier
+
+# This file is part of g-ed-it.
+#
+# g-ed-it 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
+# any later version.
+#
+# g-ed-it 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 g-ed-it. If not, see <http://www.gnu.org/licenses/>.
+
import os.path
import subprocess
diff --git a/g-ed-it/gitAction.py b/g-ed-it/gitAction.py
index e07eb97..afcc954 100644
--- a/g-ed-it/gitAction.py
+++ b/g-ed-it/gitAction.py
@@ -1,6 +1,23 @@
#!/usr/bin/env python
#-*- coding:utf-8 -*-
+# Copyright 2009 Matthieu Gautier
+
+# This file is part of g-ed-it.
+#
+# g-ed-it 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
+# any later version.
+#
+# g-ed-it 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 g-ed-it. If not, see <http://www.gnu.org/licenses/>.
+
import os.path
import gtk
import subprocess
diff --git a/g-ed-it/git_windows.glade b/g-ed-it/git_windows.glade
index e550a5f..dc3ba98 100644
--- a/g-ed-it/git_windows.glade
+++ b/g-ed-it/git_windows.glade
@@ -1,6 +1,24 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
<!--Generated with glade3 3.4.5 on Wed Mar 25 23:15:57 2009 -->
+<!--
+Copyright 2009 Matthieu Gautier
+
+This file is part of g-ed-it.
+
+g-ed-it 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 any
+later version.
+
+g-ed-it 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 g-ed-it. If not, see <http://www.gnu.org/licenses/>.
+-->
<glade-interface>
<widget class="GtkDialog" id="commit_dialog">
<property name="border_width">5</property>
diff --git a/g-ed-it/windowHelper.py b/g-ed-it/windowHelper.py
index 9391b8f..dd6d2e6 100644
--- a/g-ed-it/windowHelper.py
+++ b/g-ed-it/windowHelper.py
@@ -1,3 +1,23 @@
+#!/usr/bin/env python
+#-*- coding:utf-8 -*-
+
+# Copyright 2009 Matthieu Gautier
+
+# This file is part of g-ed-it.
+#
+# g-ed-it 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
+# any later version.
+#
+# g-ed-it 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 g-ed-it. If not, see <http://www.gnu.org/licenses/>.
+
import gedit
import gtk