]> granicus.if.org Git - graphviz/commitdiff
remove remaining Vim modeline comments
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 17 Feb 2021 01:06:33 +0000 (17:06 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 23 Feb 2021 05:13:10 +0000 (21:13 -0800)
These have no effect in non-Vim editors or for Vim users that have modeline
disabled. A more modern way to achieve this is clang-format. This commit was
achieved with

  $ find . -type f \( -iname "*.cs" -or -iname "*.y" -or -iname "*.l" -or \
    -iname "*.m" -or -iname "*.c" -or -iname Makeile.am -or -iname "*.cpp" -or \
    -iname "*.h" \) -exec sed -i '' -e ':a' -e 'N' -e '$!ba' -e \
    's/\/\* vim:set [^\n]*\n\n//g' "{}" \;

and then manually collecting some further ones that were missing by this filter.

848 files changed:
cmd/dot/dot.c
cmd/dot/dot_builtins.c
cmd/dot/no_builtins.c
cmd/dotty/mswin32/dotty.c
cmd/gvedit/csettings.cpp
cmd/gvedit/csettings.h
cmd/gvedit/imageviewer.cpp
cmd/gvedit/imageviewer.h
cmd/gvedit/main.cpp
cmd/gvedit/mainwindow.cpp
cmd/gvedit/mainwindow.h
cmd/gvedit/mdichild.cpp
cmd/gvedit/mdichild.h
cmd/gvmap/cluster.c
cmd/gvmap/country_graph_coloring.c
cmd/gvmap/country_graph_coloring.h
cmd/gvmap/gvmap.c
cmd/gvmap/make_map.c
cmd/gvmap/make_map.h
cmd/gvmap/power.c
cmd/gvmap/power.h
cmd/gvpr/gvprmain.c
cmd/lefty/aix_mods/common.h
cmd/lefty/aix_mods/exec.c
cmd/lefty/aix_mods/tbl.c
cmd/lefty/code.c
cmd/lefty/code.h
cmd/lefty/common.c
cmd/lefty/common.h
cmd/lefty/cs2l/cs2l.c
cmd/lefty/cs2l/cs2l.h
cmd/lefty/display.c
cmd/lefty/display.h
cmd/lefty/dot2l/dot2l.c
cmd/lefty/dot2l/dot2l.h
cmd/lefty/dot2l/dotlex.c
cmd/lefty/dot2l/dotparse.y
cmd/lefty/dot2l/dottrie.c
cmd/lefty/dot2l/triefa.c
cmd/lefty/dot2l/triefa.h
cmd/lefty/exec.c
cmd/lefty/exec.h
cmd/lefty/g.c
cmd/lefty/g.h
cmd/lefty/gfxview.c
cmd/lefty/gfxview.h
cmd/lefty/internal.c
cmd/lefty/internal.h
cmd/lefty/lefty.c
cmd/lefty/leftyio.h
cmd/lefty/lex.c
cmd/lefty/lex.h
cmd/lefty/mem.c
cmd/lefty/mem.h
cmd/lefty/os/mswin32/io.c
cmd/lefty/os/unix/io.c
cmd/lefty/parse.c
cmd/lefty/parse.h
cmd/lefty/str.c
cmd/lefty/str.h
cmd/lefty/tbl.c
cmd/lefty/tbl.h
cmd/lefty/txtview.c
cmd/lefty/txtview.h
cmd/lefty/ws/gtk/garray.c
cmd/lefty/ws/gtk/gbutton.c
cmd/lefty/ws/gtk/gcanvas.c
cmd/lefty/ws/gtk/gcommon.c
cmd/lefty/ws/gtk/gcommon.h
cmd/lefty/ws/gtk/glabel.c
cmd/lefty/ws/gtk/gmenu.c
cmd/lefty/ws/gtk/gpcanvas.c
cmd/lefty/ws/gtk/gquery.c
cmd/lefty/ws/gtk/gscroll.c
cmd/lefty/ws/gtk/gtext.c
cmd/lefty/ws/gtk/gview.c
cmd/lefty/ws/mswin32/garray.c
cmd/lefty/ws/mswin32/gbutton.c
cmd/lefty/ws/mswin32/gcanvas.c
cmd/lefty/ws/mswin32/gcommon.c
cmd/lefty/ws/mswin32/gcommon.h
cmd/lefty/ws/mswin32/glabel.c
cmd/lefty/ws/mswin32/gmenu.c
cmd/lefty/ws/mswin32/gpcanvas.c
cmd/lefty/ws/mswin32/gquery.c
cmd/lefty/ws/mswin32/gscroll.c
cmd/lefty/ws/mswin32/gtext.c
cmd/lefty/ws/mswin32/gview.c
cmd/lefty/ws/mswin32/resource.h
cmd/lefty/ws/none/garray.c
cmd/lefty/ws/none/gbutton.c
cmd/lefty/ws/none/gcanvas.c
cmd/lefty/ws/none/gcommon.c
cmd/lefty/ws/none/gcommon.h
cmd/lefty/ws/none/glabel.c
cmd/lefty/ws/none/gmenu.c
cmd/lefty/ws/none/gpcanvas.c
cmd/lefty/ws/none/gquery.c
cmd/lefty/ws/none/gscroll.c
cmd/lefty/ws/none/gtext.c
cmd/lefty/ws/none/gview.c
cmd/lefty/ws/x11/garray.c
cmd/lefty/ws/x11/gbutton.c
cmd/lefty/ws/x11/gcanvas.c
cmd/lefty/ws/x11/gcommon.c
cmd/lefty/ws/x11/gcommon.h
cmd/lefty/ws/x11/glabel.c
cmd/lefty/ws/x11/gmenu.c
cmd/lefty/ws/x11/gpcanvas.c
cmd/lefty/ws/x11/gquery.c
cmd/lefty/ws/x11/gscroll.c
cmd/lefty/ws/x11/gtext.c
cmd/lefty/ws/x11/gview.c
cmd/lefty/ws/x11/libfilereq/Dir.c
cmd/lefty/ws/x11/libfilereq/Draw.c
cmd/lefty/ws/x11/libfilereq/Path.c
cmd/lefty/ws/x11/libfilereq/SF.h
cmd/lefty/ws/x11/libfilereq/SFDecls.h
cmd/lefty/ws/x11/libfilereq/SFinternal.h
cmd/lefty/ws/x11/libfilereq/SelFile.c
cmd/lefty/ws/x11/libfilereq/xstat.h
cmd/lneato/mswin32/lneato.c
cmd/smyrna/arcball.c
cmd/smyrna/arcball.h
cmd/smyrna/btree.c
cmd/smyrna/btree.h
cmd/smyrna/draw.c
cmd/smyrna/draw.h
cmd/smyrna/filter.c
cmd/smyrna/filter.h
cmd/smyrna/glexpose.c
cmd/smyrna/glexpose.h
cmd/smyrna/glmotion.c
cmd/smyrna/glmotion.h
cmd/smyrna/gltemplate.c
cmd/smyrna/gltemplate.h
cmd/smyrna/glutrender.c
cmd/smyrna/gui/appmouse.c
cmd/smyrna/gui/appmouse.h
cmd/smyrna/gui/callbacks.c
cmd/smyrna/gui/callbacks.h
cmd/smyrna/gui/datalistcallbacks.c
cmd/smyrna/gui/datalistcallbacks.h
cmd/smyrna/gui/filterscallbacks.h
cmd/smyrna/gui/frmobjectui.c
cmd/smyrna/gui/frmobjectui.h
cmd/smyrna/gui/glcompui.c
cmd/smyrna/gui/glcompui.h
cmd/smyrna/gui/gui.c
cmd/smyrna/gui/gui.h
cmd/smyrna/gui/menucallbacks.c
cmd/smyrna/gui/menucallbacks.h
cmd/smyrna/gui/toolboxcallbacks.c
cmd/smyrna/gui/toolboxcallbacks.h
cmd/smyrna/gui/topviewsettings.c
cmd/smyrna/gui/topviewsettings.h
cmd/smyrna/gvprpipe.c
cmd/smyrna/gvprpipe.h
cmd/smyrna/hier.c
cmd/smyrna/hier.h
cmd/smyrna/hotkeymap.c
cmd/smyrna/hotkeymap.h
cmd/smyrna/main.c
cmd/smyrna/materials.h
cmd/smyrna/polytess.c
cmd/smyrna/polytess.h
cmd/smyrna/selectionfuncs.c
cmd/smyrna/selectionfuncs.h
cmd/smyrna/smyrna_utils.c
cmd/smyrna/smyrna_utils.h
cmd/smyrna/smyrnadefs.h
cmd/smyrna/topfisheyeview.c
cmd/smyrna/topfisheyeview.h
cmd/smyrna/topviewdata.h
cmd/smyrna/topviewdefs.h
cmd/smyrna/topviewfuncs.c
cmd/smyrna/topviewfuncs.h
cmd/smyrna/tvnodes.c
cmd/smyrna/tvnodes.h
cmd/smyrna/viewport.c
cmd/smyrna/viewport.h
cmd/smyrna/viewportcamera.c
cmd/smyrna/viewportcamera.h
cmd/tools/acyclic.c
cmd/tools/bcomps.c
cmd/tools/ccomps.c
cmd/tools/colortbl.h
cmd/tools/colxlate.c
cmd/tools/convert.h
cmd/tools/cvtgxl.c
cmd/tools/dijkstra.c
cmd/tools/gc.c
cmd/tools/gml2gv.c
cmd/tools/gml2gv.h
cmd/tools/gmlparse.y
cmd/tools/gmlscan.l
cmd/tools/graph_generator.c
cmd/tools/graph_generator.h
cmd/tools/graphml2gv.c
cmd/tools/gv2gml.c
cmd/tools/gv2gxl.c
cmd/tools/gvcolor.c
cmd/tools/gvgen.c
cmd/tools/gvpack.c
cmd/tools/gvpack_builtins.c
cmd/tools/gxl2gv.c
cmd/tools/matrix_market.c
cmd/tools/matrix_market.h
cmd/tools/mm2gv.c
cmd/tools/mmio.c
cmd/tools/nop.c
cmd/tools/sccmap.c
cmd/tools/tred.c
cmd/tools/tred2.c
cmd/tools/unflatten.c
contrib/diffimg/diffimg.c
contrib/prune/generic_list.c
contrib/prune/generic_list.h
contrib/prune/prune.c
doc/infosrc/mklang.y
dot.demo/demo.c
dot.demo/dot.c
dot.demo/neatopack.c
dot.demo/simple.c
lib/ast/ast.h
lib/ast/chresc.c
lib/ast/chrtoi.c
lib/ast/compat_unistd.h
lib/ast/error.c
lib/ast/error.h
lib/ast/fmtbuf.c
lib/ast/fmtesc.c
lib/ast/hashkey.h
lib/ast/pathaccess.c
lib/ast/pathbin.c
lib/ast/pathcanon.c
lib/ast/pathcat.c
lib/ast/pathexists.c
lib/ast/pathfind.c
lib/ast/pathgetlink.c
lib/ast/pathpath.c
lib/ast/sfstr.h
lib/ast/strcopy.c
lib/ast/stresc.c
lib/ast/strmatch.c
lib/cgraph/agerror.c
lib/cgraph/agxbuf.c
lib/cgraph/agxbuf.h
lib/cgraph/apply.c
lib/cgraph/attr.c
lib/cgraph/cghdr.h
lib/cgraph/cgraph.h
lib/cgraph/cmpnd.c
lib/cgraph/edge.c
lib/cgraph/flatten.c
lib/cgraph/grammar.y
lib/cgraph/graph.c
lib/cgraph/id.c
lib/cgraph/imap.c
lib/cgraph/io.c
lib/cgraph/mem.c
lib/cgraph/node.c
lib/cgraph/obj.c
lib/cgraph/pend.c
lib/cgraph/rec.c
lib/cgraph/refstr.c
lib/cgraph/scan.l
lib/cgraph/subg.c
lib/cgraph/utils.c
lib/cgraph/write.c
lib/circogen/block.c
lib/circogen/block.h
lib/circogen/blockpath.c
lib/circogen/blockpath.h
lib/circogen/blocktree.c
lib/circogen/blocktree.h
lib/circogen/circo.h
lib/circogen/circpos.c
lib/circogen/circpos.h
lib/circogen/circular.c
lib/circogen/circular.h
lib/circogen/circularinit.c
lib/circogen/deglist.c
lib/circogen/deglist.h
lib/circogen/edgelist.c
lib/circogen/edgelist.h
lib/circogen/nodelist.c
lib/circogen/nodelist.h
lib/circogen/nodeset.c
lib/circogen/nodeset.h
lib/circogen/stack.c
lib/circogen/stack.h
lib/common/args.c
lib/common/arith.h
lib/common/arrows.c
lib/common/color.h
lib/common/colorprocs.h
lib/common/colxlate.c
lib/common/const.h
lib/common/diagen.c
lib/common/ellipse.c
lib/common/emit.c
lib/common/geom.c
lib/common/geom.h
lib/common/geomprocs.h
lib/common/globals.c
lib/common/globals.h
lib/common/hpglgen.c
lib/common/htmllex.h
lib/common/htmlparse.y
lib/common/htmltable.c
lib/common/htmltable.h
lib/common/input.c
lib/common/intset.c
lib/common/intset.h
lib/common/labels.c
lib/common/logic.h
lib/common/macros.h
lib/common/memory.c
lib/common/memory.h
lib/common/mifgen.c
lib/common/mpgen.c
lib/common/ns.c
lib/common/output.c
lib/common/picgen.c
lib/common/pointset.c
lib/common/pointset.h
lib/common/postproc.c
lib/common/psusershape.c
lib/common/routespl.c
lib/common/shapes.c
lib/common/splines.c
lib/common/taper.c
lib/common/textspan.c
lib/common/textspan.h
lib/common/timing.c
lib/common/timing.h
lib/common/types.h
lib/common/usershape.h
lib/common/utils.c
lib/common/utils.h
lib/common/vtxgen.c
lib/dotgen/acyclic.c
lib/dotgen/aspect.c
lib/dotgen/aspect.h
lib/dotgen/class1.c
lib/dotgen/class2.c
lib/dotgen/cluster.c
lib/dotgen/compound.c
lib/dotgen/conc.c
lib/dotgen/decomp.c
lib/dotgen/dot.h
lib/dotgen/dotinit.c
lib/dotgen/dotprocs.h
lib/dotgen/dotsplines.c
lib/dotgen/fastgr.c
lib/dotgen/flat.c
lib/dotgen/mincross.c
lib/dotgen/position.c
lib/dotgen/rank.c
lib/dotgen/sameport.c
lib/expr/excc.c
lib/expr/excontext.c
lib/expr/exdata.c
lib/expr/exerror.c
lib/expr/exeval.c
lib/expr/exexpr.c
lib/expr/exgram.h
lib/expr/exlexname.c
lib/expr/exlib.h
lib/expr/exnospace.c
lib/expr/exopen.c
lib/expr/exparse.y
lib/expr/expr.h
lib/expr/exrewind.c
lib/expr/exstash.c
lib/expr/extoken.c
lib/expr/extype.c
lib/expr/exzero.c
lib/fdpgen/clusteredges.c
lib/fdpgen/clusteredges.h
lib/fdpgen/comp.c
lib/fdpgen/comp.h
lib/fdpgen/dbg.c
lib/fdpgen/dbg.h
lib/fdpgen/fdp.h
lib/fdpgen/fdpinit.c
lib/fdpgen/grid.c
lib/fdpgen/grid.h
lib/fdpgen/layout.c
lib/fdpgen/tlayout.c
lib/fdpgen/tlayout.h
lib/fdpgen/xlayout.c
lib/fdpgen/xlayout.h
lib/glcomp/glCompTrackBar.c
lib/glcomp/glCompTrackBar.h
lib/glcomp/glcompbutton.c
lib/glcomp/glcompbutton.h
lib/glcomp/glcompdefs.h
lib/glcomp/glcompfont.c
lib/glcomp/glcompfont.h
lib/glcomp/glcompimage.c
lib/glcomp/glcompimage.h
lib/glcomp/glcomplabel.c
lib/glcomp/glcomplabel.h
lib/glcomp/glcompmouse.c
lib/glcomp/glcompmouse.h
lib/glcomp/glcomppanel.c
lib/glcomp/glcomppanel.h
lib/glcomp/glcompset.c
lib/glcomp/glcompset.h
lib/glcomp/glcomptext.c
lib/glcomp/glcomptext.h
lib/glcomp/glcomptextpng.c
lib/glcomp/glcomptextpng.h
lib/glcomp/glcomptexture.c
lib/glcomp/glcomptexture.h
lib/glcomp/glpangofont.c
lib/glcomp/glpangofont.h
lib/glcomp/glutils.c
lib/glcomp/glutils.h
lib/gvc/gvc.c
lib/gvc/gvc.h
lib/gvc/gvcext.h
lib/gvc/gvcint.h
lib/gvc/gvcjob.h
lib/gvc/gvcommon.h
lib/gvc/gvconfig.c
lib/gvc/gvconfig.h
lib/gvc/gvcontext.c
lib/gvc/gvcproc.h
lib/gvc/gvdevice.c
lib/gvc/gvevent.c
lib/gvc/gvio.h
lib/gvc/gvjobs.c
lib/gvc/gvlayout.c
lib/gvc/gvloadimage.c
lib/gvc/gvplugin.c
lib/gvc/gvplugin.h
lib/gvc/gvplugin_device.h
lib/gvc/gvplugin_layout.h
lib/gvc/gvplugin_loadimage.h
lib/gvc/gvplugin_render.h
lib/gvc/gvplugin_textlayout.h
lib/gvc/gvrender.c
lib/gvc/gvtextlayout.c
lib/gvc/gvtool_tred.c
lib/gvc/gvusershape.c
lib/gvpr/actions.c
lib/gvpr/actions.h
lib/gvpr/compile.h
lib/gvpr/gprstate.c
lib/gvpr/gprstate.h
lib/gvpr/gvpr.c
lib/gvpr/gvpr.h
lib/gvpr/mkdefs.c
lib/gvpr/parse.c
lib/gvpr/parse.h
lib/gvpr/queue.c
lib/gvpr/queue.h
lib/ingraphs/ingraphs.c
lib/ingraphs/ingraphs.h
lib/inkpot/inkpot.c
lib/inkpot/inkpot.h
lib/inkpot/inkpot_scheme.c
lib/inkpot/inkpot_scheme.h
lib/inkpot/inkpot_value.c
lib/inkpot/inkpot_value.h
lib/inkpot/inkpot_xlate.c
lib/inkpot/inkpot_xlate.h
lib/inkpot/test/inkpot_lib_define.h
lib/inkpot/test/inkpot_lib_scheme.h
lib/inkpot/test/inkpot_lib_value.h
lib/label/index.c
lib/label/index.h
lib/label/node.c
lib/label/node.h
lib/label/nrtmain.c
lib/label/rectangle.c
lib/label/rectangle.h
lib/label/split.q.c
lib/label/split.q.h
lib/label/xlabels.c
lib/label/xlabels.h
lib/neatogen/adjust.c
lib/neatogen/adjust.h
lib/neatogen/bfs.c
lib/neatogen/bfs.h
lib/neatogen/call_tri.c
lib/neatogen/call_tri.h
lib/neatogen/circuit.c
lib/neatogen/closest.c
lib/neatogen/closest.h
lib/neatogen/compute_hierarchy.c
lib/neatogen/conjgrad.c
lib/neatogen/conjgrad.h
lib/neatogen/constrained_majorization.c
lib/neatogen/constrained_majorization_ipsep.c
lib/neatogen/constraint.c
lib/neatogen/defs.h
lib/neatogen/delaunay.c
lib/neatogen/delaunay.h
lib/neatogen/digcola.h
lib/neatogen/dijkstra.c
lib/neatogen/dijkstra.h
lib/neatogen/edges.c
lib/neatogen/edges.h
lib/neatogen/embed_graph.c
lib/neatogen/embed_graph.h
lib/neatogen/fPQ.h
lib/neatogen/geometry.c
lib/neatogen/geometry.h
lib/neatogen/heap.c
lib/neatogen/heap.h
lib/neatogen/hedges.c
lib/neatogen/hedges.h
lib/neatogen/info.c
lib/neatogen/info.h
lib/neatogen/kkutils.c
lib/neatogen/kkutils.h
lib/neatogen/legal.c
lib/neatogen/lu.c
lib/neatogen/matinv.c
lib/neatogen/matrix_ops.c
lib/neatogen/matrix_ops.h
lib/neatogen/mem.h
lib/neatogen/memory.c
lib/neatogen/mosek_quad_solve.c
lib/neatogen/mosek_quad_solve.h
lib/neatogen/multispline.c
lib/neatogen/multispline.h
lib/neatogen/neato.h
lib/neatogen/neatoinit.c
lib/neatogen/neatoprocs.h
lib/neatogen/neatosplines.c
lib/neatogen/opt_arrangement.c
lib/neatogen/overlap.c
lib/neatogen/overlap.h
lib/neatogen/pca.c
lib/neatogen/pca.h
lib/neatogen/poly.c
lib/neatogen/poly.h
lib/neatogen/printvis.c
lib/neatogen/quad_prog_solve.c
lib/neatogen/quad_prog_solver.h
lib/neatogen/quad_prog_vpsc.c
lib/neatogen/quad_prog_vpsc.h
lib/neatogen/site.c
lib/neatogen/site.h
lib/neatogen/smart_ini_x.c
lib/neatogen/solve.c
lib/neatogen/sparsegraph.h
lib/neatogen/stress.c
lib/neatogen/stress.h
lib/neatogen/stuff.c
lib/neatogen/voronoi.c
lib/neatogen/voronoi.h
lib/ortho/fPQ.c
lib/ortho/fPQ.h
lib/ortho/maze.c
lib/ortho/maze.h
lib/ortho/ortho.c
lib/ortho/ortho.h
lib/ortho/partition.c
lib/ortho/partition.h
lib/ortho/rawgraph.c
lib/ortho/rawgraph.h
lib/ortho/sgraph.c
lib/ortho/sgraph.h
lib/ortho/structures.h
lib/ortho/trap.h
lib/ortho/trapezoid.c
lib/osage/osage.h
lib/osage/osageinit.c
lib/pack/ccomps.c
lib/pack/pack.c
lib/pack/pack.h
lib/pack/ptest.c
lib/patchwork/patchwork.c
lib/patchwork/patchwork.h
lib/patchwork/patchworkinit.c
lib/patchwork/tree_map.c
lib/patchwork/tree_map.h
lib/pathplan/cvt.c
lib/pathplan/inpoly.c
lib/pathplan/pathgeom.h
lib/pathplan/pathplan.h
lib/pathplan/pathutil.h
lib/pathplan/route.c
lib/pathplan/shortest.c
lib/pathplan/shortestpth.c
lib/pathplan/solvers.c
lib/pathplan/solvers.h
lib/pathplan/tri.h
lib/pathplan/triang.c
lib/pathplan/util.c
lib/pathplan/vis.h
lib/pathplan/visibility.c
lib/pathplan/vispath.h
lib/rbtree/misc.c
lib/rbtree/red_black_tree.c
lib/rbtree/red_black_tree.h
lib/rbtree/stack.c
lib/rbtree/stack.h
lib/rbtree/test_red_black_tree.c
lib/sfdpgen/Multilevel.c
lib/sfdpgen/Multilevel.h
lib/sfdpgen/PriorityQueue.c
lib/sfdpgen/post_process.c
lib/sfdpgen/post_process.h
lib/sfdpgen/sfdp.h
lib/sfdpgen/sfdpinit.c
lib/sfdpgen/sfdpinternal.h
lib/sfdpgen/sparse_solve.c
lib/sfdpgen/sparse_solve.h
lib/sfdpgen/spring_electrical.c
lib/sfdpgen/spring_electrical.h
lib/sfdpgen/uniform_stress.c
lib/sfdpgen/uniform_stress.h
lib/sfio/Sfio_f/_sffileno.c
lib/sfio/Sfio_f/_sfgetc.c
lib/sfio/Sfio_f/_sfputc.c
lib/sfio/Sfio_f/_sfslen.c
lib/sfio/sfclose.c
lib/sfio/sfcvt.c
lib/sfio/sfdisc.c
lib/sfio/sfexcept.c
lib/sfio/sfexit.c
lib/sfio/sfextern.c
lib/sfio/sffilbuf.c
lib/sfio/sfflsbuf.c
lib/sfio/sfhdr.h
lib/sfio/sfio.h
lib/sfio/sfio_t.h
lib/sfio/sfmode.c
lib/sfio/sfnew.c
lib/sfio/sfnputc.c
lib/sfio/sfopen.c
lib/sfio/sfpkrd.c
lib/sfio/sfprintf.c
lib/sfio/sfputr.c
lib/sfio/sfraise.c
lib/sfio/sfrd.c
lib/sfio/sfread.c
lib/sfio/sfresize.c
lib/sfio/sfscanf.c
lib/sfio/sfseek.c
lib/sfio/sfsetbuf.c
lib/sfio/sfsetfd.c
lib/sfio/sfsk.c
lib/sfio/sfstack.c
lib/sfio/sfswap.c
lib/sfio/sfsync.c
lib/sfio/sftable.c
lib/sfio/sftmp.c
lib/sfio/sfungetc.c
lib/sfio/sfvprintf.c
lib/sfio/sfvscanf.c
lib/sfio/sfwr.c
lib/sfio/sfwrite.c
lib/sparse/BinaryHeap.c
lib/sparse/BinaryHeap.h
lib/sparse/DotIO.c
lib/sparse/DotIO.h
lib/sparse/IntStack.c
lib/sparse/IntStack.h
lib/sparse/LinkedList.c
lib/sparse/LinkedList.h
lib/sparse/QuadTree.c
lib/sparse/QuadTree.h
lib/sparse/SparseMatrix.c
lib/sparse/SparseMatrix.h
lib/sparse/clustering.c
lib/sparse/clustering.h
lib/sparse/color_palette.h
lib/sparse/colorutil.c
lib/sparse/colorutil.h
lib/sparse/general.c
lib/sparse/general.h
lib/sparse/mq.c
lib/sparse/mq.h
lib/spine/quad.c
lib/spine/spine.c
lib/spine/subset.c
lib/spine/union_find.c
lib/topfish/hierarchy.c
lib/topfish/hierarchy.h
lib/topfish/rescale_layout.c
lib/twopigen/circle.c
lib/twopigen/circle.h
lib/twopigen/twopiinit.c
lib/xdot/xdot.c
lib/xdot/xdot.h
macosx/GVApplicationDelegate.h
macosx/GVApplicationDelegate.m
macosx/GVAttributeInspectorController.h
macosx/GVAttributeInspectorController.m
macosx/GVAttributeSchema.h
macosx/GVAttributeSchema.m
macosx/GVDocument.h
macosx/GVDocument.m
macosx/GVExportViewController.h
macosx/GVExportViewController.m
macosx/GVFileNotificationCenter.h
macosx/GVFileNotificationCenter.m
macosx/GVGraphArguments.h
macosx/GVGraphArguments.m
macosx/GVGraphDefaultAttributes.h
macosx/GVGraphDefaultAttributes.m
macosx/GVWindowController.h
macosx/GVWindowController.m
macosx/GVZGraph.h
macosx/GVZGraph.m
macosx/graphviz_prefix.pch
macosx/main.m
plugin.demo/xgtk/src/callbacks.c
plugin.demo/xgtk/src/gvdevice_xgtk.c
plugin.demo/xgtk/src/gvplugin_xgtk.c
plugin/core/gvloadimage_core.c
plugin/core/gvplugin_core.c
plugin/core/gvrender_core_dia.c
plugin/core/gvrender_core_dot.c
plugin/core/gvrender_core_fig.c
plugin/core/gvrender_core_hpgl.c
plugin/core/gvrender_core_json.c
plugin/core/gvrender_core_map.c
plugin/core/gvrender_core_mif.c
plugin/core/gvrender_core_mp.c
plugin/core/gvrender_core_pic.c
plugin/core/gvrender_core_pov.c
plugin/core/gvrender_core_ps.c
plugin/core/gvrender_core_svg.c
plugin/core/gvrender_core_tk.c
plugin/core/gvrender_core_vml.c
plugin/core/gvrender_core_vtx.c
plugin/devil/gvdevice_devil.c
plugin/devil/gvplugin_devil.c
plugin/dot_layout/gvlayout_dot_layout.c
plugin/dot_layout/gvplugin_dot_layout.c
plugin/gd/gvdevice_gd.c
plugin/gd/gvloadimage_gd.c
plugin/gd/gvplugin_gd.c
plugin/gd/gvrender_gd.c
plugin/gd/gvrender_gd_vrml.c
plugin/gd/gvtextlayout_gd.c
plugin/gdiplus/FileStream.cpp
plugin/gdiplus/FileStream.h
plugin/gdiplus/gvdevice_gdiplus.cpp
plugin/gdiplus/gvloadimage_gdiplus.cpp
plugin/gdiplus/gvplugin_gdiplus.cpp
plugin/gdiplus/gvplugin_gdiplus.h
plugin/gdiplus/gvrender_gdiplus.cpp
plugin/gdiplus/gvtextlayout_gdiplus.cpp
plugin/gdk/gvdevice_gdk.c
plugin/gdk/gvloadimage_gdk.c
plugin/gdk/gvplugin_gdk.c
plugin/glitz/gvdevice_glitz.c
plugin/glitz/gvplugin_glitz.c
plugin/gs/gvloadimage_gs.c
plugin/gs/gvplugin_gs.c
plugin/gtk/callbacks.c
plugin/gtk/gvdevice_gtk.c
plugin/gtk/gvplugin_gtk.c
plugin/lasi/gvloadimage_lasi.c
plugin/lasi/gvplugin_lasi.c
plugin/lasi/gvrender_lasi.cpp
plugin/ming/gvplugin_ming.c
plugin/ming/gvrender_ming.c
plugin/neato_layout/gvlayout_neato_layout.c
plugin/neato_layout/gvplugin_neato_layout.c
plugin/pango/gvgetfontlist.h
plugin/pango/gvgetfontlist_pango.c
plugin/pango/gvloadimage_pango.c
plugin/pango/gvplugin_pango.c
plugin/pango/gvrender_pango.c
plugin/pango/gvtextlayout_pango.c
plugin/poppler/gvloadimage_poppler.c
plugin/poppler/gvplugin_poppler.c
plugin/quartz/GVTextLayout.h
plugin/quartz/GVTextLayout.m
plugin/quartz/gvdevice_quartz.c
plugin/quartz/gvloadimage_quartz.c
plugin/quartz/gvplugin_quartz.c
plugin/quartz/gvplugin_quartz.h
plugin/quartz/gvrender_quartz.c
plugin/quartz/gvtextlayout_quartz.c
plugin/rsvg/gvloadimage_rsvg.c
plugin/rsvg/gvplugin_rsvg.c
plugin/visio/VisioGraphic.cpp
plugin/visio/VisioGraphic.h
plugin/visio/VisioRender.cpp
plugin/visio/VisioRender.h
plugin/visio/VisioText.cpp
plugin/visio/VisioText.h
plugin/visio/gvplugin_visio.c
plugin/visio/gvrender_visio_vdx.cpp
plugin/webp/gvdevice_webp.c
plugin/webp/gvloadimage_webp.c
plugin/webp/gvplugin_webp.c
plugin/xlib/gvdevice_xlib.c
plugin/xlib/gvplugin_xlib.c
rtest/cdiff.c
tclpkg/gdtclft/gdtclft.c
tclpkg/gv/gv.cpp
tclpkg/gv/gv.i
tclpkg/gv/gv_builtins.c
tclpkg/gv/gv_java_init.c
tclpkg/gv/gv_php_init.c
tclpkg/gv/gv_tcl_init.c
tclpkg/tcldot/no_builtins.c
tclpkg/tcldot/tcldot-edgecmd.c
tclpkg/tcldot/tcldot-graphcmd.c
tclpkg/tcldot/tcldot-id.c
tclpkg/tcldot/tcldot-io.c
tclpkg/tcldot/tcldot-nodecmd.c
tclpkg/tcldot/tcldot-util.c
tclpkg/tcldot/tcldot.c
tclpkg/tcldot/tcldot.h
tclpkg/tcldot/tcldot_builtins.c
tclpkg/tclhandle/tclhandle.c
tclpkg/tclhandle/tclhandle.h
tclpkg/tclpathplan/find_ints.c
tclpkg/tclpathplan/intersect.c
tclpkg/tclpathplan/makecw.c
tclpkg/tclpathplan/simple.h
tclpkg/tclpathplan/tclpathplan.c
tclpkg/tclpathplan/wrapper.c
tclpkg/tclstubs/tclInt.h
tclpkg/tclstubs/tclStubLib.c
tclpkg/tkspline/dllEntry.c
tclpkg/tkspline/tkspline.c
tclpkg/tkstubs/tkInt.h
tclpkg/tkstubs/tkStubImg.c
tclpkg/tkstubs/tkStubLib.c
windows/AttributeInspectorForm.cs
windows/ExternalPropertyTab.cs
windows/FormController.cs
windows/Graph.cs
windows/GraphArguments.cs
windows/GraphDefaultAttributes.cs
windows/GraphForm.cs
windows/GraphPropertyDescriptor.cs
windows/PathWatcher.cs
windows/Program.cs
windows/Properties/AssemblyInfo.cs.in
windows/ScrollableImageControl.cs
windows/TileableImagePrinter.cs
windows/UTF8Marshaler.cs

index a2b0ad73d462c86485e91bf5d87549a104ea66eb..95ad83f38542634c04d701d16697c3ba3286b41d 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 76a031d6f116388d3c481832dd0a8cffca52e57c..4b409d4c0d996356f85a2b56c08cc404b7838d21 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index ffbe8b5147b1f575f74fcdb74ebb9b9e60b5a982..9c57467928d19cf3c9c2499720e9504510e4b70a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 8c42e2cfe3c5d8ead855d85893d35d518a41555f..ee618073a3f5e6793cc0e71345cc952c9146cc87 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index af8bc9054af34f7fba194630a0f0c701d630477b..1905460fe334f7e2a8160cd1a9104d6497e8f0b0 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index f4f58ebf1372d55ab9eecaacbfefaf4e31ff07f3..324a1db79baa71faf350a33c8a7d1d5eb0ac69a3 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index 9e29693806c9d90bef4745f8b7218c4d6015c8ca..a58b8d072fb439f4c993534fb8b5b09bbe9dd8c1 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index 078fef59607c8b7cfb9dd56a7c0a6572685a39b7..685a9769e40126291c11ee891766ee7e2d103466 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index 16be2a86f462ee8ab4dd93b6b4be66e5316277bb..4c39d78945d61971177f6db2531e82a66bf219b5 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index 8458ac19b5326181b267eda560be7f66c8409067..0d1ef39185ce42e6c22bc6ddb1bb8354e0bdfece 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index 7d59747b1e2dccd9f2e4698cf30fad3d359c052f..12dbbe0651d64ae0a25f2152f9199e7a91de94c9 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index 45cb8e9ca5001e229fad11dd571b3fe613b9b1bb..30a6de2cae4e88c1fba8d73fe9df1e4bf2b49576 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index 9f2c449bee803ec662630fa08bad5e9a2758bbd5..fd68840a2c4f362e22a23093199cbb80f90b1ca3 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index cca4f1be462deeb20bca92570f2e16b076196c7e..b0ab43fc8a23b46ca0aeefe65bb0fd41473b8e2b 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 7e5d320a83f1f0540dbe8088778b330753efd659..3679c38adc9fb5ddb031d699c85c7b0280db002a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index 9e9ce60b8a0cc40bfd3561b1a01453c32289270e..603f674ac5dc1c8c7a3e017f488d75a73594727d 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 50829eaac09459033f4224c7238933171f3227b4..757f0819028696b4d3c35a7e42e322efea981af7 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 306fc29e79a247248fe42f0dcb1d5217fc0a7a57..93baee07fc02ad4f6edd5844c9ab6a6c8951ecd0 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 07aec77a1ebe5ccd5e438d26534e58f869865e74..f9ed10251c695a4ba0f978afa98a3ffc11b5998a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 49596c3808f129e8abac9a4505e09b0b209e86d8..236af231895675b2edfc38cbc75b42c07a44e04c 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 0c3efcf6b6ea419ad57d94fa20bf7e33f5f17928..52d1e87ce8294d8b7c007daf92d7ff4d434cdac3 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 132abfa33e390f4db0c7709cd3948ab73ed93946..c252df7eddf3d81599d1f3fefd71e21378a71ea6 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 08b15b005d322cd9149797e6bbb4d1c235f58a6f..6fc296f497a3cb75b11d08992b0982c7660a25da 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index e81026809c09b9e7e72a58845c37e28c49472d6c..0f3fda1265b0385b2b8fb509cf37b43306e82a12 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index f0826d15f128b6586960429b2697bd64c38c0140..341bf7bcde62b21ed84881a94a8586ee5fe0dc40 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 7dd3f39fdc48676d3954b96bd5067dd4405fd428..a31dc9af559adf39a742e5cedf42650b37e8e10a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index c194baf18f604dde95caaa69d8fa87d9654a72b6..d3e59b109bc47709c021992eeaea38e2e7ca0d02 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index a83a09c1848a5dc3c51b940ddb6ff8610c4c099a..d665e8e98fc85cc1708de9fa571cec351dda3618 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 6249d67d05a3f1cf1bc1d5fa1f270840714a2d78..3bcfdb4d38dc9bdbdfb88a338ed408c2f5d7c9c6 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index c6fd2e5057fdc8e2884988aa70b0fb8c0f816b8b..7c5cd75084a39cb96a1fe5b4a67b5ce058785b4a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d19c3b1b1eebeb2b1737e9d790bb9ff528439189..a21b68958cb6e192e8a4389487982d48d9c1866e 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 2addfdc4c9392535285ac5845a405a3f0bc8ebd6..fb16d49cb62bf2dbc74d38fcdfd7ba24eaf1f7b9 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 1fbb926a5570ee19778cfff8dee4fd8bf647bd8f..bd68e9ff736bf33fda029e8db3fea7c24526d82e 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 9cfff089c26ff504570156b9e8180ef9ca65896b..223181ee9838506379aa87dd0bccbaf4cd60bb1d 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index dfbf8c9275a98f456a8068d5f4d4521c66e26df0..11d73c8312bc32988c23feca04b7aa2171bf3b37 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index a078574424e21046acf46b4f37bb8501a37cf0aa..e75d36d70349693c4bbae411712be78a16c7344e 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 6307604def587a339e867200d23bab96e36dbeb9..34fd3b9aaff2c0c624e09a5e05ebff42f293afb3 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index f58983c13d2a5abb4349d9f128012c9545f027e2..0005ad55bde493184bb491005f6d71662d8c2f75 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 1867e4d2380da8d28c98823ce3f369a6f0957a8f..cd57216948e948ae6f622d687d5798976284a27e 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 6e0816846788b781f59c7c7fbbf5b641216048a2..871c14e14892bddb34f29010ba0941d6ffa80707 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 08d3ea2455466da30bacea604e4890e118f00500..d838e605a8803e686033e685cd5f2e7c4a213720 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d9a51dc8f5e76074d438cff600d350241538fb35..4e7c8a3c4bb16a3960142ca6ca5b8f4c7f814e6f 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 1e63b4899832611eb5ec56f94b85673a8894e914..6bf11c824cd67d1d095292b3a7126b701b3a0d57 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index a6dac7a0fe0118c2234318403ef19cb7a2d18722..fa4ef26700f6cb0e1888cd461c09dc51b308b00a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index eff609a6bf663f65a11b110a9b2e8489f9fbd5ba..9401122fb4c29e616390610562e72369a680cdeb 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 81494009d30afd182c1996e1f0f1d9ac46c4c9a2..7d0c25518510449f5dd25c116f3d1521fe652828 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-    
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 189943803ef66baf16b542f2ea41005942b15fcb..04c2010ef0d8e34e2a4921fb8b964a7ac5f49f1e 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 438e6eda7f426f00800f3867b38d0b1240d3d48c..389d7ee9b654bda289c92020474319351ca2b3b6 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-    
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 91f39cb330aaa5cccff7ee1c408976f9870d1b8c..6485f4170b85a115ec187f363eebebe1dd56bc21 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index cf52cf5a7ca8fa6b8e5625c75e3917c2e2367d9a..b214cf8a4fab1b15a0c61b85a543f1443045548f 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 9c79432a9fbab84e9a5ac94a10be415dd765b0f9..ab03138724b506f28702abcb5efad14bfbf8da04 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index b1a97f00c3ca9c5371f4ea8e01b05a6c0b4cce66..c3729a5dd9eacdcc5f19d9b30283cae49b17d027 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */ 
-    
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index fb2c3c5daf48760405d5ae9c35a7f3c824346060..bf1817ac7daa8247c9f4317b67df47fd557443b9 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 1cf4a5cf656b2c60efc4dfe425a0a2fcde377aaf..9bfa7751b84a1cc4e90e49ec4e54ad6ea968b35c 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 2aec1ad1d48efb2e1e15dfc3b4fa23f9bb5dad5f..399514ec26e5f6a1de02fd7c88d2ad62726a9e17 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 07225c81098cf35a30d04f389f6f4a26f6b9dd76..1cb17fefbb8ba6b2d1ac6d1ea674435b8e03102f 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 8c81ef37ac75fd74e34e1808bce8836a25003893..0dffce6b6b69d2c091a5ddffafa2670ba755a96c 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 1f4b11508482616facd2d151cb7c54718fcf1a8f..a8c2af2e8ea1c5fde10d4f2020e1bac5bdf52385 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 1b441653389899fcd28bb11b1b085d0f559679e0..1c0d7038458ba8029c59ed8841983bd14b2b0254 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index f4631bff71de17f8cd7eebb897ae968e059b59b8..080a30c69963573d8a7ae432bdb28d836cfb5921 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index ec4f0138b1dc6901b03e95c11ebff91191ea2992..87def11722c60293fe9f6b1d64d749beb5bec534 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 7c2f3de2e9cb9fafde87729c7b35c083150d7ec1..b583675eb01ae8fea90a95b7722834c739d7a76a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index c41d5f92669e1fe1c4c1c31c0dcb520862324fcd..27fca91ad40bb1b1c2300761e34c593e568062d8 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index f66462699c130575edb56e80d4d8e1706ac39661..190e87b54e0749e5309865cc162b843073c9df97 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d9b6e1947c319530eb75ef7f96be77afac1c5cd9..2eb2a25e185e86bcfd63b210b4ce64d889083ea8 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index fd6608bb223ef90f9eafe3e199b936f73f1034d2..305f3a3e18c0f3b173829ff9886bb199e11731e7 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 677d257f519a54e422cae790e9d35fa2f5a3cfca..48e33e63201db2d74d081904ad0368c76f592b16 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index b8a2bd4553d9cab5646434f7dc4f3350356f5db1..6117f19c09c35fe9448e174f6e278ac8fdf19501 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 1c176f8021ec1d3356006eb5ececb74b9068da70..ceb03f7fb0ed141a77e31ab8d1ff7f46910c5233 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index bcfb916b8778ac2fd057f8e0a00c50041679c686..f6c87596aca59f9ed01db0a26aba239ffe589b46 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 03ecc486c0560d396a2eb279a57d71f03eb57107..ac28777542f6bbcc29e9947a494d842132dc880a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 45ac64413821ed4d3c80b8b73032d4ef5a6c47a0..cb56cd4bdf1a52b1404d90053581446224dfd056 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index f937711da47af99746fa6fe4f0489417d56945f9..b21bc27054ba29c079cca9332f5776761a13f434 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 48a1e1e45ffff2d9b97cacad0c7db660312f616f..c04e32e4b6e8fb1ea8ecc002e5ff22007817870a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 662d198290c5acb0833554e8f2592d691582f211..96095b17506bf2955ef285caee132d6d355f99d9 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 6a2750dc021b83195e5c494103b2c949f5a46155..e72abb237a444e911565506e5167e598db94959a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index ca6d2d49a750d29a37aca9750307497f07608e6e..795bc2801b9686da5c647c362400d9a7c246a722 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 7dbb22fbc25b3ed73df82f978b80b698e0d0a472..e98f5010e145f68bb2ef4fa8abe7466a5ff1a37a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index bc01f8b1c6937ca47742af81b5061047d97f4197..f8621d54da73621fa204275b022092369500c885 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index afa5fe6f19d8a21ee5f7972dd8bdd94a889e69e6..4881a75ce188926294d0bf7f05413f332738b5a1 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index fa3ef144b95294251c95ea8f18a0ce5582e7ee65..3eb76d66c4ea25212d6bc90248082b04c63d9b17 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 429f02faf2556a7172b6c188b0a9b8778708bb78..65c185f182753aaeed270f0937aca8d1b1a23556 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 837807a3e6a58a74df07709154b7cedf8bbc34da..27c8984a3600f2bfebaa2ee85d6019f8380e552e 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 601a691e4a00678ce98f93b1a5937a1b932de66f..8af2911da4e1af2cde00435b8208c1ffcdd5a8e7 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index dac268e51173ad5f7f596858062dca9dbb941a94..34e6063ef66e10afea8642fb8edd1f748c200e0f 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index ec9e832d06bd733e24bcd7d3448ece7b3718f9bd..af663759822dcf76d89308854df03cac8e66382a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 1e7b7fafa9eb30a5dafded7a8768f40c14504ddf..39b92792e60ecbcba8f33240b9263deb704d8c4a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 199dc5fb25e7fddf648f048694d874cab898823b..68072773961efe93be88df6d6f09cd97a6e7ed37 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 08dfd55beb847ff315906bb344965a98bcae652c..fc75e60c9f349b73dfcc809f170d88cceba0ff8b 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 03974c8621662a51f94266fdbb452d05e3b26a14..1252c410faf9e57add9554db707b78b7f64d3478 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 94f65d545ee3811a3183c5f9e8bed485c93d8917..3062b192f39cef7b7ee4a95d909fb59221b76800 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 81e2dd386b90e0ca379c7f3d1efc760570b6c33b..a5038f4f67b52a21673437c42454f555b2166e60 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 42cbf7ae48f64c488ef94eb90c122f051c83bb85..6cbef5238f414ada46e44e01f80210f3f3b06fae 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 9500caae58864f7ba6b899934188469a34b36fe9..53d9734f1fb8feaacaf2017edf898f26ced93275 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index b11635561bf7c87dccd20161355c0102b27688d7..0607551deae5459f789bde5ff23dc531dfef031b 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 9e66070e2a26c8f8ce54b64994a1f23f73fa4844..101f7e4042883bb46eefd9f932e02a5b541049d8 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 1b284ab70daec70a32fd31eec559ebfb3bc226d5..a70b67891e6034946a0dcc85660f08e67e29b8ac 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 5346932133187c1edcc363255328ffcab381952e..08c02c2dd62c5e3176df7a7d3831bd80fed3cdce 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 330079314ce88923f2570a7e4d9b4307f637c7e8..6da078ce02168f6c024c77ea7b860ed8e6c0923f 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 1a36fa5ce3a4d2d4871fde5d397da736af16c4ae..c45200d693910037d9ccf44b5fca3307cb24eb29 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index f225b1779a4a561f82d5b783d428e3804186d614..371c98ff259d4db9ffc3b83680a63a1b31d1d5db 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index afb2b2c81ef6191680d8c3d6e89ea00363b2d144..dfd3e7f97e96501b39914b4e2f605ba8fd71f97f 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index bc703f2a3d57608e224ff9ad3df98e210e2eaec9..83a20bb6e0d42b8b4565ec830ed204010a11615c 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 80b64d2fd8db967daf5587f210d3e61681f81678..e83bfcdd0238242e83b498310d74092c94d98340 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index eb885b75a02657f66efff37b1e6e5b01c544f31c..780a4914be4f82d7b54b530f31170a9ce85ab3c1 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 29109850b416961fc9f9ab0d9c2ceacd900e96ce..eedb58081acd44c2a5ee2c4ae4625281228ce456 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 2cac18a5dde1408cc543dfedba9b9687d7a57e6a..163e855f6f300ea59bd1184e0fd45bcc260563f2 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 09ffb1cd2e74e2ce00bf70d12e08b0dfa5730c9a..f16b8d726184dec86254ef7562859aac5d5a0fcb 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 00229e8c7cc4a9e10d3d3a4e13bdf714d33d704b..32445760aed0dba756fa24e0a889de34a71ead1f 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 10ae22a5032e0638cec451ae1cf90dba0c2e7416..285cca406bd72ab78f4cd9d73f648f3e8334ac08 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 54f386cff70c92524cd66c46c2df096595560505..3c36be0f5beaad310c0acd99b79d07b065ca6af7 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 793eddf745f904619812b09f003576a2ab546b45..69614371ad54a64b489355c236ba5db42d604446 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index f8bfe5b5b3699a2d660345303cecd2bb54660367..7725d904a3fcb889f8ba08decd772f584260dede 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 1891c78e79c67e5107cedd3454ddbce2d05cc98f..75b30e186d384467711ed7e5ba86a18d3fce2fd1 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 9edcc70eb3e35a61e022ac34e07e623eab49d73e..9d79eaf62e47edef952a0157cc1119fdce59df54 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 5125a2f6d7c969c5555eb10b6e182c2bb0cb8048..88a916b5e473753db4f661121511db05f3115dcd 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index b6cfc7daaa8e3652ab2d8dfcaf49f73f1dab8be1..5c1d1457ee2b48f42ebde7ad7fd5e2ea7e7b6222 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */ 
-    
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index e6a426fabe4d4303cd394802cdc769e114917641..44c259508ccdaee2c47c357b33e40b9be6c44399 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index cfdd3385a9317d52104edf9330a5e04298ba8ac0..ecce65a8753b487a90d8b316dae2fad2b5972201 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 0a3ee713c441617b5a9099662ada10aa2814f3c5..adcbf6ae7abfe11380c6283a3f71b5e37ad595d0 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 81e9bbc8e1e8526b55024804103a95d300c91363..57172f95eb5e0736ba287bfafc9e2e9f9b4b272f 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 05ade76d1157a1878bfd59a5da4b476eaa5d8b89..ea3421add6aac7563990e9a66d711989f8b3010a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index b3cdbb1ca8f46bdef7b38cb224ace4fe5f76115f..7573556b30935f6f4fd7e76a5fc81a5b62c172ca 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************************/
 /**                                                                                 **/
 /** Copyright (c) 1999-2009 Tatewake.com                                            **/
index d5effecd6fb52523c3c08a30585f52e9d6cd81de..b58766165d324841ed94df765c35c1255f434249 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /** KempoApi: The Turloc Toolkit *****************************/
 /** *    *                                                  **/
 /** **  **  Filename: ArcBall.h                             **/
index 604e275eb71718dcc98c789b63bd833b552a0ae5..1a3e88844e2425309436a4cbd70e02bda81ef370 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 5eb8fd9e5ce65216208c439b170ec2dd030352e6..7c3e9b435286ad1c1b9027de264e4072b0c886fa 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 25d16e4e089ce580b62615e5ed0f45f20ef6434b..c733d9fa848329766445387b99a2d45bd21644d1 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 071afb3fc7a8a88569c397e3b5140306c4e029ca..113164af3380d890f83ee781af5d738ced653e04 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d79c9f4046947b7b47e344a90d25a473e2c37a82..e4ff8ffc8d84b85a85465e07f4edd6521f5e6937 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index af6a75bd6bd71d049ecd2ef91189e9347a725fab..7cd5358e233d4d613554745d7b26c4d510501162 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 1dac1fca3a84534b7322b4fe32887cddc27db95a..996892ec200141c1c77e8eda9946728562f19dc5 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 2a0577d9bef5661d2c2ee965582da1355efe69cb..f0a89bab0473af60c89194e5665750b673c74395 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 4e9aaaffea02d3a0563f865da621802b62bdbc2b..4abf78aef1d99efcd75ccd67f8d745899914b8ef 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 1c0184eaf3eedfd4f9e926dbc4a867944164b173..0e8e50546dbd9148ba727ded7b5b64c41ed057f9 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 5ea7ed15b08cf9906262866871e70bb12ae96897..adc7661157557054f431310319a2e2df08b93850 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 1aa44a4424f3bfd78313a7d9b1dccc60f2b63798..6c9f9dc766553f88aa4fe678d2c1ac8261436aa2 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index c7ea424ca98a93e87623067eb80dbf8e7f89916f..16c79dad5f22eecd46491aa116a2102c06ba8127 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index bfbc44127a2b4ae020e0922d8280d810c6be54cd..78fde1b4046821a54f1802178044f1bc8eef7f87 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 7c2944bdb0247902c3047d116689a2dc44226bd8..c0672b18cec49d487045bd3019fa30d307d61f62 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 30e684557114ed04e6712a4bdac457a80c3adf63..a3a7a25926c565e83295505fd6b1abbc1e9526a9 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 835e2dbdbc8d506e6d7d75f6a3e84a86479c6015..c368dfed24f2691d22dc741b5879c960f662ac81 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 3d750fd1062c50ce1b1196f290f8bb4e1026cdfe..a314451528e76a4b1db8ac22ca193c35160d864e 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 9e159be785b6727fc8fe98dafc660c6daa4a19c3..4efa95f3dff1134a9c5c31709e3fbeeb507dc8dd 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 3eb340ff6ba51d686b4ecde759c8f787ae6b30fe..e04d060a08941b82abf5389617a26b8a44075070 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index c5f31ed0698dc8ee2c37f164f8d63b24df864c77..ba52d171b2b4022b92230bb3eb786a6a3620f2c3 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 90fa245412db039109b6b64f32f3215393329caa..e5cdf3a71d4d0903148ff6a1c5f290b19bf15ea1 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 2c99ddad7dcaca47b17e7c9c226d20f373e536c8..a6d8f3d395b637ae192b945becab7da1bb782e9e 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 82f49102930ab62b170a14f64f22d383265f1e66..176c37d641c137134f46d9ee6668450b2f1b7ba8 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 792f2d570702ac0d7dbf5b5251b3db54f2f8f4bb..14a67bcf15d7c8fef4f6fd305dff2645dca3c634 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index fc97c70fa467075532c5602bf6f4c404d24647c2..4251a2616742909f2964469f3867014db52c95f3 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index b6dfcb5bd02564d5c559639c6c913da35474757d..91bdf192dd9b67b81284f15f5b68bff9a4b925fa 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index ecfa52c345d5f87cc7d7bd420570dcb0430a9960..26c42cca05e8f2ad03b4cd1a450810a87126109b 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index f686a8ca0e55167f21ba49acf03b3c3dbe43acf4..fed5d3b4d96119c51c8cf473639f9a198e6a49f7 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 609fa5e4eeddc62c9b9fb509b74dd1c87d918d39..8b8e0aedb48d217d379fe18a64eb4919e7a8bcb7 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 6ecff93547ee49c1dc203ce560d93dd6d23ca060..b810544b67ccfad3ea2094f4289001a560ab2fc9 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 2c69368dd48d951e281b761d883c3417133cbbe4..60299e8afa429eeeb85f258a933c01f24db1e1d2 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 8ee234bf2846fdbb74b3c71ceebf79b6bb8874cc..da64bc8cf9ca3385221c81bec5ccc6f6715cce99 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 7b906b9a63eee458855b308a5ed4d662ef4bf7d1..5f6ef09347aa683b69fb47c1e68f0a2b31d5b7f8 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 53c4c6028b0d83d746aca3eb19d3b15339ec7ffe..a314c7f618c8d32a7c73a9857532236783b4230b 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 03c79b17c22cd482cfec6c426e700cfdd48ccd7b..9a22e29fea404c027635f27125210cca51dc9746 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 9db86692a6861e63b9d93875c68cd0ca2c366da7..e72804326f5de876f9c1d8659cbe8ae66b10040b 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 7e1aaa34cd50a801addacda2af3941104fcbc9d0..0b1f40580e42f5084cb77e52980ec883cdd35ef3 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 7539b14abf99e187f57a31e6bf1fd0a215240127..c79b37300486f554472241577ccbe0d6206b5344 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index b90dfa6043661b87083527be30a29f03379f0d88..931ec61c75dc36917838a603ad3f7a01ff158013 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index a554d4c6eb135b8290161babf8543bff078d99c8..5f2bd23b3bbce752bfebaf88b0280a9807a696c0 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index fb7dfb75414cce8fc8ec1ca104d547f87ab7c29d..93eaa816251a2f8785ab81cf37ebe873e9156484 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index c7c8e4b0f08623c962b6e987d94b9fc7dd834ee5..b312d1928967dc3e8de95ac80d54db0f32312b2b 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 82615da0b5e16c5a032cf65d7f4238a9c9e025f7..9358080e9ed0cb92674d4771eb2e0a4397121a90 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 54b31c261c97c3edfe955c08f682239209703364..d81cbc724730a4bfaf59084749bb002f9f2b257b 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index e0b20594b2b652608e5e5763fb696e544029d3a5..47d08052f48613c80570767b1b14c8c70be6ab46 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 48b7619b5ea562fd23e5eecbd443d85c261bb914..9517f934d001131b72477ced383b520ee5b805d0 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index c068e1ddccba7a20f6cb684e710759f321d987a6..a28deb67afd3763394948cef6df1bd678845ec60 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index 65b1fb28198c5364e6ac5c9b48e892b8105af31b..0a542523afae658ed1203ae8de6ac8d1dc130bed 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 09427253a61aae43bd391c1ee255a5fdf1034a54..8939d3cc600af442fa797db4deeb32d1e99ce4d0 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d71778258458ae09aa1366b501d0fec6ffb79abb..d46937e30bb2c37940c2d42bade8185a13aabb30 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 392ad296dcc63df2589e9bbd023767e4d230ee6a..ac19f76e622351ff87d15494d2a41ecb7b6722b1 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index ef47feb84512f4df489aae3350ba9b7ca6d8ebea..c986369267c13d63955d3e2eb066baddbd288136 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 48af1835178c07447fb8912e65580eb7842bc251..93f4afa602235ec7c12e5275c2f65de3e25af5a8 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index c47637c387c3b60b8d2903173bd46de5ea5c5316..3de19f67e4deeed10dc53bff2ac965305af0aaf1 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 4b68f74038e6aab0f5e03d6d54388ec6edeeacf2..91e2fec9fb624671f306ba88269e23eab47c95b4 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 2bc7cef6a6c8426e210f6ef1806379916b30a646..3c8272f1c77359648e5af4d8a3f1af0216468926 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 511893817b5b75afe992d5d0afc5961ee428b874..12eab7f792ba1aee28fd33f6d3a461e8513c6665 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index b80936476e372150447db792b38a1b60518302a1..dea421471fac72f809443099370def39e91e63ea 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 72268a74363573bd720409443d5cf324904a5de5..a146e3e2e35cae2d935ee15c47e5affea569cbb3 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 8591ba7ab64b955723540a08847578114070e602..f498dbbd22e163c2687923dc2804f4e03f6477a4 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index fc2ab7136f70d38cefd4f0e45dae7e9d27269505..47694632332f7ad962407bab678c857eb8595989 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 8c2ab0b03239b4154e75d94f2a8f6f3a77b1910b..eb4d0704251554494363f2747726a42d3d7b801c 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 70fb197955d4d76fbdbe794daee21366e99bc687..be71a71213ee22b0a1fdc873e89ba2b2a8005f2a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index a453102f102454737bf1849da3ba28860d91c3c7..22306566cacf2758fc5f3d42fd03c1d173d3cce1 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 037a3ff99f9f3f19eb1369be653daeb0cce4798d..d87818266f8615fea6db17c3342f2c151a318bc9 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 1c8e5f271d48cabd186d7a56b8da6515f706966a..655b4029bdbff0d163fb5844472d87a604348725 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index ebda889aa84128debfb73880280aba5246ace102..83bdcde0eb35278772c27dba870f4ffff993f102 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 58cb7128c22754e466cabac795b22aeb976c127d..5295bb04b632720608c26ff86d763deced623e5c 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d08468e0b2b9aa91a082d227a6ff94e18bb43e9c..358ad1ad9bb9045533103a07bf82767df0549493 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 #include <stdio.h>
 #include <cgraph/cgraph.h>
 
index 79e42dcb108354663d6251670d036b26036ba925..1192a3355d9f5d14acebce83b2c11a58c3fc75da 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index b3f37ed119d510726f9608589048f984d326ce44..7c577a360312e823d5830aa6c7a58d5fb77784d3 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
   /* By default, Flex emits a lexer using symbols prefixed with "yy". Graphviz
    * contains multiple Flex-generated lexers, so we alter this prefix to avoid
    * symbol clashes.
index 5e700f678e0a67d5ec3b49b84e1b50c88f791287..8d2a9df79c0bfb40dddea7bed0b96a2b2cb2482a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 7fb1962ff4215a51bec089bd0e70916ea90f5631..f964f015a7faade65ff9badc8be7460817007ca1 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index a3fad79fce712a6f60ebc69192c5ef8efe78f874..adcd69e4843e1c9ff90c0c76cfe6fbda200937b6 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index e1f754a633b52a4617c3fd71e5887a6d8f519816..27aa9935f45ba47ea9d2fe45690c5610039f5ed6 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /**********************************************************
 *      This software is part of the graphviz package      *
 *                  https://graphviz.org                   *
index 95c3ebfb83642659b92e37bb244a6f926cb44bac..d3f2af36b51bdd40ba79120fca1efd8bf137e246 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index a52a31be4b5693c073e81e9ea3cffa8b5277166a..07ff741a1297c0bfc34615c05d3185e2af741e48 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index da94099fda048442a972b9431fafa4056279bbd9..477f6647abebad25bf390e51b84a0e80fae8a2fb 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index a08f40263d8f59b1e193f8533c94d656568a761a..e32eb21da0a02b7386749468bcecc4abe3cb2d1e 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 8ae1e18f6d743e5e3d27f96622aa28da7e9ae010..7da2507266efdf25ace3930cfa0a6340fe3503f1 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 9466c52266ca7864b105660342f2dcdb488e9fef..ecd884b2205f20a703be860df3e88ab95e880aaa 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 7ebae1251228ecd9a3383e597095bb9e0dbc03a3..077391701c585b73408051a56c4aafa217ee5d73 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d5a55c54acaf58519954022e168aecb8f524537a..6b2ab723854570f04cb75318c1838c17224f6d70 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index e0fe64b2a5302af310e6aff1c35db3eeb784411b..f0ba2eee971e2e27b2f66c097c5248f651fd2ffd 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 9d8eb88a15b9c8d882c45488fd81b197c94099e0..59d4a371e8641eef62de21a6e8c5fb2e3e002a25 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 85da96c1cf2db8cbb798308243cf63e6d047ee08..324c7df4eb26550b2c2ed9a0b8743df5d9644cd8 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index ba79646ab493c4497360025498d9dce11a87f36f..0529602c7e01109e84b20c2b5524714679f0c27d 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 2b404f92c4a2e2e91fc890df92c495c734179081..cae78c5655c5443d7c335929c807568718d5e3b5 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index 46df61c1303dc091a3cb7f466b4532eb6c7c22bb..248c6572f8912f0969d4b0d3ee9659749aaa8191 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 91b878a4bfcfcdd0981e47cb1ec1b296263dbc72..2cf8ffafea1cf473a1b7734d5b3e905975445ac8 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 8324254e34937d7d69b68059f953c20c8c9bb37a..779779db1804a48a57742c0bfd6f151784289049 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index eee88d3cf1d2139ff91e49b17887c900bd96f792..32bc73796279d45ba5b833ca9d339b07afd1ccc4 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 0d740359bb5ac2a7186e5d1b7acbc2ad4df8fa46..e7fd2fa840d8064433aa96b201bb23f04971eded 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 889b75a6759b96f37a6d2829e148f8bee454b093..825b2c28d2f7222bbc0200293582cdad60ecbf3d 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 9eefdf5aae61d426b5dd1d6780f5f8b21934192d..f16561d2f7f85e1a135592430ae64ff9ce5c6826 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 %{
 #include <stdlib.h>
 #include <stdio.h>
index 5e7d3cea7cb0bdafa2b026b415327996e8db3999..1ef35c613742ca8dbac5b8ef96800340cef478cf 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d528e8c5dafb1707a8f8e408bc4332617ad2d40c..0b3a0d1121487f5e962a72055b653dd485f9daf2 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 5f0ce1936ca4a45aea3f66197779a26f4a14c9fa..e468cba375feb6ead1dda99d1b4bd61b8b7074d3 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index fdd546cb55db74be05c981c27a9ef2c9975afd08..2d57f1a45c94249a37d2902407271f817ce77f25 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 7f6aa6a154f1f550fb2393d66c4a613da1991334..f1dd530250dba62ef62d826e4ae36dbc91da52bc 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 555aab16e970dbeefe8d952d0faff7bd8e63d865..190671ffc8a1610bfb72549998483580fb9ca282 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 9a001687bba316cdeb460f23e094875dee849fd1..26c2bf278a288a2d1af323793a0e2d02b1da5568 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 1306cc8682556bcdb854bb6da5774dc79729b59a..76d9b9b64bb36db9da81f92d0759bf6dc99f38e4 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 642b3c6852a467e6135831437de0221eeffddfa1..d3259c52d351df0d7fc910932a1533210c22a7f2 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 3f3533a482dc2f867bc3594da57efc5b9fa7436c..9cf72e17170099ff3d9fd13108514db8ad15bd6c 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 8730350d33abcdc894eea402ebc30ab502cd4288..09a58cfe5bc606b45254e4a00ed76b7506abc3b4 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index a5c8daefec7797f02b7985fd86e15100781faab4..db879f12a95a3c3ab61f61f8539f9066c93b36ef 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 5759b44b25c7aecfb318d223d9a12882731b7059..b10bf2da9359c57a90fe39e8f48580a71af5e51b 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 0451d111213dea85555ba2d99a8ba862bb76705b..c7c63dd48add482c8cda2f2b456f5230e5e8688b 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 0f612df2d0a85d2624a81b9eb303d40baaf685ae..f06bb704252d3b1607687c125f627ceaa2cbfb41 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 2424a998a90e674b5712992210cea76d632a4113..aad084e3bf682a5d6f99670914da6e54b590d630 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d712b6b36de678ae504b8bcc3cbb47bbab61c1e2..664e8f7b93e2c9c2fcd4f774c437b53830b23fc7 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index cad71f4429537c5fda426ad7695207b7563b0779..7ed75039c0b242a08b00f8d109f415ab245fd463 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d806d42acab5e76cfc6ef9e728133ea41bc70e77..97157f093c1707cfdea60de65cb4467eefbcd120 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 9f4f639d25d9ae18d663da72b81027bfecf0860e..9e78281faca109ccfbf468877e633deabee34985 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 92301ff7da9e56df6e70d04ac08ae529dc8a52a7..7ceb7fdbf03571679ceca78cf30a7ebb180b0824 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 905e11dbca2ff24a3be29f87aca877425b523f40..ee0cbb99cc1b2b80555165bdbafd1c4fda8f6b4e 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index ceb5ab113389902967232d183fcecaead0cb4579..41c32f15cea6722946cd1f834dd069323e0b9c44 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 107c223318e898bdf42d4c8a88da282110a29d0a..0d8be317b03af7f39d73bcfd1ce0a37bcf16ad25 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 8722e3588b012e0cccf6df2ca4289cf99e1ed4f6..18a4a3ed8bf0a93871eae7db5d0f42852102d38a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index c960db7f48837fd54ae9cff440af673d46b21943..baf9e1723f965586782d3f5761e3da4fd05aa2f9 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 05664f9f6d622d4533f24dc533d55233d6edcd0e..7f2c07e0cb8bd3c295459045719c706f4598a793 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 1a4f1a429fb35f3ed1dc662624c80f1e78463e3d..4692cf91f0af3cc1ae0a07b0ba0592449b4e2cc1 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index cce2080366a8276192cc8ee571d3f912edd16070..16024ab589f9067486415459187aed8cf22e323f 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index c64e05eb9b45c2d3c6541e17bf452074d8393b91..16c3edad5ae4ebe3e1ef48209a7167b246d152f2 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 3958f23e5a34d7d58a9d8f76b4ca6fd2a5132857..c3f8047ecc27242f1ccaabdcc0a81a7f58fc9947 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index be987573411d640a9a2af4ac0bf9a62dda06102f..01c83d4a1c756b0ffd5c1d9f75b5b8ccbbc93a4f 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index 32a42bb0997b19e306188b26e263605d9a48cbdc..030c7b13c9001e46c135d694cf2b2868a7e274f5 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index b8f6b91ce5c58c259f7656da40e6fb5ec8d7c530..25f70c4115a50242027f5c0cb0473d1bc3f1f27c 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index bc55d793d2b40875393b8e0b91be74494423e00a..0ae2194e5236e4b1415a139d9dc2e5bf127756db 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 13eea202a4f52f26d8bfbac76413ee80a08ee645..d3f880e50ddadf1b3c0e990ff6088fcc464f395a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 440a142a30e461f58d4ae85efac2268dccd39683..2934d9e8bfc7be25a6d1683b4b23242a012dcc81 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 3409821674dab656964323f5e1339aac08fecbde..e5cb79f059ae02d92be45538595ec18e72058d5e 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 89dca51913df058bcb0b4d46f6e6858579fd3262..ff8099d6aba88a3244fed52d78d37cfa8de611ec 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 0b1fd6282c283c3b7325eabb947e299f3141f7e4..66cf87a8b5028ef87c0ec483a5a781d539aa1663 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 7eb129c2654d3fa184b28b3afa12507392c6832f..528ea11ac9739ec8c39015e0cbaa1c0f38524b92 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 8c269b2afbf63b22a8d69d746a6c68b32aa97865..1ecd27ac3dbba52fc68a4088b7f18c8eaeab4c3a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 06d4d07f38bcbcee80a505104ac7fc234289e75d..74cb8e17be0b213f75dfa5cf703499fb24a40ae7 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index ae033a45949af589548776c0cb5b003de2a078ae..a46373c681fea0bcfaa366d95c1a806eba0fafe8 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index c338c16e51e5e7dbd7a901fbeb048fa6a9e57f48..409a082863f7850b17035fec7cdd45f477c74e14 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 27c724c466621f907b0ee13e392903ce8ca9430e..dd69d1f51103a1a95961cc7d932a6e3003d3d622 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 99d2fc607585ec18607dfa6485e807fbeed208ef..cb10eb90407d262c1eab2746bf19e99d3afabeb5 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 600abd5a145ee40edcdf2bdbee91d668b5cc1e3e..ebdff375a551d2b90ef2953860c21446c829872d 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 8122041daad89f4c3a452544ff8fab4f29ed2293..e1a56d05ff39eea51c38df968bf7152164733dc9 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 7188c9282352d195cb256c6b745eb9e8a6c0f61c..a30adcb2eb9d0376b40e0ec98fb4f8117bb66fbb 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 50289052509f9a973feeff514f01dd45f7204d58..acd20bd56cf328d630bf883d427c99ec32611168 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d2c5a452b3ae8d3ef1b36b19cb3238ef2eeca0a4..21cbebe4707f0a1c791a85f8b8cbd6582ac684c0 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 35c9c5ffc70b6fa9e63eae5c21b51cd7d58c2c1f..8ed625359b2633dd19add4ce927171bc74c7855e 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 4673312231c5d151a9f817892fcec3eed615b521..ba32be4897374af8634100ff5284213aaff5d11a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index a3dd7b43dac445af4c10401fe6ba1005d1a33d53..20d4d8ec43dc46a81582ec81068839629bb1fb9d 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 9cf6be4bfea4913a672c2f8e0adbdc26aa572233..ae387c2cb2de72c87c161205b034d4d89df33f47 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 6c962f2caaef19c0615052acceeecc43c91e6328..a739fe5502b3f9eccd1aefd6c66ffddc0eeb30c5 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d092194f9719114d8104bd438b837740418bbea3..5bfe5a1859265c1337fdb053cc4817d421e81018 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 4894e796cd5a3a88d25548cb6a73d121a5ccd7f2..a91ee38241f99c7622f551b64d1841a2888c1350 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 6123563775bde305c43cb2649078f7d4be7913ba..2032b136e9da123e86d0243382886704c5dbe933 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 441fda2df2be4e6b2a71b239f273e9f18dc744d9..b199cdeb2efbaefa783b0e507cd6ec965923c4a6 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 0f9d36b5f382bcbb7a601b965acdb8cecefba820..5063519ed81c48e3067130ad20c87c6964ef3a93 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 612562d76886b05679130a6444a09b964ca95044..bf8ac98f98502b2d047a85f0f8c5a20d76677265 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 26e21fb5a6f0f4907188710a0fbfe14d08526b03..244d332522630f3ca40b8924a1350b74357e480f 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 850a2db3a8536386dce8d2c884923323804e7d1a..15bcc684ac182c938fd1a6d98738df57c3707ae9 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 880cdfb06b5e5b0b5ddfb5ceb208e42cd9f24ffa..fc62380d3c8cbe938c7dd2336a46e108dfae1ea4 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index cc7a32b236fa94237c7ed6ed69081ee429ba8caa..b79a77090c747cda266495fea7ed487852778833 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index a41abf358a0b4046d266a77de2b79d62cdc3049c..28fe6ba1cb9b868b6481e4212758531263cced45 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index af996c0ecb96d4f1f02cfd512c91076aac77fa07..616154c51b990dea4ab5ecf29d6823bb4fc58c6b 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index fe9b419c7d1d44a8557f036bb38147a3dccb7a37..2790cf2c973245c691bd0a8ae2ea20a82cd54ac2 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index e03d071f71ad072f62d9a5dbfd1d5d08ebf47166..b13464baba3e8f7ff471841e7e6e5c13a006a46c 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 777186dad7c730f4aa3089f99cbf31ffafc213d6..39b23ebcbea36ec7ead947916e754dcf319304f7 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index ddf60982dfbe1746b892a2aaad1aa81e50fbbc3e..9ee5291c0582fe313e83749c8617468524c5fbb8 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d3df2403b8ef764c53ed4976548ca75d116c7051..58b3176c8cbc43ed73c881ed33ad2621fa2abf5a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 60ea27721b247223980e00d9404c07befd414e82..7bc33c3a17e89d8cea6e711ff8e78cdedd197fb5 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 88ca1dbfc9abaa5b4c61ff72484f8bccd82dcc78..a87864a1273cf8d24126a8cfee25ad1449713c5d 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index f98fefdf238ba1a12a0fb78f74f908ad77847b4d..a574fe0e8012afc46dd67500c7d7192a1cd48a91 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 92bb55e63db9a4524fa60841beb11978931e4770..b83373223448df3fa06248e78f1832b9b4604a19 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 2b4e2426c9c28be134fa6c248d3cd6e7c4d7154d..e62c69890ba44aa5660b632c668557784213cf7e 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 726ca58e594fcfdd36334cb60476a4c1c7ffacbf..dbe2d9812e4c991515c324af3e4d6e8a90bf2626 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 78512db603048c377bad00e5c9bf400c23791a41..990560f054a5acdbab4535629225dd20b05a4040 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2012 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index e16a2ac0b47c8762f96904b7680c9eef277510ef..704a2a17fed2c90960e646c6aa65e826fa65d26f 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 260e022a87d74de93419749e57b2da32719fe5fe..9bb0a1568d0817b573bc1633e2109318933e4fcf 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 9b65060a337722a2acc7b484684a8965d53caab7..baf6e884e0ccdcbd516eb3f9ff498161a1aae85a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index efc96465e9404dae1afbc1aeb08f191c0e841b18..7885afdfdad27a8def5687ad1437b79760031134 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index 8ea0eb369cd8bc68e18508cd666ba29196b7f518..185da098dabd9cbdf04ffd5da073db72ede11da0 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index b3b91fa42098d17253cbb69fd04c35f023659e68..c0e12c450fd3a67955c4e0e0e220932110ab66d8 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index f4154aa2a069bd8b695458868f5f6b0129c77953..91f89075c5124859ee8c3b1fed41ffdbd39feb13 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 79044fb36a6dbb5bd470668304bf9e70c6230b85..b71fa97ed5ff2f1d2aa52196f17ca5faf24bd8f9 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 0b551a2f8edcccc4bc7d64b01e04a58a2730c302..4571c0c322d7d3880ca76d7a1f95eb896581aea3 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 95beb4df2d2b53e69396f6323ff7c1b9a5a7bf68..555e9b6646f6354c4da13ac7d853729b6e78a7bc 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 552da210522f02f547e50b848df277ee22860ca2..9a4e3493a2ab6af28368591856910a6ba6d92056 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 911ea592de0b2c4779b2df160c8ac8131cd518a8..fdbf44f0ae0e46f733e1828178d8baf8c2643c18 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 66a43803c52b8e9c9b915773e433314623647518..4652f18b1959dcddf11dc2079f1edbe2551ae88d 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 66b5b1ad60433b86f58adea1a7d72227f094d735..e00e8550ad8ea8f2592932f8612a6aa80428f2f4 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index ead9af110663a3ff877ecef5753ea0d4ba53aa48..cf951f77cda7cdf92946169f5f05ec43c197899a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 82089bd6ef89f5f229f5bdcccc016b4b6a47d4af..209382504ea07d5d7dd78c8f9bb97def98c2374f 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 025606c810afddd5c49bac39e9d3e0fcd1d92226..c0cfd6ac37ff999599be0d4b8b410fc6bb1de90f 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index b8c885e03f0924b1b49ac39e1d675dcaa8cf035c..6162c0c9c3d6e83607f0a040a78aae7b17dee06b 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index bed665845a8cbf933c948b4576145ae092a8e655..3774e0b707af55d80681af854744a3abcea4343e 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d9e99f9e1b297b286b80a692dede03cccdacdf8a..84c7e121875700ab1718e9512b613ab2e429636a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 76d99440943b1c9d22f643047286cc914c202928..55680de1e5521a875867d7b2a33b14285883d1a8 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 4f66160241f3cda2468fea1cf861ac5f9df7b6a7..1a71490cb985e2c5c57f2a09c84e0c30117041c5 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 160d1cea3b8583af922a1591faa37bce8805f551..249c418f5aeabadbb9cd0d861e78fa7dad6f7fe8 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index c5aeb90c88ec7f4fc10640ccfd3f8e1006aec797..f0cc06e3f0fff12361816a7a8e1ad3972e0c70ab 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 8e5b0b1c9bce019bdd61f3543ef5f0a54890f085..b3c86fb2054213bab54a07bf00f722a491316512 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index ada46bfcc5481b5df47657ed3efc5ea815f2dc94..4d275f44fe07768c90a02a8afc5da6be76dddb42 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 47f5d4c8bfb7085ef799678334d7f5239708f2fa..8bef78a3e7ef0e45eb4a8bf12d56aa7d20c58e7f 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 70292c52fffcd6b2d97635b2a25be50566ad488a..f27121570727b5e70e090143b21f7139a47918a5 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 2b25ffcb1c9dfeb66ba8b8be613e38b7ffd94be7..b7c07c70b41b3894a59c7590f7c42c8358b7f607 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 01ec739f41bf9b5b0c9ca9ab552dcff4b02687a7..6b5455aec163ac565529cce4011c54a0accc880d 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 50cb8c43479722c7f3ed9c4bd0eed22fbbc145cd..fbbc2228018ea04138a7a162d75907c445ed79b9 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 52bb18527b1914f3b69aa4928343d05fa9b736c6..834dcda5fa7b21320f52816e1225c8f369a64df9 100644 (file)
@@ -1,6 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index dec0a39a03f176bc1ccf17eba1c3dfafd4df6702..5e16c24adf0c67ad9098fa49239f822e4efa2f0f 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 81f1bce214eeaa1084c254d4bf9ba7056ec02a86..c3eebd2d2b8468bdd5422d6f7352e1e7b9d06a15 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index e5e647f745357403730d57a5b4d137b6a6ffe07f..49d6e5f1e817b849a5661b2686f267d9ecbbf10f 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index fa8f499abc50dde5aa369448b1ce4a2ef5110d55..a4395db81c4a5d5a880cd333ee8194ce543f2c46 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index a0e20c18d347bac1c195209ce7568a4bf56a4db0..5c1016bbfd66fdb5f63819ca288ac2843ec76680 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index 11419f5fd21991de1d1df502c9ec880374549c73..2a7ecced8248f9e167dbf3945212f024b810d0b2 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index aea88b4f4f14e8b9323a434305fccc37efa9312e..a811d39d891ca529db0364a0106abc1aac4440c3 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index 7c56e09432077e7415c3313a17c58b5715db1f22..239afb9753b7a755374dff4b7f42beac3a53097c 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 1442f823b4e6c0a13e78b120bfaa0dcc52d69d24..2dc8cf210b2965ae63e4628847c518315fcec26e 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index ddc60f9a8d91fe1c4875d544cf5da4979ad0ec03..1fd768c32335ba3322bf982778c174366e77aa07 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 6e32d0c2209d799b523c9931999960b57f824290..b6b3cab46aa8dbc6af4fbaeeca92b728421bfa44 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 7f7c9e1b4dbbea0eb3a6a965dc09249811adad07..44ce279ff749698f4d0a523575872c3e8f7e8f73 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index fd195c115ec1bd991a465b10ae8d318533b32c73..24bf9adf81e98e81306b450e39b899f4464820de 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 45a04b75976c3f53c8d0dbd9107b372669caadbe..91cbfbed5520e9588cb2ff556d0ab0aaeaa81e6a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index b24cf69249b192fc4564212461028f488ccd5cfb..edcf2463476358dc03490903f75b271fecfa3f4f 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index a2cf73dfbaf48841a8a321e97e8dd9f36b60c706..3f55ed50da2a850e2d38eca6afbea16e476050a4 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 66b065bf94bdc68a64f51fc245ddf5130eb61fba..c889743848fe95158f63ec90728b75bed0513f81 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index ebb8bfc232e535b52bb0ebbfa2efc00c456d9fdf..3d7a961ebdf26700139364dddf94194ce7feb820 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index a52fe0c6ffd03d8ee206a3f686f5daeafb959133..90ab39cd963a59603cd76ad418c2013f2fa3d72f 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index e3d118cee338da1dc5979e087402cfc62ee01416..1e5d94bb4bdecd4c5ae469aa8a538a64b41fe7b0 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 091fbfe7dc87c00bda48ccf191a82534765aff7c..93fd9fa78b11a13c3ff50d71c64f9c7134ae9506 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index a4971b67a137fce81d0897b70c0b3c3415c21088..bd449a9ba6511b2406b5051111e9196ea3b1b483 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index bbb6de2a1deb5a3df7bbb8d3a952affcae5b15cb..3f2c52357cbb8db74a7bc4a3e67193cd9a892e36 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index a689f00a16ad131e879d20199a3d4178c958edf0..fc62495e3b9e3b49362149af39738063c0230632 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 395dca307e5dc05cf007cf0c3350260df4f22d10..f1aa29a98d611459fc645c1c80a4e5ecd4e203e6 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 6c168c39a67ad877fef7132963b8a8263eed327e..93b8a3a95fa93e1dc10bd0a35acc6154fdd00aba 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 2530b7f926783cb136ae327814568e134080e1f7..e98d437e1c8f1e62cea13eb7584f9ab3b6cf6180 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d121127072cc99be49a9420d3712946c7d9799ef..281fff8ce2496d5920ed77025eb832748274b076 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 814314475456bda491f8795bbece267d0534a629..c87727d03399989794e9a8497d51e253877c3dfa 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=4: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 2a42e369893c6815737332ab5f588d7f3b07e9ba..d667ed38755fb53ec7456d19f08865f4ec4734bb 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 84b1ce1c3f1b45ccca0f54ad9721a633e177cff4..99813de1d20567388a316d13bed8056074cbb30a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=4: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 997f1098e23582d2b5906c0ce74bbda747eefc7a..5b58de337b4bb7a787350b4c2ff452ec487ded00 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 3a12be13cbfc4671d2081a23c95153b19e0db6e5..5fe5f217de5b6da537aa93af021839f9b44df922 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=4: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 5aad0508bc6f185d778da7a41d39af15556c9d21..7af1bb4862a0a69fde96c09d7d519a275cd9209e 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=4: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 3ce82779cbd3ff8e6ee0088395fe04d3f833160e..e29512be33876c742970be1ae7c9602abab6ba2c 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=4: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index e7aebf08756a69570c6cf24eec18680bd997d435..2bebc990dbba6f8b432cab44e47ce9fc0fcd0971 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=4: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 65f6cb79370fac2682c86f5b6245cc735055d4c7..8f0b705fffe8dd1d37853d4c8f452f07f242b36c 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 536bc4a876d87ae4e1b61e206adfc7fb087171ce..792da1b8606f12063a1db1eae719b5ba93a6eb23 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index b6e859f0e8ff119067c9c03a2a7c2a958718e873..df2aa588f7c915addd33dc93c6792e4253739a10 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 8793fbce6362e3f5dcd51ee9405d73585ba94474..29a0f53066ad3de4244f234f07a3b31f23287d35 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=4: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index b2b434dfc521d3dfb303d4fbddbe10eadb5881cd..2efd0f908b10eecb401b91ce02764c7c23f41d30 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index be9e0cc8edb555e14abdc981553f3f3e24d4e903..1c3ec498cf55326ca3edaf36465f337e4020a323 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index c2b67d629c0e040cf4cfae9b43e560d19757ed0d..bb9f97445ccac5ed39bfad02bc5d89f96f2f592f 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 556de4ed93fec953c7ff6e632528b7a4efe68904..4c60d65989faed7ff421124e1e6080668366b7a8 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=4: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index bc31e934381ef1597b9359c40bf5d41064cc3b77..038a0667eba700a27b408039cd42c16d2c14ff1a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index cd851039484f51f89869e0860cdd389972e12868..8141cd8f81e46ff22b5fa003cd9b39a21e5061fb 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 0446239f592de5846e048da179abd00cb6d701ad..9d0e1c16b2964f9b8a3a8b08b567d5a5807a84ac 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 7e0fbfefb32d3c0ff8e961f5d7768ec521f24091..aa8bb781a20414ef43e43b701b955d73be72e2fd 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 68817113503c86be142f4e22f01d9c1505ebb50c..00b072b877e5779a639f9ffbe52423d3c3097024 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 031312853e8aa13a4f46e61306cc6d0ecf6297d2..90d920a6718eeb0bafa037fb235439a2d68350b7 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index ef87f4c781f18c2d1394923a28df68ae3996158b..3b2d786fa7fcccfb35aad4a6972e6e470b213024 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 51b8155c1fd0475d13e3939f665432b1830ea864..7225db965dbcff7a18364f7df4071346c4deaca8 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index eef4b39380bb16b63c418ea54acef834cb27b9b6..bcae0aa0477c3d643a8d06c9dce8b0c6fd0f17db 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index f6f185903153cf53ff8550e8160804aa710398b2..f0a45169c3825a927bd56ac5528924d2c4beb324 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 6450e5cb18753b7945cd2d9bc9f673fc98e060c8..6339a9212b3b5c5eee2ea49860920b29a78b38e9 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 64d0ea4461eacdd9ac32f544e22ca46878f06aeb..57993e9a33e47765ea451210a1a4a086f51c5c61 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index bd70965f620ac8ee1b8359c6354a8a4da6cecf2a..dea7dc1c256d241a90e8ee41fe212b0eeedd7163 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 0dc1552dffbceb5c683400ebd0eaaae7a6587841..c30038de42675109e13437c6f7d108be724818d3 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index ebc1104eac06ae39049829c316938f381ab5b77d..b9aea4ca7005619cfedd211df67ab73a2b2beae6 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 3b0e1031382bea94fe3057c63e30dd99e4004bb9..975e4870f231f603f7fb46635c224555d918f156 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index ddc3bcf3365f5a479c530603cc0e76f4f1ad5dcf..f02ae05747e6db16df74f1788e8f2c9508264309 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index ee90cdbbf3147d09b95b99a2fdfe5b1c1d50bdb6..b339b4a4a8b5b6112736e2b895d3d45026b24b33 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d77df247dff07db06b963a2fd87f5b8b775eb4e1..b6f47d5e177e8599ec234a04560a5e6ef3c16fa4 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d8671f73c96c61f43e53c7a6dfd61133a34b1f2e..36b833f61cf2f1d713bc4d15398646002d06a603 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 458c7167643f0c1119c8366133b4a52b35425719..9f585a961ae5d6b126939e2bb491ac08444b73c0 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index b161455dcf391c0c3586b768fde2de75aaa73868..7dc2f99ecf789f8030237be1bddbd5b08388a496 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 3bcc555fc8b717ef9d7061f2100c79b804acc6d2..77ac0d68dce28477488d85c237a2cc4a856d3a32 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index e1de2f2fc74c304b0c1a0caa741a173f28f9927a..178b79409880795fcab6b8b01b6077312ee9c7c2 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index b60f45ecfca955e21311a44b807d613e989f6ef1..a325175abddba83bdc4810549070d3bdf2dcd086 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 9c1026e667437bebb15f60e0d22b946de4a36007..7e6151ea48a1db7e148435ba99ed5609b3c6784d 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 7e5e4b5570d4a108e3b5a7047d3b95149d668db3..5a7dcbbc21c53096c535595ea8d5de17718016de 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 5d7fa84e03cb0a81afa0b3964b7a0f9e7bbf57c2..2ee957caf1c827c89f0da04f1fcfb9852a4bc8cd 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index e69072f8992f329049cab09db71a0219fa8b8f2a..b338750fc3ac0b43d2346f28cd5acadcf8d02a0d 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 9dc25808b0b54a01463284511745d86bc597e5df..e732ae9e1732cf72b0c39a573103f70cfccca0f8 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 25d123ffdcb153e6ccc1766a32c000f1ad8ee082..b54c715d0cada7668ab6bcd173707bfcab872393 100644 (file)
@@ -1,6 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d5114d2e8c60544634d0240adfe31b9e47630ca7..2587688f9b35676dbfadfcbd89dd270a76e4c40b 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index ec4ad8235ad936c250c4f4c962c0ea52f315b7e8..0ee06613197dc08c5634423f29739e6e645d63d7 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 71ca420488d10ab486fc5b1e5f540725c7103115..91a49aa336b682c0f3d9e33946e59125066d2092 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 7c80b722463657fd5f4695d09882e60e0c481902..f81f3e79c6c53b7313c27a853e62d9fceece8dff 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 0835730eef6675c7db4435ef900d2f083bdfcda8..0ee466588f7f1849b57e8f9bd6e66874cec00a95 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 56c767117189ecf7c1f43aa524ceed98124f1667..474cbadc2118059a6a3adf27c26f4c30af073885 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index ddc58d872e1a151fa6bd35167ce92bed85fc68cb..fd1369b69ea2fc70375be746e4f6ac22b457a9e1 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 5756f66bf3ef3e8d2be2735c197fd03cf6720dfa..5f4995815848ad80470659aa584741473c76e8b9 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index fe08e899a1b9bd7fe5aa34bbaa14eb048349873e..dfd69bdede7bac832f0c2fa34ec4de9c6658f477 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 83c6c009f1be6d8a14975a6db6d8191f1d4b4028..8eb77e102655c6d792ebeb0daf8cee418a31dd87 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 65780186b49e9e85b804bb6262d9503a7c20390c..0b9642f8172ab824b74b7bfdf94e41a4b002b36c 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 532c7b2b887a9fdb97f67311ada432646fe1e7e4..80fbff91ce3e64130ffbfeffb22c6d562d7a8ac1 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 7c6f1f0fdab5a4770b441f35b0bf82b01cfe417c..a25236be65a5611d17ec7decffb6aa2bd9dfc2c1 100644 (file)
@@ -1,6 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 19b01a2c5f9e0e9178c0bdd0c40304b54f5e0615..7428815853b8c2888241702c059dc0eccb5eca49 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 04718d080373a25e4ab5f14629b6555cb5bad1d1..28909f063bb00fd0f37e9dac8df8fad89477b293 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 9acf32ccf228e5c6613bc689f57d4a48003fc43b..3877230ce33a10de93a774bf8e6ed89769e9b96a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 41b72758e848ec9a2ae0f156446ea191eb06e099..86ec3404f25a8a1fb2eb446e88b28687f7c92626 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 061f26ea4c2e296b89df9c5526234112f3e58703..934ccea00c28cc524404ab26eedf9eb1b5dce316 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 5bd40de346465fec8d558d5c21e15e7f59fe536d..c0db6191af2846ff0aaee4b8ad437347908273b4 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d93724034e1ec279b22399e8aa1a5246bbeda670..80d0ce964c76e41cb4b86bed3aab81f7cf1c6da2 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index acec8ffede0bac66e0be1455546e784d4494c963..7e9a95b67b1187dcca2f6c03107f322a01bae221 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 203a22a5fdb815b54a4ce6f2fdc470ed3090cba4..e8735514fb1391e4dd7e3d52d4645a022d509d36 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 926c21a65c46f505d46792936ef50587b4d80edf..4580446a2c0bea25ba77faf1fa313ccc18f34f61 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index f6acaad25c34161f395dc6cda4f3dd2f8ce7ac94..fdade3b455646dee9c402d7be8c1bd77cc21ce44 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index e1dc02098c58c5232d9e26644ee091923f9dcde6..9abec51f05afc6b462cee67ab0825d625ac79a0b 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 797f15a58add8b625b74b8985ed56d83a3967a5b..299afed78727685fff67d821167f241125d73ba9 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 514323b203d68d37c1c2f620ff2b518de411ee43..670b758a6713cb358975f87429237898001c3542 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index c7b6c94d02d64a69735e3b6539de2ef73e41a244..60d1c78b972c07c8f17d31b877abdd01428a4103 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index cdabb134845ffd9d5a4af9cc566571c01eeb8ad0..aadd762151a5bb3fa0c1b673f34c46e603b07e96 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 3fccd117ee0cf6447188bc7ae2bf729149649ce2..f802f1ce5b570ef7e1be89237769a6eccdf5bc71 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 09ec8165a4747a1d9ce2b1695933b8ec6d775a56..2dc00d08b8f43e93631b26d2764aadb40c7ce585 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d432b1629dcd461a8fd30d5e6dd15bc7769b8994..e10ab2c7e7089b0f40de7d1e5eb4ce28bf2f47d0 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index cc7eb300e8fc9f65733ebe7c64199b24e0dda9c3..84d37610cbf83646c06c622473a2a97233517835 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 3f3f3d4b942483c4aab3d85b6a4ab5395acb8a4a..7bd83d144474d8272230deec905829f30a781a5c 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index f0c3ccc93888281ce55611381139c64cad6ee60d..232c895c6856d4348066692b1862ee5bfb1f64b2 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 67723449e1ae7cc9265b1d779894655455d3ecab..645a0b0ecb7de981d188a26a6967b30904ecc171 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index a276e9bea013a23f6020afaa55e9015472a28108..1773c48285ed9b26b2984f4088d4d56dde0038f7 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 1bf29798243cb801cc989d8bcba63582f7d689ad..0358880109c02d8a20ba7ad1d3cfe876270f8e29 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 6e6f16a1cf1dadfedaa4ba09879d6a43ac4c8657..eb396de9f65c0a3f33d6713a3502ffceba3aedad 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 79d92c14ad568afbcb6b32e15172bd16ac8e5956..6bb1a3768ee673fcc2043e71c6ccef76e6febf99 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 25b05afee75f88c4714a695a1638f81864b0646a..47408870d2a06189b779a8f74ca8d84791f37131 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index cba72654fc6af7d448eaea2d3820c8999bf38fc6..5575dd18f9db2d4fd9f35ff8912d496247fa7964 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index a833b9ee2d580e92796c7c3a3c0b6b3ff652362e..a4a1bfcd2c851e8a1050547e634004125342c2b8 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index ad7d5699a8d8df01e4cbffae0490276f9720a0a1..46505c0114d2d86c6d531e5f014e1b46dc6a02bc 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 7ebc110b80752fade7ac0d6175e33e7061ac7048..54641c6f4f280d884a76a5c10b600c3c22eaabc8 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 41fcb70e5a685ae742536439529a362e8e60b96c..3a70c81528fc89e45b22f8955a787721fdd3f656 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 841f9c0957ebf761711094972a6e59040decfd64..7a42f0188a17faeda19aaca127a23a5ee8386830 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index e18c3324796c47a0e6ffc71586a9c97037111df6..8cbedc5be4d2ec1e41656dfee76c0ac4a2369318 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index b89c34a7bbcd8660655ece7f35156604aea5f1db..fb1cf24297ae2fcdff54d94ce9e751b1e0f29451 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 05a9180c9ff8e1b03de8507400dceccc8d00fe54..6a2827cb8567dd6493e0b5002947bb4d756cc89c 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 37b9295a06c71bf98d1e579601596a1f89dbbe29..92aa95403eff334bc9bb5d7afe07459af623bb89 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 12cdd3d217c0439d825a52f605cbd347126b0aee..e097ffa1b6980502467850f76f9168db801a8d90 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 9bd93125c31079413ad2a54296eb0bd54a109453..bcddc0e0c072adaa4971a08797dcfcfaff05eebc 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 346e94f924e4ff63b379a36f59c778894f103a8e..0e435bd5c9dc1658424c5e4f94fa2472ea658775 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 1d319f943fe2ca082ffb1af344badead0ac70bf6..936c4e3c2f63d307f2dc15a03b35eb726db8494e 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 2f593d13210040e2b03fa51b17b8fc313cdd506e..b1aa9cb3af040301f7eca521dd38bd76e9319421 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index f8e92e4a86de2e294c921047dd43e6b0ff78558a..73a1741061875f7919a8a338a7697e693b1c5e37 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 8182c34a5df77dee8d15d7b904fa5efda97a37c8..62637b7325e179def65af08c39287dcd80ba91af 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 4d9055747b5f1756bae93a8b1333c63c07a1acd4..cdf94f450c3c1264594d38c29ed8b4137c644bea 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 7be0614582ab52d21d39958f9a0de63d8b6974d0..750ea43a193e59c493e7e164eb695ba7a906e53d 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 340fd5bc7c3aac83302e50112125a8844c401949..936a719dfd3eb177304394d7fe0a649fa86cb5d6 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 0c110396abf3bb00ab310f240220cf4c37bc0661..34bcf07a340f081d0fa2e80f831bde572b65a663 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 06acb3b85669ab65841acc3b317878450a37d8f6..7301ab0fa5ecc5ed64bd798db9930c6d31b0aca4 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index de2007654cc99d4479706b7776fac9b0a7db2e1a..c41a8c946a844ad08bbe91e6c882f6a97204cff6 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 9c800df7bf8cf233dc2df5468d4668e61695389f..744afc7eec7a96f9c62f0e6ddfa31ec8925e0ccf 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index c161b603bb3f2439251763fee0e5550622bf23cf..aae0e3064a69a25f3ff8bf8dc71982744017f796 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index 1b919d1dd6e2520b80dd7fe19bedf761bbbc49a1..0eb15c1f08890aa3aa97a09cbd1fcb925367e7f1 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index 11ee940b9dae458dfb88de35d8513c1bcb30b63d..a574dfa90c8e0e7cfa73cce92be6a4a94201728b 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index e04d9c06a83c3c909c2a3a0ed24d5cc05775896d..ddf64fa1916640effc8ca2a14ca7cf4a24f204cb 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index a3087f73f02033cf1eabe6a61f3053fb5d170059..661da7b7b4f2bb67a60a69e0dc3a8703a211d3c7 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index ca553f57c309dae1ad641161ca76b9028de30074..5d9f57827dd2f139271ab6e3d193426e210f8143 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index d16314a4339562caa0f62bbb7325e1698fe56459..ed611de45bcf13a0174b6cf800930e349d2a0a6e 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index 61d9f40dca5610bdf5b1af42f239d1ad46fcc047..68bf5e889be73a08af88b8b96dc6a6b0bd4bed43 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index 54d27e942aa5a884bbaef0396e6ebad79b6fc2b2..80c4d5ab54e4237503e92f70bdfeb5d667a240c6 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index 591b80fce96ad5730ac6a6051c319baeb0825657..07c576b9b5ba3d1621a4ee31b17142837a35666c 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index 7b4520c5d1e46bec81668cdbf42180f81cea3105..dce48e717cea160813d48ddf74c5f16a8ce27bb7 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index e58a63bd5b6891f10b7ffff2b0311dd42988286d..4c0ed494354dea8d68719ba24c4ed8af2adde3ea 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 270e6f63562d53cf15b673f56ccf715b5c5d7ec4..562414de10dd4d8af4fbe0c2683f734563a2dfe2 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index c1611612318a261ead1d3d90b737e2e2cd44a4cc..1ac9998171ba8e981012e3a8c5d17781d2e161e2 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 57b14dc5ba8ba772f68f376ed2cf14ac8360087e..c3d7199e0c4447548b6f09a276ec38b96a000cdf 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 4fc0ddb90d2753da54c6e2ad672de78e9b9f0f9b..0a5b5af4d449b644565f43ac0935758f038e3a70 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 36b705d00744c1e5a5cdff88333208e4d9d20f93..43d19f1edbc6cc58fc0c3e6269c41bb6c5cf4067 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 15a9d36f4e83f8e288b497e4d46550d88d91aa5b..af8303106b29cc1f2b22afb1bbe9fb2f059d379d 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 3abaae177ede12ee1f30e288962c31ca94f1fa73..d594496cbed13be0e11b2f665aaa856e80ddbabb 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 0e9af8f4752331fc1fe1eefeb8c2ae794f7842d6..886abdb624e2d825e26cc0be33ddda7ccec5193f 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 14ccddf9355a575be9fa3c1bab1d571972ef4058..515c15a1916c673020c3aa8c0344d763862c71cb 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 853aebc6cfd24453d268706d397e2e90c116fa40..f6e41eb3cf600d0b5906f27968222760dfd928d2 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 7f83ac9a090b9be9986e59df58fc6391990543af..c2327132b4682d05e040dd05e328a0a9ca4983c5 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 20822d0311b1e6f6199aae95ff6af5455ee16117..39ae808fdee600f2471bbcae5ed68fae5992b808 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 0fce9ddd11e807b7f04807a21a9255cd15fa562a..34b0b22506891336942782ba182fde29c32c94f2 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /**
  *
  * Authors:
index 9f585a9f663161c8714b3e2ea99d168561e3ef30..e4fd24a87a67ef2c0ee83074d3fde24df4ce7941 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 194fd564252e57d99f7528fd34b4ef76d0a8d783..f49d96cc9347c995fcadeef19fc841f4416e7931 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 8d722f8a2eea3c7444fb97f5cea0074b9b09a5cb..8257026a0ec8e17379d6a48a65b24dfd03a2aa6f 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 686b2122c698f63068d8da8a4b95506841d82662..cf3e34b9dc3740a7b6865c22a6a70bc562c0e410 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index e56857700d2d9fea9b98185a1201818004d0945a..cae37959681cc65d184f3f66b74021aa1ed1671b 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index a27d5a73923f8870bba64381ab57acfcb208a7fd..1b0dcdcabf24dc0dc497cfd8c3fe4bad937551bc 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 6aea491d589ce13715f2f5fd7f3c2bec7f3a6a45..50b5ac66000ad62dc1edda94fc2ce7a559817bcc 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index dc4512fb9ac79b9ed8e8984bdc5926d119116bd0..63c939e0e0a08825895ee1f981c739aa1f3c9062 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 9412b4b24807200cc631bcc46daa6a57ad2e5ed8..ddda3f77fcaec985785768ef3d980e2d11099965 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d54efe1c29d32bd04a8fd5416573146704931cb0..9f9ac91e4cf0ad4bb3b70a1477f96d61f9abdad9 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index b1161bf92be39ef97affee48df44d6f17ae887f1..3d46a78a54a5b449377e4ba9dfdeb7240e54826e 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 11fc50e2d902e38497ca0f1fdf01298a6664ab20..662d40d5ad11c508998e811f2611e68ee6aaddc0 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 3f36e08dab99ae07fbda1c49a6a3369a1bb5cb70..3c851b927d9b2a8e63fe22ff2e7795952f9b61e6 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 4fa0c5a25ad8922d3c958fc5d529d1ae0661f2cd..217fb1c7e0ad0f465f62471e984228cb45605380 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index feb92a63cc348117f89b2aaca30e90b82a03132e..343ed52f2f02f2ff0c87db9f841c3a6634ad9019 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 192203f6b14d56e476ea7b20145a2c56293fca6c..c3d4055c845a74a913bf446cdd72f101e8beb219 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index c61fc9e9500790a84da0d0d442af4d81c0c18a50..fcb32997ec508486e1ef2709fb0824080d11d998 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 147a36f6895a64840690a691a070f5972693e7e6..5c28d84e7e566b693b1f2d58f4296664bc9ac1f1 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index acabcf49fe7e52e4a07656cddb2e4524bcc533d6..a700f4dd4de73c449351f332cdc2ed0623f71c71 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 786c5b52ad8d30445dfa8c7a7f8822afdb4cc8b8..d926fc6ea30680f7e8505463f90a8f0ccb86b6f0 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 641247143ca6d8492c65adbcf37d5eb7157bebfd..6e2ec32dfd9ab23e043eb2752e76a948f6aa7c7d 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index a4565ff2d0730d97024c097326fff7a319039854..9f7854ed1cc5782ff11774055f68266c3ae471de 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 1413b73645d3175357e21da2ca22223f0b3db1b9..22051ad008c07de0812a75c0fe1cdb7d0bf848c8 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 118cd8be176590469d211d63653b41cc88ff51d6..b580790b54d5fc230ea9cc0ce7144f24f87680c3 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 1efb712f81a7b704cf06e4c2b7ae0974f3199d43..49a39608ae1e3d1ccdfd7a710463b2310daddb36 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 5cd8264fd94ceb4c0ac538e47a5acd7967e08517..7fd102b51779dca46d452f35971ae46d1cca4fe7 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 54d89d2c49701891c2138b2917d62fe2f7007036..b566d14c941217155985ad2405984fd9c3100a18 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 5177f3ff8ebc9b9b33154529981076195fe244d7..1ca8f7e4703de54573ce240f374c6f4b4a23da02 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index ee54a2138fb994b6e13e47a3c4a7588697961867..b2b91e5c57a7491bd9ebfc87d134d27fe617b772 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 0ae8d5bb0aa912a64df69a60b2c4470697777e30..9df86eedd8a637b6d5e5507c5dedd44cc0f2639c 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /**
  * Authors:
  *   Tim Dwyer <tgdwyer@gmail.com>
index 93841b98edbee8efe4b08c07b797da6148342fb2..8c04da81466bfbc564ea8fca7311fa4cb7634c9b 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /**
  *
  * Authors:
index 8e01f0df975e4cbfe47feb9f04cb728d27f0d186..6503b02c3956d9cb66ef9ff8c7f624895d5f06ce 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index b19dfe58a75891028eee188d4cb871c209caba34..50255391af3e23022a78233d7fd42009949c96ed 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 0c7e609f4cfabd8222a14b85c738f40035a9986a..e46b12ba19e0178b66fa2fb39cf931813eba67be 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d9b1e18a783422305292b9049531c32e8ff2ec80..30e14544533b470f849bd035935d9675e8b46e33 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index 6904c1e31bcc16e2d9b91914840252bd0ecf5306..7541c7f39e3fd45dde4db25f376f4e51ceb47c5a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index 5f2c77d89f9da9c57ebae68b12cee78bace3e9f1..8282137538bb0f0813a0a5aa80644d32ac448d95 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 656e29129b042d955de4ff024e5e8a86beb6eaa0..05cca518f603a5fa9d34da6169f46daf273b768d 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 398dcf03bbe1bb156881fb4aa6f351a370bc2588..7886c70bb949fe3a6f5aa6ec94f2b261338c5fea 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 516021249ead2fb69a136e51164cb2ac45e520de..fec6c6dedab04e31ef65f353aa1cfed507b083c2 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index f983baf6626dea6ae554a3640713207ab16ed074..2acc7e6d5b294462cdaafb26a80549a07150665f 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 405f536e5b07af1d0a65ee6d8f5a3c6eadcd7f8d..bc3c5b2b7468247b236322b9366580cf664b97cf 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d8c16f1efea196a108620201f8a7ea0832078abb..6172bf2822d5ee0d05bd982e99692e2747cd4483 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index dcc9a3def8ab1a9e29ddcba47d4637010bf734f5..73c3e4edd807ec3e501c01bb74346d03f5b481cf 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d72d092677adfe4c46d943953445c7579a71b588..9d49ee62965b6751d07005bcf3cd203d640f48de 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 39d287e09616b4204ce9fa59cb3e537060a5003c..c0c1bca52392c8b1271e03725e99480653c1cbee 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 28897d3feddb80562be40321305f9f503e03bf69..0ab89e0920499fc1285e32286903777eaa40546f 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index b2e15898a3d866e9d5bbc70bd198d41d33436fba..f3a6fe9fe8def30113c38cba0d2fb214c4612461 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /**
  *
  * Authors:
index 3e89fde0ea65065c003df4b7a6a461b227893517..9c5c321026c860c5974ee3a56c5e5a7aa96b050f 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /**
  * Authors:
  *   Tim Dwyer <tgdwyer@gmail.com>
index 422c06d9e65d0ab57f784daf602e660355f25b6a..36715bbffe78e2792014ee6cc889531a3fc6cdf0 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 40260252902627ad6508093c37f74ba81b83776a..75591723fb27c2fa6d7c386250a74ecb88e82bd2 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 60adec26a589f667429a408dbbb82486e98c25a2..f59552f764f8ab07da28ff574df0785962343446 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 19b129cda40061e7dca9b1429e626b7848110818..a760fcd9f4c3fbd18c5e70c6fc6bde1cd67dea82 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index c389d880ec328400682c063403b2b8e86a17df8c..fadb40c1befb90691100c786c5b0ff00b81eb7b1 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 9f149c44087cd87759e9eee03e4c97aecaa587e7..1d87f8174a4c3f2a665a94a778291487d61b0369 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 954c57f538d9c6087114f7a9a21210ec4abc6062..41602b7b6ee6ee47f78629d96f72b79368c2bee6 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 35bec9e8631e3994cbe901aad01748d5d75dfb0b..311a1225c3178e34b0428e1a4188f2d15516026a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index 51f6bebb2cf34e3d9f753a777a2c0abe99e5910e..3d3f8e7f7fcb6043ef1d8be89f78593912594b48 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index f7f7100dd65c140ad2b30410eef0791b36dbbd2b..f50c8a1ca3356bbb4dfd2307eb66942a6eb7ebad 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index ff489ec9dec76b474ebb505179400cc7f63c7971..e7e04814ad1bffa6678f6270e20c20dcff8fd8d1 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 30382538f4c35b23a2f5980068f7af377fe2db27..9c079a1481ac7fa96c361775bc60a50065f93d6d 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index cc2aeeecc563f0d928f3bba25df94f36fdea05e5..6d461a993bfbba4bae20dc79ea058b80a9cf1a0c 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index fdcda5e8ba9d9ed31ec43fd13dd7932bc02b6e8e..1a50e973fd8dccd7cd684bc2790893a51dc58d52 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 4bb7f5dcf144516928cbc55041b1085e60d2c4f7..53930253a28cc2f1ad5ff2d0088235d2968eb3be 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 6e0e7ca5d6840173362c666920c36a3a2d89e018..7123849f20ece8577ed23430352b243f77877da6 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index fcf214fb43f4dec119c1a9b56ebe8bfe13f30167..65fb942e30d993c17e192e6d8863ae904fc06e28 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index e43d89dc538586b4946006388db1af2e2888baed..2cbcd204e6981d921e3fc35b25b648422ce624e2 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 78d33503053de11b55af397fde1626ab38157aa2..9cc2d81ef9619d429d8dab6a48fce655a6f2440a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 38ada5630046025f93cc55ef2b90381e593d3741..3da584cda051f90f13cb48512cfaf46b91c0f5ce 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 83544b780ab66f61064cba3667b989c0609744af..b4f7b0d31cd079a5aca3a66401f251694a1ad5df 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 83247f917959977dafa5f4c81be6236d35f4a7b5..4f20f7b259f639eb02aea9e88340c763fd599993 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index b4c5b9fce3226e3670f5b2f481cb699971bcad52..e3e0ea1a35e276d1f2391fd888337a574312d1ec 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 3891f28effba65b8ee1e8665acdecb7aa6c06c1f..33c23c42f0d818891be636e3ae8baac32cae869e 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 3003a0e33f9b8dece7dba8557052c561912eb44e..e54cbbe93356fda81a6f2465eea507384a55d770 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index 3eda2f78f792816e546554820341077649936b0a..8bf442972172719c9f86860f73d26f73d4187d3a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 11c678a4451a590404aa5190a5ca1010a6fbc7da..cadca6499f33b1b56733c8fab1371b9ea603f3b1 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 38a08d5bd2688c50ca598cb02a4ad4e4bee9f9ae..c70e0ead67ed685f763bf1155901ef44014317b5 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index cbc5582f3424e8460b2b11cfe91aa434756721c6..baf4fe067e978b40eba2cf9739f445d196885bb9 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 2e996cdad7d9dbfb82b5955b40cfc97a7141cbf9..35986cb709b9288cb760fc9b46bf769c92bd7f0c 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 16b942a54e5dee795dc448f2a1aa86828dd2a5d7..98a87ea5541888603cc0daac18435df818ea9450 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 7cbee95229a55355569a53f12b432e698761cac1..6ac3a8ab65e16bc3ca6811e76785cf5cf856e32b 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 08bad21e6fd09b3c5f35c55368cec630ce851437..a908080e0c2b56a234cafe2d08c10ac489029cbb 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 80e032f93e527394b45570e612b7c3474f9a76b6..b01d201739b4247709c6ba6b1db15414c57e0b77 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 4e334c4d75501aa316f94eabae4a90027e4a9719..e498c59f6cea4d5bb5bec95a89c7a6155fc8b917 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 48ffc6d8c35e7acf7fd4a3bcf543470fa329ae7e..3659015f39cf76a964dc7ee2444e52801795ce66 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 5c74f39dfd649289630ec6a3a5a51be9196a59a8..efaee8585c503305d1d94a674a18e4edc72de987 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 2fd4e88cf45a6d3673eab4f3b0d4e8b6cbf3a6f4..2e120c5f5102da856d2d9f1b6292a9e8821cb41d 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 209bc1943da1e1e5f8764b9544d3d31f975afa2a..6d5eb4b296cada0243987be7f1e952e6d278c8b3 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 004bc6796358333b0a65f9785df69afba0dc965c..afb868d224c52d245c22e5d07769d8a80f79f17c 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 1c167d7e63f0d96990dbe408b69a19b50eef9b14..4ed0573436a09a64a3f23e868f6f7b3de68c6bc8 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index bef60bdd89b1436223c9eeb54e5f8a08553902e2..7641dd75c82bc41993d1739fb7b45d56b064a739 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index af14c1be8353d3a4605a7de04818795c88450020..174bdf001c2b5628412e0347c5d299659d38c0a4 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d9f4c7e69fd7f568e8e7925f30f070acc4914f24..04f52da2483179137ebb2df5c58fdfc8300050ae 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index ab2319042e67b1265ed8a1fbdc5ca3b0ee5c2b0c..0a5be0260bf60beafb9a5becbb2d5f9626ebe55f 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 2260a71408526daf867b014be80a8700c2100796..1fff36dfdf85a4c39cc037babada56d35aa98133 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index bef38477059736c4e5c1403cb4f7d6653d3fa21a..b69e7a27c70e568a7682639695faf1809f25a1e2 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 23e0a2a5341e7659d814853d03b89e1b9da76578..1549e77b3b9f6e9b4c3677bd064968b6eaf58fe9 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 44497fb675f57106983a75e236883f390b59750b..bb5a94a8125980486d4c208d7fd283cc88e39fc2 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 7058e13af37057d76cd40a4d9fbe4d1313ecdb18..f13a72c120eaee5716a28b1d4c7a43b3d1055cfe 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 42a7b7887d0b776326a83fe616a80d9855e0d94e..75bc54f3eead38cf6d399737c67c67a25fcbe6c0 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 866d2e7aae30d82253b74d5afb6407ecd3ab5e9b..4a4a5be74be57c7a0f8a03fc93d2c2715cd1c2f7 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index e4d2632c980487496be014ca8d94dea170e1ea79..df711b1ec51f647488c23559ec7c5a2892e2b1fc 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /**********************************************************
 *      See the LICENSE file for copyright information.     *
 **********************************************************/
index 9544112e06a8a5e7a88b8c487412df4f58cd744e..3cd745856e77dc85b383fefddcaf38884fe5adb3 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /**********************************************************
 *      See the LICENSE file for copyright information.     *
 **********************************************************/
index c66fcbad864444581438d23c737edfdf6f0f9639..d1181be077d83b5c3eb66e7963f94cbcff4a5d94 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /**********************************************************
 *      See the LICENSE file for copyright infomation.     *
 **********************************************************/
index c0a158615e219b4a9083a5d6e33b78529a7e8edd..3eb9db3c2f39d5d0d0c1fed45025d5158ec31191 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /**********************************************************
 *      See the LICENSE file for copyright information.     *
 **********************************************************/
index bdc27d909f2b0edef48c1a7ec40838d705cbfc90..062ed0a926c5abcf6c6662e90b830b1af0d7cc19 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-    
 /**********************************************************
 *      See the LICENSE file for copyright information.     *
 **********************************************************/
index a816b062ff01c127dbc010bdb20c9662ca13f7b3..a8c6effe1d1afe7d71d7f4f353d250137b07705d 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /**********************************************************
 *      See the LICENSE file for copyright information.     *
 **********************************************************/
index 511d427d3a97da83b66eeb8e7b8b52854d7d5b6b..32774dab1cbffcc8b73824251b617bdfa592c0fa 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 5dcc9a51c3d8e69c1528624a9f3a45589548023d..f6face397b81de0e854a7825f0938fda63ef7ad7 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index ab3b2fe0642b82870d54ec0e10243272d260af14..bf8e636c96f0907e9019278ecf3d14f09002fe4c 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 8b39af5bc2d6e293523582b580b5ce29ae71b573..2d5d9e84c638316023cea31ffdd7e4cc2d6ed992 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 06afb71faf52abbe495a54c53bc7862433511b28..7906425c7656dfbe9535e141e900922fab437c7e 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 7be65c6ececbfd4213f15cdfd81761b6d10baf9e..8b9f1f8db6c79923062de0bcc469d95f419c62cb 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index b4318d8c8809d376c43de3c2f589ae15b79649a1..c36f988e2aab11eb0ce151e42c314f0c3f3b9481 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 054ad3ce35d8628eba052147e1d3ba3fb8a7e811..93c129257ce8224840472ef48b6fe15243ac4e38 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index b48c1b88e49e19a4628646c531dfb50e9504bb4e..81ec06ee05ba8a06ad7052cd4f51c6311ba62ee3 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 43174cd7f91bc5965ba58e42dd000d6cc6610e22..cd4580bd282d002110b765a4095cb49a77e958a1 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 8650499bd6f370cbc62b36aeab57d95ea2178bdc..63b3e1ed0a04a79c6447c11d61da5eb0fb191f95 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index 5f3cb865758c93b091313ef3e3a90032a96c127b..ac4a20ae8e162fab6cfbef22f8e7cd9b88c551ee 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 1329836b8083ff897826c3cab8083e91f7724b36..2d0df1351f7765b708179cf6c9229dac975bc9e8 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 52d1a2def25b2e0c383fe904ad751363df3bf7ac..2a4d510fc74b43ea4a7d9a09453ef01b0cd0fa77 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index a86c207247f44435c095460d7b9d86378a36f000..7e9276a6eccba0274122441efbdd27afcd5de0b8 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 956884507ccaa6fcbedd37187add71e947828f07..5ecb8b563147121a46b93a60c0d9f5edb55a8338 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index b854cdb543f17e3f62c8a17f52359fa602ac4491..5bf53b749984801090339eba046830febfe0ebb5 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index ed9a20be9fd1149775dff293a35a9a2118a1f34c..8f93cfa5e57b4e8fcd00a77baee163bef1ea2d31 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 5e8de0d12c81af4889473c565a60e86851f8e984..c9408834bd016257f1265cbcc486042d6100ce03 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 7d6c4d246fe07afe18733b31a42242cd0a731d41..be766aa8cc3da2578232ca3c5b29851dbb3f430e 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index f9ecaf11d0adbc8d0579bbe5fa2b8ebd104bb333..6d1bb1f6eaa1043f136628561a4a332a698c590d 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 1c19378a049cd67f746795992d260e869e1cf2cb..967e296d40758d1218a55fdd5eb1e1dc4a978ada 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index cdc55460e65a0e928ae75e5e82b3e86c2ecd62ab..f9cfbaf52078fc573f92c85ca7f1c31e67ed797a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 444801748c9f3dffde5f89780c071e0dfb2d2118..1582d666705d92490e055f6d6d347707b00710ff 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index b1ff5386ca366c75322395255e8079bf79385be5..bf977f87dd65f7612f012dbed0c9d8eee7c3c714 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index a0fa470fdf8152bea87e10479299e8cd7b0e393d..bc04f3c92ef0ca4d11d7af9b89bbecc8093be8b2 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index a5b74b88bd876f2c1d6d7032d7afe91eef1bf4c8..a93eacc92608dac1d4dc2f5419b2402c82a87a1e 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index 3652e4bd4948745c0d1d5364ad315859fd4f8b1e..75238495e339d566e3c0a821cb94500b8f98c0fd 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d7e82c2e00a716287bfb5656132582218b58a5e0..61ceab12b3d7de33fc381937a3ba5e709135103c 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 10d1e40ff1fc21c0f00588842913240f5e6c295b..8be94c38f519d36564c55cdc4832eaa41a57870b 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index dfda1d7bc16fff08beef465e07a900a4648da071..2a756f7295e796c820d48949e2f9437a6cb08f01 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 1b319f981055c35a7b0b2a56668d5e63d3de4977..49895b5488fcb584ba97ff6d6ce68eac13d162bf 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index e909ace1975a4745ef4214919d04b0d096889537..ded560ac6a8b0b2a4cb29778dd8acc2691b18175 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index aa629a6c0d3a88df29e16102996a5cf29f5819db..a2f441ca3bcd7d428c554e560f0c962eb467a406 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index da2569da94f8eb60e60fc1ae758f88a8b02b1eb0..d986948ea2ab73f331110dd5e1a82695c1b5d279 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 9de00818b220fb9f21d838e8016798e08cfec091..106a3865605846dcfc73f7712bc16664504fd7a8 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d8bfdb8c1cd5c1149d821bf707043b61a55cc7d7..8ed48548a602b6ef0df9c640204c11242932baa2 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index e430bf86e386121350fee7fbd1fe2ffb42b81140..471424f50def65b66ba7fa9910b259d4c50e7c29 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index afc5a34195018739663a5d65246ba298dd03dae3..67f6159357d09904501cd80627c658098679492e 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 26b028df105b0a6114f76659ae8ec09aabc68399..2950a99004a537e9f6fa17c8460df206767fc146 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index a7eee21cd42db75fa894e9d1d5b8a7408be5773b..35fb0a923cfa13105e12a994b3721bf08e3ada64 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 265353708547520c93408dfdb1ae937fe552ae13..dc76cf99ee6b2f00ce77c8ccf9949aaf4dc889d7 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index b9ab87e6a2eb6e9b089769c997c639afb61b6462..dbfd4807e3f8ac66d2bb4b544a6b25688ac70a78 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index b3d971e886bf92a92b81643a2e60108c44e94c10..7d0fc68c53d22d48675347a3d805257a5f201ed1 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 8646bdba4f9abd43c23255ccef200239dfbcf144..2fc222748394879a96402bcbd8e51f389cc7ae12 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 3ddf476409938b9b000652389557e2e51b93090c..af8af9d91f069ddbbad105749e6ab000d5a40284 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 8573f7544dadd03ebd73a61367d3c80a9bd7d218..73194dc6655618592fc1ec4c496668698d4305e7 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 92cb453867d69cabb35a5a50a38aadb3267a3279..5e8262484e5f5d1dcdad859ba6d7e72d6989bff1 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 14249708e4a442fd4561d57f3b677d45282cab38..0b0b39b7e077cd2ec678338d668f06f8cfe25c99 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 49d94bc1d8b7ae5041f9d6b192176a4e76b29eda..d6fa9b21930803b8e88526ad892816293db6753c 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index a70bf5c8eaf234fd56b805f85134b126ea76d4a3..5fa6b74f92255cf241dd386bc667978b1191bcac 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 16def32402c663c49e958f90a9e4108e59840fac..f4ae1e1f61177009e509a1bae483a7ca368e835f 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 5d88871a90ade5e1463e57e07e26d3a1a99c4fad..a15d70613f12c9c07ee8cc4d1f956e20b6a00e90 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 7ab638a1b1773cb936b994ac242595d9f44fad61..37dad6133357dff69e3a33457031e57a217a0b52 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 16aee02a03720567f01f52e3ccf01ef531d01182..1d57262cb35973c11052044c89a733673c89eaf2 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 6404530e8534996645dac04f88a7bc55964b7482..8405ca414542198aca311f50e4cd593c6607f9d8 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 2b4dec1e30acb70dab7ed6b39153eb4a1a418796..765d2476a52e4495567ee1ede47c144bd50cbfbb 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 085317719506f1ae75ad744687d37a4a20310e50..61cfe0e07d11731f61badf9e1fb32bfafc5a99c9 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 440d57030742be7394a8f1ba4f2942b2b5e38284..02b296bfd198cee64f8cbf0b052096e70667561b 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 72ad3b2b47a5719cbc07ca8c01c4e0eeecddc16d..d82930163df89e8e50a32e2a2253608c9cf2d2c1 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 6216891a2093c3ab16a9a140204572f2f46b42f0..a4f8e7d810cb55e11e28ae3fd32d43a85a1bb2fe 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d9186bdc20673bb1ccd206ba558248f42bd8dd63..e542b900c071193dcc833e9e4ddce603870dd0d9 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 873edf907262bb72d4002eca8488b837f27daf80..5608d9afe4f94b88978e621de48f516af8df5569 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 7b1e76177eaed6805ad72f99db4c97d1b640cdb1..b99974e6fa93c3c57496cc8310bac515fae5b02f 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index fc2dad33d3403b73d0b463cf1db3d7da85c9cb42..2c5678c6e26b18539eb1f6861e9b372cae5e2b95 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 798a77dbe499b7f4e87db1d8580b48831fdf1033..0f40fa4222721cfb54e835fe9685669709698dc3 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 7a7f6353b514714a45aac63951bdea98f37b8951..466e3a684123e338690c9ccd71bf4d3f4e938500 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 5dd22e72eae5031e35ac03725f2d75b3277b1e9c..b8f9ea340d85c26b78e0459f98978dca3185c013 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 46f3f81b83dcc4cb20ae7ceac5db263ff77956d3..f934fc93c9855f300c4b97eeb3a91c73be90e956 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 4f32e55d5803306d209893dd572a3cde6b2ff607..48afe6ef384fc6021bc7b62a5bb7d44ecb3a16ef 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 97380042b485e38e933274c0ceb35f9a96deefd9..5789741ee65be1ce66122f0c0f00bc6c84d6efa4 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 897ebcf9a2cddf06af2a5df9ce919b7f8d85c57d..73c69e199e2c95725f429ccc7a7e5c29f758094e 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 734071079ff5a462cff74b4649a67e728c7a5537..a31415cad5a213413b8dfcb0d77e6e04020b6b42 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 5ca3918af02962ef94da76cb100c48adfe16c942..a6092ce2b6b7889dfe1ba4de0129b2581d3a25b4 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index ad6378345853276b31e42a4dbfc315581876dcce..0826c7a9831707bb6d813e1803b9f1aa0e4a8274 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index c0fa1d0618a999262f757f65c9622d2362be4b6b..b04d75529356790447cf06a4e0f73545f7fc2826 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 81d6c24c6c42bde73b728753a5989431f577cc54..848fbc614763d60d9f8ccc6404cb373498e31052 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=4: */
-
 #include <stdlib.h>
 #include <assert.h>
 
index 4bdab515b32085990ec27165df4013affc42d82f..9e79f0713e641fa97f8252ddcc7679e97bc2c7bf 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=4: */
-
 #include <spine/spinehdr.h>
 #include <spine/subset.h>
 #include <spine/quad.h>
index fead121ace909d22d1a4c3523f0987221932709e..282ab582d22c8958f995475ba9e6f2e359b7b463 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=4 */
-
 #include <spine/spinehdr.h>
 #include <stdlib.h>
 #include <spine/subset.h>
index 6078295b45f1af6ca594d4828b57a9e032b8734c..72533394a9830edb16f983d997248c198dd09b57 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=4: */
-
 #include <spine/spinehdr.h>
 #include <spine/union_find.h>
 #include <assert.h>
index cf916eeb38159221d595b36b72d528ecf8387e9b..e5375790b833480c21458e38e27c06bb363ee407 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 0b0e4859e874d3aefe43fe97a2b62915c807817e..b1e673951826d36050ca774186eb63bb2119eef3 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d9f111d5d1848ad7a5df733778480e0b33cd4761..fe5165a6808ee3dfdd189dc4709b997a777f1d44 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 4f8385301030a7f78979f7aee81819d47b62e43a..dd032e46830d781e48a3fb44bfb5b1a34dab1525 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 92ac3ffa0f7a8eddf56b604086f072c78a71de38..a90f6f61f16efc296cfc861f7542892a81295604 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 78ce8cda7df4b0dfb35858670c128b437e7c760d..ef823dbc5de445747e57a5fd42d566242c757445 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 27fc600f2572ca2d64de7a13252991c70f20091f..b521086fed475cec24a187bb82353525311d3f9e 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 259e660d780a1971c8bca88fbe5ad8ab56bc4328..d881039cea1a27bf3d37a3851718c2bb2b3a939e 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 3a575b51cebd8cc908e4bd671ffed84e8d45435f..117159cee605b4ce1fd1e0196209ad8f54d9ed6c 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 53286c7ab90faa4dfce466f6efc04fecdf4772f7..d0afdc83d739b99a538d3a5740a3d8d145e9f1e8 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 5cfc2de8c1567f2b3b5e951203ed9b1230602806..e655507d9a0a99079026c7488d802bd4d031b894 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index bbe56b938eb5abb8a210ff0b5332fda3ba1241a7..6b9497fa88b8a5c5bef27c8902eb25b54ecb469b 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 74d4501872a619e21ffa7ab734b290b185da54e9..cfcc3e2054094694919dc491b44e84fc6ed89190 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 63de3f30c8fb8a3aa9a7d750c3383cae3cc181cc..8b21a2dc9ae1ae39d3eb0c9bf4913ade010c2306 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 4e60f00215f3400880947a10f7976e8cb132976c..6b4cd8f5603b60fd151b21e7de7068571467b2ab 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 8e0db38a4249610432487af74b8edbce18c0f264..45e5448ec10fc75c4988e632ef02aad74edb983d 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 4075ddb1f546b323cd246439f166705283572c19..20468effa1c55ebd911f91696ab2c3f9a8419b29 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index fe21aeaaf62c17f3954c64063b685cf2817e357e..3cb57c06c19609263719999392c7c4dcc6e5a3b4 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 54ccdbc4c8556fcd91c319815de4aa989f5afccb..713dbecea565c791816fce6f9d3f7a777ecee780 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d64468cbeb86b7d54ae49acff18659f53081b938..b638733eab44e42b0c9de3f8880ed6247f5ea47f 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 6ddc5ffa8cb78aa789723f5647d9abc4701410c8..e075ffe637076cd6b3bb9ae83a144e66656eb98f 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index e2f01d05987ee1ea7402e04d87ddc59f7c44944f..4683a0a61805be2c10cd89c533597dc6d2cb2f45 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 789f9f42a85b7c7de8720714a78badef503bc22e..f10c18096b6c186321449722cf9b7e63b5ddf425 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d38ca7cf9bccb2c7ca6f1cf91e1c94c060e70118..e1ac98bc795e0b5ad0249803f15e68b97f201684 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 08f1cbc088a60970acd861d7081a47466174e064..c82357515f0fcd4cd3b0c888ba89cbe235372870 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index bfea0bec9c6b9c6c99934c357c860d2d552b6c79..5090513d02f382b0a0be4ea6e0567fff7ec127b8 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index ece66e898499def0df0f88594f8c4e41e99412a7..0394aeaf72a828c20f25065ea4b53fdfd1eb4708 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 217aa76539a07962ba2b64acb27d8182d80a5224..0f59c8fb2b6e870cc5005e7270f431093f6a0f0d 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index cc3daf707386fcac0827908d32d307216d188f44..85c700e4e72fb0e3580ddcd428cfd11c4b93136d 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 2bc1acc4d5ca3e407e7bf72cd2264599fbf12018..53bf5b52c3c98f91ddb5eede2b268161044ee4e0 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d4bd0690fe592457ecdf89e8f3a71d8345fdaf40..fd68a22b8f6071dd89346ddf4fd9a1431da77976 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 77ef0be509e988db1f62d37b224b2b968dfa283f..08fccfaa1dc41efe0723e3a8f5533327b30ca861 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 81e880bc5b32e158bcd6de45184af02f7b2d0540..1c3ddf28db7f4ec3efb40c81fbb2ef0ce9d5bfb7 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 13c1b91fae5e0d3f7244b304c7ba0a2f53e6d55e..ead8d6a52d11322ef72f54878c8ea4c51fa7f5d2 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 0df44f41dd34914f1b45a185f90c4a4a9a57c658..73984fb351495234722fcac466ca602d7987d4b8 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index a34439ca7aca4557e3fd222d48bb1205dc9d7450..56b34f23078174f1f849bd7b96237420131cdaa1 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 240e38ea0016d39db9c58f86cbcc39924b32ef46..7e7327c7cf865c9f0f798b4783e3ed66462a51c7 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 71d91dd70ee191605e9e3e54aded293179b441dc..b68364cecfbc26a42811b8be889b89258da64f23 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 81d1205f751f8e24aae559052b52e31365f3dfeb..14820441779521962de0a0d79894fa79794cbd96 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index df25e8ea03b2513cf10261128436ae19cc43df54..054489a6bb0fba12390adf55a166ef04d1eddbd9 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2015 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d3648908066b02e3388dbf39834c4e3ee67d475e..9bf0f285c6326afe3fee38f1b5dc1d3601938b7e 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index e13373ab8c347bf499fb657e54cb640db8327cad..5743d187d185971265ffe7ae79572d25bf5db6cf 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 2d8c596f2db167ee3e8f6bb859f91af29043b192..d8b12d35955e06fb4d78c68a7faa207a06ff7fd4 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 835d1dc53f79847c1d476cc681f253b28fb9c335..2e1b31ab74b3d201cc74b18b2b214843929b420c 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 57ffeb0b26f07c2a638a460da671ad352c948111..e0806710498d631134dcf064b12c3b02a7580c3f 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=8 ts=8: */
-
 /**********************************************************
 *            Copyright (c) 2011 Andy Jeutter              *
 *            AKA HallerHarry at gmx.de                    *
index 429d821859d6d22de0275279409c7c891ea4d4c2..93e6e887eb849da8ddaf9cd287588a1f434b4219 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 554baa1db552ea6586ffa079ed3cb75f6804e5b6..cbf4d85bbb5b023db91e677f1c0c75432494ccb1 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index c3a45488ec12a8ca14186d36a9ebfa2d2591c73a..4f676a4c12045017710fb2b856725ffd22733e7e 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 906817676ccb854c19f90e0a308fa8dcfa296bbb..cad845ef008c112dc579a9701a751a3fb2644cc1 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 06db34d9ea5906c9a87e8df058eef9eabd8c1203..17b73a51312792df9719619aad4fef3d26608e58 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index b2e733639c0fa3bc6c8aa1c0429342f88b31f386..ca217bc1b22e02318ee68f6e030dc6803fee7080 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index bc72f814a7924ad9642faf354eaa922772a4baa5..fbe4d5ae7712842a9175254c35e268d9bbde5214 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 96e456cca6b63b6fc2d87ed3ac1f47e5e6cc2d70..18e322efd4589d222fa0ad3c43879b005d20be03 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 1c5cc5201a2d3299d278f1eec7b0dc63dc4af94a..759c66ec8ba3c615b13d258d7fd443b55e74e0db 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 68b8f18f82714f18143c5eb932b671c4024f3beb..069f5491b8746268d42144ed9ceac982412365ca 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index ea03d9acfa864c32024653715db76b735721f11f..5770f9e9638d162030f28516702de7c9130ecd30 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 6804d299672ee26675026bf2ffcc4720a0f8a841..2173bc402f98cf5dcfb6d4a6291192fa4d5074e6 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index b3fa04ee190ba2ddb8b9a26d3e1aef412748b314..35fdb7951804af9c9fdb465a54adff7cd518186c 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 9edaa55c1e26db1d161c939d5b5936d433c58652..f8a92f4b6cff05131005a5b725ad2006d5cc6d71 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 1a96526954a3f2360a76c8f44b21208afd40c142..21a7506f4566d61308ad56c5a1e3f3a7178ede59 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 14e407d1668dc51cf447e387d04c2667c69ac6f3..0421da934e4386a351b5c7f7adc62a775030157c 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 7186e1eb3d3fbf1e17009ba70709cb7887c68f99..e13811e0d3ffe0f0e7f1205b77c4a10a09cdfcc5 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 79dcbdafc2ae89aafe304811045fd457f215a784..dcc25e46cb7101af47ca64b91e60b463bc635bad 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index c0dc5f029e70ede63d47f3c604c406f31a42d84a..bac2d9efc4ce7e6953eab04ca92c5ac73958ec75 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 498cc8704631a5cc1b39de32056968e15fc1348e..f7d8ea322ca754eec7b8f7b6e1808033e0022590 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index e8173c1db801886da4e9f334a6930f7ed6f9d53d..28f6f78020a4120aff0a3eab864a71f3d15c6d23 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index ef101b10be81929e6499aa21ad96b904a04d16d6..ae18cd57c80d3bd4d2f37d998837ce2739531687 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d56b9128289907469682b2eb9c2be0f805ce07b2..03953b4125aae5ee4e620ebfc9f24c0de72f96be 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index ea77354bcb32bac9d24f36455d244faeb2927a84..372460a0071984acfc8ba607860086e1666a39f7 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index cf6e71901f745566dc9520825234a9404365cbea..03dd3b421abf4351b78c7df59cca40cfa5836e90 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 06808c854755b421efd34ef950c498f01473b173..d29fb2885729ab81a06682a5c3d378674add68f6 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d7c96c6e818d1884161afc1e251790385fa7ca66..fd912a33d1df85fb41b07e1fbfcf3b4a1c2e06bd 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 00c047dadcd7e65302154ba0943ceb1e7cef1aaf..9f2ad2da4476ce821b2d5cd0e0ab0398510418ce 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index e94d87e1c6f423a8c68777272529862d1e8869ef..300493b612268cbcbebaafb405e9c763a36961f2 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 86a719856bb07d42b5868393f0567e474f9e13a3..2e976aae0994fee6b0516264620ee5987d44089c 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 047cf4d048983d0716bb1d5084e1783c4e9d8a8e..57fec3a76d72ee5672a3d18fde4557fed016a0cb 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index eba5e8e970bf2e88477a19bf292e01b7c8f95ba9..c2b62d71fadacb4a8e0010bdfe0503a295749de3 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 1ae2ef7c839f92c18bfd1d7bdbdce2d5507a0c8f..3cf8a1c1994222b031d011ba2a0c01eb9f457de7 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 601ff7ebf06f14f1d69b748070f80605d450deb5..db644a3a17bf31562c4a444194a7b405a8ccf69d 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 82e3867f55210647afdb8e7ba1053f0289a265d8..58b117e784bce693233f3b4425ec0fae90afede8 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index e6ed83c797f96d7d9d96199abcb92e094b93b251..b9c28ab91bc9265e589901dda66f0a17bc886ffa 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 097efd78346116bbb0b9b435120fab9f2fca0b54..8d2a563af2bca476a6aa1987d0eb828638b0d217 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index a8830640757cae2a4658045deed6fb35dc17e4e0..c4bdad96949857db81ac9fe0a8060ed1163e23b5 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 156a4deeac39f6fd20d09637a31b795e51d1e37b..d9304f705cdbeb7eb3194ce602b7676377eeee73 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index e191b7a54a81030355bfe9ed2e3a675c8abf4adb..f240542416fff4b2f251a2ae4239203ea4779fb3 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d8dfe8689b63b132ace192619b8ae513db2ca8bc..fda93533ca77c771a1f199f05e973000b5c7e1bc 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index bb73cbf3efd22d518c6f030472b16a45f9cbcbb8..a194e42ea21e59afbda481c6467f4a361d61aef9 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index 9714705f1d134482895f69922e12dde7bda29409..1ddbc3f18284f38a6f73f13024c95aac684d497a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index 142642ee06a082d9bc7164281e339c929228f958..6ac171d7b6b3bec57b6102ff9c23d8603faaddac 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 31ec064ceb1611d7e2b8d03b6eb6dca76249f714..2edeb820c0c7b21fe58e3221020286582368745c 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index bd0fa445ebe4ce7f2d762f74b9e29f8530d5c1f0..47de23cd3c877356650c002cbc276f9f0bcd3cc6 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
index f13cf6cf88e228c8d07ec1c16b237c3266ac2f76..7a6ef5d5e3d77c4d75348def576f1a18f7718c74 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d4bd6580cdbfd59a4275918d87603617b6347f33..f298d3dadb445c8b297180fbfbd16e0768af9fd9 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 4516811cffc6c5e8a784fcc4343f5902c576c52d..6f1fc44bc2226d9aa38410f3611d60b6e0d27b73 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 5305827f0fa900c55ee4c66dbfa4a733c6a1cbd1..184693357cb14f4f93422c05d757fca54b594e0f 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index beb30374d107c2d837c4b87ead363a37aedefe1d..346932c77001dab97d4d35aba0cc04fdba6ff87c 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index e79d4dfe5c4a7ecfc799413371e4fbe0e8b70fae..1faf971414b410768456407c6a91b7e7947e9f9c 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 3bb1361bbedd7e1205a1da6346b690331f35bccc..4e37b6f4b2d0c392e60a585207985ab4cd274e0d 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 30fac8a5986589e12e1ddf9d3a00e6f731cc85fb..5cebba9972368b7e4d6082d4c79ddba4f614aa0d 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 1b0893a2edb4e908c13e2055ff693d386470b062..e6e6fa53a71999acff65c9b664662bea0a409664 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 7b56daf45225916ce4ea403e9464d67dfc42ece2..8fc775cd80609d2f4fb9a35e1ca515fbd2d59e63 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index f58d1509af7aaf50745da42a99407d8ca3090956..e449f17d1621c12b7df166b790207b49972baeec 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 906bd8f91f090a6d7033132535dd07fa3c4c3cbe..9e78d37f99459b09731c96fbece646608158eff4 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index e113135de8c2d5dd7c12094b4e9b331c5b579d47..40c4712435abcaec7357c8adc4eed92100e4f2e8 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 16a8ddf8e1ad1b8468c342ae6f8c597a5f8ca3e8..b83a8227efbf992d9ee9927be31f9e28033c5bb6 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index b2490b401bd5f0d4a889c3f3d2fcbb8cec3017f0..b7bf1e6cdb429a80bd14103158fe21906f72e3d0 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index c1cea16a9f5a582fc5b428723f30e60a36a60834..5351bc77b3b9f00e03967816f51101b97c92b031 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 6482a8940faaf3740615bed01a7f514a706aac22..a700b391180d610098a5927912f33aff4c53ac38 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index a04592a7f8359f0942ecf46b4af5a2176f410e15..638547b3aec1b35e3621b88226969dd3c04d4e12 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 4a8d265323ed61737bbbedfb38f7f159cf4d960a..f58f2690fd21226cd2a3a5467c59cb190169b0a6 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index cd2a85ad6ca1aac7736b6be6ff35f338ce671309..8457ff228377e7316116aa782d68308389885ca8 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d681aa1d3e0f0537c4d0929e1f5455fd230b5e83..1066cd70cf5939659481d48860a77fc550ed2056 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 56eb70c7b2de9e53068bb15ab8eb11e8a8d2ed22..a567b5e907ced07297c3cc7cd32474fb7b62a735 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index bd26a9df60ac95edca712b0bbe4e87549d91308f..3b3ea115c40eb406257bc7ab95f002d8fc7ceabe 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 3f6f03b047d6d7f7eb9d2e258c17ca515aa2287c..f4e9d705f0c4a01579aa6f543381dc39a9545a93 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index c9541c9a7c2faa67f6ce575346d141347f4a60d3..91aacec98e62b2e51e9f3cccfca8e9d70e65e2b7 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 5d7b0303890fabec389dab6533aa561bdcb8bf6b..d55ea27cc0aee17b4ac8ea1e48ebd256d3933062 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index cc366309982e022cbd0e8ecf0bf9c71ca61ae70b..baefbbd82abc2a3a2c8d6dd608929116254cfd1a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 9a4067ee8739c5d7852e8c7bd674bf31247f315a..ad3a22bb80ef2ab8cd10006164e4cf43fc6908fe 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index c2f449251b71a322ae3a8939cb96a37a79819038..cd6539ee5eefacda1b297abee6e564d6432a2671 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index ffbe8b5147b1f575f74fcdb74ebb9b9e60b5a982..9c57467928d19cf3c9c2499720e9504510e4b70a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 82865b86c31837c4d12ef5aa48000e665a186c0d..54b4f2e4632a4edafaa74f3f2cd75c553bd65d7b 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 93e67dfd246154300707d7adb9a999b1097b2493..390eea9ab6ffd22926a87512df5b9c3d1a95555c 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index bc505499a05404711799806d5d5dbf099a714980..84ff5843e62905f09f62426bc528b35589dc78bf 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index ffbe8b5147b1f575f74fcdb74ebb9b9e60b5a982..9c57467928d19cf3c9c2499720e9504510e4b70a 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 03710d40598f5dfbf9592433cd3c99130b142177..cace4dd814aaee29847c1a40e7671ebdd9fbe958 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d730084fae21ec1d9c82ac4693d7855f6b2827c6..b4b6511dafa3f169e223f5fccb8d0c205458fff2 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index b4ed75033de0759eb81b816c280e7a12af2e4f3c..6c5f600b3de1df666797f64d232edbfe601f202d 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 76706ea7ab99f9620cf9b9e0a4a072a572f431d7..18ab588f0a59f0c9435b656c9a45160b25752b94 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 69bab413f5ffc1d385d6a55e3cdbe120259cb42d..b52e7875e837159588adf934ea73c00a424d88fe 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index b04f5a845af042be5d4e5f15c3f7ef61ca410dff..f9d6de351c45a2bcf6df4b1af60ac3c555b36eff 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 252d0c9e60bb103b316d48ba907dc44e3db6df1a..24151b3041894df5a43cacd8160eef4ffbb8e7a9 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 284102815ff0c3849ef8188089f15705e8494cb1..0819ac8842089f5494482555ec3e7f2170c553f5 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index ee441567f2900c1fe1ce825076b24a616745b571..ab71b0871973148e6edbba164e25a1b535d245ad 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 61284799935eae6d7d825198e088e4062710c92c..ab1226e7f0ffdfc982e6c7e16c5d35f41fcc83a2 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 4b3db8d44103af5143b63c4ae39516f5550cf837..1e26bee80b7443430ce585c120637afd428f7f34 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 77f8ac6d3aeeeb0d7ff6f3351e6b89a3ca4c8f92..4a01056721600f72277b658a21d08e171e9a6228 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index f2995cdb3da9746e947f6f1da2225c909b2d40eb..6db78650a401b3c65416e6f2c13b26035adfd35b 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index a3a5eea309fd0197c83e17dbeec156980caf96a9..8bb48052e72fcdb49ff515b6561056a79b4f234c 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 0353efb8a3529cb23f77f4d017dab5494f719622..880c1532dbd88cfae1d0fc60070f6f3f2632b959 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 7d4550e0f8d94fe5f7734a84202c7776ccc57666..17fbbd22c66db66d19851ae83d8f239a0fc32a64 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 59b46da3f1b5762475c48457057efc2321beee83..a37d5aaa9d67940e9b1976d14a3175c41a3812c2 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 1088ca4b3443e067e0da50adb7a12a910c50067d..59a60b9d9c857f2e6bc910024e5b664dc8b920a6 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d0e0bb70a311de41d64e8d6945da55e79c092580..83572382f40bbc811a74a94159ea5064951cfc52 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 089f8ec266fc551230ba62cf98bacd41dbdd6578..493f9a5b44f26a3e853469622d7685fbe948ab21 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 345f91b0699ba598e30e30523a0554a4ec8f56ed..c45be7c76949502c1a0ecae3ca043e3c4f198be9 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 1088ca4b3443e067e0da50adb7a12a910c50067d..59a60b9d9c857f2e6bc910024e5b664dc8b920a6 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 02a5f347558dd61f26a4d89f9f5beea2fe407217..a178116cf312e7d2d15099081292364bafd59436 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 6959d9633166ab346b665653076178790d628fc6..593ce84df02649aecf789aec700926235d7c1195 100644 (file)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 06d63ce593dc01e24f8405192f3f424cf671979b..451893bc2afb1b08be50035e718c38d1b369ac67 100755 (executable)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 061a5012e4562b3ff5aa65c5858f159cad73ea5b..f0ae13e64d04be9dcfb493c3afba3c74a3e5d8d0 100755 (executable)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index f72acbe38d233752f970cf7f0401c6277fe6a8f5..c6185ef5a0c572031c6427c7303f472361058fa9 100755 (executable)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index b6a803243f0e44ee6a1818ab389158f191a2715a..44676a30ae86fd75c5f3075734b43501be786221 100755 (executable)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 4db8e9c3e7a90db36694e074a94c273c7c9a0dff..32d6c435257cc1161c7823307a5cdb6749c2387e 100755 (executable)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 4b075d07199acae49c33e41a2a3f6be2b8c374b8..2bef0aa6a48f8f07e94eacca8562b90df85cbec7 100755 (executable)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index d0f02d4bd80ff01d0d67b124e366d64c3c1b3e8a..3167491b71c4ed266a5cc77b99bd0dc090f0e528 100755 (executable)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index fa477a20911b6b43b91deff9721e14e66f0f81f9..ef95d59d50860c7b9fd3d9525093e3c2d4475224 100755 (executable)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 7c78a64908ba8e017e06e1bfd9c9235911fd90d7..432cc684643dc9626fb6e43c134ca57d23f0864b 100755 (executable)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index af58a0859092df451bdf8948cd6f92587e3fa677..aee53cf9279ca7c8fbfe5ac647f672c5c5184808 100755 (executable)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index ba183c50b646b4bd7c332a618e1e6519b60ed111..4f18055426b19bc232c187136c976d1696589f28 100755 (executable)
@@ -1,6 +1,4 @@
-/* vim:set shiftwidth=4 ts=8: */
-
-/*************************************************************************
+/*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
index 5cdbb9de20b2000f808a68f65b9816f5fbbce375..58a158e426b418c6f26c0eeb8339b37314cd854e 100755 (executable)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 786c6af92cdd66e7d09238f484a80e268a51bbd8..857f7c8ade3d9b85b7ec871d622f30251a18235b 100755 (executable)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
index 5793c1e7a481fedefc1f2d13cb83a0ca119031e7..b206cfa7ccb98e927be0fa2b0e9d3b5bab526687 100755 (executable)
@@ -1,5 +1,3 @@
-/* vim:set shiftwidth=4 ts=8: */
-
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials