From be2ed615ea62f3f28539f58fdd67e41559d833b8 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 6 Apr 2009 00:09:28 +0200 Subject: Add GLPv3 License. Signed-off-by: Matthieu Gautier --- g-ed-it/commitDialog.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'g-ed-it/commitDialog.py') 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 . + import os import time import subprocess -- cgit