From 914ef8ba3d7167f44de4f08b4df8f5173ac6338b Mon Sep 17 00:00:00 2001 From: schneefux Date: Wed, 7 Jan 2015 14:38:07 +0100 Subject: Updated copyright notice in jasper.py --- jasper.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'jasper.py') diff --git a/jasper.py b/jasper.py index 1a61981..908523a 100755 --- a/jasper.py +++ b/jasper.py @@ -1,5 +1,6 @@ #!/usr/bin/env python2 # -*- coding: utf-8-*- + import os import sys import shutil @@ -113,10 +114,10 @@ class Jasper(object): if __name__ == "__main__": - print("===========================================================") - print(" JASPER The Talking Computer ") - print(" Copyright 2013 Shubhro Saha & Charlie Marsh ") - print("===========================================================") + print("*******************************************************") + print("* JASPER - THE TALKING COMPUTER *") + print("* (c) 2015 Shubhro Saha, Charlie Marsh & Jan Holthuis *") + print("*******************************************************") logging.basicConfig() logger = logging.getLogger() -- cgit v1.3.1