From 4b105beb616a84c8a548287201dce11f0b191e72 Mon Sep 17 00:00:00 2001 From: Gareth McMullin Date: Wed, 9 Feb 2011 12:06:50 +1300 Subject: Fixed printed copyright notices in scripts. hexprog.py now defaults to target 1. --- scripts/bootprog.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'scripts/bootprog.py') diff --git a/scripts/bootprog.py b/scripts/bootprog.py index ea11f8e..01352b9 100755 --- a/scripts/bootprog.py +++ b/scripts/bootprog.py @@ -1,7 +1,7 @@ #!/usr/bin/python # # bootprog.py: STM32 SystemMemory Production Programmer -- version 1.1 -# Copyright (C) 2009 Black Sphere Technologies +# Copyright (C) 2011 Black Sphere Technologies # Written by Gareth McMullin # # This program is free software: you can redistribute it and/or modify @@ -136,7 +136,8 @@ if __name__ == "__main__": if platform == "linux2": print "\x1b\x5b\x48\x1b\x5b\x32\x4a" # clear terminal screen print "STM32 SystemMemory Production Programmer -- version 1.1" - print "Copyright (C) 2009 Black Sphere Technologies, All rights reserved." + print "Copyright (C) 2011 Black Sphere Technologies" + print "License GPLv3+: GNU GPL version 3 or later " print dev = "COM1" if platform == "win32" else "/dev/ttyUSB0" -- cgit v1.2.3