Update my e-mail address
authorMichael Buesch <m@bues.ch>
Sun, 21 Aug 2011 11:50:53 +0000 (13:50 +0200)
committerMichael Buesch <m@bues.ch>
Sun, 21 Aug 2011 11:50:53 +0000 (13:50 +0200)
Signed-off-by: Michael Buesch <m@bues.ch>
22 files changed:
assembler/args.c
assembler/b43-asm
assembler/initvals.c
assembler/main.c
assembler/parser.y
assembler/scanner.l
assembler/util.c
debug/b43-beautifier
debug/b43-fwdump
debug/libb43.py
debug/patcher-template
disassembler/args.c
disassembler/b43-ivaldump
disassembler/brcm80211-fwconv
disassembler/brcm80211-ivaldump
disassembler/main.c
disassembler/util.c
fwcutter/fwcutter.c
fwcutter/mklist.py
ssb_sprom/ssb_sprom.c
ssb_sprom/ssb_sprom.h
ssb_sprom/utils.c

index 12d2fa42a845b07d586e4817013e5bde0daaf775..818550028fa634b5f7d83dcf331daa31e3c1d72b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *   Copyright (C) 2006-2010  Michael Buesch <mb@bu3sch.de>
+ *   Copyright (C) 2006-2010  Michael Buesch <m@bues.ch>
  *
  *   This program is free software; you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License version 2
index 79d5e5a5f24c908c284f58e427210fd32b5625e2..5d6b54e8573c52c83258c6aa49d95306021746e9 100755 (executable)
@@ -2,7 +2,7 @@
 #
 #  b43-asm preprocessing frontend
 #
-#  Copyright (c) 2010 Michael Buesch <mb@bu3sch.de>
+#  Copyright (c) 2010 Michael Buesch <m@bues.ch>
 #  Licensed under the GNU/GPL version 2.
 #
 
index 5c968dff4666d4f44fbb1aeb875ebed98a274817..8d8d0e90d9bf1df6f03e541614400d49ec601621 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *   Copyright (C) 2007  Michael Buesch <mb@bu3sch.de>
+ *   Copyright (C) 2007  Michael Buesch <m@bues.ch>
  *
  *   This program is free software; you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License version 2
index ad180b274bc8ac2520718a83f7590d5a3b23011b..f4ee51dd393281cbd4b894087222e79056c6d4b0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *   Copyright (C) 2006-2010  Michael Buesch <mb@bu3sch.de>
+ *   Copyright (C) 2006-2010  Michael Buesch <m@bues.ch>
  *
  *   This program is free software; you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License version 2
