moved author attribution out of individual files and put in AUTHORS
authoreb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>
Sat, 23 Aug 2008 04:13:02 +0000 (04:13 +0000)
committereb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>
Sat, 23 Aug 2008 04:13:02 +0000 (04:13 +0000)
commit3a31e0702c30f8960e869c7a11f0be24283ed2b3
tree1205882d0e7469189bf99ec3d44989acdd7d27d1
parentd52c462e5fd3eae7d00505a64a013e811d43234c
moved author attribution out of individual files and put in AUTHORS

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9379 221aa14e-8319-0410-a670-987f0aec2ac5
49 files changed:
AUTHORS
grc/src/grc/ActionHandler.py
grc/src/grc/Actions.py
grc/src/grc/Messages.py
grc/src/grc/ParseXML.py
grc/src/grc/Preferences.py
grc/src/grc/StateCache.py
grc/src/grc/Utils.py
grc/src/grc/__init__.py
grc/src/grc/converter.py
grc/src/grc/elements/Block.py
grc/src/grc/elements/Connection.py
grc/src/grc/elements/Element.py
grc/src/grc/elements/FlowGraph.py
grc/src/grc/elements/Param.py
grc/src/grc/elements/Platform.py
grc/src/grc/elements/Port.py
grc/src/grc/elements/__init__.py
grc/src/grc/gui/Bars.py
grc/src/grc/gui/BlockTreeWindow.py
grc/src/grc/gui/Dialogs.py
grc/src/grc/gui/DrawingArea.py
grc/src/grc/gui/FileDialogs.py
grc/src/grc/gui/MainWindow.py
grc/src/grc/gui/NotebookPage.py
grc/src/grc/gui/ParamsDialog.py
grc/src/grc/gui/__init__.py
grc/src/grc/gui/elements/Block.py
grc/src/grc/gui/elements/Colors.py
grc/src/grc/gui/elements/Connection.py
grc/src/grc/gui/elements/Element.py
grc/src/grc/gui/elements/FlowGraph.py
grc/src/grc/gui/elements/Param.py
grc/src/grc/gui/elements/Platform.py
grc/src/grc/gui/elements/Port.py
grc/src/grc/gui/elements/Utils.py
grc/src/grc/gui/elements/__init__.py
grc/src/grc_gnuradio/Block.py
grc/src/grc_gnuradio/Connection.py
grc/src/grc_gnuradio/FlowGraph.py
grc/src/grc_gnuradio/Generator.py
grc/src/grc_gnuradio/Param.py
grc/src/grc_gnuradio/Platform.py
grc/src/grc_gnuradio/Port.py
grc/src/grc_gnuradio/__init__.py
grc/src/grc_gnuradio/utils/__init__.py
grc/src/grc_gnuradio/utils/convert_hier.py
grc/src/grc_gnuradio/utils/expr_utils.py
grc/src/grc_gnuradio/utils/extract_docs.py