From 3c0a030d4c5b25436b8fce997cabf746d0f04271 Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Tue, 3 Apr 2012 19:02:27 +0200 Subject: Update email address Signed-off-by: Michael Buesch --- libtoprammer/bit/build.sh | 2 +- libtoprammer/bit/src/at89c2051dip20/at89c2051dip20.v | 2 +- libtoprammer/bit/src/atmega32dip40/atmega32dip40.v | 2 +- libtoprammer/bit/src/atmega8dip28/atmega8dip28.v | 2 +- libtoprammer/bit/src/attiny13dip8/attiny13dip8.v | 2 +- libtoprammer/bit/src/attiny26dip20/attiny26dip20.v | 2 +- libtoprammer/bit/src/create.sh | 2 +- libtoprammer/bit/src/hm62256dip28/hm62256dip28.v | 2 +- libtoprammer/bit/src/m24c16dip8/m24c16dip8.v | 2 +- libtoprammer/bit/src/m2764a/m2764a.v | 2 +- libtoprammer/bit/src/m8c-issp/m8c-issp.v | 2 +- libtoprammer/bit/src/template/template.v | 2 +- libtoprammer/bit/src/unitest/unitest.v | 2 +- libtoprammer/bit/src/w29ee011dip32/w29ee011dip32.v | 2 +- libtoprammer/bitfile.py | 2 +- libtoprammer/chip.py | 4 ++-- libtoprammer/chip_74hc4094.py | 2 +- libtoprammer/chip_at89c2051dip20.py | 2 +- libtoprammer/chip_atmega32dip40.py | 2 +- libtoprammer/chip_atmega88dip28.py | 2 +- libtoprammer/chip_atmega8dip28.py | 2 +- libtoprammer/chip_atmega_common.py | 2 +- libtoprammer/chip_attiny13dip8.py | 2 +- libtoprammer/chip_attiny26dip20.py | 2 +- libtoprammer/chip_generic_sram.py | 2 +- libtoprammer/chip_hm62256dip28.py | 2 +- libtoprammer/chip_m24cxxdip8.py | 2 +- libtoprammer/chip_m2764a.py | 2 +- libtoprammer/chip_m8cissp.py | 2 +- libtoprammer/chip_unitest.py | 2 +- libtoprammer/chip_w29ee011dip32.py | 2 +- libtoprammer/generic_layout.py | 2 +- libtoprammer/layout_generator.py | 2 +- libtoprammer/shiftreg_layout.py | 2 +- libtoprammer/top2049/gnd_layouts.py | 2 +- libtoprammer/top2049/vccx_layouts.py | 2 +- libtoprammer/top2049/vpp_layouts.py | 2 +- libtoprammer/toprammer_main.py | 2 +- libtoprammer/user_interface.py | 2 +- libtoprammer/util.py | 2 +- reverse-engineering/dump-parser.py | 2 +- setup.py | 4 ++-- tests/run-tests.sh | 2 +- toprammer | 2 +- toprammer-gui | 4 ++-- toprammer-layout | 2 +- 46 files changed, 49 insertions(+), 49 deletions(-) diff --git a/libtoprammer/bit/build.sh b/libtoprammer/bit/build.sh index 760cd5d..a7b84d9 100755 --- a/libtoprammer/bit/build.sh +++ b/libtoprammer/bit/build.sh @@ -1,6 +1,6 @@ #!/bin/bash # Rebuild FPGA bit files -# Copyright (c) 2010 Michael Buesch +# Copyright (c) 2010 Michael Buesch # Licensed under the GNU/GPL v2+ basedir="$(dirname "$0")" diff --git a/libtoprammer/bit/src/at89c2051dip20/at89c2051dip20.v b/libtoprammer/bit/src/at89c2051dip20/at89c2051dip20.v index 39c8c5f..bc6dddb 100644 --- a/libtoprammer/bit/src/at89c2051dip20/at89c2051dip20.v +++ b/libtoprammer/bit/src/at89c2051dip20/at89c2051dip20.v @@ -5,7 +5,7 @@ * FPGA bottomhalf implementation * * Copyright (c) 2010 Guido - * Copyright (c) 2010 Michael Buesch + * Copyright (c) 2010 Michael Buesch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libtoprammer/bit/src/atmega32dip40/atmega32dip40.v b/libtoprammer/bit/src/atmega32dip40/atmega32dip40.v index e550c2e..c95f857 100644 --- a/libtoprammer/bit/src/atmega32dip40/atmega32dip40.v +++ b/libtoprammer/bit/src/atmega32dip40/atmega32dip40.v @@ -4,7 +4,7 @@ * Atmel Mega32 DIP40 * FPGA bottomhalf implementation * - * Copyright (c) 2010-2011 Michael Buesch + * Copyright (c) 2010-2011 Michael Buesch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libtoprammer/bit/src/atmega8dip28/atmega8dip28.v b/libtoprammer/bit/src/atmega8dip28/atmega8dip28.v index e6fde66..b36f6fb 100644 --- a/libtoprammer/bit/src/atmega8dip28/atmega8dip28.v +++ b/libtoprammer/bit/src/atmega8dip28/atmega8dip28.v @@ -5,7 +5,7 @@ * Atmel Mega88 DIP28 * FPGA bottomhalf implementation * - * Copyright (c) 2010-2011 Michael Buesch + * Copyright (c) 2010-2011 Michael Buesch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libtoprammer/bit/src/attiny13dip8/attiny13dip8.v b/libtoprammer/bit/src/attiny13dip8/attiny13dip8.v index 0ab9ad0..44d9822 100644 --- a/libtoprammer/bit/src/attiny13dip8/attiny13dip8.v +++ b/libtoprammer/bit/src/attiny13dip8/attiny13dip8.v @@ -4,7 +4,7 @@ * Atmel Tiny13 DIP8 * FPGA bottomhalf implementation * - * Copyright (c) 2010 Michael Buesch + * Copyright (c) 2010 Michael Buesch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libtoprammer/bit/src/attiny26dip20/attiny26dip20.v b/libtoprammer/bit/src/attiny26dip20/attiny26dip20.v index 54cafa6..b4c17aa 100644 --- a/libtoprammer/bit/src/attiny26dip20/attiny26dip20.v +++ b/libtoprammer/bit/src/attiny26dip20/attiny26dip20.v @@ -4,7 +4,7 @@ * Atmel Tiny26 DIP20 * FPGA bottomhalf implementation * - * Copyright (c) 2010-2011 Michael Buesch + * Copyright (c) 2010-2011 Michael Buesch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libtoprammer/bit/src/create.sh b/libtoprammer/bit/src/create.sh index 22f18af..28a3fd0 100755 --- a/libtoprammer/bit/src/create.sh +++ b/libtoprammer/bit/src/create.sh @@ -1,6 +1,6 @@ #!/bin/bash # Create source template -# Copyright (c) 2010 Michael Buesch +# Copyright (c) 2010 Michael Buesch # Licensed under the GNU/GPL v2+ basedir="$(dirname "$0")" diff --git a/libtoprammer/bit/src/hm62256dip28/hm62256dip28.v b/libtoprammer/bit/src/hm62256dip28/hm62256dip28.v index a12c2f0..0cda827 100644 --- a/libtoprammer/bit/src/hm62256dip28/hm62256dip28.v +++ b/libtoprammer/bit/src/hm62256dip28/hm62256dip28.v @@ -4,7 +4,7 @@ * HM62256 SRAM * FPGA bottomhalf implementation * - * Copyright (c) 2011 Michael Buesch + * Copyright (c) 2011 Michael Buesch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libtoprammer/bit/src/m24c16dip8/m24c16dip8.v b/libtoprammer/bit/src/m24c16dip8/m24c16dip8.v index 3d70279..8120b41 100644 --- a/libtoprammer/bit/src/m24c16dip8/m24c16dip8.v +++ b/libtoprammer/bit/src/m24c16dip8/m24c16dip8.v @@ -4,7 +4,7 @@ * M24C16 I2C based serial EEPROM * FPGA bottomhalf implementation * - * Copyright (c) 2011 Michael Buesch + * Copyright (c) 2011 Michael Buesch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libtoprammer/bit/src/m2764a/m2764a.v b/libtoprammer/bit/src/m2764a/m2764a.v index d4caca7..184ca16 100644 --- a/libtoprammer/bit/src/m2764a/m2764a.v +++ b/libtoprammer/bit/src/m2764a/m2764a.v @@ -4,7 +4,7 @@ * M2764A EPROM * FPGA bottomhalf implementation * - * Copyright (c) 2010 Michael Buesch + * Copyright (c) 2010 Michael Buesch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libtoprammer/bit/src/m8c-issp/m8c-issp.v b/libtoprammer/bit/src/m8c-issp/m8c-issp.v index 7049d9d..be16d49 100644 --- a/libtoprammer/bit/src/m8c-issp/m8c-issp.v +++ b/libtoprammer/bit/src/m8c-issp/m8c-issp.v @@ -4,7 +4,7 @@ * Cypress M8C/M7C In System Serial Programmer * FPGA bottomhalf implementation * - * Copyright (c) 2010-2011 Michael Buesch + * Copyright (c) 2010-2011 Michael Buesch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libtoprammer/bit/src/template/template.v b/libtoprammer/bit/src/template/template.v index ac6f40f..e5ffadc 100644 --- a/libtoprammer/bit/src/template/template.v +++ b/libtoprammer/bit/src/template/template.v @@ -4,7 +4,7 @@ * XXXXXXXXXXXXXXXX * FPGA bottomhalf implementation * - * Copyright (c) 2011 Michael Buesch + * Copyright (c) 2011 Michael Buesch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libtoprammer/bit/src/unitest/unitest.v b/libtoprammer/bit/src/unitest/unitest.v index 4b59733..1cbe570 100644 --- a/libtoprammer/bit/src/unitest/unitest.v +++ b/libtoprammer/bit/src/unitest/unitest.v @@ -4,7 +4,7 @@ * Universal device tester * FPGA bottomhalf implementation * - * Copyright (c) 2010 Michael Buesch + * Copyright (c) 2010 Michael Buesch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libtoprammer/bit/src/w29ee011dip32/w29ee011dip32.v b/libtoprammer/bit/src/w29ee011dip32/w29ee011dip32.v index 3207180..3c03bca 100644 --- a/libtoprammer/bit/src/w29ee011dip32/w29ee011dip32.v +++ b/libtoprammer/bit/src/w29ee011dip32/w29ee011dip32.v @@ -4,7 +4,7 @@ * Winbond W29EE011 DIP32 * FPGA bottomhalf implementation * - * Copyright (c) 2010 Michael Buesch + * Copyright (c) 2010 Michael Buesch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libtoprammer/bitfile.py b/libtoprammer/bitfile.py index 263c24d..b5f6e4b 100644 --- a/libtoprammer/bitfile.py +++ b/libtoprammer/bitfile.py @@ -1,7 +1,7 @@ """ # *.BIT file parser # -# Copyright (c) 2009-2011 Michael Buesch +# Copyright (c) 2009-2011 Michael Buesch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libtoprammer/chip.py b/libtoprammer/chip.py index cf31607..a7c6b0a 100644 --- a/libtoprammer/chip.py +++ b/libtoprammer/chip.py @@ -3,7 +3,7 @@ # # Chip support # -# Copyright (c) 2009-2011 Michael Buesch +# Copyright (c) 2009-2011 Michael Buesch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -271,7 +271,7 @@ class ChipDescription: chipVendors="Other", description="", fuseDesc=(), lockbitDesc=(), packages=None, comment="", - maintainer="Michael Buesch ", + maintainer="Michael Buesch ", broken=False): """Chip implementation class description. chipImplClass => The implementation class of the chip. diff --git a/libtoprammer/chip_74hc4094.py b/libtoprammer/chip_74hc4094.py index a2855ed..3638fdd 100644 --- a/libtoprammer/chip_74hc4094.py +++ b/libtoprammer/chip_74hc4094.py @@ -3,7 +3,7 @@ # # 74HC4094 unit-tester # -# Copyright (c) 2011 Michael Buesch +# Copyright (c) 2011 Michael Buesch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libtoprammer/chip_at89c2051dip20.py b/libtoprammer/chip_at89c2051dip20.py index 0025366..1ae1776 100644 --- a/libtoprammer/chip_at89c2051dip20.py +++ b/libtoprammer/chip_at89c2051dip20.py @@ -4,7 +4,7 @@ # Atmel AT89C2051 DIP20 Support # # Copyright (c) 2010 Guido -# Copyright (c) 2010 Michael Buesch +# Copyright (c) 2010 Michael Buesch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libtoprammer/chip_atmega32dip40.py b/libtoprammer/chip_atmega32dip40.py index dc8a195..68fa195 100644 --- a/libtoprammer/chip_atmega32dip40.py +++ b/libtoprammer/chip_atmega32dip40.py @@ -3,7 +3,7 @@ # # Atmel Mega32 DIP40 support # -# Copyright (c) 2009-2010 Michael Buesch +# Copyright (c) 2009-2010 Michael Buesch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libtoprammer/chip_atmega88dip28.py b/libtoprammer/chip_atmega88dip28.py index 821ca21..54fe42d 100644 --- a/libtoprammer/chip_atmega88dip28.py +++ b/libtoprammer/chip_atmega88dip28.py @@ -3,7 +3,7 @@ # # Atmel Mega88 DIP28 support # -# Copyright (c) 2009-2010 Michael Buesch +# Copyright (c) 2009-2010 Michael Buesch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libtoprammer/chip_atmega8dip28.py b/libtoprammer/chip_atmega8dip28.py index 28322ea..cb95c32 100644 --- a/libtoprammer/chip_atmega8dip28.py +++ b/libtoprammer/chip_atmega8dip28.py @@ -3,7 +3,7 @@ # # Atmel Mega8 DIP28 support # -# Copyright (c) 2009-2010 Michael Buesch +# Copyright (c) 2009-2010 Michael Buesch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libtoprammer/chip_atmega_common.py b/libtoprammer/chip_atmega_common.py index 5bb5c6f..645c1a8 100644 --- a/libtoprammer/chip_atmega_common.py +++ b/libtoprammer/chip_atmega_common.py @@ -3,7 +3,7 @@ # # Implements the Atmel Mega MCU parallel HV programming algorithm # -# Copyright (c) 2009-2010 Michael Buesch +# Copyright (c) 2009-2010 Michael Buesch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libtoprammer/chip_attiny13dip8.py b/libtoprammer/chip_attiny13dip8.py index 8eaaf90..95c7c93 100644 --- a/libtoprammer/chip_attiny13dip8.py +++ b/libtoprammer/chip_attiny13dip8.py @@ -3,7 +3,7 @@ # # Atmel Tiny13 DIP8 # -# Copyright (c) 2010 Michael Buesch +# Copyright (c) 2010 Michael Buesch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libtoprammer/chip_attiny26dip20.py b/libtoprammer/chip_attiny26dip20.py index bfe7815..40f1f71 100644 --- a/libtoprammer/chip_attiny26dip20.py +++ b/libtoprammer/chip_attiny26dip20.py @@ -3,7 +3,7 @@ # # Atmel Tiny26 DIP20 support # -# Copyright (c) 2009-2010 Michael Buesch +# Copyright (c) 2009-2010 Michael Buesch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libtoprammer/chip_generic_sram.py b/libtoprammer/chip_generic_sram.py index 2eb0226..79426e7 100644 --- a/libtoprammer/chip_generic_sram.py +++ b/libtoprammer/chip_generic_sram.py @@ -3,7 +3,7 @@ # # Generic SRAM chip # -# Copyright (c) 2011 Michael Buesch +# Copyright (c) 2011 Michael Buesch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libtoprammer/chip_hm62256dip28.py b/libtoprammer/chip_hm62256dip28.py index 6a211ff..e7aa054 100644 --- a/libtoprammer/chip_hm62256dip28.py +++ b/libtoprammer/chip_hm62256dip28.py @@ -3,7 +3,7 @@ # # HM62256 DIP28 SRAM support # -# Copyright (c) 2011 Michael Buesch +# Copyright (c) 2011 Michael Buesch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libtoprammer/chip_m24cxxdip8.py b/libtoprammer/chip_m24cxxdip8.py index 1e792fd..9f85515 100644 --- a/libtoprammer/chip_m24cxxdip8.py +++ b/libtoprammer/chip_m24cxxdip8.py @@ -3,7 +3,7 @@ # # M24C16 I2C based serial EEPROM # -# Copyright (c) 2011 Michael Buesch +# Copyright (c) 2011 Michael Buesch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libtoprammer/chip_m2764a.py b/libtoprammer/chip_m2764a.py index 6b5f28c..17e8e74 100644 --- a/libtoprammer/chip_m2764a.py +++ b/libtoprammer/chip_m2764a.py @@ -3,7 +3,7 @@ # # M2764A EPROM programmer # -# Copyright (c) 2010 Michael Buesch +# Copyright (c) 2010 Michael Buesch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libtoprammer/chip_m8cissp.py b/libtoprammer/chip_m8cissp.py index 7d38945..4ad8b09 100644 --- a/libtoprammer/chip_m8cissp.py +++ b/libtoprammer/chip_m8cissp.py @@ -3,7 +3,7 @@ # # Cypress M8C In System Serial Programmer # -# Copyright (c) 2010-2011 Michael Buesch +# Copyright (c) 2010-2011 Michael Buesch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libtoprammer/chip_unitest.py b/libtoprammer/chip_unitest.py index e21f824..8da9e13 100644 --- a/libtoprammer/chip_unitest.py +++ b/libtoprammer/chip_unitest.py @@ -3,7 +3,7 @@ # # Universal device tester # -# Copyright (c) 2010 Michael Buesch +# Copyright (c) 2010 Michael Buesch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libtoprammer/chip_w29ee011dip32.py b/libtoprammer/chip_w29ee011dip32.py index 051fe9e..53ffa17 100644 --- a/libtoprammer/chip_w29ee011dip32.py +++ b/libtoprammer/chip_w29ee011dip32.py @@ -4,7 +4,7 @@ # Winbond W29EE011 DIP32 # Winbond W29EE011 PLCC32 (inside 1:1 PLCC32->DIP32 adapter) # -# Copyright (c) 2010 Michael Buesch +# Copyright (c) 2010 Michael Buesch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libtoprammer/generic_layout.py b/libtoprammer/generic_layout.py index 923f6d9..c10c636 100644 --- a/libtoprammer/generic_layout.py +++ b/libtoprammer/generic_layout.py @@ -3,7 +3,7 @@ # # Generic ZIF socket voltage layout # -# Copyright (c) 2010 Michael Buesch +# Copyright (c) 2010 Michael Buesch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libtoprammer/layout_generator.py b/libtoprammer/layout_generator.py index 20cd688..29a25f4 100644 --- a/libtoprammer/layout_generator.py +++ b/libtoprammer/layout_generator.py @@ -3,7 +3,7 @@ # # ZIF socket layout generator # -# Copyright (c) 2010 Michael Buesch +# Copyright (c) 2010 Michael Buesch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libtoprammer/shiftreg_layout.py b/libtoprammer/shiftreg_layout.py index 41a134a..a047357 100644 --- a/libtoprammer/shiftreg_layout.py +++ b/libtoprammer/shiftreg_layout.py @@ -3,7 +3,7 @@ # # TOP2049 Shiftregister based layout definitions # -# Copyright (c) 2010 Michael Buesch +# Copyright (c) 2010 Michael Buesch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libtoprammer/top2049/gnd_layouts.py b/libtoprammer/top2049/gnd_layouts.py index 2516e20..3d60a49 100644 --- a/libtoprammer/top2049/gnd_layouts.py +++ b/libtoprammer/top2049/gnd_layouts.py @@ -3,7 +3,7 @@ # # TOP2049 GND layout definitions # -# Copyright (c) 2010 Michael Buesch +# Copyright (c) 2010 Michael Buesch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libtoprammer/top2049/vccx_layouts.py b/libtoprammer/top2049/vccx_layouts.py index 7560c27..9174d7a 100644 --- a/libtoprammer/top2049/vccx_layouts.py +++ b/libtoprammer/top2049/vccx_layouts.py @@ -3,7 +3,7 @@ # # TOP2049 VCCX layout definitions # -# Copyright (c) 2010 Michael Buesch +# Copyright (c) 2010 Michael Buesch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libtoprammer/top2049/vpp_layouts.py b/libtoprammer/top2049/vpp_layouts.py index a0ba65b..bc9cef5 100644 --- a/libtoprammer/top2049/vpp_layouts.py +++ b/libtoprammer/top2049/vpp_layouts.py @@ -3,7 +3,7 @@ # # TOP2049 VPP layout definitions # -# Copyright (c) 2010 Michael Buesch +# Copyright (c) 2010 Michael Buesch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libtoprammer/toprammer_main.py b/libtoprammer/toprammer_main.py index 96ed875..9b64f00 100644 --- a/libtoprammer/toprammer_main.py +++ b/libtoprammer/toprammer_main.py @@ -1,7 +1,7 @@ """ # TOP2049 Open Source programming suite # -# Copyright (c) 2009-2011 Michael Buesch +# Copyright (c) 2009-2011 Michael Buesch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libtoprammer/user_interface.py b/libtoprammer/user_interface.py index 11a72e6..ae7385e 100644 --- a/libtoprammer/user_interface.py +++ b/libtoprammer/user_interface.py @@ -3,7 +3,7 @@ # # Generic user interface support # -# Copyright (c) 2009-2010 Michael Buesch +# Copyright (c) 2009-2010 Michael Buesch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libtoprammer/util.py b/libtoprammer/util.py index 9722062..e93f11c 100644 --- a/libtoprammer/util.py +++ b/libtoprammer/util.py @@ -3,7 +3,7 @@ # # Utility functions # -# Copyright (c) 2009-2011 Michael Buesch +# Copyright (c) 2009-2011 Michael Buesch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/reverse-engineering/dump-parser.py b/reverse-engineering/dump-parser.py index 81ec1bd..7fadcd0 100755 --- a/reverse-engineering/dump-parser.py +++ b/reverse-engineering/dump-parser.py @@ -4,7 +4,7 @@ # # USB dump parser # -# Copyright (c) 2010 Michael Buesch +# Copyright (c) 2010 Michael Buesch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/setup.py b/setup.py index c4fff8e..d927a7f 100755 --- a/setup.py +++ b/setup.py @@ -7,8 +7,8 @@ setup( name = "toprammer", version = toprammer_main.VERSION, description = "TOP2049 Open Source programming suite", author = "Michael Buesch", - author_email = "mb@bu3sch.de", - url = "http://bu3sch.de/joomla/index.php/toprammer-top2049", + author_email = "m@bues.ch", + url = "http://bues.ch/cms/hacking/toprammer.html", packages = [ "libtoprammer", "libtoprammer/top2049", ], package_data = { "libtoprammer" : [ "bit/*.bit", "icons/*.png", ], }, scripts = [ "toprammer", "toprammer-gui", "toprammer-layout", ], diff --git a/tests/run-tests.sh b/tests/run-tests.sh index b18d352..d186162 100755 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -1,6 +1,6 @@ #!/bin/bash # Toprammer regression tests -# Copyright (c) 2010 Michael Buesch +# Copyright (c) 2010 Michael Buesch basedir="$(dirname "$0")" [ "${basedir:0:1}" = "/" ] || basedir="$PWD/$basedir" diff --git a/toprammer b/toprammer index 76ef562..6ffc3f9 100755 --- a/toprammer +++ b/toprammer @@ -4,7 +4,7 @@ # # Commandline utility # -# Copyright (c) 2009-2010 Michael Buesch +# Copyright (c) 2009-2010 Michael Buesch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/toprammer-gui b/toprammer-gui index 30f69d1..70a6e66 100755 --- a/toprammer-gui +++ b/toprammer-gui @@ -4,7 +4,7 @@ # # Qt-based graphical user interface # -# Copyright (c) 2010-2011 Michael Buesch +# Copyright (c) 2010-2011 Michael Buesch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -2151,7 +2151,7 @@ class MainWindow(QMainWindow): def showAbout(self): QMessageBox.information(self, "About TOPrammer", - "Copyright (c) Michael Buesch ") + "Copyright (c) Michael Buesch ") def startUnitest(self): self.bufferTab.setupBuffers(0) diff --git a/toprammer-layout b/toprammer-layout index 43fb53b..5afe5cf 100755 --- a/toprammer-layout +++ b/toprammer-layout @@ -4,7 +4,7 @@ # # ZIF socket layout generator # -# Copyright (c) 2010 Michael Buesch +# Copyright (c) 2010 Michael Buesch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- cgit v1.2.3