index b5ef6a86c2e3d136d6f3f6938f2a2146e913e315..e102911560ac0b58657eac197be303b89420e77e 100644 (file)
@@ -1,7 +1,7 @@
 %{
 
 /*
- *   Copyright (C) 2006-2010  Michael Buesch <mb@bu3sch.de>
+ *   Copyright (C) 2006-2010  Michael Buesch <m@bues.ch>
  *
  *   This program is free software; you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License version 2
index dc6e6083514700926853e0e782c1a6d0bb8fa935..382fe35fab1a4ac0bb174334f9440ee000b626c3 100644 (file)
@@ -1,7 +1,7 @@
 %{
 
 /*
- *   Copyright (C) 2006-2010  Michael Buesch <mb@bu3sch.de>
+ *   Copyright (C) 2006-2010  Michael Buesch <m@bues.ch>
  *
  *   This program is free software; you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License version 2
index 2f4f7a0f62276370c0f58e9023290f63c91eaecb..6e697a30de7f9cb04b938e85333f3293b2e39a62 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *   Copyright (C) 2006  Michael Buesch <mb@bu3sch.de>
+ *   Copyright (C) 2006  Michael Buesch <m@bues.ch>
  *
  *   This program is free software; you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License version 2
index ce18aec75d1c76fa6568d9eee232ade77031550c..10d699fb265a70f6b76fc0db95e995b642f6a372 100755 (executable)
@@ -2,7 +2,7 @@
 """
 #  b43 firmware assembly code beautifier
 #
-#  Copyright (C) 2008-2010 Michael Buesch <mb@bu3sch.de>
+#  Copyright (C) 2008-2010 Michael Buesch <m@bues.ch>
 #
 #  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 <mb@bu3sch.de>"
+       print "Copyright (C) 2008 Michael Buesch <m@bues.ch>"
        print "Licensed under the GNU/GPL version 3"
        print ""
        print "Usage: b43-beautifier [OPTIONS]"
index 6ac7aa0f01c6d8c7140555614a41f0a5e34ddd04..a24c61466d83195c590e3ca0ad74b72da0697ee0 100755 (executable)
@@ -2,7 +2,7 @@
 """
 #  b43 firmware state dumper
 #
-#  Copyright (C) 2008 Michael Buesch <mb@bu3sch.de>
+#  Copyright (C) 2008 Michael Buesch <m@bues.ch>
 #
 #  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 <mb@bu3sch.de>"
+       print "Copyright (C) 2008 Michael Buesch <m@bues.ch>"
        print "Licensed under the GNU/GPL version 3"
        print ""
        print "Usage: b43-fwdump [OPTIONS]"
index 78f0e6cc6f12d84a1954bc5e896df1bfbda4fadc..c8b953372a18ba2bedb2f76fbd22e2181b486f9d 100644 (file)
@@ -1,7 +1,7 @@
 """
 #  b43 debugging library
 #
-#  Copyright (C) 2008-2010 Michael Buesch <mb@bu3sch.de>
+#  Copyright (C) 2008-2010 Michael Buesch <m@bues.ch>
 #
 #  This program is free software: you can redistribute it and/or modify
 #  it under the terms of the GNU General Public License version 3
index a646ff8d7c9b84a4ec7335dba76d9c1ecca5cf41..df927c3b56a6ae0150e581ea405520571d2e3a34 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 """
-#  Copyright (C) 2008 Michael Buesch <mb@bu3sch.de>
+#  Copyright (C) 2008 Michael Buesch <m@bues.ch>
 #
 #  This program is free software: you can redistribute it and/or modify
 #  it under the terms of the GNU General Public License version 3
index 89db70663668eed70b8c423ee22858e6b78e9532..a10c078cd14fd73789aef43cf2213e25629d24f1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *   Copyright (C) 2006-2007  Michael Buesch <mb@bu3sch.de>
+ *   Copyright (C) 2006-2007  Michael Buesch <m@bues.ch>
  *
  *   This program is free software; you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License version 2
index eb87899bb949f3bfcfe496e51f92d60421ea77aa..ce06cbb0f0930226e56fbbd005fa17f71de0e2c6 100755 (executable)
@@ -2,7 +2,7 @@
 """
 #   A small script to dump the contents of a b43 initvals file
 #
-#   Copyright (C) 2008  Michael Buesch <mb@bu3sch.de>
+#   Copyright (C) 2008  Michael Buesch <m@bues.ch>
 #
 #   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 <mb@bu3sch.de>"
+       print "Copyright (C) 2008-2010 Michael Buesch <m@bues.ch>"
        print "Licensed under the GNU/GPL version 2"
        print ""
        print "Usage: b43-ivaldump FILE"
index 092c043cfac4e3f06bc985dc282f6eac9df93b0f..5c32f28e469a6f4e57eedfa8a4130824fc187671 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 """
-#   Copyright (C) 2010  Michael Buesch <mb@bu3sch.de>
+#   Copyright (C) 2010  Michael Buesch <m@bues.ch>
 #
 #   This program is free software; you can redistribute it and/or modify
 #   it under the terms of the GNU General Public License version 2
index 8a07f8577541aacd6d81b47e97276f324bdc73ce..4225da61b7a39369365028229b61c1dfac465034 100755 (executable)
@@ -2,7 +2,7 @@
 """
 #   A small script to dump the contents of a brcm80211 initvals section
 #
-#   Copyright (C) 2010  Michael Buesch <mb@bu3sch.de>
+#   Copyright (C) 2010  Michael Buesch <m@bues.ch>
 #
 #   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 <mb@bu3sch.de>"
+       print "Copyright (C) 2010 Michael Buesch <m@bues.ch>"
        print "Licensed under the GNU/GPL version 2"
        print ""
        print "Usage: brcm80211-ivaldump FILE"
index e3ef87f7876690e518c5abdb2c432d5acdf155fa..6cf39b613accd98f396d6e47274115733caa5ac8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *   Copyright (C) 2006-2010  Michael Buesch <mb@bu3sch.de>
+ *   Copyright (C) 2006-2010  Michael Buesch <m@bues.ch>
  *
  *   This program is free software; you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License version 2
index 1854faf1c339b42aeef2f258f791672bc330108e..890f2e5ffbb7d99ae910951bff68ae57572328fc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *   Copyright (C) 2006  Michael Buesch <mb@bu3sch.de>
+ *   Copyright (C) 2006  Michael Buesch <m@bues.ch>
  *
  *   This program is free software; you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License version 2
index dcd92cee595542bf67e6db75bbdd9721062d90d6..38d4c45c98da1f792d972939c3631490652586bd 100644 (file)
@@ -2,7 +2,7 @@
  * firmware cutter for broadcom 43xx wireless driver files
  * 
  * Copyright (c) 2005 Martin Langer <martin-langer@gmx.de>,
- *               2005-2007 Michael Buesch <mb@bu3sch.de>
+ *               2005-2007 Michael Buesch <m@bues.ch>
  *              2005 Alex Beregszaszi
  *              2007 Johannes Berg <johannes@sipsolutions.net>
  *
index 40e6cb88f2f4e103cde48bb94ecd8cc8b1fedf85..ae94412ab2afe72993eb9c2c7440fdfd4f780613 100755 (executable)
@@ -2,7 +2,7 @@
 #
 #  Script for creating a "struct extract" list for fwcutter_list.h
 #
-#  Copyright (c) 2008 Michael Buesch <mb@bu3sch.de>
+#  Copyright (c) 2008 Michael Buesch <m@bues.ch>
 #
 #   Redistribution and use in source and binary forms, with or without
 #   modification, are permitted provided that the following conditions
index 25236dca8979a5fccb196a671b7bfc178c1fe6d9..67aa45f2d307661664550995212f3d8dd799c4ad 100644 (file)
@@ -2,7 +2,7 @@
 
   Broadcom Sonics Silicon Backplane bus SPROM data modification tool
 
-  Copyright (c) 2006-2008 Michael Buesch <mb@bu3sch.de>
+  Copyright (c) 2006-2008 Michael Buesch <m@bues.ch>
   Copyright (c) 2008 Larry Finger <Larry.Finger@lwfinger.net>
 
   This program is free software; you can redistribute it and/or modify
index 99567c94f7c5278e14289ce346db2c2fc1dc7fbe..a038f15ca4da39294e3c911f81bc157434b13382 100644 (file)
@@ -2,7 +2,7 @@
 
   Broadcom Sonics Silicon Backplane bus SPROM data modification tool
 
-  Copyright (c) 2006-2007 Michael Buesch <mb@bu3sch.de>
+  Copyright (c) 2006-2007 Michael Buesch <m@bues.ch>
 
   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
index 0661b642897c9009525248d9e5e24c54e2c0bb00..2324ac93ce9259a0a33063ceeb2854518c9052b2 100644 (file)
@@ -2,7 +2,7 @@
 
   Broadcom Sonics Silicon Backplane bus SPROM data modification tool
 
-  Copyright (c) 2006-2007 Michael Buesch <mb@bu3sch.de>
+  Copyright (c) 2006-2007 Michael Buesch <m@bues.ch>
 
   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