From 1b0001147e5d8209a2a2a209edaa93264a143473 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Tue, 16 Oct 2012 22:37:13 +0200 Subject: [PATCH] Fix license header --- dsl.py | 2 +- gui.py | 2 +- qt_dialogue.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dsl.py b/dsl.py index f78e67f..890ea70 100755 --- a/dsl.py +++ b/dsl.py @@ -13,7 +13,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program (gpl.txt); if not, write to the Free Software +# along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. import argparse, sys, os, re, subprocess diff --git a/gui.py b/gui.py index 2e5d476..a0fb3bb 100644 --- a/gui.py +++ b/gui.py @@ -12,7 +12,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program (gpl.txt); if not, write to the Free Software +# along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # This file bstracts GUI stuff away, so that the actual dsl.py does not have to deal with it diff --git a/qt_dialogue.py b/qt_dialogue.py index e8e42a4..0986106 100644 --- a/qt_dialogue.py +++ b/qt_dialogue.py @@ -12,7 +12,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program (gpl.txt); if not, write to the Free Software +# along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. from dsl import RelativeScreenPosition, ScreenSetup, res2user from PyQt4 import QtCore, QtGui -- 2.30.2