/*
- * 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
#
# 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.
#
/*
- * 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
/*
- * 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
%{
/*
- * 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
%{
/*
- * 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
/*
- * 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
"""
# 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
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]"
"""
# 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
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]"
"""
# 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
#!/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
/*
- * 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
"""
# 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
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"
#!/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
"""
# 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
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"
/*
- * 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
/*
- * 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
* 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>
*
#
# 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
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
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
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