From: Michael Buesch Date: Sun, 21 Aug 2011 11:50:53 +0000 (+0200) Subject: Update my e-mail address X-Git-Tag: b43-fwcutter-015~3 X-Git-Url: https://jxself.org/git/?p=b43-tools.git;a=commitdiff_plain;h=41859f7435757173b3933bf1fd53f22fa673299b Update my e-mail address Signed-off-by: Michael Buesch --- diff --git a/assembler/args.c b/assembler/args.c index 12d2fa4..8185500 100644 --- a/assembler/args.c +++ b/assembler/args.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2010 Michael Buesch + * Copyright (C) 2006-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 version 2 diff --git a/assembler/b43-asm b/assembler/b43-asm index 79d5e5a..5d6b54e 100755 --- a/assembler/b43-asm +++ b/assembler/b43-asm @@ -2,7 +2,7 @@ # # b43-asm preprocessing frontend # -# Copyright (c) 2010 Michael Buesch +# Copyright (c) 2010 Michael Buesch # Licensed under the GNU/GPL version 2. # diff --git a/assembler/initvals.c b/assembler/initvals.c index 5c968df..8d8d0e9 100644 --- a/assembler/initvals.c +++ b/assembler/initvals.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007 Michael Buesch + * Copyright (C) 2007 Michael Buesch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 diff --git a/assembler/main.c b/assembler/main.c index ad180b2..f4ee51d 100644 --- a/assembler/main.c +++ b/assembler/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2010 Michael Buesch + * Copyright (C) 2006-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 version 2 diff --git a/assembler/parser.y b/assembler/parser.y index b5ef6a8..e102911 100644 --- a/assembler/parser.y +++ b/assembler/parser.y @@ -1,7 +1,7 @@ %{ /* - * Copyright (C) 2006-2010 Michael Buesch + * Copyright (C) 2006-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 version 2 diff --git a/assembler/scanner.l b/assembler/scanner.l index dc6e608..382fe35 100644 --- a/assembler/scanner.l +++ b/assembler/scanner.l @@ -1,7 +1,7 @@ %{ /* - * Copyright (C) 2006-2010 Michael Buesch + * Copyright (C) 2006-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 version 2 diff --git a/assembler/util.c b/assembler/util.c index 2f4f7a0..6e697a3 100644 --- a/assembler/util.c +++ b/assembler/util.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006 Michael Buesch + * Copyright (C) 2006 Michael Buesch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 diff --git a/debug/b43-beautifier b/debug/b43-beautifier index ce18aec..10d699f 100755 --- a/debug/b43-beautifier +++ b/debug/b43-beautifier @@ -2,7 +2,7 @@ """ # b43 firmware assembly code beautifier # -# Copyright (C) 2008-2010 Michael Buesch +# Copyright (C) 2008-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 version 3 @@ -25,7 +25,7 @@ from libb43 import * def usage(): print "b43 firmware assembly code beautifier" print "" - print "Copyright (C) 2008 Michael Buesch " + print "Copyright (C) 2008 Michael Buesch " print "Licensed under the GNU/GPL version 3" print "" print "Usage: b43-beautifier [OPTIONS]" diff --git a/debug/b43-fwdump b/debug/b43-fwdump index 6ac7aa0..a24c614 100755 --- a/debug/b43-fwdump +++ b/debug/b43-fwdump @@ -2,7 +2,7 @@ """ # b43 firmware state dumper # -# Copyright (C) 2008 Michael Buesch +# Copyright (C) 2008 Michael Buesch # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License version 3 @@ -27,7 +27,7 @@ import re def usage(): print "b43 firmware state dumper" print "" - print "Copyright (C) 2008 Michael Buesch " + print "Copyright (C) 2008 Michael Buesch " print "Licensed under the GNU/GPL version 3" print "" print "Usage: b43-fwdump [OPTIONS]" diff --git a/debug/libb43.py b/debug/libb43.py index 78f0e6c..c8b9533 100644 --- a/debug/libb43.py +++ b/debug/libb43.py @@ -1,7 +1,7 @@ """ # b43 debugging library # -# Copyright (C) 2008-2010 Michael Buesch +# Copyright (C) 2008-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 version 3 diff --git a/debug/patcher-template b/debug/patcher-template index a646ff8..df927c3 100755 --- a/debug/patcher-template +++ b/debug/patcher-template @@ -1,6 +1,6 @@ #!/usr/bin/env python """ -# Copyright (C) 2008 Michael Buesch +# Copyright (C) 2008 Michael Buesch # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License version 3 diff --git a/disassembler/args.c b/disassembler/args.c index 89db706..a10c078 100644 --- a/disassembler/args.c +++ b/disassembler/args.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2007 Michael Buesch + * Copyright (C) 2006-2007 Michael Buesch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 diff --git a/disassembler/b43-ivaldump b/disassembler/b43-ivaldump index eb87899..ce06cbb 100755 --- a/disassembler/b43-ivaldump +++ b/disassembler/b43-ivaldump @@ -2,7 +2,7 @@ """ # A small script to dump the contents of a b43 initvals file # -# Copyright (C) 2008 Michael Buesch +# Copyright (C) 2008 Michael Buesch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 @@ -21,7 +21,7 @@ def usage(): print "b43 initvals file dumper" print "Prints a .initvals assembly section to stdout." print "" - print "Copyright (C) 2008-2010 Michael Buesch " + print "Copyright (C) 2008-2010 Michael Buesch " print "Licensed under the GNU/GPL version 2" print "" print "Usage: b43-ivaldump FILE" diff --git a/disassembler/brcm80211-fwconv b/disassembler/brcm80211-fwconv index 092c043..5c32f28 100755 --- a/disassembler/brcm80211-fwconv +++ b/disassembler/brcm80211-fwconv @@ -1,6 +1,6 @@ #!/usr/bin/env python """ -# 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 version 2 diff --git a/disassembler/brcm80211-ivaldump b/disassembler/brcm80211-ivaldump index 8a07f85..4225da6 100755 --- a/disassembler/brcm80211-ivaldump +++ b/disassembler/brcm80211-ivaldump @@ -2,7 +2,7 @@ """ # A small script to dump the contents of a brcm80211 initvals section # -# 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 version 2 @@ -21,7 +21,7 @@ def usage(): print "brcm80211 initvals section dumper" print "Prints a .initvals assembly section to stdout." print "" - print "Copyright (C) 2010 Michael Buesch " + print "Copyright (C) 2010 Michael Buesch " print "Licensed under the GNU/GPL version 2" print "" print "Usage: brcm80211-ivaldump FILE" diff --git a/disassembler/main.c b/disassembler/main.c index e3ef87f..6cf39b6 100644 --- a/disassembler/main.c +++ b/disassembler/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2010 Michael Buesch + * Copyright (C) 2006-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 version 2 diff --git a/disassembler/util.c b/disassembler/util.c index 1854faf..890f2e5 100644 --- a/disassembler/util.c +++ b/disassembler/util.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006 Michael Buesch + * Copyright (C) 2006 Michael Buesch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 diff --git a/fwcutter/fwcutter.c b/fwcutter/fwcutter.c index dcd92ce..38d4c45 100644 --- a/fwcutter/fwcutter.c +++ b/fwcutter/fwcutter.c @@ -2,7 +2,7 @@ * firmware cutter for broadcom 43xx wireless driver files * * Copyright (c) 2005 Martin Langer , - * 2005-2007 Michael Buesch + * 2005-2007 Michael Buesch * 2005 Alex Beregszaszi * 2007 Johannes Berg * diff --git a/fwcutter/mklist.py b/fwcutter/mklist.py index 40e6cb8..ae94412 100755 --- a/fwcutter/mklist.py +++ b/fwcutter/mklist.py @@ -2,7 +2,7 @@ # # Script for creating a "struct extract" list for fwcutter_list.h # -# Copyright (c) 2008 Michael Buesch +# Copyright (c) 2008 Michael Buesch # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions diff --git a/ssb_sprom/ssb_sprom.c b/ssb_sprom/ssb_sprom.c index 25236dc..67aa45f 100644 --- a/ssb_sprom/ssb_sprom.c +++ b/ssb_sprom/ssb_sprom.c @@ -2,7 +2,7 @@ Broadcom Sonics Silicon Backplane bus SPROM data modification tool - Copyright (c) 2006-2008 Michael Buesch + Copyright (c) 2006-2008 Michael Buesch Copyright (c) 2008 Larry Finger This program is free software; you can redistribute it and/or modify diff --git a/ssb_sprom/ssb_sprom.h b/ssb_sprom/ssb_sprom.h index 99567c9..a038f15 100644 --- a/ssb_sprom/ssb_sprom.h +++ b/ssb_sprom/ssb_sprom.h @@ -2,7 +2,7 @@ Broadcom Sonics Silicon Backplane bus SPROM data modification tool - Copyright (c) 2006-2007 Michael Buesch + Copyright (c) 2006-2007 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/ssb_sprom/utils.c b/ssb_sprom/utils.c index 0661b64..2324ac9 100644 --- a/ssb_sprom/utils.c +++ b/ssb_sprom/utils.c @@ -2,7 +2,7 @@ Broadcom Sonics Silicon Backplane bus SPROM data modification tool - Copyright (c) 2006-2007 Michael Buesch + Copyright (c) 2006-2007 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