From 93d613ce03827d79e5c475b103a96b16d23c2226 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 10 Sep 2007 08:01:38 +0000 Subject: [PATCH] Fixed mail --- d-fuzz.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/d-fuzz.py b/d-fuzz.py index c987ff3..a3c1dae 100755 --- a/d-fuzz.py +++ b/d-fuzz.py @@ -1,14 +1,14 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Copyright (c) 2007-2007 Guillaume Pellerin +# Copyright (c) 2007-2007 Guillaume Pellerin # All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms # are also available at http://svn.parisson.org/d-fuzz/DFuzzLicense. # -# Author: Guillaume Pellerin +# Author: Guillaume Pellerin import os import sys @@ -50,7 +50,7 @@ class DFuzz: def prog_info(self): desc = '\n d-fuzz : easy and light streaming tool\n' version = ' version : ' + self.version +'\n\n' - info = """ Copyright (c) 2007-2007 Guillaume Pellerin + info = """ Copyright (c) 2007-2007 Guillaume Pellerin All rights reserved. This software is licensed as described in the file COPYING, which -- 2.39.5