From 6dee3bf301e4f67588a2343ea812aa045d698723 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Tue, 16 Feb 2021 17:06:33 -0800 Subject: [PATCH] remove remaining Vim modeline comments 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. --- cmd/dot/dot.c | 2 -- cmd/dot/dot_builtins.c | 2 -- cmd/dot/no_builtins.c | 2 -- cmd/dotty/mswin32/dotty.c | 2 -- cmd/gvedit/csettings.cpp | 2 -- cmd/gvedit/csettings.h | 2 -- cmd/gvedit/imageviewer.cpp | 2 -- cmd/gvedit/imageviewer.h | 2 -- cmd/gvedit/main.cpp | 2 -- cmd/gvedit/mainwindow.cpp | 2 -- cmd/gvedit/mainwindow.h | 2 -- cmd/gvedit/mdichild.cpp | 2 -- cmd/gvedit/mdichild.h | 2 -- cmd/gvmap/cluster.c | 2 -- cmd/gvmap/country_graph_coloring.c | 2 -- cmd/gvmap/country_graph_coloring.h | 2 -- cmd/gvmap/gvmap.c | 2 -- cmd/gvmap/make_map.c | 2 -- cmd/gvmap/make_map.h | 2 -- cmd/gvmap/power.c | 2 -- cmd/gvmap/power.h | 2 -- cmd/gvpr/gvprmain.c | 2 -- cmd/lefty/aix_mods/common.h | 2 -- cmd/lefty/aix_mods/exec.c | 2 -- cmd/lefty/aix_mods/tbl.c | 2 -- cmd/lefty/code.c | 2 -- cmd/lefty/code.h | 2 -- cmd/lefty/common.c | 2 -- cmd/lefty/common.h | 2 -- cmd/lefty/cs2l/cs2l.c | 2 -- cmd/lefty/cs2l/cs2l.h | 2 -- cmd/lefty/display.c | 2 -- cmd/lefty/display.h | 2 -- cmd/lefty/dot2l/dot2l.c | 2 -- cmd/lefty/dot2l/dot2l.h | 2 -- cmd/lefty/dot2l/dotlex.c | 2 -- cmd/lefty/dot2l/dotparse.y | 2 -- cmd/lefty/dot2l/dottrie.c | 2 -- cmd/lefty/dot2l/triefa.c | 2 -- cmd/lefty/dot2l/triefa.h | 2 -- cmd/lefty/exec.c | 2 -- cmd/lefty/exec.h | 2 -- cmd/lefty/g.c | 2 -- cmd/lefty/g.h | 2 -- cmd/lefty/gfxview.c | 2 -- cmd/lefty/gfxview.h | 2 -- cmd/lefty/internal.c | 2 -- cmd/lefty/internal.h | 2 -- cmd/lefty/lefty.c | 2 -- cmd/lefty/leftyio.h | 2 -- cmd/lefty/lex.c | 2 -- cmd/lefty/lex.h | 2 -- cmd/lefty/mem.c | 2 -- cmd/lefty/mem.h | 2 -- cmd/lefty/os/mswin32/io.c | 2 -- cmd/lefty/os/unix/io.c | 2 -- cmd/lefty/parse.c | 2 -- cmd/lefty/parse.h | 2 -- cmd/lefty/str.c | 2 -- cmd/lefty/str.h | 2 -- cmd/lefty/tbl.c | 2 -- cmd/lefty/tbl.h | 2 -- cmd/lefty/txtview.c | 2 -- cmd/lefty/txtview.h | 2 -- cmd/lefty/ws/gtk/garray.c | 2 -- cmd/lefty/ws/gtk/gbutton.c | 2 -- cmd/lefty/ws/gtk/gcanvas.c | 2 -- cmd/lefty/ws/gtk/gcommon.c | 2 -- cmd/lefty/ws/gtk/gcommon.h | 2 -- cmd/lefty/ws/gtk/glabel.c | 2 -- cmd/lefty/ws/gtk/gmenu.c | 2 -- cmd/lefty/ws/gtk/gpcanvas.c | 2 -- cmd/lefty/ws/gtk/gquery.c | 2 -- cmd/lefty/ws/gtk/gscroll.c | 2 -- cmd/lefty/ws/gtk/gtext.c | 2 -- cmd/lefty/ws/gtk/gview.c | 2 -- cmd/lefty/ws/mswin32/garray.c | 2 -- cmd/lefty/ws/mswin32/gbutton.c | 2 -- cmd/lefty/ws/mswin32/gcanvas.c | 2 -- cmd/lefty/ws/mswin32/gcommon.c | 2 -- cmd/lefty/ws/mswin32/gcommon.h | 2 -- cmd/lefty/ws/mswin32/glabel.c | 2 -- cmd/lefty/ws/mswin32/gmenu.c | 2 -- cmd/lefty/ws/mswin32/gpcanvas.c | 2 -- cmd/lefty/ws/mswin32/gquery.c | 2 -- cmd/lefty/ws/mswin32/gscroll.c | 2 -- cmd/lefty/ws/mswin32/gtext.c | 2 -- cmd/lefty/ws/mswin32/gview.c | 2 -- cmd/lefty/ws/mswin32/resource.h | 2 -- cmd/lefty/ws/none/garray.c | 2 -- cmd/lefty/ws/none/gbutton.c | 2 -- cmd/lefty/ws/none/gcanvas.c | 2 -- cmd/lefty/ws/none/gcommon.c | 2 -- cmd/lefty/ws/none/gcommon.h | 2 -- cmd/lefty/ws/none/glabel.c | 2 -- cmd/lefty/ws/none/gmenu.c | 2 -- cmd/lefty/ws/none/gpcanvas.c | 2 -- cmd/lefty/ws/none/gquery.c | 2 -- cmd/lefty/ws/none/gscroll.c | 2 -- cmd/lefty/ws/none/gtext.c | 2 -- cmd/lefty/ws/none/gview.c | 2 -- cmd/lefty/ws/x11/garray.c | 2 -- cmd/lefty/ws/x11/gbutton.c | 2 -- cmd/lefty/ws/x11/gcanvas.c | 2 -- cmd/lefty/ws/x11/gcommon.c | 2 -- cmd/lefty/ws/x11/gcommon.h | 2 -- cmd/lefty/ws/x11/glabel.c | 2 -- cmd/lefty/ws/x11/gmenu.c | 2 -- cmd/lefty/ws/x11/gpcanvas.c | 2 -- cmd/lefty/ws/x11/gquery.c | 2 -- cmd/lefty/ws/x11/gscroll.c | 2 -- cmd/lefty/ws/x11/gtext.c | 2 -- cmd/lefty/ws/x11/gview.c | 2 -- cmd/lefty/ws/x11/libfilereq/Dir.c | 2 -- cmd/lefty/ws/x11/libfilereq/Draw.c | 2 -- cmd/lefty/ws/x11/libfilereq/Path.c | 2 -- cmd/lefty/ws/x11/libfilereq/SF.h | 2 -- cmd/lefty/ws/x11/libfilereq/SFDecls.h | 2 -- cmd/lefty/ws/x11/libfilereq/SFinternal.h | 2 -- cmd/lefty/ws/x11/libfilereq/SelFile.c | 2 -- cmd/lefty/ws/x11/libfilereq/xstat.h | 2 -- cmd/lneato/mswin32/lneato.c | 2 -- cmd/smyrna/arcball.c | 2 -- cmd/smyrna/arcball.h | 2 -- cmd/smyrna/btree.c | 2 -- cmd/smyrna/btree.h | 2 -- cmd/smyrna/draw.c | 2 -- cmd/smyrna/draw.h | 2 -- cmd/smyrna/filter.c | 2 -- cmd/smyrna/filter.h | 2 -- cmd/smyrna/glexpose.c | 2 -- cmd/smyrna/glexpose.h | 2 -- cmd/smyrna/glmotion.c | 2 -- cmd/smyrna/glmotion.h | 2 -- cmd/smyrna/gltemplate.c | 2 -- cmd/smyrna/gltemplate.h | 2 -- cmd/smyrna/glutrender.c | 2 -- cmd/smyrna/gui/appmouse.c | 2 -- cmd/smyrna/gui/appmouse.h | 2 -- cmd/smyrna/gui/callbacks.c | 2 -- cmd/smyrna/gui/callbacks.h | 2 -- cmd/smyrna/gui/datalistcallbacks.c | 2 -- cmd/smyrna/gui/datalistcallbacks.h | 2 -- cmd/smyrna/gui/filterscallbacks.h | 2 -- cmd/smyrna/gui/frmobjectui.c | 2 -- cmd/smyrna/gui/frmobjectui.h | 2 -- cmd/smyrna/gui/glcompui.c | 2 -- cmd/smyrna/gui/glcompui.h | 2 -- cmd/smyrna/gui/gui.c | 2 -- cmd/smyrna/gui/gui.h | 2 -- cmd/smyrna/gui/menucallbacks.c | 2 -- cmd/smyrna/gui/menucallbacks.h | 2 -- cmd/smyrna/gui/toolboxcallbacks.c | 2 -- cmd/smyrna/gui/toolboxcallbacks.h | 2 -- cmd/smyrna/gui/topviewsettings.c | 2 -- cmd/smyrna/gui/topviewsettings.h | 2 -- cmd/smyrna/gvprpipe.c | 2 -- cmd/smyrna/gvprpipe.h | 2 -- cmd/smyrna/hier.c | 2 -- cmd/smyrna/hier.h | 2 -- cmd/smyrna/hotkeymap.c | 2 -- cmd/smyrna/hotkeymap.h | 2 -- cmd/smyrna/main.c | 2 -- cmd/smyrna/materials.h | 2 -- cmd/smyrna/polytess.c | 2 -- cmd/smyrna/polytess.h | 2 -- cmd/smyrna/selectionfuncs.c | 2 -- cmd/smyrna/selectionfuncs.h | 2 -- cmd/smyrna/smyrna_utils.c | 2 -- cmd/smyrna/smyrna_utils.h | 2 -- cmd/smyrna/smyrnadefs.h | 2 -- cmd/smyrna/topfisheyeview.c | 2 -- cmd/smyrna/topfisheyeview.h | 2 -- cmd/smyrna/topviewdata.h | 2 -- cmd/smyrna/topviewdefs.h | 2 -- cmd/smyrna/topviewfuncs.c | 2 -- cmd/smyrna/topviewfuncs.h | 2 -- cmd/smyrna/tvnodes.c | 2 -- cmd/smyrna/tvnodes.h | 2 -- cmd/smyrna/viewport.c | 2 -- cmd/smyrna/viewport.h | 2 -- cmd/smyrna/viewportcamera.c | 2 -- cmd/smyrna/viewportcamera.h | 2 -- cmd/tools/acyclic.c | 2 -- cmd/tools/bcomps.c | 2 -- cmd/tools/ccomps.c | 2 -- cmd/tools/colortbl.h | 2 -- cmd/tools/colxlate.c | 2 -- cmd/tools/convert.h | 2 -- cmd/tools/cvtgxl.c | 2 -- cmd/tools/dijkstra.c | 2 -- cmd/tools/gc.c | 2 -- cmd/tools/gml2gv.c | 2 -- cmd/tools/gml2gv.h | 2 -- cmd/tools/gmlparse.y | 2 -- cmd/tools/gmlscan.l | 2 -- cmd/tools/graph_generator.c | 2 -- cmd/tools/graph_generator.h | 2 -- cmd/tools/graphml2gv.c | 2 -- cmd/tools/gv2gml.c | 2 -- cmd/tools/gv2gxl.c | 2 -- cmd/tools/gvcolor.c | 2 -- cmd/tools/gvgen.c | 2 -- cmd/tools/gvpack.c | 2 -- cmd/tools/gvpack_builtins.c | 2 -- cmd/tools/gxl2gv.c | 2 -- cmd/tools/matrix_market.c | 2 -- cmd/tools/matrix_market.h | 2 -- cmd/tools/mm2gv.c | 2 -- cmd/tools/mmio.c | 2 -- cmd/tools/nop.c | 2 -- cmd/tools/sccmap.c | 2 -- cmd/tools/tred.c | 2 -- cmd/tools/tred2.c | 2 -- cmd/tools/unflatten.c | 2 -- contrib/diffimg/diffimg.c | 2 -- contrib/prune/generic_list.c | 2 -- contrib/prune/generic_list.h | 2 -- contrib/prune/prune.c | 2 -- doc/infosrc/mklang.y | 2 -- dot.demo/demo.c | 2 -- dot.demo/dot.c | 2 -- dot.demo/neatopack.c | 2 -- dot.demo/simple.c | 2 -- lib/ast/ast.h | 2 -- lib/ast/chresc.c | 2 -- lib/ast/chrtoi.c | 2 -- lib/ast/compat_unistd.h | 2 -- lib/ast/error.c | 2 -- lib/ast/error.h | 2 -- lib/ast/fmtbuf.c | 2 -- lib/ast/fmtesc.c | 2 -- lib/ast/hashkey.h | 2 -- lib/ast/pathaccess.c | 2 -- lib/ast/pathbin.c | 2 -- lib/ast/pathcanon.c | 2 -- lib/ast/pathcat.c | 2 -- lib/ast/pathexists.c | 2 -- lib/ast/pathfind.c | 2 -- lib/ast/pathgetlink.c | 2 -- lib/ast/pathpath.c | 2 -- lib/ast/sfstr.h | 2 -- lib/ast/strcopy.c | 2 -- lib/ast/stresc.c | 2 -- lib/ast/strmatch.c | 2 -- lib/cgraph/agerror.c | 2 -- lib/cgraph/agxbuf.c | 2 -- lib/cgraph/agxbuf.h | 2 -- lib/cgraph/apply.c | 2 -- lib/cgraph/attr.c | 2 -- lib/cgraph/cghdr.h | 2 -- lib/cgraph/cgraph.h | 2 -- lib/cgraph/cmpnd.c | 2 -- lib/cgraph/edge.c | 2 -- lib/cgraph/flatten.c | 2 -- lib/cgraph/grammar.y | 2 -- lib/cgraph/graph.c | 2 -- lib/cgraph/id.c | 2 -- lib/cgraph/imap.c | 2 -- lib/cgraph/io.c | 2 -- lib/cgraph/mem.c | 2 -- lib/cgraph/node.c | 2 -- lib/cgraph/obj.c | 2 -- lib/cgraph/pend.c | 2 -- lib/cgraph/rec.c | 2 -- lib/cgraph/refstr.c | 2 -- lib/cgraph/scan.l | 2 -- lib/cgraph/subg.c | 2 -- lib/cgraph/utils.c | 2 -- lib/cgraph/write.c | 2 -- lib/circogen/block.c | 2 -- lib/circogen/block.h | 2 -- lib/circogen/blockpath.c | 2 -- lib/circogen/blockpath.h | 2 -- lib/circogen/blocktree.c | 2 -- lib/circogen/blocktree.h | 2 -- lib/circogen/circo.h | 2 -- lib/circogen/circpos.c | 2 -- lib/circogen/circpos.h | 2 -- lib/circogen/circular.c | 2 -- lib/circogen/circular.h | 2 -- lib/circogen/circularinit.c | 2 -- lib/circogen/deglist.c | 2 -- lib/circogen/deglist.h | 2 -- lib/circogen/edgelist.c | 2 -- lib/circogen/edgelist.h | 2 -- lib/circogen/nodelist.c | 2 -- lib/circogen/nodelist.h | 2 -- lib/circogen/nodeset.c | 2 -- lib/circogen/nodeset.h | 2 -- lib/circogen/stack.c | 2 -- lib/circogen/stack.h | 2 -- lib/common/args.c | 2 -- lib/common/arith.h | 2 -- lib/common/arrows.c | 2 -- lib/common/color.h | 2 -- lib/common/colorprocs.h | 2 -- lib/common/colxlate.c | 2 -- lib/common/const.h | 2 -- lib/common/diagen.c | 2 -- lib/common/ellipse.c | 2 -- lib/common/emit.c | 2 -- lib/common/geom.c | 2 -- lib/common/geom.h | 2 -- lib/common/geomprocs.h | 2 -- lib/common/globals.c | 2 -- lib/common/globals.h | 2 -- lib/common/hpglgen.c | 2 -- lib/common/htmllex.h | 2 -- lib/common/htmlparse.y | 2 -- lib/common/htmltable.c | 2 -- lib/common/htmltable.h | 2 -- lib/common/input.c | 2 -- lib/common/intset.c | 2 -- lib/common/intset.h | 2 -- lib/common/labels.c | 2 -- lib/common/logic.h | 2 -- lib/common/macros.h | 2 -- lib/common/memory.c | 2 -- lib/common/memory.h | 2 -- lib/common/mifgen.c | 2 -- lib/common/mpgen.c | 2 -- lib/common/ns.c | 2 -- lib/common/output.c | 2 -- lib/common/picgen.c | 2 -- lib/common/pointset.c | 2 -- lib/common/pointset.h | 2 -- lib/common/postproc.c | 2 -- lib/common/psusershape.c | 2 -- lib/common/routespl.c | 2 -- lib/common/shapes.c | 2 -- lib/common/splines.c | 2 -- lib/common/taper.c | 3 --- lib/common/textspan.c | 2 -- lib/common/textspan.h | 2 -- lib/common/timing.c | 2 -- lib/common/timing.h | 2 -- lib/common/types.h | 2 -- lib/common/usershape.h | 2 -- lib/common/utils.c | 2 -- lib/common/utils.h | 2 -- lib/common/vtxgen.c | 2 -- lib/dotgen/acyclic.c | 2 -- lib/dotgen/aspect.c | 2 -- lib/dotgen/aspect.h | 2 -- lib/dotgen/class1.c | 2 -- lib/dotgen/class2.c | 2 -- lib/dotgen/cluster.c | 2 -- lib/dotgen/compound.c | 2 -- lib/dotgen/conc.c | 2 -- lib/dotgen/decomp.c | 2 -- lib/dotgen/dot.h | 2 -- lib/dotgen/dotinit.c | 2 -- lib/dotgen/dotprocs.h | 2 -- lib/dotgen/dotsplines.c | 2 -- lib/dotgen/fastgr.c | 2 -- lib/dotgen/flat.c | 2 -- lib/dotgen/mincross.c | 2 -- lib/dotgen/position.c | 2 -- lib/dotgen/rank.c | 2 -- lib/dotgen/sameport.c | 2 -- lib/expr/excc.c | 2 -- lib/expr/excontext.c | 2 -- lib/expr/exdata.c | 2 -- lib/expr/exerror.c | 2 -- lib/expr/exeval.c | 2 -- lib/expr/exexpr.c | 2 -- lib/expr/exgram.h | 2 -- lib/expr/exlexname.c | 2 -- lib/expr/exlib.h | 2 -- lib/expr/exnospace.c | 2 -- lib/expr/exopen.c | 2 -- lib/expr/exparse.y | 2 -- lib/expr/expr.h | 2 -- lib/expr/exrewind.c | 2 -- lib/expr/exstash.c | 2 -- lib/expr/extoken.c | 2 -- lib/expr/extype.c | 2 -- lib/expr/exzero.c | 2 -- lib/fdpgen/clusteredges.c | 2 -- lib/fdpgen/clusteredges.h | 2 -- lib/fdpgen/comp.c | 2 -- lib/fdpgen/comp.h | 2 -- lib/fdpgen/dbg.c | 2 -- lib/fdpgen/dbg.h | 2 -- lib/fdpgen/fdp.h | 2 -- lib/fdpgen/fdpinit.c | 2 -- lib/fdpgen/grid.c | 2 -- lib/fdpgen/grid.h | 2 -- lib/fdpgen/layout.c | 2 -- lib/fdpgen/tlayout.c | 2 -- lib/fdpgen/tlayout.h | 2 -- lib/fdpgen/xlayout.c | 2 -- lib/fdpgen/xlayout.h | 2 -- lib/glcomp/glCompTrackBar.c | 2 -- lib/glcomp/glCompTrackBar.h | 2 -- lib/glcomp/glcompbutton.c | 2 -- lib/glcomp/glcompbutton.h | 2 -- lib/glcomp/glcompdefs.h | 2 -- lib/glcomp/glcompfont.c | 2 -- lib/glcomp/glcompfont.h | 2 -- lib/glcomp/glcompimage.c | 2 -- lib/glcomp/glcompimage.h | 2 -- lib/glcomp/glcomplabel.c | 2 -- lib/glcomp/glcomplabel.h | 2 -- lib/glcomp/glcompmouse.c | 2 -- lib/glcomp/glcompmouse.h | 2 -- lib/glcomp/glcomppanel.c | 3 --- lib/glcomp/glcomppanel.h | 2 -- lib/glcomp/glcompset.c | 2 -- lib/glcomp/glcompset.h | 2 -- lib/glcomp/glcomptext.c | 2 -- lib/glcomp/glcomptext.h | 2 -- lib/glcomp/glcomptextpng.c | 2 -- lib/glcomp/glcomptextpng.h | 2 -- lib/glcomp/glcomptexture.c | 2 -- lib/glcomp/glcomptexture.h | 2 -- lib/glcomp/glpangofont.c | 2 -- lib/glcomp/glpangofont.h | 2 -- lib/glcomp/glutils.c | 2 -- lib/glcomp/glutils.h | 3 --- lib/gvc/gvc.c | 2 -- lib/gvc/gvc.h | 2 -- lib/gvc/gvcext.h | 2 -- lib/gvc/gvcint.h | 2 -- lib/gvc/gvcjob.h | 2 -- lib/gvc/gvcommon.h | 2 -- lib/gvc/gvconfig.c | 2 -- lib/gvc/gvconfig.h | 2 -- lib/gvc/gvcontext.c | 2 -- lib/gvc/gvcproc.h | 2 -- lib/gvc/gvdevice.c | 2 -- lib/gvc/gvevent.c | 2 -- lib/gvc/gvio.h | 2 -- lib/gvc/gvjobs.c | 2 -- lib/gvc/gvlayout.c | 2 -- lib/gvc/gvloadimage.c | 2 -- lib/gvc/gvplugin.c | 2 -- lib/gvc/gvplugin.h | 2 -- lib/gvc/gvplugin_device.h | 2 -- lib/gvc/gvplugin_layout.h | 2 -- lib/gvc/gvplugin_loadimage.h | 2 -- lib/gvc/gvplugin_render.h | 2 -- lib/gvc/gvplugin_textlayout.h | 2 -- lib/gvc/gvrender.c | 2 -- lib/gvc/gvtextlayout.c | 2 -- lib/gvc/gvtool_tred.c | 2 -- lib/gvc/gvusershape.c | 2 -- lib/gvpr/actions.c | 2 -- lib/gvpr/actions.h | 2 -- lib/gvpr/compile.h | 2 -- lib/gvpr/gprstate.c | 2 -- lib/gvpr/gprstate.h | 2 -- lib/gvpr/gvpr.c | 2 -- lib/gvpr/gvpr.h | 2 -- lib/gvpr/mkdefs.c | 2 -- lib/gvpr/parse.c | 2 -- lib/gvpr/parse.h | 2 -- lib/gvpr/queue.c | 2 -- lib/gvpr/queue.h | 2 -- lib/ingraphs/ingraphs.c | 2 -- lib/ingraphs/ingraphs.h | 2 -- lib/inkpot/inkpot.c | 2 -- lib/inkpot/inkpot.h | 2 -- lib/inkpot/inkpot_scheme.c | 2 -- lib/inkpot/inkpot_scheme.h | 2 -- lib/inkpot/inkpot_value.c | 2 -- lib/inkpot/inkpot_value.h | 2 -- lib/inkpot/inkpot_xlate.c | 2 -- lib/inkpot/inkpot_xlate.h | 2 -- lib/inkpot/test/inkpot_lib_define.h | 2 -- lib/inkpot/test/inkpot_lib_scheme.h | 2 -- lib/inkpot/test/inkpot_lib_value.h | 2 -- lib/label/index.c | 2 -- lib/label/index.h | 2 -- lib/label/node.c | 2 -- lib/label/node.h | 2 -- lib/label/nrtmain.c | 2 -- lib/label/rectangle.c | 2 -- lib/label/rectangle.h | 2 -- lib/label/split.q.c | 2 -- lib/label/split.q.h | 2 -- lib/label/xlabels.c | 2 -- lib/label/xlabels.h | 2 -- lib/neatogen/adjust.c | 2 -- lib/neatogen/adjust.h | 2 -- lib/neatogen/bfs.c | 2 -- lib/neatogen/bfs.h | 2 -- lib/neatogen/call_tri.c | 2 -- lib/neatogen/call_tri.h | 2 -- lib/neatogen/circuit.c | 2 -- lib/neatogen/closest.c | 2 -- lib/neatogen/closest.h | 2 -- lib/neatogen/compute_hierarchy.c | 2 -- lib/neatogen/conjgrad.c | 2 -- lib/neatogen/conjgrad.h | 2 -- lib/neatogen/constrained_majorization.c | 2 -- lib/neatogen/constrained_majorization_ipsep.c | 2 -- lib/neatogen/constraint.c | 2 -- lib/neatogen/defs.h | 2 -- lib/neatogen/delaunay.c | 2 -- lib/neatogen/delaunay.h | 2 -- lib/neatogen/digcola.h | 2 -- lib/neatogen/dijkstra.c | 2 -- lib/neatogen/dijkstra.h | 2 -- lib/neatogen/edges.c | 2 -- lib/neatogen/edges.h | 2 -- lib/neatogen/embed_graph.c | 2 -- lib/neatogen/embed_graph.h | 2 -- lib/neatogen/fPQ.h | 2 -- lib/neatogen/geometry.c | 2 -- lib/neatogen/geometry.h | 2 -- lib/neatogen/heap.c | 2 -- lib/neatogen/heap.h | 2 -- lib/neatogen/hedges.c | 2 -- lib/neatogen/hedges.h | 2 -- lib/neatogen/info.c | 2 -- lib/neatogen/info.h | 2 -- lib/neatogen/kkutils.c | 2 -- lib/neatogen/kkutils.h | 2 -- lib/neatogen/legal.c | 2 -- lib/neatogen/lu.c | 2 -- lib/neatogen/matinv.c | 2 -- lib/neatogen/matrix_ops.c | 2 -- lib/neatogen/matrix_ops.h | 2 -- lib/neatogen/mem.h | 2 -- lib/neatogen/memory.c | 2 -- lib/neatogen/mosek_quad_solve.c | 2 -- lib/neatogen/mosek_quad_solve.h | 2 -- lib/neatogen/multispline.c | 2 -- lib/neatogen/multispline.h | 2 -- lib/neatogen/neato.h | 2 -- lib/neatogen/neatoinit.c | 2 -- lib/neatogen/neatoprocs.h | 2 -- lib/neatogen/neatosplines.c | 2 -- lib/neatogen/opt_arrangement.c | 2 -- lib/neatogen/overlap.c | 2 -- lib/neatogen/overlap.h | 2 -- lib/neatogen/pca.c | 2 -- lib/neatogen/pca.h | 2 -- lib/neatogen/poly.c | 2 -- lib/neatogen/poly.h | 2 -- lib/neatogen/printvis.c | 2 -- lib/neatogen/quad_prog_solve.c | 2 -- lib/neatogen/quad_prog_solver.h | 2 -- lib/neatogen/quad_prog_vpsc.c | 2 -- lib/neatogen/quad_prog_vpsc.h | 2 -- lib/neatogen/site.c | 2 -- lib/neatogen/site.h | 2 -- lib/neatogen/smart_ini_x.c | 2 -- lib/neatogen/solve.c | 2 -- lib/neatogen/sparsegraph.h | 2 -- lib/neatogen/stress.c | 2 -- lib/neatogen/stress.h | 2 -- lib/neatogen/stuff.c | 2 -- lib/neatogen/voronoi.c | 2 -- lib/neatogen/voronoi.h | 2 -- lib/ortho/fPQ.c | 2 -- lib/ortho/fPQ.h | 2 -- lib/ortho/maze.c | 2 -- lib/ortho/maze.h | 2 -- lib/ortho/ortho.c | 2 -- lib/ortho/ortho.h | 2 -- lib/ortho/partition.c | 2 -- lib/ortho/partition.h | 2 -- lib/ortho/rawgraph.c | 2 -- lib/ortho/rawgraph.h | 2 -- lib/ortho/sgraph.c | 2 -- lib/ortho/sgraph.h | 2 -- lib/ortho/structures.h | 2 -- lib/ortho/trap.h | 2 -- lib/ortho/trapezoid.c | 2 -- lib/osage/osage.h | 2 -- lib/osage/osageinit.c | 2 -- lib/pack/ccomps.c | 2 -- lib/pack/pack.c | 2 -- lib/pack/pack.h | 2 -- lib/pack/ptest.c | 2 -- lib/patchwork/patchwork.c | 2 -- lib/patchwork/patchwork.h | 2 -- lib/patchwork/patchworkinit.c | 2 -- lib/patchwork/tree_map.c | 2 -- lib/patchwork/tree_map.h | 2 -- lib/pathplan/cvt.c | 2 -- lib/pathplan/inpoly.c | 2 -- lib/pathplan/pathgeom.h | 2 -- lib/pathplan/pathplan.h | 2 -- lib/pathplan/pathutil.h | 2 -- lib/pathplan/route.c | 2 -- lib/pathplan/shortest.c | 2 -- lib/pathplan/shortestpth.c | 2 -- lib/pathplan/solvers.c | 2 -- lib/pathplan/solvers.h | 2 -- lib/pathplan/tri.h | 2 -- lib/pathplan/triang.c | 2 -- lib/pathplan/util.c | 2 -- lib/pathplan/vis.h | 2 -- lib/pathplan/visibility.c | 2 -- lib/pathplan/vispath.h | 2 -- lib/rbtree/misc.c | 2 -- lib/rbtree/red_black_tree.c | 2 -- lib/rbtree/red_black_tree.h | 2 -- lib/rbtree/stack.c | 2 -- lib/rbtree/stack.h | 2 -- lib/rbtree/test_red_black_tree.c | 2 -- lib/sfdpgen/Multilevel.c | 2 -- lib/sfdpgen/Multilevel.h | 2 -- lib/sfdpgen/PriorityQueue.c | 2 -- lib/sfdpgen/post_process.c | 2 -- lib/sfdpgen/post_process.h | 2 -- lib/sfdpgen/sfdp.h | 2 -- lib/sfdpgen/sfdpinit.c | 2 -- lib/sfdpgen/sfdpinternal.h | 2 -- lib/sfdpgen/sparse_solve.c | 2 -- lib/sfdpgen/sparse_solve.h | 2 -- lib/sfdpgen/spring_electrical.c | 2 -- lib/sfdpgen/spring_electrical.h | 2 -- lib/sfdpgen/uniform_stress.c | 2 -- lib/sfdpgen/uniform_stress.h | 2 -- lib/sfio/Sfio_f/_sffileno.c | 2 -- lib/sfio/Sfio_f/_sfgetc.c | 2 -- lib/sfio/Sfio_f/_sfputc.c | 2 -- lib/sfio/Sfio_f/_sfslen.c | 2 -- lib/sfio/sfclose.c | 2 -- lib/sfio/sfcvt.c | 2 -- lib/sfio/sfdisc.c | 2 -- lib/sfio/sfexcept.c | 2 -- lib/sfio/sfexit.c | 2 -- lib/sfio/sfextern.c | 2 -- lib/sfio/sffilbuf.c | 2 -- lib/sfio/sfflsbuf.c | 2 -- lib/sfio/sfhdr.h | 2 -- lib/sfio/sfio.h | 2 -- lib/sfio/sfio_t.h | 2 -- lib/sfio/sfmode.c | 2 -- lib/sfio/sfnew.c | 2 -- lib/sfio/sfnputc.c | 2 -- lib/sfio/sfopen.c | 2 -- lib/sfio/sfpkrd.c | 2 -- lib/sfio/sfprintf.c | 2 -- lib/sfio/sfputr.c | 2 -- lib/sfio/sfraise.c | 2 -- lib/sfio/sfrd.c | 2 -- lib/sfio/sfread.c | 2 -- lib/sfio/sfresize.c | 2 -- lib/sfio/sfscanf.c | 2 -- lib/sfio/sfseek.c | 2 -- lib/sfio/sfsetbuf.c | 2 -- lib/sfio/sfsetfd.c | 2 -- lib/sfio/sfsk.c | 2 -- lib/sfio/sfstack.c | 2 -- lib/sfio/sfswap.c | 2 -- lib/sfio/sfsync.c | 2 -- lib/sfio/sftable.c | 2 -- lib/sfio/sftmp.c | 2 -- lib/sfio/sfungetc.c | 2 -- lib/sfio/sfvprintf.c | 2 -- lib/sfio/sfvscanf.c | 2 -- lib/sfio/sfwr.c | 2 -- lib/sfio/sfwrite.c | 2 -- lib/sparse/BinaryHeap.c | 2 -- lib/sparse/BinaryHeap.h | 2 -- lib/sparse/DotIO.c | 2 -- lib/sparse/DotIO.h | 2 -- lib/sparse/IntStack.c | 2 -- lib/sparse/IntStack.h | 2 -- lib/sparse/LinkedList.c | 2 -- lib/sparse/LinkedList.h | 2 -- lib/sparse/QuadTree.c | 2 -- lib/sparse/QuadTree.h | 2 -- lib/sparse/SparseMatrix.c | 2 -- lib/sparse/SparseMatrix.h | 2 -- lib/sparse/clustering.c | 2 -- lib/sparse/clustering.h | 2 -- lib/sparse/color_palette.h | 2 -- lib/sparse/colorutil.c | 2 -- lib/sparse/colorutil.h | 2 -- lib/sparse/general.c | 2 -- lib/sparse/general.h | 2 -- lib/sparse/mq.c | 2 -- lib/sparse/mq.h | 2 -- lib/spine/quad.c | 2 -- lib/spine/spine.c | 2 -- lib/spine/subset.c | 2 -- lib/spine/union_find.c | 2 -- lib/topfish/hierarchy.c | 2 -- lib/topfish/hierarchy.h | 2 -- lib/topfish/rescale_layout.c | 2 -- lib/twopigen/circle.c | 2 -- lib/twopigen/circle.h | 2 -- lib/twopigen/twopiinit.c | 2 -- lib/xdot/xdot.c | 2 -- lib/xdot/xdot.h | 2 -- macosx/GVApplicationDelegate.h | 2 -- macosx/GVApplicationDelegate.m | 2 -- macosx/GVAttributeInspectorController.h | 2 -- macosx/GVAttributeInspectorController.m | 2 -- macosx/GVAttributeSchema.h | 2 -- macosx/GVAttributeSchema.m | 2 -- macosx/GVDocument.h | 2 -- macosx/GVDocument.m | 2 -- macosx/GVExportViewController.h | 2 -- macosx/GVExportViewController.m | 2 -- macosx/GVFileNotificationCenter.h | 2 -- macosx/GVFileNotificationCenter.m | 2 -- macosx/GVGraphArguments.h | 2 -- macosx/GVGraphArguments.m | 2 -- macosx/GVGraphDefaultAttributes.h | 2 -- macosx/GVGraphDefaultAttributes.m | 2 -- macosx/GVWindowController.h | 2 -- macosx/GVWindowController.m | 2 -- macosx/GVZGraph.h | 2 -- macosx/GVZGraph.m | 2 -- macosx/graphviz_prefix.pch | 2 -- macosx/main.m | 2 -- plugin.demo/xgtk/src/callbacks.c | 2 -- plugin.demo/xgtk/src/gvdevice_xgtk.c | 2 -- plugin.demo/xgtk/src/gvplugin_xgtk.c | 2 -- plugin/core/gvloadimage_core.c | 2 -- plugin/core/gvplugin_core.c | 2 -- plugin/core/gvrender_core_dia.c | 2 -- plugin/core/gvrender_core_dot.c | 2 -- plugin/core/gvrender_core_fig.c | 2 -- plugin/core/gvrender_core_hpgl.c | 2 -- plugin/core/gvrender_core_json.c | 2 -- plugin/core/gvrender_core_map.c | 2 -- plugin/core/gvrender_core_mif.c | 2 -- plugin/core/gvrender_core_mp.c | 2 -- plugin/core/gvrender_core_pic.c | 2 -- plugin/core/gvrender_core_pov.c | 2 -- plugin/core/gvrender_core_ps.c | 2 -- plugin/core/gvrender_core_svg.c | 2 -- plugin/core/gvrender_core_tk.c | 2 -- plugin/core/gvrender_core_vml.c | 2 -- plugin/core/gvrender_core_vtx.c | 2 -- plugin/devil/gvdevice_devil.c | 2 -- plugin/devil/gvplugin_devil.c | 2 -- plugin/dot_layout/gvlayout_dot_layout.c | 2 -- plugin/dot_layout/gvplugin_dot_layout.c | 2 -- plugin/gd/gvdevice_gd.c | 2 -- plugin/gd/gvloadimage_gd.c | 2 -- plugin/gd/gvplugin_gd.c | 2 -- plugin/gd/gvrender_gd.c | 2 -- plugin/gd/gvrender_gd_vrml.c | 2 -- plugin/gd/gvtextlayout_gd.c | 2 -- plugin/gdiplus/FileStream.cpp | 2 -- plugin/gdiplus/FileStream.h | 2 -- plugin/gdiplus/gvdevice_gdiplus.cpp | 2 -- plugin/gdiplus/gvloadimage_gdiplus.cpp | 2 -- plugin/gdiplus/gvplugin_gdiplus.cpp | 2 -- plugin/gdiplus/gvplugin_gdiplus.h | 2 -- plugin/gdiplus/gvrender_gdiplus.cpp | 2 -- plugin/gdiplus/gvtextlayout_gdiplus.cpp | 2 -- plugin/gdk/gvdevice_gdk.c | 2 -- plugin/gdk/gvloadimage_gdk.c | 2 -- plugin/gdk/gvplugin_gdk.c | 2 -- plugin/glitz/gvdevice_glitz.c | 2 -- plugin/glitz/gvplugin_glitz.c | 2 -- plugin/gs/gvloadimage_gs.c | 2 -- plugin/gs/gvplugin_gs.c | 2 -- plugin/gtk/callbacks.c | 2 -- plugin/gtk/gvdevice_gtk.c | 2 -- plugin/gtk/gvplugin_gtk.c | 2 -- plugin/lasi/gvloadimage_lasi.c | 2 -- plugin/lasi/gvplugin_lasi.c | 2 -- plugin/lasi/gvrender_lasi.cpp | 2 -- plugin/ming/gvplugin_ming.c | 2 -- plugin/ming/gvrender_ming.c | 2 -- plugin/neato_layout/gvlayout_neato_layout.c | 2 -- plugin/neato_layout/gvplugin_neato_layout.c | 2 -- plugin/pango/gvgetfontlist.h | 2 -- plugin/pango/gvgetfontlist_pango.c | 2 -- plugin/pango/gvloadimage_pango.c | 2 -- plugin/pango/gvplugin_pango.c | 2 -- plugin/pango/gvrender_pango.c | 2 -- plugin/pango/gvtextlayout_pango.c | 2 -- plugin/poppler/gvloadimage_poppler.c | 2 -- plugin/poppler/gvplugin_poppler.c | 2 -- plugin/quartz/GVTextLayout.h | 2 -- plugin/quartz/GVTextLayout.m | 2 -- plugin/quartz/gvdevice_quartz.c | 2 -- plugin/quartz/gvloadimage_quartz.c | 2 -- plugin/quartz/gvplugin_quartz.c | 2 -- plugin/quartz/gvplugin_quartz.h | 2 -- plugin/quartz/gvrender_quartz.c | 2 -- plugin/quartz/gvtextlayout_quartz.c | 2 -- plugin/rsvg/gvloadimage_rsvg.c | 2 -- plugin/rsvg/gvplugin_rsvg.c | 2 -- plugin/visio/VisioGraphic.cpp | 2 -- plugin/visio/VisioGraphic.h | 2 -- plugin/visio/VisioRender.cpp | 2 -- plugin/visio/VisioRender.h | 2 -- plugin/visio/VisioText.cpp | 2 -- plugin/visio/VisioText.h | 2 -- plugin/visio/gvplugin_visio.c | 2 -- plugin/visio/gvrender_visio_vdx.cpp | 2 -- plugin/webp/gvdevice_webp.c | 2 -- plugin/webp/gvloadimage_webp.c | 2 -- plugin/webp/gvplugin_webp.c | 2 -- plugin/xlib/gvdevice_xlib.c | 2 -- plugin/xlib/gvplugin_xlib.c | 2 -- rtest/cdiff.c | 2 -- tclpkg/gdtclft/gdtclft.c | 2 -- tclpkg/gv/gv.cpp | 2 -- tclpkg/gv/gv.i | 2 -- tclpkg/gv/gv_builtins.c | 2 -- tclpkg/gv/gv_java_init.c | 2 -- tclpkg/gv/gv_php_init.c | 2 -- tclpkg/gv/gv_tcl_init.c | 2 -- tclpkg/tcldot/no_builtins.c | 2 -- tclpkg/tcldot/tcldot-edgecmd.c | 2 -- tclpkg/tcldot/tcldot-graphcmd.c | 2 -- tclpkg/tcldot/tcldot-id.c | 2 -- tclpkg/tcldot/tcldot-io.c | 2 -- tclpkg/tcldot/tcldot-nodecmd.c | 2 -- tclpkg/tcldot/tcldot-util.c | 2 -- tclpkg/tcldot/tcldot.c | 2 -- tclpkg/tcldot/tcldot.h | 2 -- tclpkg/tcldot/tcldot_builtins.c | 2 -- tclpkg/tclhandle/tclhandle.c | 2 -- tclpkg/tclhandle/tclhandle.h | 2 -- tclpkg/tclpathplan/find_ints.c | 2 -- tclpkg/tclpathplan/intersect.c | 2 -- tclpkg/tclpathplan/makecw.c | 2 -- tclpkg/tclpathplan/simple.h | 2 -- tclpkg/tclpathplan/tclpathplan.c | 2 -- tclpkg/tclpathplan/wrapper.c | 2 -- tclpkg/tclstubs/tclInt.h | 2 -- tclpkg/tclstubs/tclStubLib.c | 2 -- tclpkg/tkspline/dllEntry.c | 2 -- tclpkg/tkspline/tkspline.c | 2 -- tclpkg/tkstubs/tkInt.h | 2 -- tclpkg/tkstubs/tkStubImg.c | 2 -- tclpkg/tkstubs/tkStubLib.c | 2 -- windows/AttributeInspectorForm.cs | 2 -- windows/ExternalPropertyTab.cs | 2 -- windows/FormController.cs | 2 -- windows/Graph.cs | 2 -- windows/GraphArguments.cs | 2 -- windows/GraphDefaultAttributes.cs | 2 -- windows/GraphForm.cs | 2 -- windows/GraphPropertyDescriptor.cs | 2 -- windows/PathWatcher.cs | 2 -- windows/Program.cs | 2 -- windows/Properties/AssemblyInfo.cs.in | 4 +--- windows/ScrollableImageControl.cs | 2 -- windows/TileableImagePrinter.cs | 2 -- windows/UTF8Marshaler.cs | 2 -- 848 files changed, 1 insertion(+), 1700 deletions(-) diff --git a/cmd/dot/dot.c b/cmd/dot/dot.c index a2b0ad73d..95ad83f38 100644 --- a/cmd/dot/dot.c +++ b/cmd/dot/dot.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/dot/dot_builtins.c b/cmd/dot/dot_builtins.c index 76a031d6f..4b409d4c0 100644 --- a/cmd/dot/dot_builtins.c +++ b/cmd/dot/dot_builtins.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/dot/no_builtins.c b/cmd/dot/no_builtins.c index ffbe8b514..9c5746792 100644 --- a/cmd/dot/no_builtins.c +++ b/cmd/dot/no_builtins.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/dotty/mswin32/dotty.c b/cmd/dotty/mswin32/dotty.c index 8c42e2cfe..ee618073a 100644 --- a/cmd/dotty/mswin32/dotty.c +++ b/cmd/dotty/mswin32/dotty.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/gvedit/csettings.cpp b/cmd/gvedit/csettings.cpp index af8bc9054..1905460fe 100644 --- a/cmd/gvedit/csettings.cpp +++ b/cmd/gvedit/csettings.cpp @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/gvedit/csettings.h b/cmd/gvedit/csettings.h index f4f58ebf1..324a1db79 100644 --- a/cmd/gvedit/csettings.h +++ b/cmd/gvedit/csettings.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/gvedit/imageviewer.cpp b/cmd/gvedit/imageviewer.cpp index 9e2969380..a58b8d072 100644 --- a/cmd/gvedit/imageviewer.cpp +++ b/cmd/gvedit/imageviewer.cpp @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/gvedit/imageviewer.h b/cmd/gvedit/imageviewer.h index 078fef596..685a9769e 100644 --- a/cmd/gvedit/imageviewer.h +++ b/cmd/gvedit/imageviewer.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/gvedit/main.cpp b/cmd/gvedit/main.cpp index 16be2a86f..4c39d7894 100644 --- a/cmd/gvedit/main.cpp +++ b/cmd/gvedit/main.cpp @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/gvedit/mainwindow.cpp b/cmd/gvedit/mainwindow.cpp index 8458ac19b..0d1ef3918 100644 --- a/cmd/gvedit/mainwindow.cpp +++ b/cmd/gvedit/mainwindow.cpp @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/gvedit/mainwindow.h b/cmd/gvedit/mainwindow.h index 7d59747b1..12dbbe065 100644 --- a/cmd/gvedit/mainwindow.h +++ b/cmd/gvedit/mainwindow.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/gvedit/mdichild.cpp b/cmd/gvedit/mdichild.cpp index 45cb8e9ca..30a6de2ca 100644 --- a/cmd/gvedit/mdichild.cpp +++ b/cmd/gvedit/mdichild.cpp @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/gvedit/mdichild.h b/cmd/gvedit/mdichild.h index 9f2c449be..fd68840a2 100644 --- a/cmd/gvedit/mdichild.h +++ b/cmd/gvedit/mdichild.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/gvmap/cluster.c b/cmd/gvmap/cluster.c index cca4f1be4..b0ab43fc8 100644 --- a/cmd/gvmap/cluster.c +++ b/cmd/gvmap/cluster.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/gvmap/country_graph_coloring.c b/cmd/gvmap/country_graph_coloring.c index 7e5d320a8..3679c38ad 100644 --- a/cmd/gvmap/country_graph_coloring.c +++ b/cmd/gvmap/country_graph_coloring.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/gvmap/country_graph_coloring.h b/cmd/gvmap/country_graph_coloring.h index 9e9ce60b8..603f674ac 100644 --- a/cmd/gvmap/country_graph_coloring.h +++ b/cmd/gvmap/country_graph_coloring.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/gvmap/gvmap.c b/cmd/gvmap/gvmap.c index 50829eaac..757f08190 100644 --- a/cmd/gvmap/gvmap.c +++ b/cmd/gvmap/gvmap.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/gvmap/make_map.c b/cmd/gvmap/make_map.c index 306fc29e7..93baee07f 100644 --- a/cmd/gvmap/make_map.c +++ b/cmd/gvmap/make_map.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/gvmap/make_map.h b/cmd/gvmap/make_map.h index 07aec77a1..f9ed10251 100644 --- a/cmd/gvmap/make_map.h +++ b/cmd/gvmap/make_map.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/gvmap/power.c b/cmd/gvmap/power.c index 49596c380..236af2318 100644 --- a/cmd/gvmap/power.c +++ b/cmd/gvmap/power.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/gvmap/power.h b/cmd/gvmap/power.h index 0c3efcf6b..52d1e87ce 100644 --- a/cmd/gvmap/power.h +++ b/cmd/gvmap/power.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/gvpr/gvprmain.c b/cmd/gvpr/gvprmain.c index 132abfa33..c252df7ed 100644 --- a/cmd/gvpr/gvprmain.c +++ b/cmd/gvpr/gvprmain.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/aix_mods/common.h b/cmd/lefty/aix_mods/common.h index 08b15b005..6fc296f49 100644 --- a/cmd/lefty/aix_mods/common.h +++ b/cmd/lefty/aix_mods/common.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/aix_mods/exec.c b/cmd/lefty/aix_mods/exec.c index e81026809..0f3fda126 100644 --- a/cmd/lefty/aix_mods/exec.c +++ b/cmd/lefty/aix_mods/exec.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/aix_mods/tbl.c b/cmd/lefty/aix_mods/tbl.c index f0826d15f..341bf7bcd 100644 --- a/cmd/lefty/aix_mods/tbl.c +++ b/cmd/lefty/aix_mods/tbl.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/code.c b/cmd/lefty/code.c index 7dd3f39fd..a31dc9af5 100644 --- a/cmd/lefty/code.c +++ b/cmd/lefty/code.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/code.h b/cmd/lefty/code.h index c194baf18..d3e59b109 100644 --- a/cmd/lefty/code.h +++ b/cmd/lefty/code.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/common.c b/cmd/lefty/common.c index a83a09c18..d665e8e98 100644 --- a/cmd/lefty/common.c +++ b/cmd/lefty/common.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/common.h b/cmd/lefty/common.h index 6249d67d0..3bcfdb4d3 100644 --- a/cmd/lefty/common.h +++ b/cmd/lefty/common.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/cs2l/cs2l.c b/cmd/lefty/cs2l/cs2l.c index c6fd2e505..7c5cd7508 100644 --- a/cmd/lefty/cs2l/cs2l.c +++ b/cmd/lefty/cs2l/cs2l.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/cs2l/cs2l.h b/cmd/lefty/cs2l/cs2l.h index d19c3b1b1..a21b68958 100644 --- a/cmd/lefty/cs2l/cs2l.h +++ b/cmd/lefty/cs2l/cs2l.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/display.c b/cmd/lefty/display.c index 2addfdc4c..fb16d49cb 100644 --- a/cmd/lefty/display.c +++ b/cmd/lefty/display.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/display.h b/cmd/lefty/display.h index 1fbb926a5..bd68e9ff7 100644 --- a/cmd/lefty/display.h +++ b/cmd/lefty/display.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/dot2l/dot2l.c b/cmd/lefty/dot2l/dot2l.c index 9cfff089c..223181ee9 100644 --- a/cmd/lefty/dot2l/dot2l.c +++ b/cmd/lefty/dot2l/dot2l.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/dot2l/dot2l.h b/cmd/lefty/dot2l/dot2l.h index dfbf8c927..11d73c831 100644 --- a/cmd/lefty/dot2l/dot2l.h +++ b/cmd/lefty/dot2l/dot2l.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/dot2l/dotlex.c b/cmd/lefty/dot2l/dotlex.c index a07857442..e75d36d70 100644 --- a/cmd/lefty/dot2l/dotlex.c +++ b/cmd/lefty/dot2l/dotlex.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/dot2l/dotparse.y b/cmd/lefty/dot2l/dotparse.y index 6307604de..34fd3b9aa 100644 --- a/cmd/lefty/dot2l/dotparse.y +++ b/cmd/lefty/dot2l/dotparse.y @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/dot2l/dottrie.c b/cmd/lefty/dot2l/dottrie.c index f58983c13..0005ad55b 100644 --- a/cmd/lefty/dot2l/dottrie.c +++ b/cmd/lefty/dot2l/dottrie.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/dot2l/triefa.c b/cmd/lefty/dot2l/triefa.c index 1867e4d23..cd5721694 100644 --- a/cmd/lefty/dot2l/triefa.c +++ b/cmd/lefty/dot2l/triefa.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/dot2l/triefa.h b/cmd/lefty/dot2l/triefa.h index 6e0816846..871c14e14 100644 --- a/cmd/lefty/dot2l/triefa.h +++ b/cmd/lefty/dot2l/triefa.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/exec.c b/cmd/lefty/exec.c index 08d3ea245..d838e605a 100644 --- a/cmd/lefty/exec.c +++ b/cmd/lefty/exec.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/exec.h b/cmd/lefty/exec.h index d9a51dc8f..4e7c8a3c4 100644 --- a/cmd/lefty/exec.h +++ b/cmd/lefty/exec.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/g.c b/cmd/lefty/g.c index 1e63b4899..6bf11c824 100644 --- a/cmd/lefty/g.c +++ b/cmd/lefty/g.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/g.h b/cmd/lefty/g.h index a6dac7a0f..fa4ef2670 100644 --- a/cmd/lefty/g.h +++ b/cmd/lefty/g.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/gfxview.c b/cmd/lefty/gfxview.c index eff609a6b..9401122fb 100644 --- a/cmd/lefty/gfxview.c +++ b/cmd/lefty/gfxview.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/gfxview.h b/cmd/lefty/gfxview.h index 81494009d..7d0c25518 100644 --- a/cmd/lefty/gfxview.h +++ b/cmd/lefty/gfxview.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/internal.c b/cmd/lefty/internal.c index 189943803..04c2010ef 100644 --- a/cmd/lefty/internal.c +++ b/cmd/lefty/internal.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/internal.h b/cmd/lefty/internal.h index 438e6eda7..389d7ee9b 100644 --- a/cmd/lefty/internal.h +++ b/cmd/lefty/internal.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/lefty.c b/cmd/lefty/lefty.c index 91f39cb33..6485f4170 100644 --- a/cmd/lefty/lefty.c +++ b/cmd/lefty/lefty.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/leftyio.h b/cmd/lefty/leftyio.h index cf52cf5a7..b214cf8a4 100644 --- a/cmd/lefty/leftyio.h +++ b/cmd/lefty/leftyio.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/lex.c b/cmd/lefty/lex.c index 9c79432a9..ab0313872 100644 --- a/cmd/lefty/lex.c +++ b/cmd/lefty/lex.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/lex.h b/cmd/lefty/lex.h index b1a97f00c..c3729a5dd 100644 --- a/cmd/lefty/lex.h +++ b/cmd/lefty/lex.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/mem.c b/cmd/lefty/mem.c index fb2c3c5da..bf1817ac7 100644 --- a/cmd/lefty/mem.c +++ b/cmd/lefty/mem.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/mem.h b/cmd/lefty/mem.h index 1cf4a5cf6..9bfa7751b 100644 --- a/cmd/lefty/mem.h +++ b/cmd/lefty/mem.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/os/mswin32/io.c b/cmd/lefty/os/mswin32/io.c index 2aec1ad1d..399514ec2 100644 --- a/cmd/lefty/os/mswin32/io.c +++ b/cmd/lefty/os/mswin32/io.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/os/unix/io.c b/cmd/lefty/os/unix/io.c index 07225c810..1cb17fefb 100644 --- a/cmd/lefty/os/unix/io.c +++ b/cmd/lefty/os/unix/io.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/parse.c b/cmd/lefty/parse.c index 8c81ef37a..0dffce6b6 100644 --- a/cmd/lefty/parse.c +++ b/cmd/lefty/parse.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/parse.h b/cmd/lefty/parse.h index 1f4b11508..a8c2af2e8 100644 --- a/cmd/lefty/parse.h +++ b/cmd/lefty/parse.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/str.c b/cmd/lefty/str.c index 1b4416533..1c0d70384 100644 --- a/cmd/lefty/str.c +++ b/cmd/lefty/str.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/str.h b/cmd/lefty/str.h index f4631bff7..080a30c69 100644 --- a/cmd/lefty/str.h +++ b/cmd/lefty/str.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/tbl.c b/cmd/lefty/tbl.c index ec4f0138b..87def1172 100644 --- a/cmd/lefty/tbl.c +++ b/cmd/lefty/tbl.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/tbl.h b/cmd/lefty/tbl.h index 7c2f3de2e..b583675eb 100644 --- a/cmd/lefty/tbl.h +++ b/cmd/lefty/tbl.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/txtview.c b/cmd/lefty/txtview.c index c41d5f926..27fca91ad 100644 --- a/cmd/lefty/txtview.c +++ b/cmd/lefty/txtview.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/txtview.h b/cmd/lefty/txtview.h index f66462699..190e87b54 100644 --- a/cmd/lefty/txtview.h +++ b/cmd/lefty/txtview.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/gtk/garray.c b/cmd/lefty/ws/gtk/garray.c index d9b6e1947..2eb2a25e1 100644 --- a/cmd/lefty/ws/gtk/garray.c +++ b/cmd/lefty/ws/gtk/garray.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/gtk/gbutton.c b/cmd/lefty/ws/gtk/gbutton.c index fd6608bb2..305f3a3e1 100644 --- a/cmd/lefty/ws/gtk/gbutton.c +++ b/cmd/lefty/ws/gtk/gbutton.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/gtk/gcanvas.c b/cmd/lefty/ws/gtk/gcanvas.c index 677d257f5..48e33e632 100644 --- a/cmd/lefty/ws/gtk/gcanvas.c +++ b/cmd/lefty/ws/gtk/gcanvas.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/gtk/gcommon.c b/cmd/lefty/ws/gtk/gcommon.c index b8a2bd455..6117f19c0 100644 --- a/cmd/lefty/ws/gtk/gcommon.c +++ b/cmd/lefty/ws/gtk/gcommon.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/gtk/gcommon.h b/cmd/lefty/ws/gtk/gcommon.h index 1c176f802..ceb03f7fb 100644 --- a/cmd/lefty/ws/gtk/gcommon.h +++ b/cmd/lefty/ws/gtk/gcommon.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/gtk/glabel.c b/cmd/lefty/ws/gtk/glabel.c index bcfb916b8..f6c87596a 100644 --- a/cmd/lefty/ws/gtk/glabel.c +++ b/cmd/lefty/ws/gtk/glabel.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/gtk/gmenu.c b/cmd/lefty/ws/gtk/gmenu.c index 03ecc486c..ac2877754 100644 --- a/cmd/lefty/ws/gtk/gmenu.c +++ b/cmd/lefty/ws/gtk/gmenu.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/gtk/gpcanvas.c b/cmd/lefty/ws/gtk/gpcanvas.c index 45ac64413..cb56cd4bd 100644 --- a/cmd/lefty/ws/gtk/gpcanvas.c +++ b/cmd/lefty/ws/gtk/gpcanvas.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/gtk/gquery.c b/cmd/lefty/ws/gtk/gquery.c index f937711da..b21bc2705 100644 --- a/cmd/lefty/ws/gtk/gquery.c +++ b/cmd/lefty/ws/gtk/gquery.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/gtk/gscroll.c b/cmd/lefty/ws/gtk/gscroll.c index 48a1e1e45..c04e32e4b 100644 --- a/cmd/lefty/ws/gtk/gscroll.c +++ b/cmd/lefty/ws/gtk/gscroll.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/gtk/gtext.c b/cmd/lefty/ws/gtk/gtext.c index 662d19829..96095b175 100644 --- a/cmd/lefty/ws/gtk/gtext.c +++ b/cmd/lefty/ws/gtk/gtext.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/gtk/gview.c b/cmd/lefty/ws/gtk/gview.c index 6a2750dc0..e72abb237 100644 --- a/cmd/lefty/ws/gtk/gview.c +++ b/cmd/lefty/ws/gtk/gview.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/mswin32/garray.c b/cmd/lefty/ws/mswin32/garray.c index ca6d2d49a..795bc2801 100644 --- a/cmd/lefty/ws/mswin32/garray.c +++ b/cmd/lefty/ws/mswin32/garray.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/mswin32/gbutton.c b/cmd/lefty/ws/mswin32/gbutton.c index 7dbb22fbc..e98f5010e 100644 --- a/cmd/lefty/ws/mswin32/gbutton.c +++ b/cmd/lefty/ws/mswin32/gbutton.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/mswin32/gcanvas.c b/cmd/lefty/ws/mswin32/gcanvas.c index bc01f8b1c..f8621d54d 100644 --- a/cmd/lefty/ws/mswin32/gcanvas.c +++ b/cmd/lefty/ws/mswin32/gcanvas.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/mswin32/gcommon.c b/cmd/lefty/ws/mswin32/gcommon.c index afa5fe6f1..4881a75ce 100644 --- a/cmd/lefty/ws/mswin32/gcommon.c +++ b/cmd/lefty/ws/mswin32/gcommon.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/mswin32/gcommon.h b/cmd/lefty/ws/mswin32/gcommon.h index fa3ef144b..3eb76d66c 100644 --- a/cmd/lefty/ws/mswin32/gcommon.h +++ b/cmd/lefty/ws/mswin32/gcommon.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/mswin32/glabel.c b/cmd/lefty/ws/mswin32/glabel.c index 429f02faf..65c185f18 100644 --- a/cmd/lefty/ws/mswin32/glabel.c +++ b/cmd/lefty/ws/mswin32/glabel.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/mswin32/gmenu.c b/cmd/lefty/ws/mswin32/gmenu.c index 837807a3e..27c8984a3 100644 --- a/cmd/lefty/ws/mswin32/gmenu.c +++ b/cmd/lefty/ws/mswin32/gmenu.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/mswin32/gpcanvas.c b/cmd/lefty/ws/mswin32/gpcanvas.c index 601a691e4..8af2911da 100644 --- a/cmd/lefty/ws/mswin32/gpcanvas.c +++ b/cmd/lefty/ws/mswin32/gpcanvas.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/mswin32/gquery.c b/cmd/lefty/ws/mswin32/gquery.c index dac268e51..34e6063ef 100644 --- a/cmd/lefty/ws/mswin32/gquery.c +++ b/cmd/lefty/ws/mswin32/gquery.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/mswin32/gscroll.c b/cmd/lefty/ws/mswin32/gscroll.c index ec9e832d0..af6637598 100644 --- a/cmd/lefty/ws/mswin32/gscroll.c +++ b/cmd/lefty/ws/mswin32/gscroll.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/mswin32/gtext.c b/cmd/lefty/ws/mswin32/gtext.c index 1e7b7fafa..39b92792e 100644 --- a/cmd/lefty/ws/mswin32/gtext.c +++ b/cmd/lefty/ws/mswin32/gtext.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/mswin32/gview.c b/cmd/lefty/ws/mswin32/gview.c index 199dc5fb2..680727739 100644 --- a/cmd/lefty/ws/mswin32/gview.c +++ b/cmd/lefty/ws/mswin32/gview.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/mswin32/resource.h b/cmd/lefty/ws/mswin32/resource.h index 08dfd55be..fc75e60c9 100644 --- a/cmd/lefty/ws/mswin32/resource.h +++ b/cmd/lefty/ws/mswin32/resource.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/none/garray.c b/cmd/lefty/ws/none/garray.c index 03974c862..1252c410f 100644 --- a/cmd/lefty/ws/none/garray.c +++ b/cmd/lefty/ws/none/garray.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/none/gbutton.c b/cmd/lefty/ws/none/gbutton.c index 94f65d545..3062b192f 100644 --- a/cmd/lefty/ws/none/gbutton.c +++ b/cmd/lefty/ws/none/gbutton.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/none/gcanvas.c b/cmd/lefty/ws/none/gcanvas.c index 81e2dd386..a5038f4f6 100644 --- a/cmd/lefty/ws/none/gcanvas.c +++ b/cmd/lefty/ws/none/gcanvas.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/none/gcommon.c b/cmd/lefty/ws/none/gcommon.c index 42cbf7ae4..6cbef5238 100644 --- a/cmd/lefty/ws/none/gcommon.c +++ b/cmd/lefty/ws/none/gcommon.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/none/gcommon.h b/cmd/lefty/ws/none/gcommon.h index 9500caae5..53d9734f1 100644 --- a/cmd/lefty/ws/none/gcommon.h +++ b/cmd/lefty/ws/none/gcommon.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/none/glabel.c b/cmd/lefty/ws/none/glabel.c index b11635561..0607551de 100644 --- a/cmd/lefty/ws/none/glabel.c +++ b/cmd/lefty/ws/none/glabel.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/none/gmenu.c b/cmd/lefty/ws/none/gmenu.c index 9e66070e2..101f7e404 100644 --- a/cmd/lefty/ws/none/gmenu.c +++ b/cmd/lefty/ws/none/gmenu.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/none/gpcanvas.c b/cmd/lefty/ws/none/gpcanvas.c index 1b284ab70..a70b67891 100644 --- a/cmd/lefty/ws/none/gpcanvas.c +++ b/cmd/lefty/ws/none/gpcanvas.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/none/gquery.c b/cmd/lefty/ws/none/gquery.c index 534693213..08c02c2dd 100644 --- a/cmd/lefty/ws/none/gquery.c +++ b/cmd/lefty/ws/none/gquery.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/none/gscroll.c b/cmd/lefty/ws/none/gscroll.c index 330079314..6da078ce0 100644 --- a/cmd/lefty/ws/none/gscroll.c +++ b/cmd/lefty/ws/none/gscroll.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/none/gtext.c b/cmd/lefty/ws/none/gtext.c index 1a36fa5ce..c45200d69 100644 --- a/cmd/lefty/ws/none/gtext.c +++ b/cmd/lefty/ws/none/gtext.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/none/gview.c b/cmd/lefty/ws/none/gview.c index f225b1779..371c98ff2 100644 --- a/cmd/lefty/ws/none/gview.c +++ b/cmd/lefty/ws/none/gview.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/x11/garray.c b/cmd/lefty/ws/x11/garray.c index afb2b2c81..dfd3e7f97 100644 --- a/cmd/lefty/ws/x11/garray.c +++ b/cmd/lefty/ws/x11/garray.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/x11/gbutton.c b/cmd/lefty/ws/x11/gbutton.c index bc703f2a3..83a20bb6e 100644 --- a/cmd/lefty/ws/x11/gbutton.c +++ b/cmd/lefty/ws/x11/gbutton.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/x11/gcanvas.c b/cmd/lefty/ws/x11/gcanvas.c index 80b64d2fd..e83bfcdd0 100644 --- a/cmd/lefty/ws/x11/gcanvas.c +++ b/cmd/lefty/ws/x11/gcanvas.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/x11/gcommon.c b/cmd/lefty/ws/x11/gcommon.c index eb885b75a..780a4914b 100644 --- a/cmd/lefty/ws/x11/gcommon.c +++ b/cmd/lefty/ws/x11/gcommon.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/x11/gcommon.h b/cmd/lefty/ws/x11/gcommon.h index 29109850b..eedb58081 100644 --- a/cmd/lefty/ws/x11/gcommon.h +++ b/cmd/lefty/ws/x11/gcommon.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/x11/glabel.c b/cmd/lefty/ws/x11/glabel.c index 2cac18a5d..163e855f6 100644 --- a/cmd/lefty/ws/x11/glabel.c +++ b/cmd/lefty/ws/x11/glabel.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/x11/gmenu.c b/cmd/lefty/ws/x11/gmenu.c index 09ffb1cd2..f16b8d726 100644 --- a/cmd/lefty/ws/x11/gmenu.c +++ b/cmd/lefty/ws/x11/gmenu.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/x11/gpcanvas.c b/cmd/lefty/ws/x11/gpcanvas.c index 00229e8c7..32445760a 100644 --- a/cmd/lefty/ws/x11/gpcanvas.c +++ b/cmd/lefty/ws/x11/gpcanvas.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/x11/gquery.c b/cmd/lefty/ws/x11/gquery.c index 10ae22a50..285cca406 100644 --- a/cmd/lefty/ws/x11/gquery.c +++ b/cmd/lefty/ws/x11/gquery.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/x11/gscroll.c b/cmd/lefty/ws/x11/gscroll.c index 54f386cff..3c36be0f5 100644 --- a/cmd/lefty/ws/x11/gscroll.c +++ b/cmd/lefty/ws/x11/gscroll.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/x11/gtext.c b/cmd/lefty/ws/x11/gtext.c index 793eddf74..69614371a 100644 --- a/cmd/lefty/ws/x11/gtext.c +++ b/cmd/lefty/ws/x11/gtext.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/x11/gview.c b/cmd/lefty/ws/x11/gview.c index f8bfe5b5b..7725d904a 100644 --- a/cmd/lefty/ws/x11/gview.c +++ b/cmd/lefty/ws/x11/gview.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/x11/libfilereq/Dir.c b/cmd/lefty/ws/x11/libfilereq/Dir.c index 1891c78e7..75b30e186 100644 --- a/cmd/lefty/ws/x11/libfilereq/Dir.c +++ b/cmd/lefty/ws/x11/libfilereq/Dir.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/x11/libfilereq/Draw.c b/cmd/lefty/ws/x11/libfilereq/Draw.c index 9edcc70eb..9d79eaf62 100644 --- a/cmd/lefty/ws/x11/libfilereq/Draw.c +++ b/cmd/lefty/ws/x11/libfilereq/Draw.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/x11/libfilereq/Path.c b/cmd/lefty/ws/x11/libfilereq/Path.c index 5125a2f6d..88a916b5e 100644 --- a/cmd/lefty/ws/x11/libfilereq/Path.c +++ b/cmd/lefty/ws/x11/libfilereq/Path.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/x11/libfilereq/SF.h b/cmd/lefty/ws/x11/libfilereq/SF.h index b6cfc7daa..5c1d1457e 100644 --- a/cmd/lefty/ws/x11/libfilereq/SF.h +++ b/cmd/lefty/ws/x11/libfilereq/SF.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/x11/libfilereq/SFDecls.h b/cmd/lefty/ws/x11/libfilereq/SFDecls.h index e6a426fab..44c259508 100644 --- a/cmd/lefty/ws/x11/libfilereq/SFDecls.h +++ b/cmd/lefty/ws/x11/libfilereq/SFDecls.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/x11/libfilereq/SFinternal.h b/cmd/lefty/ws/x11/libfilereq/SFinternal.h index cfdd3385a..ecce65a87 100644 --- a/cmd/lefty/ws/x11/libfilereq/SFinternal.h +++ b/cmd/lefty/ws/x11/libfilereq/SFinternal.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/x11/libfilereq/SelFile.c b/cmd/lefty/ws/x11/libfilereq/SelFile.c index 0a3ee713c..adcbf6ae7 100644 --- a/cmd/lefty/ws/x11/libfilereq/SelFile.c +++ b/cmd/lefty/ws/x11/libfilereq/SelFile.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lefty/ws/x11/libfilereq/xstat.h b/cmd/lefty/ws/x11/libfilereq/xstat.h index 81e9bbc8e..57172f95e 100644 --- a/cmd/lefty/ws/x11/libfilereq/xstat.h +++ b/cmd/lefty/ws/x11/libfilereq/xstat.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/lneato/mswin32/lneato.c b/cmd/lneato/mswin32/lneato.c index 05ade76d1..ea3421add 100644 --- a/cmd/lneato/mswin32/lneato.c +++ b/cmd/lneato/mswin32/lneato.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/arcball.c b/cmd/smyrna/arcball.c index b3cdbb1ca..7573556b3 100644 --- a/cmd/smyrna/arcball.c +++ b/cmd/smyrna/arcball.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /*************************************************************************************/ /** **/ /** Copyright (c) 1999-2009 Tatewake.com **/ diff --git a/cmd/smyrna/arcball.h b/cmd/smyrna/arcball.h index d5effecd6..b58766165 100644 --- a/cmd/smyrna/arcball.h +++ b/cmd/smyrna/arcball.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /** KempoApi: The Turloc Toolkit *****************************/ /** * * **/ /** ** ** Filename: ArcBall.h **/ diff --git a/cmd/smyrna/btree.c b/cmd/smyrna/btree.c index 604e275eb..1a3e88844 100644 --- a/cmd/smyrna/btree.c +++ b/cmd/smyrna/btree.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/btree.h b/cmd/smyrna/btree.h index 5eb8fd9e5..7c3e9b435 100644 --- a/cmd/smyrna/btree.h +++ b/cmd/smyrna/btree.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/draw.c b/cmd/smyrna/draw.c index 25d16e4e0..c733d9fa8 100644 --- a/cmd/smyrna/draw.c +++ b/cmd/smyrna/draw.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/draw.h b/cmd/smyrna/draw.h index 071afb3fc..113164af3 100644 --- a/cmd/smyrna/draw.h +++ b/cmd/smyrna/draw.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/filter.c b/cmd/smyrna/filter.c index d79c9f404..e4ff8ffc8 100644 --- a/cmd/smyrna/filter.c +++ b/cmd/smyrna/filter.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/filter.h b/cmd/smyrna/filter.h index af6a75bd6..7cd5358e2 100644 --- a/cmd/smyrna/filter.h +++ b/cmd/smyrna/filter.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/glexpose.c b/cmd/smyrna/glexpose.c index 1dac1fca3..996892ec2 100644 --- a/cmd/smyrna/glexpose.c +++ b/cmd/smyrna/glexpose.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/glexpose.h b/cmd/smyrna/glexpose.h index 2a0577d9b..f0a89bab0 100644 --- a/cmd/smyrna/glexpose.h +++ b/cmd/smyrna/glexpose.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/glmotion.c b/cmd/smyrna/glmotion.c index 4e9aaaffe..4abf78aef 100644 --- a/cmd/smyrna/glmotion.c +++ b/cmd/smyrna/glmotion.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/glmotion.h b/cmd/smyrna/glmotion.h index 1c0184eaf..0e8e50546 100644 --- a/cmd/smyrna/glmotion.h +++ b/cmd/smyrna/glmotion.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/gltemplate.c b/cmd/smyrna/gltemplate.c index 5ea7ed15b..adc766115 100644 --- a/cmd/smyrna/gltemplate.c +++ b/cmd/smyrna/gltemplate.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/gltemplate.h b/cmd/smyrna/gltemplate.h index 1aa44a442..6c9f9dc76 100644 --- a/cmd/smyrna/gltemplate.h +++ b/cmd/smyrna/gltemplate.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/glutrender.c b/cmd/smyrna/glutrender.c index c7ea424ca..16c79dad5 100644 --- a/cmd/smyrna/glutrender.c +++ b/cmd/smyrna/glutrender.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/gui/appmouse.c b/cmd/smyrna/gui/appmouse.c index bfbc44127..78fde1b40 100644 --- a/cmd/smyrna/gui/appmouse.c +++ b/cmd/smyrna/gui/appmouse.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/gui/appmouse.h b/cmd/smyrna/gui/appmouse.h index 7c2944bdb..c0672b18c 100644 --- a/cmd/smyrna/gui/appmouse.h +++ b/cmd/smyrna/gui/appmouse.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/gui/callbacks.c b/cmd/smyrna/gui/callbacks.c index 30e684557..a3a7a2592 100644 --- a/cmd/smyrna/gui/callbacks.c +++ b/cmd/smyrna/gui/callbacks.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/gui/callbacks.h b/cmd/smyrna/gui/callbacks.h index 835e2dbdb..c368dfed2 100644 --- a/cmd/smyrna/gui/callbacks.h +++ b/cmd/smyrna/gui/callbacks.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/gui/datalistcallbacks.c b/cmd/smyrna/gui/datalistcallbacks.c index 3d750fd10..a31445152 100644 --- a/cmd/smyrna/gui/datalistcallbacks.c +++ b/cmd/smyrna/gui/datalistcallbacks.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/gui/datalistcallbacks.h b/cmd/smyrna/gui/datalistcallbacks.h index 9e159be78..4efa95f3d 100644 --- a/cmd/smyrna/gui/datalistcallbacks.h +++ b/cmd/smyrna/gui/datalistcallbacks.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/gui/filterscallbacks.h b/cmd/smyrna/gui/filterscallbacks.h index 3eb340ff6..e04d060a0 100644 --- a/cmd/smyrna/gui/filterscallbacks.h +++ b/cmd/smyrna/gui/filterscallbacks.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/gui/frmobjectui.c b/cmd/smyrna/gui/frmobjectui.c index c5f31ed06..ba52d171b 100644 --- a/cmd/smyrna/gui/frmobjectui.c +++ b/cmd/smyrna/gui/frmobjectui.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/gui/frmobjectui.h b/cmd/smyrna/gui/frmobjectui.h index 90fa24541..e5cdf3a71 100644 --- a/cmd/smyrna/gui/frmobjectui.h +++ b/cmd/smyrna/gui/frmobjectui.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/gui/glcompui.c b/cmd/smyrna/gui/glcompui.c index 2c99ddad7..a6d8f3d39 100644 --- a/cmd/smyrna/gui/glcompui.c +++ b/cmd/smyrna/gui/glcompui.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/gui/glcompui.h b/cmd/smyrna/gui/glcompui.h index 82f491029..176c37d64 100644 --- a/cmd/smyrna/gui/glcompui.h +++ b/cmd/smyrna/gui/glcompui.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/gui/gui.c b/cmd/smyrna/gui/gui.c index 792f2d570..14a67bcf1 100644 --- a/cmd/smyrna/gui/gui.c +++ b/cmd/smyrna/gui/gui.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/gui/gui.h b/cmd/smyrna/gui/gui.h index fc97c70fa..4251a2616 100644 --- a/cmd/smyrna/gui/gui.h +++ b/cmd/smyrna/gui/gui.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/gui/menucallbacks.c b/cmd/smyrna/gui/menucallbacks.c index b6dfcb5bd..91bdf192d 100644 --- a/cmd/smyrna/gui/menucallbacks.c +++ b/cmd/smyrna/gui/menucallbacks.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/gui/menucallbacks.h b/cmd/smyrna/gui/menucallbacks.h index ecfa52c34..26c42cca0 100644 --- a/cmd/smyrna/gui/menucallbacks.h +++ b/cmd/smyrna/gui/menucallbacks.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/gui/toolboxcallbacks.c b/cmd/smyrna/gui/toolboxcallbacks.c index f686a8ca0..fed5d3b4d 100644 --- a/cmd/smyrna/gui/toolboxcallbacks.c +++ b/cmd/smyrna/gui/toolboxcallbacks.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/gui/toolboxcallbacks.h b/cmd/smyrna/gui/toolboxcallbacks.h index 609fa5e4e..8b8e0aedb 100644 --- a/cmd/smyrna/gui/toolboxcallbacks.h +++ b/cmd/smyrna/gui/toolboxcallbacks.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/gui/topviewsettings.c b/cmd/smyrna/gui/topviewsettings.c index 6ecff9354..b810544b6 100644 --- a/cmd/smyrna/gui/topviewsettings.c +++ b/cmd/smyrna/gui/topviewsettings.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/gui/topviewsettings.h b/cmd/smyrna/gui/topviewsettings.h index 2c69368dd..60299e8af 100644 --- a/cmd/smyrna/gui/topviewsettings.h +++ b/cmd/smyrna/gui/topviewsettings.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/gvprpipe.c b/cmd/smyrna/gvprpipe.c index 8ee234bf2..da64bc8cf 100644 --- a/cmd/smyrna/gvprpipe.c +++ b/cmd/smyrna/gvprpipe.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/gvprpipe.h b/cmd/smyrna/gvprpipe.h index 7b906b9a6..5f6ef0934 100644 --- a/cmd/smyrna/gvprpipe.h +++ b/cmd/smyrna/gvprpipe.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/hier.c b/cmd/smyrna/hier.c index 53c4c6028..a314c7f61 100644 --- a/cmd/smyrna/hier.c +++ b/cmd/smyrna/hier.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/hier.h b/cmd/smyrna/hier.h index 03c79b17c..9a22e29fe 100644 --- a/cmd/smyrna/hier.h +++ b/cmd/smyrna/hier.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/hotkeymap.c b/cmd/smyrna/hotkeymap.c index 9db86692a..e72804326 100644 --- a/cmd/smyrna/hotkeymap.c +++ b/cmd/smyrna/hotkeymap.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/hotkeymap.h b/cmd/smyrna/hotkeymap.h index 7e1aaa34c..0b1f40580 100644 --- a/cmd/smyrna/hotkeymap.h +++ b/cmd/smyrna/hotkeymap.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/main.c b/cmd/smyrna/main.c index 7539b14ab..c79b37300 100644 --- a/cmd/smyrna/main.c +++ b/cmd/smyrna/main.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/materials.h b/cmd/smyrna/materials.h index b90dfa604..931ec61c7 100644 --- a/cmd/smyrna/materials.h +++ b/cmd/smyrna/materials.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/polytess.c b/cmd/smyrna/polytess.c index a554d4c6e..5f2bd23b3 100644 --- a/cmd/smyrna/polytess.c +++ b/cmd/smyrna/polytess.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/polytess.h b/cmd/smyrna/polytess.h index fb7dfb754..93eaa8162 100644 --- a/cmd/smyrna/polytess.h +++ b/cmd/smyrna/polytess.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/selectionfuncs.c b/cmd/smyrna/selectionfuncs.c index c7c8e4b0f..b312d1928 100644 --- a/cmd/smyrna/selectionfuncs.c +++ b/cmd/smyrna/selectionfuncs.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/selectionfuncs.h b/cmd/smyrna/selectionfuncs.h index 82615da0b..9358080e9 100644 --- a/cmd/smyrna/selectionfuncs.h +++ b/cmd/smyrna/selectionfuncs.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/smyrna_utils.c b/cmd/smyrna/smyrna_utils.c index 54b31c261..d81cbc724 100644 --- a/cmd/smyrna/smyrna_utils.c +++ b/cmd/smyrna/smyrna_utils.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/smyrna_utils.h b/cmd/smyrna/smyrna_utils.h index e0b20594b..47d08052f 100644 --- a/cmd/smyrna/smyrna_utils.h +++ b/cmd/smyrna/smyrna_utils.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/smyrnadefs.h b/cmd/smyrna/smyrnadefs.h index 48b7619b5..9517f934d 100644 --- a/cmd/smyrna/smyrnadefs.h +++ b/cmd/smyrna/smyrnadefs.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/topfisheyeview.c b/cmd/smyrna/topfisheyeview.c index c068e1ddc..a28deb67a 100644 --- a/cmd/smyrna/topfisheyeview.c +++ b/cmd/smyrna/topfisheyeview.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/topfisheyeview.h b/cmd/smyrna/topfisheyeview.h index 65b1fb281..0a542523a 100644 --- a/cmd/smyrna/topfisheyeview.h +++ b/cmd/smyrna/topfisheyeview.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/topviewdata.h b/cmd/smyrna/topviewdata.h index 09427253a..8939d3cc6 100644 --- a/cmd/smyrna/topviewdata.h +++ b/cmd/smyrna/topviewdata.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/topviewdefs.h b/cmd/smyrna/topviewdefs.h index d71778258..d46937e30 100644 --- a/cmd/smyrna/topviewdefs.h +++ b/cmd/smyrna/topviewdefs.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/topviewfuncs.c b/cmd/smyrna/topviewfuncs.c index 392ad296d..ac19f76e6 100644 --- a/cmd/smyrna/topviewfuncs.c +++ b/cmd/smyrna/topviewfuncs.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/topviewfuncs.h b/cmd/smyrna/topviewfuncs.h index ef47feb84..c98636926 100644 --- a/cmd/smyrna/topviewfuncs.h +++ b/cmd/smyrna/topviewfuncs.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/tvnodes.c b/cmd/smyrna/tvnodes.c index 48af18351..93f4afa60 100644 --- a/cmd/smyrna/tvnodes.c +++ b/cmd/smyrna/tvnodes.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/tvnodes.h b/cmd/smyrna/tvnodes.h index c47637c38..3de19f67e 100644 --- a/cmd/smyrna/tvnodes.h +++ b/cmd/smyrna/tvnodes.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/viewport.c b/cmd/smyrna/viewport.c index 4b68f7403..91e2fec9f 100644 --- a/cmd/smyrna/viewport.c +++ b/cmd/smyrna/viewport.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/viewport.h b/cmd/smyrna/viewport.h index 2bc7cef6a..3c8272f1c 100644 --- a/cmd/smyrna/viewport.h +++ b/cmd/smyrna/viewport.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/viewportcamera.c b/cmd/smyrna/viewportcamera.c index 511893817..12eab7f79 100644 --- a/cmd/smyrna/viewportcamera.c +++ b/cmd/smyrna/viewportcamera.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/smyrna/viewportcamera.h b/cmd/smyrna/viewportcamera.h index b80936476..dea421471 100644 --- a/cmd/smyrna/viewportcamera.h +++ b/cmd/smyrna/viewportcamera.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/tools/acyclic.c b/cmd/tools/acyclic.c index 72268a743..a146e3e2e 100644 --- a/cmd/tools/acyclic.c +++ b/cmd/tools/acyclic.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/tools/bcomps.c b/cmd/tools/bcomps.c index 8591ba7ab..f498dbbd2 100644 --- a/cmd/tools/bcomps.c +++ b/cmd/tools/bcomps.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/tools/ccomps.c b/cmd/tools/ccomps.c index fc2ab7136..476946323 100644 --- a/cmd/tools/ccomps.c +++ b/cmd/tools/ccomps.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/tools/colortbl.h b/cmd/tools/colortbl.h index 8c2ab0b03..eb4d07042 100644 --- a/cmd/tools/colortbl.h +++ b/cmd/tools/colortbl.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/tools/colxlate.c b/cmd/tools/colxlate.c index 70fb19795..be71a7121 100644 --- a/cmd/tools/colxlate.c +++ b/cmd/tools/colxlate.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/tools/convert.h b/cmd/tools/convert.h index a453102f1..22306566c 100644 --- a/cmd/tools/convert.h +++ b/cmd/tools/convert.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/tools/cvtgxl.c b/cmd/tools/cvtgxl.c index 037a3ff99..d87818266 100644 --- a/cmd/tools/cvtgxl.c +++ b/cmd/tools/cvtgxl.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/tools/dijkstra.c b/cmd/tools/dijkstra.c index 1c8e5f271..655b4029b 100644 --- a/cmd/tools/dijkstra.c +++ b/cmd/tools/dijkstra.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/tools/gc.c b/cmd/tools/gc.c index ebda889aa..83bdcde0e 100644 --- a/cmd/tools/gc.c +++ b/cmd/tools/gc.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/tools/gml2gv.c b/cmd/tools/gml2gv.c index 58cb7128c..5295bb04b 100644 --- a/cmd/tools/gml2gv.c +++ b/cmd/tools/gml2gv.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/tools/gml2gv.h b/cmd/tools/gml2gv.h index d08468e0b..358ad1ad9 100644 --- a/cmd/tools/gml2gv.h +++ b/cmd/tools/gml2gv.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - #include #include diff --git a/cmd/tools/gmlparse.y b/cmd/tools/gmlparse.y index 79e42dcb1..1192a3355 100644 --- a/cmd/tools/gmlparse.y +++ b/cmd/tools/gmlparse.y @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/tools/gmlscan.l b/cmd/tools/gmlscan.l index b3f37ed11..7c577a360 100644 --- a/cmd/tools/gmlscan.l +++ b/cmd/tools/gmlscan.l @@ -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. diff --git a/cmd/tools/graph_generator.c b/cmd/tools/graph_generator.c index 5e700f678..8d2a9df79 100644 --- a/cmd/tools/graph_generator.c +++ b/cmd/tools/graph_generator.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/tools/graph_generator.h b/cmd/tools/graph_generator.h index 7fb1962ff..f964f015a 100644 --- a/cmd/tools/graph_generator.h +++ b/cmd/tools/graph_generator.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/tools/graphml2gv.c b/cmd/tools/graphml2gv.c index a3fad79fc..adcd69e48 100644 --- a/cmd/tools/graphml2gv.c +++ b/cmd/tools/graphml2gv.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/tools/gv2gml.c b/cmd/tools/gv2gml.c index e1f754a63..27aa9935f 100644 --- a/cmd/tools/gv2gml.c +++ b/cmd/tools/gv2gml.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /********************************************************** * This software is part of the graphviz package * * https://graphviz.org * diff --git a/cmd/tools/gv2gxl.c b/cmd/tools/gv2gxl.c index 95c3ebfb8..d3f2af36b 100644 --- a/cmd/tools/gv2gxl.c +++ b/cmd/tools/gv2gxl.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/tools/gvcolor.c b/cmd/tools/gvcolor.c index a52a31be4..07ff741a1 100644 --- a/cmd/tools/gvcolor.c +++ b/cmd/tools/gvcolor.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/tools/gvgen.c b/cmd/tools/gvgen.c index da94099fd..477f6647a 100644 --- a/cmd/tools/gvgen.c +++ b/cmd/tools/gvgen.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/tools/gvpack.c b/cmd/tools/gvpack.c index a08f40263..e32eb21da 100644 --- a/cmd/tools/gvpack.c +++ b/cmd/tools/gvpack.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/tools/gvpack_builtins.c b/cmd/tools/gvpack_builtins.c index 8ae1e18f6..7da250726 100644 --- a/cmd/tools/gvpack_builtins.c +++ b/cmd/tools/gvpack_builtins.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/tools/gxl2gv.c b/cmd/tools/gxl2gv.c index 9466c5226..ecd884b22 100644 --- a/cmd/tools/gxl2gv.c +++ b/cmd/tools/gxl2gv.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/tools/matrix_market.c b/cmd/tools/matrix_market.c index 7ebae1251..077391701 100644 --- a/cmd/tools/matrix_market.c +++ b/cmd/tools/matrix_market.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/tools/matrix_market.h b/cmd/tools/matrix_market.h index d5a55c54a..6b2ab7238 100644 --- a/cmd/tools/matrix_market.h +++ b/cmd/tools/matrix_market.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/tools/mm2gv.c b/cmd/tools/mm2gv.c index e0fe64b2a..f0ba2eee9 100644 --- a/cmd/tools/mm2gv.c +++ b/cmd/tools/mm2gv.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/tools/mmio.c b/cmd/tools/mmio.c index 9d8eb88a1..59d4a371e 100644 --- a/cmd/tools/mmio.c +++ b/cmd/tools/mmio.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/tools/nop.c b/cmd/tools/nop.c index 85da96c1c..324c7df4e 100644 --- a/cmd/tools/nop.c +++ b/cmd/tools/nop.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/tools/sccmap.c b/cmd/tools/sccmap.c index ba79646ab..0529602c7 100644 --- a/cmd/tools/sccmap.c +++ b/cmd/tools/sccmap.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/tools/tred.c b/cmd/tools/tred.c index 2b404f92c..cae78c565 100644 --- a/cmd/tools/tred.c +++ b/cmd/tools/tred.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/tools/tred2.c b/cmd/tools/tred2.c index 46df61c13..248c6572f 100644 --- a/cmd/tools/tred2.c +++ b/cmd/tools/tred2.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/cmd/tools/unflatten.c b/cmd/tools/unflatten.c index 91b878a4b..2cf8ffafe 100644 --- a/cmd/tools/unflatten.c +++ b/cmd/tools/unflatten.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/contrib/diffimg/diffimg.c b/contrib/diffimg/diffimg.c index 8324254e3..779779db1 100644 --- a/contrib/diffimg/diffimg.c +++ b/contrib/diffimg/diffimg.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/contrib/prune/generic_list.c b/contrib/prune/generic_list.c index eee88d3cf..32bc73796 100644 --- a/contrib/prune/generic_list.c +++ b/contrib/prune/generic_list.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/contrib/prune/generic_list.h b/contrib/prune/generic_list.h index 0d740359b..e7fd2fa84 100644 --- a/contrib/prune/generic_list.h +++ b/contrib/prune/generic_list.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/contrib/prune/prune.c b/contrib/prune/prune.c index 889b75a67..825b2c28d 100644 --- a/contrib/prune/prune.c +++ b/contrib/prune/prune.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/doc/infosrc/mklang.y b/doc/infosrc/mklang.y index 9eefdf5aa..f16561d2f 100644 --- a/doc/infosrc/mklang.y +++ b/doc/infosrc/mklang.y @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - %{ #include #include diff --git a/dot.demo/demo.c b/dot.demo/demo.c index 5e7d3cea7..1ef35c613 100644 --- a/dot.demo/demo.c +++ b/dot.demo/demo.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/dot.demo/dot.c b/dot.demo/dot.c index d528e8c5d..0b3a0d112 100644 --- a/dot.demo/dot.c +++ b/dot.demo/dot.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/dot.demo/neatopack.c b/dot.demo/neatopack.c index 5f0ce1936..e468cba37 100644 --- a/dot.demo/neatopack.c +++ b/dot.demo/neatopack.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/dot.demo/simple.c b/dot.demo/simple.c index fdd546cb5..2d57f1a45 100644 --- a/dot.demo/simple.c +++ b/dot.demo/simple.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ast/ast.h b/lib/ast/ast.h index 7f6aa6a15..f1dd53025 100644 --- a/lib/ast/ast.h +++ b/lib/ast/ast.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ast/chresc.c b/lib/ast/chresc.c index 555aab16e..190671ffc 100644 --- a/lib/ast/chresc.c +++ b/lib/ast/chresc.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ast/chrtoi.c b/lib/ast/chrtoi.c index 9a001687b..26c2bf278 100644 --- a/lib/ast/chrtoi.c +++ b/lib/ast/chrtoi.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ast/compat_unistd.h b/lib/ast/compat_unistd.h index 1306cc868..76d9b9b64 100644 --- a/lib/ast/compat_unistd.h +++ b/lib/ast/compat_unistd.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ast/error.c b/lib/ast/error.c index 642b3c685..d3259c52d 100644 --- a/lib/ast/error.c +++ b/lib/ast/error.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ast/error.h b/lib/ast/error.h index 3f3533a48..9cf72e171 100644 --- a/lib/ast/error.h +++ b/lib/ast/error.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ast/fmtbuf.c b/lib/ast/fmtbuf.c index 8730350d3..09a58cfe5 100644 --- a/lib/ast/fmtbuf.c +++ b/lib/ast/fmtbuf.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ast/fmtesc.c b/lib/ast/fmtesc.c index a5c8daefe..db879f12a 100644 --- a/lib/ast/fmtesc.c +++ b/lib/ast/fmtesc.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ast/hashkey.h b/lib/ast/hashkey.h index 5759b44b2..b10bf2da9 100644 --- a/lib/ast/hashkey.h +++ b/lib/ast/hashkey.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ast/pathaccess.c b/lib/ast/pathaccess.c index 0451d1112..c7c63dd48 100644 --- a/lib/ast/pathaccess.c +++ b/lib/ast/pathaccess.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ast/pathbin.c b/lib/ast/pathbin.c index 0f612df2d..f06bb7042 100644 --- a/lib/ast/pathbin.c +++ b/lib/ast/pathbin.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ast/pathcanon.c b/lib/ast/pathcanon.c index 2424a998a..aad084e3b 100644 --- a/lib/ast/pathcanon.c +++ b/lib/ast/pathcanon.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ast/pathcat.c b/lib/ast/pathcat.c index d712b6b36..664e8f7b9 100644 --- a/lib/ast/pathcat.c +++ b/lib/ast/pathcat.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ast/pathexists.c b/lib/ast/pathexists.c index cad71f442..7ed75039c 100644 --- a/lib/ast/pathexists.c +++ b/lib/ast/pathexists.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ast/pathfind.c b/lib/ast/pathfind.c index d806d42ac..97157f093 100644 --- a/lib/ast/pathfind.c +++ b/lib/ast/pathfind.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ast/pathgetlink.c b/lib/ast/pathgetlink.c index 9f4f639d2..9e78281fa 100644 --- a/lib/ast/pathgetlink.c +++ b/lib/ast/pathgetlink.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ast/pathpath.c b/lib/ast/pathpath.c index 92301ff7d..7ceb7fdbf 100644 --- a/lib/ast/pathpath.c +++ b/lib/ast/pathpath.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ast/sfstr.h b/lib/ast/sfstr.h index 905e11dbc..ee0cbb99c 100644 --- a/lib/ast/sfstr.h +++ b/lib/ast/sfstr.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ast/strcopy.c b/lib/ast/strcopy.c index ceb5ab113..41c32f15c 100644 --- a/lib/ast/strcopy.c +++ b/lib/ast/strcopy.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ast/stresc.c b/lib/ast/stresc.c index 107c22331..0d8be317b 100644 --- a/lib/ast/stresc.c +++ b/lib/ast/stresc.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ast/strmatch.c b/lib/ast/strmatch.c index 8722e3588..18a4a3ed8 100644 --- a/lib/ast/strmatch.c +++ b/lib/ast/strmatch.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/cgraph/agerror.c b/lib/cgraph/agerror.c index c960db7f4..baf9e1723 100644 --- a/lib/cgraph/agerror.c +++ b/lib/cgraph/agerror.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/cgraph/agxbuf.c b/lib/cgraph/agxbuf.c index 05664f9f6..7f2c07e0c 100644 --- a/lib/cgraph/agxbuf.c +++ b/lib/cgraph/agxbuf.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/cgraph/agxbuf.h b/lib/cgraph/agxbuf.h index 1a4f1a429..4692cf91f 100644 --- a/lib/cgraph/agxbuf.h +++ b/lib/cgraph/agxbuf.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/cgraph/apply.c b/lib/cgraph/apply.c index cce208036..16024ab58 100644 --- a/lib/cgraph/apply.c +++ b/lib/cgraph/apply.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/cgraph/attr.c b/lib/cgraph/attr.c index c64e05eb9..16c3edad5 100644 --- a/lib/cgraph/attr.c +++ b/lib/cgraph/attr.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/cgraph/cghdr.h b/lib/cgraph/cghdr.h index 3958f23e5..c3f8047ec 100644 --- a/lib/cgraph/cghdr.h +++ b/lib/cgraph/cghdr.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/cgraph/cgraph.h b/lib/cgraph/cgraph.h index be9875734..01c83d4a1 100644 --- a/lib/cgraph/cgraph.h +++ b/lib/cgraph/cgraph.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/cgraph/cmpnd.c b/lib/cgraph/cmpnd.c index 32a42bb09..030c7b13c 100644 --- a/lib/cgraph/cmpnd.c +++ b/lib/cgraph/cmpnd.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/cgraph/edge.c b/lib/cgraph/edge.c index b8f6b91ce..25f70c411 100644 --- a/lib/cgraph/edge.c +++ b/lib/cgraph/edge.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/cgraph/flatten.c b/lib/cgraph/flatten.c index bc55d793d..0ae2194e5 100644 --- a/lib/cgraph/flatten.c +++ b/lib/cgraph/flatten.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/cgraph/grammar.y b/lib/cgraph/grammar.y index 13eea202a..d3f880e50 100644 --- a/lib/cgraph/grammar.y +++ b/lib/cgraph/grammar.y @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/cgraph/graph.c b/lib/cgraph/graph.c index 440a142a3..2934d9e8b 100644 --- a/lib/cgraph/graph.c +++ b/lib/cgraph/graph.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/cgraph/id.c b/lib/cgraph/id.c index 340982167..e5cb79f05 100644 --- a/lib/cgraph/id.c +++ b/lib/cgraph/id.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/cgraph/imap.c b/lib/cgraph/imap.c index 89dca5191..ff8099d6a 100644 --- a/lib/cgraph/imap.c +++ b/lib/cgraph/imap.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/cgraph/io.c b/lib/cgraph/io.c index 0b1fd6282..66cf87a8b 100644 --- a/lib/cgraph/io.c +++ b/lib/cgraph/io.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/cgraph/mem.c b/lib/cgraph/mem.c index 7eb129c26..528ea11ac 100644 --- a/lib/cgraph/mem.c +++ b/lib/cgraph/mem.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/cgraph/node.c b/lib/cgraph/node.c index 8c269b2af..1ecd27ac3 100644 --- a/lib/cgraph/node.c +++ b/lib/cgraph/node.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/cgraph/obj.c b/lib/cgraph/obj.c index 06d4d07f3..74cb8e17b 100644 --- a/lib/cgraph/obj.c +++ b/lib/cgraph/obj.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/cgraph/pend.c b/lib/cgraph/pend.c index ae033a459..a46373c68 100644 --- a/lib/cgraph/pend.c +++ b/lib/cgraph/pend.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/cgraph/rec.c b/lib/cgraph/rec.c index c338c16e5..409a08286 100644 --- a/lib/cgraph/rec.c +++ b/lib/cgraph/rec.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/cgraph/refstr.c b/lib/cgraph/refstr.c index 27c724c46..dd69d1f51 100644 --- a/lib/cgraph/refstr.c +++ b/lib/cgraph/refstr.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/cgraph/scan.l b/lib/cgraph/scan.l index 99d2fc607..cb10eb904 100644 --- a/lib/cgraph/scan.l +++ b/lib/cgraph/scan.l @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/cgraph/subg.c b/lib/cgraph/subg.c index 600abd5a1..ebdff375a 100644 --- a/lib/cgraph/subg.c +++ b/lib/cgraph/subg.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/cgraph/utils.c b/lib/cgraph/utils.c index 8122041da..e1a56d05f 100644 --- a/lib/cgraph/utils.c +++ b/lib/cgraph/utils.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/cgraph/write.c b/lib/cgraph/write.c index 7188c9282..a30adcb2e 100644 --- a/lib/cgraph/write.c +++ b/lib/cgraph/write.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/circogen/block.c b/lib/circogen/block.c index 502890525..acd20bd56 100644 --- a/lib/circogen/block.c +++ b/lib/circogen/block.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/circogen/block.h b/lib/circogen/block.h index d2c5a452b..21cbebe47 100644 --- a/lib/circogen/block.h +++ b/lib/circogen/block.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/circogen/blockpath.c b/lib/circogen/blockpath.c index 35c9c5ffc..8ed625359 100644 --- a/lib/circogen/blockpath.c +++ b/lib/circogen/blockpath.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/circogen/blockpath.h b/lib/circogen/blockpath.h index 467331223..ba32be489 100644 --- a/lib/circogen/blockpath.h +++ b/lib/circogen/blockpath.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/circogen/blocktree.c b/lib/circogen/blocktree.c index a3dd7b43d..20d4d8ec4 100644 --- a/lib/circogen/blocktree.c +++ b/lib/circogen/blocktree.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/circogen/blocktree.h b/lib/circogen/blocktree.h index 9cf6be4bf..ae387c2cb 100644 --- a/lib/circogen/blocktree.h +++ b/lib/circogen/blocktree.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/circogen/circo.h b/lib/circogen/circo.h index 6c962f2ca..a739fe550 100644 --- a/lib/circogen/circo.h +++ b/lib/circogen/circo.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/circogen/circpos.c b/lib/circogen/circpos.c index d092194f9..5bfe5a185 100644 --- a/lib/circogen/circpos.c +++ b/lib/circogen/circpos.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/circogen/circpos.h b/lib/circogen/circpos.h index 4894e796c..a91ee3824 100644 --- a/lib/circogen/circpos.h +++ b/lib/circogen/circpos.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/circogen/circular.c b/lib/circogen/circular.c index 612356377..2032b136e 100644 --- a/lib/circogen/circular.c +++ b/lib/circogen/circular.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/circogen/circular.h b/lib/circogen/circular.h index 441fda2df..b199cdeb2 100644 --- a/lib/circogen/circular.h +++ b/lib/circogen/circular.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/circogen/circularinit.c b/lib/circogen/circularinit.c index 0f9d36b5f..5063519ed 100644 --- a/lib/circogen/circularinit.c +++ b/lib/circogen/circularinit.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/circogen/deglist.c b/lib/circogen/deglist.c index 612562d76..bf8ac98f9 100644 --- a/lib/circogen/deglist.c +++ b/lib/circogen/deglist.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/circogen/deglist.h b/lib/circogen/deglist.h index 26e21fb5a..244d33252 100644 --- a/lib/circogen/deglist.h +++ b/lib/circogen/deglist.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/circogen/edgelist.c b/lib/circogen/edgelist.c index 850a2db3a..15bcc684a 100644 --- a/lib/circogen/edgelist.c +++ b/lib/circogen/edgelist.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/circogen/edgelist.h b/lib/circogen/edgelist.h index 880cdfb06..fc62380d3 100644 --- a/lib/circogen/edgelist.h +++ b/lib/circogen/edgelist.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/circogen/nodelist.c b/lib/circogen/nodelist.c index cc7a32b23..b79a77090 100644 --- a/lib/circogen/nodelist.c +++ b/lib/circogen/nodelist.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/circogen/nodelist.h b/lib/circogen/nodelist.h index a41abf358..28fe6ba1c 100644 --- a/lib/circogen/nodelist.h +++ b/lib/circogen/nodelist.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/circogen/nodeset.c b/lib/circogen/nodeset.c index af996c0ec..616154c51 100644 --- a/lib/circogen/nodeset.c +++ b/lib/circogen/nodeset.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/circogen/nodeset.h b/lib/circogen/nodeset.h index fe9b419c7..2790cf2c9 100644 --- a/lib/circogen/nodeset.h +++ b/lib/circogen/nodeset.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/circogen/stack.c b/lib/circogen/stack.c index e03d071f7..b13464bab 100644 --- a/lib/circogen/stack.c +++ b/lib/circogen/stack.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/circogen/stack.h b/lib/circogen/stack.h index 777186dad..39b23ebcb 100644 --- a/lib/circogen/stack.h +++ b/lib/circogen/stack.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/args.c b/lib/common/args.c index ddf60982d..9ee5291c0 100644 --- a/lib/common/args.c +++ b/lib/common/args.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/arith.h b/lib/common/arith.h index d3df2403b..58b3176c8 100644 --- a/lib/common/arith.h +++ b/lib/common/arith.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/arrows.c b/lib/common/arrows.c index 60ea27721..7bc33c3a1 100644 --- a/lib/common/arrows.c +++ b/lib/common/arrows.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/color.h b/lib/common/color.h index 88ca1dbfc..a87864a12 100644 --- a/lib/common/color.h +++ b/lib/common/color.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/colorprocs.h b/lib/common/colorprocs.h index f98fefdf2..a574fe0e8 100644 --- a/lib/common/colorprocs.h +++ b/lib/common/colorprocs.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/colxlate.c b/lib/common/colxlate.c index 92bb55e63..b83373223 100644 --- a/lib/common/colxlate.c +++ b/lib/common/colxlate.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/const.h b/lib/common/const.h index 2b4e2426c..e62c69890 100644 --- a/lib/common/const.h +++ b/lib/common/const.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/diagen.c b/lib/common/diagen.c index 726ca58e5..dbe2d9812 100644 --- a/lib/common/diagen.c +++ b/lib/common/diagen.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/ellipse.c b/lib/common/ellipse.c index 78512db60..990560f05 100644 --- a/lib/common/ellipse.c +++ b/lib/common/ellipse.c @@ -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 diff --git a/lib/common/emit.c b/lib/common/emit.c index e16a2ac0b..704a2a17f 100644 --- a/lib/common/emit.c +++ b/lib/common/emit.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/geom.c b/lib/common/geom.c index 260e022a8..9bb0a1568 100644 --- a/lib/common/geom.c +++ b/lib/common/geom.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/geom.h b/lib/common/geom.h index 9b65060a3..baf6e884e 100644 --- a/lib/common/geom.h +++ b/lib/common/geom.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/geomprocs.h b/lib/common/geomprocs.h index efc96465e..7885afdfd 100644 --- a/lib/common/geomprocs.h +++ b/lib/common/geomprocs.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/globals.c b/lib/common/globals.c index 8ea0eb369..185da098d 100644 --- a/lib/common/globals.c +++ b/lib/common/globals.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/globals.h b/lib/common/globals.h index b3b91fa42..c0e12c450 100644 --- a/lib/common/globals.h +++ b/lib/common/globals.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/hpglgen.c b/lib/common/hpglgen.c index f4154aa2a..91f89075c 100644 --- a/lib/common/hpglgen.c +++ b/lib/common/hpglgen.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/htmllex.h b/lib/common/htmllex.h index 79044fb36..b71fa97ed 100644 --- a/lib/common/htmllex.h +++ b/lib/common/htmllex.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/htmlparse.y b/lib/common/htmlparse.y index 0b551a2f8..4571c0c32 100644 --- a/lib/common/htmlparse.y +++ b/lib/common/htmlparse.y @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/htmltable.c b/lib/common/htmltable.c index 95beb4df2..555e9b664 100644 --- a/lib/common/htmltable.c +++ b/lib/common/htmltable.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/htmltable.h b/lib/common/htmltable.h index 552da2105..9a4e3493a 100644 --- a/lib/common/htmltable.h +++ b/lib/common/htmltable.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/input.c b/lib/common/input.c index 911ea592d..fdbf44f0a 100644 --- a/lib/common/input.c +++ b/lib/common/input.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/intset.c b/lib/common/intset.c index 66a43803c..4652f18b1 100644 --- a/lib/common/intset.c +++ b/lib/common/intset.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/intset.h b/lib/common/intset.h index 66b5b1ad6..e00e8550a 100644 --- a/lib/common/intset.h +++ b/lib/common/intset.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/labels.c b/lib/common/labels.c index ead9af110..cf951f77c 100644 --- a/lib/common/labels.c +++ b/lib/common/labels.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/logic.h b/lib/common/logic.h index 82089bd6e..209382504 100644 --- a/lib/common/logic.h +++ b/lib/common/logic.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/macros.h b/lib/common/macros.h index 025606c81..c0cfd6ac3 100644 --- a/lib/common/macros.h +++ b/lib/common/macros.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/memory.c b/lib/common/memory.c index b8c885e03..6162c0c9c 100644 --- a/lib/common/memory.c +++ b/lib/common/memory.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/memory.h b/lib/common/memory.h index bed665845..3774e0b70 100644 --- a/lib/common/memory.h +++ b/lib/common/memory.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/mifgen.c b/lib/common/mifgen.c index d9e99f9e1..84c7e1218 100644 --- a/lib/common/mifgen.c +++ b/lib/common/mifgen.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/mpgen.c b/lib/common/mpgen.c index 76d994409..55680de1e 100644 --- a/lib/common/mpgen.c +++ b/lib/common/mpgen.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/ns.c b/lib/common/ns.c index 4f6616024..1a71490cb 100644 --- a/lib/common/ns.c +++ b/lib/common/ns.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/output.c b/lib/common/output.c index 160d1cea3..249c418f5 100644 --- a/lib/common/output.c +++ b/lib/common/output.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/picgen.c b/lib/common/picgen.c index c5aeb90c8..f0cc06e3f 100644 --- a/lib/common/picgen.c +++ b/lib/common/picgen.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/pointset.c b/lib/common/pointset.c index 8e5b0b1c9..b3c86fb20 100644 --- a/lib/common/pointset.c +++ b/lib/common/pointset.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/pointset.h b/lib/common/pointset.h index ada46bfcc..4d275f44f 100644 --- a/lib/common/pointset.h +++ b/lib/common/pointset.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/postproc.c b/lib/common/postproc.c index 47f5d4c8b..8bef78a3e 100644 --- a/lib/common/postproc.c +++ b/lib/common/postproc.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/psusershape.c b/lib/common/psusershape.c index 70292c52f..f27121570 100644 --- a/lib/common/psusershape.c +++ b/lib/common/psusershape.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/routespl.c b/lib/common/routespl.c index 2b25ffcb1..b7c07c70b 100644 --- a/lib/common/routespl.c +++ b/lib/common/routespl.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/shapes.c b/lib/common/shapes.c index 01ec739f4..6b5455aec 100644 --- a/lib/common/shapes.c +++ b/lib/common/shapes.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/splines.c b/lib/common/splines.c index 50cb8c434..fbbc22280 100644 --- a/lib/common/splines.c +++ b/lib/common/splines.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/taper.c b/lib/common/taper.c index 52bb18527..834dcda5f 100644 --- a/lib/common/taper.c +++ b/lib/common/taper.c @@ -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 diff --git a/lib/common/textspan.c b/lib/common/textspan.c index dec0a39a0..5e16c24ad 100644 --- a/lib/common/textspan.c +++ b/lib/common/textspan.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/textspan.h b/lib/common/textspan.h index 81f1bce21..c3eebd2d2 100644 --- a/lib/common/textspan.h +++ b/lib/common/textspan.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/timing.c b/lib/common/timing.c index e5e647f74..49d6e5f1e 100644 --- a/lib/common/timing.c +++ b/lib/common/timing.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/timing.h b/lib/common/timing.h index fa8f499ab..a4395db81 100644 --- a/lib/common/timing.h +++ b/lib/common/timing.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/types.h b/lib/common/types.h index a0e20c18d..5c1016bbf 100644 --- a/lib/common/types.h +++ b/lib/common/types.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/usershape.h b/lib/common/usershape.h index 11419f5fd..2a7ecced8 100644 --- a/lib/common/usershape.h +++ b/lib/common/usershape.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/utils.c b/lib/common/utils.c index aea88b4f4..a811d39d8 100644 --- a/lib/common/utils.c +++ b/lib/common/utils.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/utils.h b/lib/common/utils.h index 7c56e0943..239afb975 100644 --- a/lib/common/utils.h +++ b/lib/common/utils.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/common/vtxgen.c b/lib/common/vtxgen.c index 1442f823b..2dc8cf210 100644 --- a/lib/common/vtxgen.c +++ b/lib/common/vtxgen.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/dotgen/acyclic.c b/lib/dotgen/acyclic.c index ddc60f9a8..1fd768c32 100644 --- a/lib/dotgen/acyclic.c +++ b/lib/dotgen/acyclic.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/dotgen/aspect.c b/lib/dotgen/aspect.c index 6e32d0c22..b6b3cab46 100644 --- a/lib/dotgen/aspect.c +++ b/lib/dotgen/aspect.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/dotgen/aspect.h b/lib/dotgen/aspect.h index 7f7c9e1b4..44ce279ff 100644 --- a/lib/dotgen/aspect.h +++ b/lib/dotgen/aspect.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/dotgen/class1.c b/lib/dotgen/class1.c index fd195c115..24bf9adf8 100644 --- a/lib/dotgen/class1.c +++ b/lib/dotgen/class1.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/dotgen/class2.c b/lib/dotgen/class2.c index 45a04b759..91cbfbed5 100644 --- a/lib/dotgen/class2.c +++ b/lib/dotgen/class2.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/dotgen/cluster.c b/lib/dotgen/cluster.c index b24cf6924..edcf24634 100644 --- a/lib/dotgen/cluster.c +++ b/lib/dotgen/cluster.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/dotgen/compound.c b/lib/dotgen/compound.c index a2cf73dfb..3f55ed50d 100644 --- a/lib/dotgen/compound.c +++ b/lib/dotgen/compound.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/dotgen/conc.c b/lib/dotgen/conc.c index 66b065bf9..c88974384 100644 --- a/lib/dotgen/conc.c +++ b/lib/dotgen/conc.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/dotgen/decomp.c b/lib/dotgen/decomp.c index ebb8bfc23..3d7a961eb 100644 --- a/lib/dotgen/decomp.c +++ b/lib/dotgen/decomp.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/dotgen/dot.h b/lib/dotgen/dot.h index a52fe0c6f..90ab39cd9 100644 --- a/lib/dotgen/dot.h +++ b/lib/dotgen/dot.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/dotgen/dotinit.c b/lib/dotgen/dotinit.c index e3d118cee..1e5d94bb4 100644 --- a/lib/dotgen/dotinit.c +++ b/lib/dotgen/dotinit.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/dotgen/dotprocs.h b/lib/dotgen/dotprocs.h index 091fbfe7d..93fd9fa78 100644 --- a/lib/dotgen/dotprocs.h +++ b/lib/dotgen/dotprocs.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/dotgen/dotsplines.c b/lib/dotgen/dotsplines.c index a4971b67a..bd449a9ba 100644 --- a/lib/dotgen/dotsplines.c +++ b/lib/dotgen/dotsplines.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/dotgen/fastgr.c b/lib/dotgen/fastgr.c index bbb6de2a1..3f2c52357 100644 --- a/lib/dotgen/fastgr.c +++ b/lib/dotgen/fastgr.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/dotgen/flat.c b/lib/dotgen/flat.c index a689f00a1..fc62495e3 100644 --- a/lib/dotgen/flat.c +++ b/lib/dotgen/flat.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/dotgen/mincross.c b/lib/dotgen/mincross.c index 395dca307..f1aa29a98 100644 --- a/lib/dotgen/mincross.c +++ b/lib/dotgen/mincross.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/dotgen/position.c b/lib/dotgen/position.c index 6c168c39a..93b8a3a95 100644 --- a/lib/dotgen/position.c +++ b/lib/dotgen/position.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/dotgen/rank.c b/lib/dotgen/rank.c index 2530b7f92..e98d437e1 100644 --- a/lib/dotgen/rank.c +++ b/lib/dotgen/rank.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/dotgen/sameport.c b/lib/dotgen/sameport.c index d12112707..281fff8ce 100644 --- a/lib/dotgen/sameport.c +++ b/lib/dotgen/sameport.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/expr/excc.c b/lib/expr/excc.c index 814314475..c87727d03 100644 --- a/lib/expr/excc.c +++ b/lib/expr/excc.c @@ -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 diff --git a/lib/expr/excontext.c b/lib/expr/excontext.c index 2a42e3698..d667ed387 100644 --- a/lib/expr/excontext.c +++ b/lib/expr/excontext.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/expr/exdata.c b/lib/expr/exdata.c index 84b1ce1c3..99813de1d 100644 --- a/lib/expr/exdata.c +++ b/lib/expr/exdata.c @@ -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 diff --git a/lib/expr/exerror.c b/lib/expr/exerror.c index 997f1098e..5b58de337 100644 --- a/lib/expr/exerror.c +++ b/lib/expr/exerror.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/expr/exeval.c b/lib/expr/exeval.c index 3a12be13c..5fe5f217d 100644 --- a/lib/expr/exeval.c +++ b/lib/expr/exeval.c @@ -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 diff --git a/lib/expr/exexpr.c b/lib/expr/exexpr.c index 5aad0508b..7af1bb486 100644 --- a/lib/expr/exexpr.c +++ b/lib/expr/exexpr.c @@ -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 diff --git a/lib/expr/exgram.h b/lib/expr/exgram.h index 3ce82779c..e29512be3 100644 --- a/lib/expr/exgram.h +++ b/lib/expr/exgram.h @@ -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 diff --git a/lib/expr/exlexname.c b/lib/expr/exlexname.c index e7aebf087..2bebc990d 100644 --- a/lib/expr/exlexname.c +++ b/lib/expr/exlexname.c @@ -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 diff --git a/lib/expr/exlib.h b/lib/expr/exlib.h index 65f6cb793..8f0b705ff 100644 --- a/lib/expr/exlib.h +++ b/lib/expr/exlib.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/expr/exnospace.c b/lib/expr/exnospace.c index 536bc4a87..792da1b86 100644 --- a/lib/expr/exnospace.c +++ b/lib/expr/exnospace.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/expr/exopen.c b/lib/expr/exopen.c index b6e859f0e..df2aa588f 100644 --- a/lib/expr/exopen.c +++ b/lib/expr/exopen.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/expr/exparse.y b/lib/expr/exparse.y index 8793fbce6..29a0f5306 100644 --- a/lib/expr/exparse.y +++ b/lib/expr/exparse.y @@ -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 diff --git a/lib/expr/expr.h b/lib/expr/expr.h index b2b434dfc..2efd0f908 100644 --- a/lib/expr/expr.h +++ b/lib/expr/expr.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/expr/exrewind.c b/lib/expr/exrewind.c index be9e0cc8e..1c3ec498c 100644 --- a/lib/expr/exrewind.c +++ b/lib/expr/exrewind.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/expr/exstash.c b/lib/expr/exstash.c index c2b67d629..bb9f97445 100644 --- a/lib/expr/exstash.c +++ b/lib/expr/exstash.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/expr/extoken.c b/lib/expr/extoken.c index 556de4ed9..4c60d6598 100644 --- a/lib/expr/extoken.c +++ b/lib/expr/extoken.c @@ -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 diff --git a/lib/expr/extype.c b/lib/expr/extype.c index bc31e9343..038a0667e 100644 --- a/lib/expr/extype.c +++ b/lib/expr/extype.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/expr/exzero.c b/lib/expr/exzero.c index cd8510394..8141cd8f8 100644 --- a/lib/expr/exzero.c +++ b/lib/expr/exzero.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/fdpgen/clusteredges.c b/lib/fdpgen/clusteredges.c index 0446239f5..9d0e1c16b 100644 --- a/lib/fdpgen/clusteredges.c +++ b/lib/fdpgen/clusteredges.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/fdpgen/clusteredges.h b/lib/fdpgen/clusteredges.h index 7e0fbfefb..aa8bb781a 100644 --- a/lib/fdpgen/clusteredges.h +++ b/lib/fdpgen/clusteredges.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/fdpgen/comp.c b/lib/fdpgen/comp.c index 688171135..00b072b87 100644 --- a/lib/fdpgen/comp.c +++ b/lib/fdpgen/comp.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/fdpgen/comp.h b/lib/fdpgen/comp.h index 031312853..90d920a67 100644 --- a/lib/fdpgen/comp.h +++ b/lib/fdpgen/comp.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/fdpgen/dbg.c b/lib/fdpgen/dbg.c index ef87f4c78..3b2d786fa 100644 --- a/lib/fdpgen/dbg.c +++ b/lib/fdpgen/dbg.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/fdpgen/dbg.h b/lib/fdpgen/dbg.h index 51b8155c1..7225db965 100644 --- a/lib/fdpgen/dbg.h +++ b/lib/fdpgen/dbg.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/fdpgen/fdp.h b/lib/fdpgen/fdp.h index eef4b3938..bcae0aa04 100644 --- a/lib/fdpgen/fdp.h +++ b/lib/fdpgen/fdp.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/fdpgen/fdpinit.c b/lib/fdpgen/fdpinit.c index f6f185903..f0a45169c 100644 --- a/lib/fdpgen/fdpinit.c +++ b/lib/fdpgen/fdpinit.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/fdpgen/grid.c b/lib/fdpgen/grid.c index 6450e5cb1..6339a9212 100644 --- a/lib/fdpgen/grid.c +++ b/lib/fdpgen/grid.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/fdpgen/grid.h b/lib/fdpgen/grid.h index 64d0ea446..57993e9a3 100644 --- a/lib/fdpgen/grid.h +++ b/lib/fdpgen/grid.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/fdpgen/layout.c b/lib/fdpgen/layout.c index bd70965f6..dea7dc1c2 100644 --- a/lib/fdpgen/layout.c +++ b/lib/fdpgen/layout.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/fdpgen/tlayout.c b/lib/fdpgen/tlayout.c index 0dc1552df..c30038de4 100644 --- a/lib/fdpgen/tlayout.c +++ b/lib/fdpgen/tlayout.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/fdpgen/tlayout.h b/lib/fdpgen/tlayout.h index ebc1104ea..b9aea4ca7 100644 --- a/lib/fdpgen/tlayout.h +++ b/lib/fdpgen/tlayout.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/fdpgen/xlayout.c b/lib/fdpgen/xlayout.c index 3b0e10313..975e4870f 100644 --- a/lib/fdpgen/xlayout.c +++ b/lib/fdpgen/xlayout.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/fdpgen/xlayout.h b/lib/fdpgen/xlayout.h index ddc3bcf33..f02ae0574 100644 --- a/lib/fdpgen/xlayout.h +++ b/lib/fdpgen/xlayout.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/glcomp/glCompTrackBar.c b/lib/glcomp/glCompTrackBar.c index ee90cdbbf..b339b4a4a 100644 --- a/lib/glcomp/glCompTrackBar.c +++ b/lib/glcomp/glCompTrackBar.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/glcomp/glCompTrackBar.h b/lib/glcomp/glCompTrackBar.h index d77df247d..b6f47d5e1 100644 --- a/lib/glcomp/glCompTrackBar.h +++ b/lib/glcomp/glCompTrackBar.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/glcomp/glcompbutton.c b/lib/glcomp/glcompbutton.c index d8671f73c..36b833f61 100644 --- a/lib/glcomp/glcompbutton.c +++ b/lib/glcomp/glcompbutton.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/glcomp/glcompbutton.h b/lib/glcomp/glcompbutton.h index 458c71676..9f585a961 100644 --- a/lib/glcomp/glcompbutton.h +++ b/lib/glcomp/glcompbutton.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/glcomp/glcompdefs.h b/lib/glcomp/glcompdefs.h index b161455dc..7dc2f99ec 100644 --- a/lib/glcomp/glcompdefs.h +++ b/lib/glcomp/glcompdefs.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/glcomp/glcompfont.c b/lib/glcomp/glcompfont.c index 3bcc555fc..77ac0d68d 100644 --- a/lib/glcomp/glcompfont.c +++ b/lib/glcomp/glcompfont.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/glcomp/glcompfont.h b/lib/glcomp/glcompfont.h index e1de2f2fc..178b79409 100644 --- a/lib/glcomp/glcompfont.h +++ b/lib/glcomp/glcompfont.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/glcomp/glcompimage.c b/lib/glcomp/glcompimage.c index b60f45ecf..a325175ab 100644 --- a/lib/glcomp/glcompimage.c +++ b/lib/glcomp/glcompimage.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/glcomp/glcompimage.h b/lib/glcomp/glcompimage.h index 9c1026e66..7e6151ea4 100644 --- a/lib/glcomp/glcompimage.h +++ b/lib/glcomp/glcompimage.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/glcomp/glcomplabel.c b/lib/glcomp/glcomplabel.c index 7e5e4b557..5a7dcbbc2 100644 --- a/lib/glcomp/glcomplabel.c +++ b/lib/glcomp/glcomplabel.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/glcomp/glcomplabel.h b/lib/glcomp/glcomplabel.h index 5d7fa84e0..2ee957caf 100644 --- a/lib/glcomp/glcomplabel.h +++ b/lib/glcomp/glcomplabel.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/glcomp/glcompmouse.c b/lib/glcomp/glcompmouse.c index e69072f89..b338750fc 100644 --- a/lib/glcomp/glcompmouse.c +++ b/lib/glcomp/glcompmouse.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/glcomp/glcompmouse.h b/lib/glcomp/glcompmouse.h index 9dc25808b..e732ae9e1 100644 --- a/lib/glcomp/glcompmouse.h +++ b/lib/glcomp/glcompmouse.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/glcomp/glcomppanel.c b/lib/glcomp/glcomppanel.c index 25d123ffd..b54c715d0 100644 --- a/lib/glcomp/glcomppanel.c +++ b/lib/glcomp/glcomppanel.c @@ -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 diff --git a/lib/glcomp/glcomppanel.h b/lib/glcomp/glcomppanel.h index d5114d2e8..2587688f9 100644 --- a/lib/glcomp/glcomppanel.h +++ b/lib/glcomp/glcomppanel.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/glcomp/glcompset.c b/lib/glcomp/glcompset.c index ec4ad8235..0ee066131 100644 --- a/lib/glcomp/glcompset.c +++ b/lib/glcomp/glcompset.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/glcomp/glcompset.h b/lib/glcomp/glcompset.h index 71ca42048..91a49aa33 100644 --- a/lib/glcomp/glcompset.h +++ b/lib/glcomp/glcompset.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/glcomp/glcomptext.c b/lib/glcomp/glcomptext.c index 7c80b7224..f81f3e79c 100644 --- a/lib/glcomp/glcomptext.c +++ b/lib/glcomp/glcomptext.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/glcomp/glcomptext.h b/lib/glcomp/glcomptext.h index 0835730ee..0ee466588 100644 --- a/lib/glcomp/glcomptext.h +++ b/lib/glcomp/glcomptext.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/glcomp/glcomptextpng.c b/lib/glcomp/glcomptextpng.c index 56c767117..474cbadc2 100644 --- a/lib/glcomp/glcomptextpng.c +++ b/lib/glcomp/glcomptextpng.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/glcomp/glcomptextpng.h b/lib/glcomp/glcomptextpng.h index ddc58d872..fd1369b69 100644 --- a/lib/glcomp/glcomptextpng.h +++ b/lib/glcomp/glcomptextpng.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/glcomp/glcomptexture.c b/lib/glcomp/glcomptexture.c index 5756f66bf..5f4995815 100644 --- a/lib/glcomp/glcomptexture.c +++ b/lib/glcomp/glcomptexture.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/glcomp/glcomptexture.h b/lib/glcomp/glcomptexture.h index fe08e899a..dfd69bded 100644 --- a/lib/glcomp/glcomptexture.h +++ b/lib/glcomp/glcomptexture.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/glcomp/glpangofont.c b/lib/glcomp/glpangofont.c index 83c6c009f..8eb77e102 100644 --- a/lib/glcomp/glpangofont.c +++ b/lib/glcomp/glpangofont.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/glcomp/glpangofont.h b/lib/glcomp/glpangofont.h index 65780186b..0b9642f81 100644 --- a/lib/glcomp/glpangofont.h +++ b/lib/glcomp/glpangofont.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/glcomp/glutils.c b/lib/glcomp/glutils.c index 532c7b2b8..80fbff91c 100644 --- a/lib/glcomp/glutils.c +++ b/lib/glcomp/glutils.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/glcomp/glutils.h b/lib/glcomp/glutils.h index 7c6f1f0fd..a25236be6 100644 --- a/lib/glcomp/glutils.h +++ b/lib/glcomp/glutils.h @@ -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 diff --git a/lib/gvc/gvc.c b/lib/gvc/gvc.c index 19b01a2c5..742881585 100644 --- a/lib/gvc/gvc.c +++ b/lib/gvc/gvc.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvc/gvc.h b/lib/gvc/gvc.h index 04718d080..28909f063 100644 --- a/lib/gvc/gvc.h +++ b/lib/gvc/gvc.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvc/gvcext.h b/lib/gvc/gvcext.h index 9acf32ccf..3877230ce 100644 --- a/lib/gvc/gvcext.h +++ b/lib/gvc/gvcext.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvc/gvcint.h b/lib/gvc/gvcint.h index 41b72758e..86ec3404f 100644 --- a/lib/gvc/gvcint.h +++ b/lib/gvc/gvcint.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvc/gvcjob.h b/lib/gvc/gvcjob.h index 061f26ea4..934ccea00 100644 --- a/lib/gvc/gvcjob.h +++ b/lib/gvc/gvcjob.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvc/gvcommon.h b/lib/gvc/gvcommon.h index 5bd40de34..c0db6191a 100644 --- a/lib/gvc/gvcommon.h +++ b/lib/gvc/gvcommon.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvc/gvconfig.c b/lib/gvc/gvconfig.c index d93724034..80d0ce964 100644 --- a/lib/gvc/gvconfig.c +++ b/lib/gvc/gvconfig.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvc/gvconfig.h b/lib/gvc/gvconfig.h index acec8ffed..7e9a95b67 100644 --- a/lib/gvc/gvconfig.h +++ b/lib/gvc/gvconfig.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvc/gvcontext.c b/lib/gvc/gvcontext.c index 203a22a5f..e8735514f 100644 --- a/lib/gvc/gvcontext.c +++ b/lib/gvc/gvcontext.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvc/gvcproc.h b/lib/gvc/gvcproc.h index 926c21a65..4580446a2 100644 --- a/lib/gvc/gvcproc.h +++ b/lib/gvc/gvcproc.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvc/gvdevice.c b/lib/gvc/gvdevice.c index f6acaad25..fdade3b45 100644 --- a/lib/gvc/gvdevice.c +++ b/lib/gvc/gvdevice.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvc/gvevent.c b/lib/gvc/gvevent.c index e1dc02098..9abec51f0 100644 --- a/lib/gvc/gvevent.c +++ b/lib/gvc/gvevent.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvc/gvio.h b/lib/gvc/gvio.h index 797f15a58..299afed78 100644 --- a/lib/gvc/gvio.h +++ b/lib/gvc/gvio.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvc/gvjobs.c b/lib/gvc/gvjobs.c index 514323b20..670b758a6 100644 --- a/lib/gvc/gvjobs.c +++ b/lib/gvc/gvjobs.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvc/gvlayout.c b/lib/gvc/gvlayout.c index c7b6c94d0..60d1c78b9 100644 --- a/lib/gvc/gvlayout.c +++ b/lib/gvc/gvlayout.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvc/gvloadimage.c b/lib/gvc/gvloadimage.c index cdabb1348..aadd76215 100644 --- a/lib/gvc/gvloadimage.c +++ b/lib/gvc/gvloadimage.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvc/gvplugin.c b/lib/gvc/gvplugin.c index 3fccd117e..f802f1ce5 100644 --- a/lib/gvc/gvplugin.c +++ b/lib/gvc/gvplugin.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvc/gvplugin.h b/lib/gvc/gvplugin.h index 09ec8165a..2dc00d08b 100644 --- a/lib/gvc/gvplugin.h +++ b/lib/gvc/gvplugin.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvc/gvplugin_device.h b/lib/gvc/gvplugin_device.h index d432b1629..e10ab2c7e 100644 --- a/lib/gvc/gvplugin_device.h +++ b/lib/gvc/gvplugin_device.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvc/gvplugin_layout.h b/lib/gvc/gvplugin_layout.h index cc7eb300e..84d37610c 100644 --- a/lib/gvc/gvplugin_layout.h +++ b/lib/gvc/gvplugin_layout.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvc/gvplugin_loadimage.h b/lib/gvc/gvplugin_loadimage.h index 3f3f3d4b9..7bd83d144 100644 --- a/lib/gvc/gvplugin_loadimage.h +++ b/lib/gvc/gvplugin_loadimage.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvc/gvplugin_render.h b/lib/gvc/gvplugin_render.h index f0c3ccc93..232c895c6 100644 --- a/lib/gvc/gvplugin_render.h +++ b/lib/gvc/gvplugin_render.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvc/gvplugin_textlayout.h b/lib/gvc/gvplugin_textlayout.h index 67723449e..645a0b0ec 100644 --- a/lib/gvc/gvplugin_textlayout.h +++ b/lib/gvc/gvplugin_textlayout.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvc/gvrender.c b/lib/gvc/gvrender.c index a276e9bea..1773c4828 100644 --- a/lib/gvc/gvrender.c +++ b/lib/gvc/gvrender.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvc/gvtextlayout.c b/lib/gvc/gvtextlayout.c index 1bf297982..035888010 100644 --- a/lib/gvc/gvtextlayout.c +++ b/lib/gvc/gvtextlayout.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvc/gvtool_tred.c b/lib/gvc/gvtool_tred.c index 6e6f16a1c..eb396de9f 100644 --- a/lib/gvc/gvtool_tred.c +++ b/lib/gvc/gvtool_tred.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvc/gvusershape.c b/lib/gvc/gvusershape.c index 79d92c14a..6bb1a3768 100644 --- a/lib/gvc/gvusershape.c +++ b/lib/gvc/gvusershape.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvpr/actions.c b/lib/gvpr/actions.c index 25b05afee..47408870d 100644 --- a/lib/gvpr/actions.c +++ b/lib/gvpr/actions.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvpr/actions.h b/lib/gvpr/actions.h index cba72654f..5575dd18f 100644 --- a/lib/gvpr/actions.h +++ b/lib/gvpr/actions.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvpr/compile.h b/lib/gvpr/compile.h index a833b9ee2..a4a1bfcd2 100644 --- a/lib/gvpr/compile.h +++ b/lib/gvpr/compile.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvpr/gprstate.c b/lib/gvpr/gprstate.c index ad7d5699a..46505c011 100644 --- a/lib/gvpr/gprstate.c +++ b/lib/gvpr/gprstate.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvpr/gprstate.h b/lib/gvpr/gprstate.h index 7ebc110b8..54641c6f4 100644 --- a/lib/gvpr/gprstate.h +++ b/lib/gvpr/gprstate.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvpr/gvpr.c b/lib/gvpr/gvpr.c index 41fcb70e5..3a70c8152 100644 --- a/lib/gvpr/gvpr.c +++ b/lib/gvpr/gvpr.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvpr/gvpr.h b/lib/gvpr/gvpr.h index 841f9c095..7a42f0188 100644 --- a/lib/gvpr/gvpr.h +++ b/lib/gvpr/gvpr.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvpr/mkdefs.c b/lib/gvpr/mkdefs.c index e18c33247..8cbedc5be 100644 --- a/lib/gvpr/mkdefs.c +++ b/lib/gvpr/mkdefs.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvpr/parse.c b/lib/gvpr/parse.c index b89c34a7b..fb1cf2429 100644 --- a/lib/gvpr/parse.c +++ b/lib/gvpr/parse.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvpr/parse.h b/lib/gvpr/parse.h index 05a9180c9..6a2827cb8 100644 --- a/lib/gvpr/parse.h +++ b/lib/gvpr/parse.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvpr/queue.c b/lib/gvpr/queue.c index 37b9295a0..92aa95403 100644 --- a/lib/gvpr/queue.c +++ b/lib/gvpr/queue.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/gvpr/queue.h b/lib/gvpr/queue.h index 12cdd3d21..e097ffa1b 100644 --- a/lib/gvpr/queue.h +++ b/lib/gvpr/queue.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ingraphs/ingraphs.c b/lib/ingraphs/ingraphs.c index 9bd93125c..bcddc0e0c 100644 --- a/lib/ingraphs/ingraphs.c +++ b/lib/ingraphs/ingraphs.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ingraphs/ingraphs.h b/lib/ingraphs/ingraphs.h index 346e94f92..0e435bd5c 100644 --- a/lib/ingraphs/ingraphs.h +++ b/lib/ingraphs/ingraphs.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/inkpot/inkpot.c b/lib/inkpot/inkpot.c index 1d319f943..936c4e3c2 100644 --- a/lib/inkpot/inkpot.c +++ b/lib/inkpot/inkpot.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/inkpot/inkpot.h b/lib/inkpot/inkpot.h index 2f593d132..b1aa9cb3a 100644 --- a/lib/inkpot/inkpot.h +++ b/lib/inkpot/inkpot.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/inkpot/inkpot_scheme.c b/lib/inkpot/inkpot_scheme.c index f8e92e4a8..73a174106 100644 --- a/lib/inkpot/inkpot_scheme.c +++ b/lib/inkpot/inkpot_scheme.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/inkpot/inkpot_scheme.h b/lib/inkpot/inkpot_scheme.h index 8182c34a5..62637b732 100644 --- a/lib/inkpot/inkpot_scheme.h +++ b/lib/inkpot/inkpot_scheme.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/inkpot/inkpot_value.c b/lib/inkpot/inkpot_value.c index 4d9055747..cdf94f450 100644 --- a/lib/inkpot/inkpot_value.c +++ b/lib/inkpot/inkpot_value.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/inkpot/inkpot_value.h b/lib/inkpot/inkpot_value.h index 7be061458..750ea43a1 100644 --- a/lib/inkpot/inkpot_value.h +++ b/lib/inkpot/inkpot_value.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/inkpot/inkpot_xlate.c b/lib/inkpot/inkpot_xlate.c index 340fd5bc7..936a719df 100644 --- a/lib/inkpot/inkpot_xlate.c +++ b/lib/inkpot/inkpot_xlate.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/inkpot/inkpot_xlate.h b/lib/inkpot/inkpot_xlate.h index 0c110396a..34bcf07a3 100644 --- a/lib/inkpot/inkpot_xlate.h +++ b/lib/inkpot/inkpot_xlate.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/inkpot/test/inkpot_lib_define.h b/lib/inkpot/test/inkpot_lib_define.h index 06acb3b85..7301ab0fa 100644 --- a/lib/inkpot/test/inkpot_lib_define.h +++ b/lib/inkpot/test/inkpot_lib_define.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/inkpot/test/inkpot_lib_scheme.h b/lib/inkpot/test/inkpot_lib_scheme.h index de2007654..c41a8c946 100644 --- a/lib/inkpot/test/inkpot_lib_scheme.h +++ b/lib/inkpot/test/inkpot_lib_scheme.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/inkpot/test/inkpot_lib_value.h b/lib/inkpot/test/inkpot_lib_value.h index 9c800df7b..744afc7ee 100644 --- a/lib/inkpot/test/inkpot_lib_value.h +++ b/lib/inkpot/test/inkpot_lib_value.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/label/index.c b/lib/label/index.c index c161b603b..aae0e3064 100644 --- a/lib/label/index.c +++ b/lib/label/index.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/label/index.h b/lib/label/index.h index 1b919d1dd..0eb15c1f0 100644 --- a/lib/label/index.h +++ b/lib/label/index.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/label/node.c b/lib/label/node.c index 11ee940b9..a574dfa90 100644 --- a/lib/label/node.c +++ b/lib/label/node.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/label/node.h b/lib/label/node.h index e04d9c06a..ddf64fa19 100644 --- a/lib/label/node.h +++ b/lib/label/node.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/label/nrtmain.c b/lib/label/nrtmain.c index a3087f73f..661da7b7b 100644 --- a/lib/label/nrtmain.c +++ b/lib/label/nrtmain.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/label/rectangle.c b/lib/label/rectangle.c index ca553f57c..5d9f57827 100644 --- a/lib/label/rectangle.c +++ b/lib/label/rectangle.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/label/rectangle.h b/lib/label/rectangle.h index d16314a43..ed611de45 100644 --- a/lib/label/rectangle.h +++ b/lib/label/rectangle.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/label/split.q.c b/lib/label/split.q.c index 61d9f40dc..68bf5e889 100644 --- a/lib/label/split.q.c +++ b/lib/label/split.q.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/label/split.q.h b/lib/label/split.q.h index 54d27e942..80c4d5ab5 100644 --- a/lib/label/split.q.h +++ b/lib/label/split.q.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/label/xlabels.c b/lib/label/xlabels.c index 591b80fce..07c576b9b 100644 --- a/lib/label/xlabels.c +++ b/lib/label/xlabels.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/label/xlabels.h b/lib/label/xlabels.h index 7b4520c5d..dce48e717 100644 --- a/lib/label/xlabels.h +++ b/lib/label/xlabels.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/adjust.c b/lib/neatogen/adjust.c index e58a63bd5..4c0ed4943 100644 --- a/lib/neatogen/adjust.c +++ b/lib/neatogen/adjust.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/adjust.h b/lib/neatogen/adjust.h index 270e6f635..562414de1 100644 --- a/lib/neatogen/adjust.h +++ b/lib/neatogen/adjust.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/bfs.c b/lib/neatogen/bfs.c index c16116123..1ac999817 100644 --- a/lib/neatogen/bfs.c +++ b/lib/neatogen/bfs.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/bfs.h b/lib/neatogen/bfs.h index 57b14dc5b..c3d7199e0 100644 --- a/lib/neatogen/bfs.h +++ b/lib/neatogen/bfs.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/call_tri.c b/lib/neatogen/call_tri.c index 4fc0ddb90..0a5b5af4d 100644 --- a/lib/neatogen/call_tri.c +++ b/lib/neatogen/call_tri.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/call_tri.h b/lib/neatogen/call_tri.h index 36b705d00..43d19f1ed 100644 --- a/lib/neatogen/call_tri.h +++ b/lib/neatogen/call_tri.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/circuit.c b/lib/neatogen/circuit.c index 15a9d36f4..af8303106 100644 --- a/lib/neatogen/circuit.c +++ b/lib/neatogen/circuit.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/closest.c b/lib/neatogen/closest.c index 3abaae177..d594496cb 100644 --- a/lib/neatogen/closest.c +++ b/lib/neatogen/closest.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/closest.h b/lib/neatogen/closest.h index 0e9af8f47..886abdb62 100644 --- a/lib/neatogen/closest.h +++ b/lib/neatogen/closest.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/compute_hierarchy.c b/lib/neatogen/compute_hierarchy.c index 14ccddf93..515c15a19 100644 --- a/lib/neatogen/compute_hierarchy.c +++ b/lib/neatogen/compute_hierarchy.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/conjgrad.c b/lib/neatogen/conjgrad.c index 853aebc6c..f6e41eb3c 100644 --- a/lib/neatogen/conjgrad.c +++ b/lib/neatogen/conjgrad.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/conjgrad.h b/lib/neatogen/conjgrad.h index 7f83ac9a0..c2327132b 100644 --- a/lib/neatogen/conjgrad.h +++ b/lib/neatogen/conjgrad.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/constrained_majorization.c b/lib/neatogen/constrained_majorization.c index 20822d031..39ae808fd 100644 --- a/lib/neatogen/constrained_majorization.c +++ b/lib/neatogen/constrained_majorization.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/constrained_majorization_ipsep.c b/lib/neatogen/constrained_majorization_ipsep.c index 0fce9ddd1..34b0b2250 100644 --- a/lib/neatogen/constrained_majorization_ipsep.c +++ b/lib/neatogen/constrained_majorization_ipsep.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /** * * Authors: diff --git a/lib/neatogen/constraint.c b/lib/neatogen/constraint.c index 9f585a9f6..e4fd24a87 100644 --- a/lib/neatogen/constraint.c +++ b/lib/neatogen/constraint.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/defs.h b/lib/neatogen/defs.h index 194fd5642..f49d96cc9 100644 --- a/lib/neatogen/defs.h +++ b/lib/neatogen/defs.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/delaunay.c b/lib/neatogen/delaunay.c index 8d722f8a2..8257026a0 100644 --- a/lib/neatogen/delaunay.c +++ b/lib/neatogen/delaunay.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/delaunay.h b/lib/neatogen/delaunay.h index 686b2122c..cf3e34b9d 100644 --- a/lib/neatogen/delaunay.h +++ b/lib/neatogen/delaunay.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/digcola.h b/lib/neatogen/digcola.h index e56857700..cae379596 100644 --- a/lib/neatogen/digcola.h +++ b/lib/neatogen/digcola.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/dijkstra.c b/lib/neatogen/dijkstra.c index a27d5a739..1b0dcdcab 100644 --- a/lib/neatogen/dijkstra.c +++ b/lib/neatogen/dijkstra.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/dijkstra.h b/lib/neatogen/dijkstra.h index 6aea491d5..50b5ac660 100644 --- a/lib/neatogen/dijkstra.h +++ b/lib/neatogen/dijkstra.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/edges.c b/lib/neatogen/edges.c index dc4512fb9..63c939e0e 100644 --- a/lib/neatogen/edges.c +++ b/lib/neatogen/edges.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/edges.h b/lib/neatogen/edges.h index 9412b4b24..ddda3f77f 100644 --- a/lib/neatogen/edges.h +++ b/lib/neatogen/edges.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/embed_graph.c b/lib/neatogen/embed_graph.c index d54efe1c2..9f9ac91e4 100644 --- a/lib/neatogen/embed_graph.c +++ b/lib/neatogen/embed_graph.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/embed_graph.h b/lib/neatogen/embed_graph.h index b1161bf92..3d46a78a5 100644 --- a/lib/neatogen/embed_graph.h +++ b/lib/neatogen/embed_graph.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/fPQ.h b/lib/neatogen/fPQ.h index 11fc50e2d..662d40d5a 100644 --- a/lib/neatogen/fPQ.h +++ b/lib/neatogen/fPQ.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/geometry.c b/lib/neatogen/geometry.c index 3f36e08da..3c851b927 100644 --- a/lib/neatogen/geometry.c +++ b/lib/neatogen/geometry.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/geometry.h b/lib/neatogen/geometry.h index 4fa0c5a25..217fb1c7e 100644 --- a/lib/neatogen/geometry.h +++ b/lib/neatogen/geometry.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/heap.c b/lib/neatogen/heap.c index feb92a63c..343ed52f2 100644 --- a/lib/neatogen/heap.c +++ b/lib/neatogen/heap.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/heap.h b/lib/neatogen/heap.h index 192203f6b..c3d4055c8 100644 --- a/lib/neatogen/heap.h +++ b/lib/neatogen/heap.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/hedges.c b/lib/neatogen/hedges.c index c61fc9e95..fcb32997e 100644 --- a/lib/neatogen/hedges.c +++ b/lib/neatogen/hedges.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/hedges.h b/lib/neatogen/hedges.h index 147a36f68..5c28d84e7 100644 --- a/lib/neatogen/hedges.h +++ b/lib/neatogen/hedges.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/info.c b/lib/neatogen/info.c index acabcf49f..a700f4dd4 100644 --- a/lib/neatogen/info.c +++ b/lib/neatogen/info.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/info.h b/lib/neatogen/info.h index 786c5b52a..d926fc6ea 100644 --- a/lib/neatogen/info.h +++ b/lib/neatogen/info.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/kkutils.c b/lib/neatogen/kkutils.c index 641247143..6e2ec32df 100644 --- a/lib/neatogen/kkutils.c +++ b/lib/neatogen/kkutils.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/kkutils.h b/lib/neatogen/kkutils.h index a4565ff2d..9f7854ed1 100644 --- a/lib/neatogen/kkutils.h +++ b/lib/neatogen/kkutils.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/legal.c b/lib/neatogen/legal.c index 1413b7364..22051ad00 100644 --- a/lib/neatogen/legal.c +++ b/lib/neatogen/legal.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/lu.c b/lib/neatogen/lu.c index 118cd8be1..b580790b5 100644 --- a/lib/neatogen/lu.c +++ b/lib/neatogen/lu.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/matinv.c b/lib/neatogen/matinv.c index 1efb712f8..49a39608a 100644 --- a/lib/neatogen/matinv.c +++ b/lib/neatogen/matinv.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/matrix_ops.c b/lib/neatogen/matrix_ops.c index 5cd8264fd..7fd102b51 100644 --- a/lib/neatogen/matrix_ops.c +++ b/lib/neatogen/matrix_ops.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/matrix_ops.h b/lib/neatogen/matrix_ops.h index 54d89d2c4..b566d14c9 100644 --- a/lib/neatogen/matrix_ops.h +++ b/lib/neatogen/matrix_ops.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/mem.h b/lib/neatogen/mem.h index 5177f3ff8..1ca8f7e47 100644 --- a/lib/neatogen/mem.h +++ b/lib/neatogen/mem.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/memory.c b/lib/neatogen/memory.c index ee54a2138..b2b91e5c5 100644 --- a/lib/neatogen/memory.c +++ b/lib/neatogen/memory.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/mosek_quad_solve.c b/lib/neatogen/mosek_quad_solve.c index 0ae8d5bb0..9df86eedd 100644 --- a/lib/neatogen/mosek_quad_solve.c +++ b/lib/neatogen/mosek_quad_solve.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /** * Authors: * Tim Dwyer diff --git a/lib/neatogen/mosek_quad_solve.h b/lib/neatogen/mosek_quad_solve.h index 93841b98e..8c04da814 100644 --- a/lib/neatogen/mosek_quad_solve.h +++ b/lib/neatogen/mosek_quad_solve.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /** * * Authors: diff --git a/lib/neatogen/multispline.c b/lib/neatogen/multispline.c index 8e01f0df9..6503b02c3 100644 --- a/lib/neatogen/multispline.c +++ b/lib/neatogen/multispline.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/multispline.h b/lib/neatogen/multispline.h index b19dfe58a..50255391a 100644 --- a/lib/neatogen/multispline.h +++ b/lib/neatogen/multispline.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/neato.h b/lib/neatogen/neato.h index 0c7e609f4..e46b12ba1 100644 --- a/lib/neatogen/neato.h +++ b/lib/neatogen/neato.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/neatoinit.c b/lib/neatogen/neatoinit.c index d9b1e18a7..30e145445 100644 --- a/lib/neatogen/neatoinit.c +++ b/lib/neatogen/neatoinit.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/neatoprocs.h b/lib/neatogen/neatoprocs.h index 6904c1e31..7541c7f39 100644 --- a/lib/neatogen/neatoprocs.h +++ b/lib/neatogen/neatoprocs.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/neatosplines.c b/lib/neatogen/neatosplines.c index 5f2c77d89..828213753 100644 --- a/lib/neatogen/neatosplines.c +++ b/lib/neatogen/neatosplines.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/opt_arrangement.c b/lib/neatogen/opt_arrangement.c index 656e29129..05cca518f 100644 --- a/lib/neatogen/opt_arrangement.c +++ b/lib/neatogen/opt_arrangement.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/overlap.c b/lib/neatogen/overlap.c index 398dcf03b..7886c70bb 100644 --- a/lib/neatogen/overlap.c +++ b/lib/neatogen/overlap.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/overlap.h b/lib/neatogen/overlap.h index 516021249..fec6c6ded 100644 --- a/lib/neatogen/overlap.h +++ b/lib/neatogen/overlap.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/pca.c b/lib/neatogen/pca.c index f983baf66..2acc7e6d5 100644 --- a/lib/neatogen/pca.c +++ b/lib/neatogen/pca.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/pca.h b/lib/neatogen/pca.h index 405f536e5..bc3c5b2b7 100644 --- a/lib/neatogen/pca.h +++ b/lib/neatogen/pca.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/poly.c b/lib/neatogen/poly.c index d8c16f1ef..6172bf282 100644 --- a/lib/neatogen/poly.c +++ b/lib/neatogen/poly.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/poly.h b/lib/neatogen/poly.h index dcc9a3def..73c3e4edd 100644 --- a/lib/neatogen/poly.h +++ b/lib/neatogen/poly.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/printvis.c b/lib/neatogen/printvis.c index d72d09267..9d49ee629 100644 --- a/lib/neatogen/printvis.c +++ b/lib/neatogen/printvis.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/quad_prog_solve.c b/lib/neatogen/quad_prog_solve.c index 39d287e09..c0c1bca52 100644 --- a/lib/neatogen/quad_prog_solve.c +++ b/lib/neatogen/quad_prog_solve.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/quad_prog_solver.h b/lib/neatogen/quad_prog_solver.h index 28897d3fe..0ab89e092 100644 --- a/lib/neatogen/quad_prog_solver.h +++ b/lib/neatogen/quad_prog_solver.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/quad_prog_vpsc.c b/lib/neatogen/quad_prog_vpsc.c index b2e15898a..f3a6fe9fe 100644 --- a/lib/neatogen/quad_prog_vpsc.c +++ b/lib/neatogen/quad_prog_vpsc.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /** * * Authors: diff --git a/lib/neatogen/quad_prog_vpsc.h b/lib/neatogen/quad_prog_vpsc.h index 3e89fde0e..9c5c32102 100644 --- a/lib/neatogen/quad_prog_vpsc.h +++ b/lib/neatogen/quad_prog_vpsc.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /** * Authors: * Tim Dwyer diff --git a/lib/neatogen/site.c b/lib/neatogen/site.c index 422c06d9e..36715bbff 100644 --- a/lib/neatogen/site.c +++ b/lib/neatogen/site.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/site.h b/lib/neatogen/site.h index 402602529..75591723f 100644 --- a/lib/neatogen/site.h +++ b/lib/neatogen/site.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/smart_ini_x.c b/lib/neatogen/smart_ini_x.c index 60adec26a..f59552f76 100644 --- a/lib/neatogen/smart_ini_x.c +++ b/lib/neatogen/smart_ini_x.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/solve.c b/lib/neatogen/solve.c index 19b129cda..a760fcd9f 100644 --- a/lib/neatogen/solve.c +++ b/lib/neatogen/solve.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/sparsegraph.h b/lib/neatogen/sparsegraph.h index c389d880e..fadb40c1b 100644 --- a/lib/neatogen/sparsegraph.h +++ b/lib/neatogen/sparsegraph.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/stress.c b/lib/neatogen/stress.c index 9f149c440..1d87f8174 100644 --- a/lib/neatogen/stress.c +++ b/lib/neatogen/stress.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/stress.h b/lib/neatogen/stress.h index 954c57f53..41602b7b6 100644 --- a/lib/neatogen/stress.h +++ b/lib/neatogen/stress.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/stuff.c b/lib/neatogen/stuff.c index 35bec9e86..311a1225c 100644 --- a/lib/neatogen/stuff.c +++ b/lib/neatogen/stuff.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/voronoi.c b/lib/neatogen/voronoi.c index 51f6bebb2..3d3f8e7f7 100644 --- a/lib/neatogen/voronoi.c +++ b/lib/neatogen/voronoi.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/neatogen/voronoi.h b/lib/neatogen/voronoi.h index f7f7100dd..f50c8a1ca 100644 --- a/lib/neatogen/voronoi.h +++ b/lib/neatogen/voronoi.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ortho/fPQ.c b/lib/ortho/fPQ.c index ff489ec9d..e7e04814a 100644 --- a/lib/ortho/fPQ.c +++ b/lib/ortho/fPQ.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ortho/fPQ.h b/lib/ortho/fPQ.h index 30382538f..9c079a148 100644 --- a/lib/ortho/fPQ.h +++ b/lib/ortho/fPQ.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ortho/maze.c b/lib/ortho/maze.c index cc2aeeecc..6d461a993 100644 --- a/lib/ortho/maze.c +++ b/lib/ortho/maze.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ortho/maze.h b/lib/ortho/maze.h index fdcda5e8b..1a50e973f 100644 --- a/lib/ortho/maze.h +++ b/lib/ortho/maze.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ortho/ortho.c b/lib/ortho/ortho.c index 4bb7f5dcf..53930253a 100644 --- a/lib/ortho/ortho.c +++ b/lib/ortho/ortho.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ortho/ortho.h b/lib/ortho/ortho.h index 6e0e7ca5d..7123849f2 100644 --- a/lib/ortho/ortho.h +++ b/lib/ortho/ortho.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ortho/partition.c b/lib/ortho/partition.c index fcf214fb4..65fb942e3 100644 --- a/lib/ortho/partition.c +++ b/lib/ortho/partition.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ortho/partition.h b/lib/ortho/partition.h index e43d89dc5..2cbcd204e 100644 --- a/lib/ortho/partition.h +++ b/lib/ortho/partition.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ortho/rawgraph.c b/lib/ortho/rawgraph.c index 78d335030..9cc2d81ef 100644 --- a/lib/ortho/rawgraph.c +++ b/lib/ortho/rawgraph.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ortho/rawgraph.h b/lib/ortho/rawgraph.h index 38ada5630..3da584cda 100644 --- a/lib/ortho/rawgraph.h +++ b/lib/ortho/rawgraph.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ortho/sgraph.c b/lib/ortho/sgraph.c index 83544b780..b4f7b0d31 100644 --- a/lib/ortho/sgraph.c +++ b/lib/ortho/sgraph.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ortho/sgraph.h b/lib/ortho/sgraph.h index 83247f917..4f20f7b25 100644 --- a/lib/ortho/sgraph.h +++ b/lib/ortho/sgraph.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ortho/structures.h b/lib/ortho/structures.h index b4c5b9fce..e3e0ea1a3 100644 --- a/lib/ortho/structures.h +++ b/lib/ortho/structures.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ortho/trap.h b/lib/ortho/trap.h index 3891f28ef..33c23c42f 100644 --- a/lib/ortho/trap.h +++ b/lib/ortho/trap.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/ortho/trapezoid.c b/lib/ortho/trapezoid.c index 3003a0e33..e54cbbe93 100644 --- a/lib/ortho/trapezoid.c +++ b/lib/ortho/trapezoid.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/osage/osage.h b/lib/osage/osage.h index 3eda2f78f..8bf442972 100644 --- a/lib/osage/osage.h +++ b/lib/osage/osage.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/osage/osageinit.c b/lib/osage/osageinit.c index 11c678a44..cadca6499 100644 --- a/lib/osage/osageinit.c +++ b/lib/osage/osageinit.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/pack/ccomps.c b/lib/pack/ccomps.c index 38a08d5bd..c70e0ead6 100644 --- a/lib/pack/ccomps.c +++ b/lib/pack/ccomps.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/pack/pack.c b/lib/pack/pack.c index cbc5582f3..baf4fe067 100644 --- a/lib/pack/pack.c +++ b/lib/pack/pack.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/pack/pack.h b/lib/pack/pack.h index 2e996cdad..35986cb70 100644 --- a/lib/pack/pack.h +++ b/lib/pack/pack.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/pack/ptest.c b/lib/pack/ptest.c index 16b942a54..98a87ea55 100644 --- a/lib/pack/ptest.c +++ b/lib/pack/ptest.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/patchwork/patchwork.c b/lib/patchwork/patchwork.c index 7cbee9522..6ac3a8ab6 100644 --- a/lib/patchwork/patchwork.c +++ b/lib/patchwork/patchwork.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/patchwork/patchwork.h b/lib/patchwork/patchwork.h index 08bad21e6..a908080e0 100644 --- a/lib/patchwork/patchwork.h +++ b/lib/patchwork/patchwork.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/patchwork/patchworkinit.c b/lib/patchwork/patchworkinit.c index 80e032f93..b01d20173 100644 --- a/lib/patchwork/patchworkinit.c +++ b/lib/patchwork/patchworkinit.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/patchwork/tree_map.c b/lib/patchwork/tree_map.c index 4e334c4d7..e498c59f6 100644 --- a/lib/patchwork/tree_map.c +++ b/lib/patchwork/tree_map.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/patchwork/tree_map.h b/lib/patchwork/tree_map.h index 48ffc6d8c..3659015f3 100644 --- a/lib/patchwork/tree_map.h +++ b/lib/patchwork/tree_map.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/pathplan/cvt.c b/lib/pathplan/cvt.c index 5c74f39df..efaee8585 100644 --- a/lib/pathplan/cvt.c +++ b/lib/pathplan/cvt.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/pathplan/inpoly.c b/lib/pathplan/inpoly.c index 2fd4e88cf..2e120c5f5 100644 --- a/lib/pathplan/inpoly.c +++ b/lib/pathplan/inpoly.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/pathplan/pathgeom.h b/lib/pathplan/pathgeom.h index 209bc1943..6d5eb4b29 100644 --- a/lib/pathplan/pathgeom.h +++ b/lib/pathplan/pathgeom.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/pathplan/pathplan.h b/lib/pathplan/pathplan.h index 004bc6796..afb868d22 100644 --- a/lib/pathplan/pathplan.h +++ b/lib/pathplan/pathplan.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/pathplan/pathutil.h b/lib/pathplan/pathutil.h index 1c167d7e6..4ed057343 100644 --- a/lib/pathplan/pathutil.h +++ b/lib/pathplan/pathutil.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/pathplan/route.c b/lib/pathplan/route.c index bef60bdd8..7641dd75c 100644 --- a/lib/pathplan/route.c +++ b/lib/pathplan/route.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/pathplan/shortest.c b/lib/pathplan/shortest.c index af14c1be8..174bdf001 100644 --- a/lib/pathplan/shortest.c +++ b/lib/pathplan/shortest.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/pathplan/shortestpth.c b/lib/pathplan/shortestpth.c index d9f4c7e69..04f52da24 100644 --- a/lib/pathplan/shortestpth.c +++ b/lib/pathplan/shortestpth.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/pathplan/solvers.c b/lib/pathplan/solvers.c index ab2319042..0a5be0260 100644 --- a/lib/pathplan/solvers.c +++ b/lib/pathplan/solvers.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/pathplan/solvers.h b/lib/pathplan/solvers.h index 2260a7140..1fff36dfd 100644 --- a/lib/pathplan/solvers.h +++ b/lib/pathplan/solvers.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/pathplan/tri.h b/lib/pathplan/tri.h index bef384770..b69e7a27c 100644 --- a/lib/pathplan/tri.h +++ b/lib/pathplan/tri.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/pathplan/triang.c b/lib/pathplan/triang.c index 23e0a2a53..1549e77b3 100644 --- a/lib/pathplan/triang.c +++ b/lib/pathplan/triang.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/pathplan/util.c b/lib/pathplan/util.c index 44497fb67..bb5a94a81 100644 --- a/lib/pathplan/util.c +++ b/lib/pathplan/util.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/pathplan/vis.h b/lib/pathplan/vis.h index 7058e13af..f13a72c12 100644 --- a/lib/pathplan/vis.h +++ b/lib/pathplan/vis.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/pathplan/visibility.c b/lib/pathplan/visibility.c index 42a7b7887..75bc54f3e 100644 --- a/lib/pathplan/visibility.c +++ b/lib/pathplan/visibility.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/pathplan/vispath.h b/lib/pathplan/vispath.h index 866d2e7aa..4a4a5be74 100644 --- a/lib/pathplan/vispath.h +++ b/lib/pathplan/vispath.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/rbtree/misc.c b/lib/rbtree/misc.c index e4d2632c9..df711b1ec 100644 --- a/lib/rbtree/misc.c +++ b/lib/rbtree/misc.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /********************************************************** * See the LICENSE file for copyright information. * **********************************************************/ diff --git a/lib/rbtree/red_black_tree.c b/lib/rbtree/red_black_tree.c index 9544112e0..3cd745856 100644 --- a/lib/rbtree/red_black_tree.c +++ b/lib/rbtree/red_black_tree.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /********************************************************** * See the LICENSE file for copyright information. * **********************************************************/ diff --git a/lib/rbtree/red_black_tree.h b/lib/rbtree/red_black_tree.h index c66fcbad8..d1181be07 100644 --- a/lib/rbtree/red_black_tree.h +++ b/lib/rbtree/red_black_tree.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /********************************************************** * See the LICENSE file for copyright infomation. * **********************************************************/ diff --git a/lib/rbtree/stack.c b/lib/rbtree/stack.c index c0a158615..3eb9db3c2 100644 --- a/lib/rbtree/stack.c +++ b/lib/rbtree/stack.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /********************************************************** * See the LICENSE file for copyright information. * **********************************************************/ diff --git a/lib/rbtree/stack.h b/lib/rbtree/stack.h index bdc27d909..062ed0a92 100644 --- a/lib/rbtree/stack.h +++ b/lib/rbtree/stack.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /********************************************************** * See the LICENSE file for copyright information. * **********************************************************/ diff --git a/lib/rbtree/test_red_black_tree.c b/lib/rbtree/test_red_black_tree.c index a816b062f..a8c6effe1 100644 --- a/lib/rbtree/test_red_black_tree.c +++ b/lib/rbtree/test_red_black_tree.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /********************************************************** * See the LICENSE file for copyright information. * **********************************************************/ diff --git a/lib/sfdpgen/Multilevel.c b/lib/sfdpgen/Multilevel.c index 511d427d3..32774dab1 100644 --- a/lib/sfdpgen/Multilevel.c +++ b/lib/sfdpgen/Multilevel.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfdpgen/Multilevel.h b/lib/sfdpgen/Multilevel.h index 5dcc9a51c..f6face397 100644 --- a/lib/sfdpgen/Multilevel.h +++ b/lib/sfdpgen/Multilevel.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfdpgen/PriorityQueue.c b/lib/sfdpgen/PriorityQueue.c index ab3b2fe06..bf8e636c9 100644 --- a/lib/sfdpgen/PriorityQueue.c +++ b/lib/sfdpgen/PriorityQueue.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfdpgen/post_process.c b/lib/sfdpgen/post_process.c index 8b39af5bc..2d5d9e84c 100644 --- a/lib/sfdpgen/post_process.c +++ b/lib/sfdpgen/post_process.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfdpgen/post_process.h b/lib/sfdpgen/post_process.h index 06afb71fa..7906425c7 100644 --- a/lib/sfdpgen/post_process.h +++ b/lib/sfdpgen/post_process.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfdpgen/sfdp.h b/lib/sfdpgen/sfdp.h index 7be65c6ec..8b9f1f8db 100644 --- a/lib/sfdpgen/sfdp.h +++ b/lib/sfdpgen/sfdp.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfdpgen/sfdpinit.c b/lib/sfdpgen/sfdpinit.c index b4318d8c8..c36f988e2 100644 --- a/lib/sfdpgen/sfdpinit.c +++ b/lib/sfdpgen/sfdpinit.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfdpgen/sfdpinternal.h b/lib/sfdpgen/sfdpinternal.h index 054ad3ce3..93c129257 100644 --- a/lib/sfdpgen/sfdpinternal.h +++ b/lib/sfdpgen/sfdpinternal.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfdpgen/sparse_solve.c b/lib/sfdpgen/sparse_solve.c index b48c1b88e..81ec06ee0 100644 --- a/lib/sfdpgen/sparse_solve.c +++ b/lib/sfdpgen/sparse_solve.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfdpgen/sparse_solve.h b/lib/sfdpgen/sparse_solve.h index 43174cd7f..cd4580bd2 100644 --- a/lib/sfdpgen/sparse_solve.h +++ b/lib/sfdpgen/sparse_solve.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfdpgen/spring_electrical.c b/lib/sfdpgen/spring_electrical.c index 8650499bd..63b3e1ed0 100644 --- a/lib/sfdpgen/spring_electrical.c +++ b/lib/sfdpgen/spring_electrical.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfdpgen/spring_electrical.h b/lib/sfdpgen/spring_electrical.h index 5f3cb8657..ac4a20ae8 100644 --- a/lib/sfdpgen/spring_electrical.h +++ b/lib/sfdpgen/spring_electrical.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfdpgen/uniform_stress.c b/lib/sfdpgen/uniform_stress.c index 1329836b8..2d0df1351 100644 --- a/lib/sfdpgen/uniform_stress.c +++ b/lib/sfdpgen/uniform_stress.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfdpgen/uniform_stress.h b/lib/sfdpgen/uniform_stress.h index 52d1a2def..2a4d510fc 100644 --- a/lib/sfdpgen/uniform_stress.h +++ b/lib/sfdpgen/uniform_stress.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/Sfio_f/_sffileno.c b/lib/sfio/Sfio_f/_sffileno.c index a86c20724..7e9276a6e 100644 --- a/lib/sfio/Sfio_f/_sffileno.c +++ b/lib/sfio/Sfio_f/_sffileno.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/Sfio_f/_sfgetc.c b/lib/sfio/Sfio_f/_sfgetc.c index 956884507..5ecb8b563 100644 --- a/lib/sfio/Sfio_f/_sfgetc.c +++ b/lib/sfio/Sfio_f/_sfgetc.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/Sfio_f/_sfputc.c b/lib/sfio/Sfio_f/_sfputc.c index b854cdb54..5bf53b749 100644 --- a/lib/sfio/Sfio_f/_sfputc.c +++ b/lib/sfio/Sfio_f/_sfputc.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/Sfio_f/_sfslen.c b/lib/sfio/Sfio_f/_sfslen.c index ed9a20be9..8f93cfa5e 100644 --- a/lib/sfio/Sfio_f/_sfslen.c +++ b/lib/sfio/Sfio_f/_sfslen.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sfclose.c b/lib/sfio/sfclose.c index 5e8de0d12..c9408834b 100644 --- a/lib/sfio/sfclose.c +++ b/lib/sfio/sfclose.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sfcvt.c b/lib/sfio/sfcvt.c index 7d6c4d246..be766aa8c 100644 --- a/lib/sfio/sfcvt.c +++ b/lib/sfio/sfcvt.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sfdisc.c b/lib/sfio/sfdisc.c index f9ecaf11d..6d1bb1f6e 100644 --- a/lib/sfio/sfdisc.c +++ b/lib/sfio/sfdisc.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sfexcept.c b/lib/sfio/sfexcept.c index 1c19378a0..967e296d4 100644 --- a/lib/sfio/sfexcept.c +++ b/lib/sfio/sfexcept.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sfexit.c b/lib/sfio/sfexit.c index cdc55460e..f9cfbaf52 100644 --- a/lib/sfio/sfexit.c +++ b/lib/sfio/sfexit.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sfextern.c b/lib/sfio/sfextern.c index 444801748..1582d6667 100644 --- a/lib/sfio/sfextern.c +++ b/lib/sfio/sfextern.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sffilbuf.c b/lib/sfio/sffilbuf.c index b1ff5386c..bf977f87d 100644 --- a/lib/sfio/sffilbuf.c +++ b/lib/sfio/sffilbuf.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sfflsbuf.c b/lib/sfio/sfflsbuf.c index a0fa470fd..bc04f3c92 100644 --- a/lib/sfio/sfflsbuf.c +++ b/lib/sfio/sfflsbuf.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sfhdr.h b/lib/sfio/sfhdr.h index a5b74b88b..a93eacc92 100644 --- a/lib/sfio/sfhdr.h +++ b/lib/sfio/sfhdr.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sfio.h b/lib/sfio/sfio.h index 3652e4bd4..75238495e 100644 --- a/lib/sfio/sfio.h +++ b/lib/sfio/sfio.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sfio_t.h b/lib/sfio/sfio_t.h index d7e82c2e0..61ceab12b 100644 --- a/lib/sfio/sfio_t.h +++ b/lib/sfio/sfio_t.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sfmode.c b/lib/sfio/sfmode.c index 10d1e40ff..8be94c38f 100644 --- a/lib/sfio/sfmode.c +++ b/lib/sfio/sfmode.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sfnew.c b/lib/sfio/sfnew.c index dfda1d7bc..2a756f729 100644 --- a/lib/sfio/sfnew.c +++ b/lib/sfio/sfnew.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sfnputc.c b/lib/sfio/sfnputc.c index 1b319f981..49895b548 100644 --- a/lib/sfio/sfnputc.c +++ b/lib/sfio/sfnputc.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sfopen.c b/lib/sfio/sfopen.c index e909ace19..ded560ac6 100644 --- a/lib/sfio/sfopen.c +++ b/lib/sfio/sfopen.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sfpkrd.c b/lib/sfio/sfpkrd.c index aa629a6c0..a2f441ca3 100644 --- a/lib/sfio/sfpkrd.c +++ b/lib/sfio/sfpkrd.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sfprintf.c b/lib/sfio/sfprintf.c index da2569da9..d986948ea 100644 --- a/lib/sfio/sfprintf.c +++ b/lib/sfio/sfprintf.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sfputr.c b/lib/sfio/sfputr.c index 9de00818b..106a38656 100644 --- a/lib/sfio/sfputr.c +++ b/lib/sfio/sfputr.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sfraise.c b/lib/sfio/sfraise.c index d8bfdb8c1..8ed48548a 100644 --- a/lib/sfio/sfraise.c +++ b/lib/sfio/sfraise.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sfrd.c b/lib/sfio/sfrd.c index e430bf86e..471424f50 100644 --- a/lib/sfio/sfrd.c +++ b/lib/sfio/sfrd.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sfread.c b/lib/sfio/sfread.c index afc5a3419..67f615935 100644 --- a/lib/sfio/sfread.c +++ b/lib/sfio/sfread.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sfresize.c b/lib/sfio/sfresize.c index 26b028df1..2950a9900 100644 --- a/lib/sfio/sfresize.c +++ b/lib/sfio/sfresize.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sfscanf.c b/lib/sfio/sfscanf.c index a7eee21cd..35fb0a923 100644 --- a/lib/sfio/sfscanf.c +++ b/lib/sfio/sfscanf.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sfseek.c b/lib/sfio/sfseek.c index 265353708..dc76cf99e 100644 --- a/lib/sfio/sfseek.c +++ b/lib/sfio/sfseek.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sfsetbuf.c b/lib/sfio/sfsetbuf.c index b9ab87e6a..dbfd4807e 100644 --- a/lib/sfio/sfsetbuf.c +++ b/lib/sfio/sfsetbuf.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sfsetfd.c b/lib/sfio/sfsetfd.c index b3d971e88..7d0fc68c5 100644 --- a/lib/sfio/sfsetfd.c +++ b/lib/sfio/sfsetfd.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sfsk.c b/lib/sfio/sfsk.c index 8646bdba4..2fc222748 100644 --- a/lib/sfio/sfsk.c +++ b/lib/sfio/sfsk.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sfstack.c b/lib/sfio/sfstack.c index 3ddf47640..af8af9d91 100644 --- a/lib/sfio/sfstack.c +++ b/lib/sfio/sfstack.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sfswap.c b/lib/sfio/sfswap.c index 8573f7544..73194dc66 100644 --- a/lib/sfio/sfswap.c +++ b/lib/sfio/sfswap.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sfsync.c b/lib/sfio/sfsync.c index 92cb45386..5e8262484 100644 --- a/lib/sfio/sfsync.c +++ b/lib/sfio/sfsync.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sftable.c b/lib/sfio/sftable.c index 14249708e..0b0b39b7e 100644 --- a/lib/sfio/sftable.c +++ b/lib/sfio/sftable.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sftmp.c b/lib/sfio/sftmp.c index 49d94bc1d..d6fa9b219 100644 --- a/lib/sfio/sftmp.c +++ b/lib/sfio/sftmp.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sfungetc.c b/lib/sfio/sfungetc.c index a70bf5c8e..5fa6b74f9 100644 --- a/lib/sfio/sfungetc.c +++ b/lib/sfio/sfungetc.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sfvprintf.c b/lib/sfio/sfvprintf.c index 16def3240..f4ae1e1f6 100644 --- a/lib/sfio/sfvprintf.c +++ b/lib/sfio/sfvprintf.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sfvscanf.c b/lib/sfio/sfvscanf.c index 5d88871a9..a15d70613 100644 --- a/lib/sfio/sfvscanf.c +++ b/lib/sfio/sfvscanf.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sfwr.c b/lib/sfio/sfwr.c index 7ab638a1b..37dad6133 100644 --- a/lib/sfio/sfwr.c +++ b/lib/sfio/sfwr.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sfio/sfwrite.c b/lib/sfio/sfwrite.c index 16aee02a0..1d57262cb 100644 --- a/lib/sfio/sfwrite.c +++ b/lib/sfio/sfwrite.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sparse/BinaryHeap.c b/lib/sparse/BinaryHeap.c index 6404530e8..8405ca414 100644 --- a/lib/sparse/BinaryHeap.c +++ b/lib/sparse/BinaryHeap.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sparse/BinaryHeap.h b/lib/sparse/BinaryHeap.h index 2b4dec1e3..765d2476a 100644 --- a/lib/sparse/BinaryHeap.h +++ b/lib/sparse/BinaryHeap.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sparse/DotIO.c b/lib/sparse/DotIO.c index 085317719..61cfe0e07 100644 --- a/lib/sparse/DotIO.c +++ b/lib/sparse/DotIO.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sparse/DotIO.h b/lib/sparse/DotIO.h index 440d57030..02b296bfd 100644 --- a/lib/sparse/DotIO.h +++ b/lib/sparse/DotIO.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sparse/IntStack.c b/lib/sparse/IntStack.c index 72ad3b2b4..d82930163 100644 --- a/lib/sparse/IntStack.c +++ b/lib/sparse/IntStack.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sparse/IntStack.h b/lib/sparse/IntStack.h index 6216891a2..a4f8e7d81 100644 --- a/lib/sparse/IntStack.h +++ b/lib/sparse/IntStack.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sparse/LinkedList.c b/lib/sparse/LinkedList.c index d9186bdc2..e542b900c 100644 --- a/lib/sparse/LinkedList.c +++ b/lib/sparse/LinkedList.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sparse/LinkedList.h b/lib/sparse/LinkedList.h index 873edf907..5608d9afe 100644 --- a/lib/sparse/LinkedList.h +++ b/lib/sparse/LinkedList.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sparse/QuadTree.c b/lib/sparse/QuadTree.c index 7b1e76177..b99974e6f 100644 --- a/lib/sparse/QuadTree.c +++ b/lib/sparse/QuadTree.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sparse/QuadTree.h b/lib/sparse/QuadTree.h index fc2dad33d..2c5678c6e 100644 --- a/lib/sparse/QuadTree.h +++ b/lib/sparse/QuadTree.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sparse/SparseMatrix.c b/lib/sparse/SparseMatrix.c index 798a77dbe..0f40fa422 100644 --- a/lib/sparse/SparseMatrix.c +++ b/lib/sparse/SparseMatrix.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sparse/SparseMatrix.h b/lib/sparse/SparseMatrix.h index 7a7f6353b..466e3a684 100644 --- a/lib/sparse/SparseMatrix.h +++ b/lib/sparse/SparseMatrix.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sparse/clustering.c b/lib/sparse/clustering.c index 5dd22e72e..b8f9ea340 100644 --- a/lib/sparse/clustering.c +++ b/lib/sparse/clustering.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sparse/clustering.h b/lib/sparse/clustering.h index 46f3f81b8..f934fc93c 100644 --- a/lib/sparse/clustering.h +++ b/lib/sparse/clustering.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sparse/color_palette.h b/lib/sparse/color_palette.h index 4f32e55d5..48afe6ef3 100644 --- a/lib/sparse/color_palette.h +++ b/lib/sparse/color_palette.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sparse/colorutil.c b/lib/sparse/colorutil.c index 97380042b..5789741ee 100644 --- a/lib/sparse/colorutil.c +++ b/lib/sparse/colorutil.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sparse/colorutil.h b/lib/sparse/colorutil.h index 897ebcf9a..73c69e199 100644 --- a/lib/sparse/colorutil.h +++ b/lib/sparse/colorutil.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sparse/general.c b/lib/sparse/general.c index 734071079..a31415cad 100644 --- a/lib/sparse/general.c +++ b/lib/sparse/general.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sparse/general.h b/lib/sparse/general.h index 5ca3918af..a6092ce2b 100644 --- a/lib/sparse/general.h +++ b/lib/sparse/general.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sparse/mq.c b/lib/sparse/mq.c index ad6378345..0826c7a98 100644 --- a/lib/sparse/mq.c +++ b/lib/sparse/mq.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/sparse/mq.h b/lib/sparse/mq.h index c0fa1d061..b04d75529 100644 --- a/lib/sparse/mq.h +++ b/lib/sparse/mq.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/spine/quad.c b/lib/spine/quad.c index 81d6c24c6..848fbc614 100644 --- a/lib/spine/quad.c +++ b/lib/spine/quad.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=4: */ - #include #include diff --git a/lib/spine/spine.c b/lib/spine/spine.c index 4bdab515b..9e79f0713 100644 --- a/lib/spine/spine.c +++ b/lib/spine/spine.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=4: */ - #include #include #include diff --git a/lib/spine/subset.c b/lib/spine/subset.c index fead121ac..282ab582d 100644 --- a/lib/spine/subset.c +++ b/lib/spine/subset.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=4 */ - #include #include #include diff --git a/lib/spine/union_find.c b/lib/spine/union_find.c index 6078295b4..72533394a 100644 --- a/lib/spine/union_find.c +++ b/lib/spine/union_find.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=4: */ - #include #include #include diff --git a/lib/topfish/hierarchy.c b/lib/topfish/hierarchy.c index cf916eeb3..e5375790b 100644 --- a/lib/topfish/hierarchy.c +++ b/lib/topfish/hierarchy.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/topfish/hierarchy.h b/lib/topfish/hierarchy.h index 0b0e4859e..b1e673951 100644 --- a/lib/topfish/hierarchy.h +++ b/lib/topfish/hierarchy.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/topfish/rescale_layout.c b/lib/topfish/rescale_layout.c index d9f111d5d..fe5165a68 100644 --- a/lib/topfish/rescale_layout.c +++ b/lib/topfish/rescale_layout.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/twopigen/circle.c b/lib/twopigen/circle.c index 4f8385301..dd032e468 100644 --- a/lib/twopigen/circle.c +++ b/lib/twopigen/circle.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/twopigen/circle.h b/lib/twopigen/circle.h index 92ac3ffa0..a90f6f61f 100644 --- a/lib/twopigen/circle.h +++ b/lib/twopigen/circle.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/twopigen/twopiinit.c b/lib/twopigen/twopiinit.c index 78ce8cda7..ef823dbc5 100644 --- a/lib/twopigen/twopiinit.c +++ b/lib/twopigen/twopiinit.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/xdot/xdot.c b/lib/xdot/xdot.c index 27fc600f2..b521086fe 100644 --- a/lib/xdot/xdot.c +++ b/lib/xdot/xdot.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/lib/xdot/xdot.h b/lib/xdot/xdot.h index 259e660d7..d881039ce 100644 --- a/lib/xdot/xdot.h +++ b/lib/xdot/xdot.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/macosx/GVApplicationDelegate.h b/macosx/GVApplicationDelegate.h index 3a575b51c..117159cee 100644 --- a/macosx/GVApplicationDelegate.h +++ b/macosx/GVApplicationDelegate.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/macosx/GVApplicationDelegate.m b/macosx/GVApplicationDelegate.m index 53286c7ab..d0afdc83d 100644 --- a/macosx/GVApplicationDelegate.m +++ b/macosx/GVApplicationDelegate.m @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/macosx/GVAttributeInspectorController.h b/macosx/GVAttributeInspectorController.h index 5cfc2de8c..e655507d9 100644 --- a/macosx/GVAttributeInspectorController.h +++ b/macosx/GVAttributeInspectorController.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/macosx/GVAttributeInspectorController.m b/macosx/GVAttributeInspectorController.m index bbe56b938..6b9497fa8 100644 --- a/macosx/GVAttributeInspectorController.m +++ b/macosx/GVAttributeInspectorController.m @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/macosx/GVAttributeSchema.h b/macosx/GVAttributeSchema.h index 74d450187..cfcc3e205 100644 --- a/macosx/GVAttributeSchema.h +++ b/macosx/GVAttributeSchema.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/macosx/GVAttributeSchema.m b/macosx/GVAttributeSchema.m index 63de3f30c..8b21a2dc9 100644 --- a/macosx/GVAttributeSchema.m +++ b/macosx/GVAttributeSchema.m @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/macosx/GVDocument.h b/macosx/GVDocument.h index 4e60f0021..6b4cd8f56 100644 --- a/macosx/GVDocument.h +++ b/macosx/GVDocument.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/macosx/GVDocument.m b/macosx/GVDocument.m index 8e0db38a4..45e5448ec 100644 --- a/macosx/GVDocument.m +++ b/macosx/GVDocument.m @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/macosx/GVExportViewController.h b/macosx/GVExportViewController.h index 4075ddb1f..20468effa 100644 --- a/macosx/GVExportViewController.h +++ b/macosx/GVExportViewController.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/macosx/GVExportViewController.m b/macosx/GVExportViewController.m index fe21aeaaf..3cb57c06c 100644 --- a/macosx/GVExportViewController.m +++ b/macosx/GVExportViewController.m @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/macosx/GVFileNotificationCenter.h b/macosx/GVFileNotificationCenter.h index 54ccdbc4c..713dbecea 100644 --- a/macosx/GVFileNotificationCenter.h +++ b/macosx/GVFileNotificationCenter.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/macosx/GVFileNotificationCenter.m b/macosx/GVFileNotificationCenter.m index d64468cbe..b638733ea 100644 --- a/macosx/GVFileNotificationCenter.m +++ b/macosx/GVFileNotificationCenter.m @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/macosx/GVGraphArguments.h b/macosx/GVGraphArguments.h index 6ddc5ffa8..e075ffe63 100644 --- a/macosx/GVGraphArguments.h +++ b/macosx/GVGraphArguments.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/macosx/GVGraphArguments.m b/macosx/GVGraphArguments.m index e2f01d059..4683a0a61 100644 --- a/macosx/GVGraphArguments.m +++ b/macosx/GVGraphArguments.m @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/macosx/GVGraphDefaultAttributes.h b/macosx/GVGraphDefaultAttributes.h index 789f9f42a..f10c18096 100644 --- a/macosx/GVGraphDefaultAttributes.h +++ b/macosx/GVGraphDefaultAttributes.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/macosx/GVGraphDefaultAttributes.m b/macosx/GVGraphDefaultAttributes.m index d38ca7cf9..e1ac98bc7 100644 --- a/macosx/GVGraphDefaultAttributes.m +++ b/macosx/GVGraphDefaultAttributes.m @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/macosx/GVWindowController.h b/macosx/GVWindowController.h index 08f1cbc08..c82357515 100644 --- a/macosx/GVWindowController.h +++ b/macosx/GVWindowController.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/macosx/GVWindowController.m b/macosx/GVWindowController.m index bfea0bec9..5090513d0 100644 --- a/macosx/GVWindowController.m +++ b/macosx/GVWindowController.m @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/macosx/GVZGraph.h b/macosx/GVZGraph.h index ece66e898..0394aeaf7 100644 --- a/macosx/GVZGraph.h +++ b/macosx/GVZGraph.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/macosx/GVZGraph.m b/macosx/GVZGraph.m index 217aa7653..0f59c8fb2 100644 --- a/macosx/GVZGraph.m +++ b/macosx/GVZGraph.m @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/macosx/graphviz_prefix.pch b/macosx/graphviz_prefix.pch index cc3daf707..85c700e4e 100644 --- a/macosx/graphviz_prefix.pch +++ b/macosx/graphviz_prefix.pch @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/macosx/main.m b/macosx/main.m index 2bc1acc4d..53bf5b52c 100644 --- a/macosx/main.m +++ b/macosx/main.m @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin.demo/xgtk/src/callbacks.c b/plugin.demo/xgtk/src/callbacks.c index d4bd0690f..fd68a22b8 100644 --- a/plugin.demo/xgtk/src/callbacks.c +++ b/plugin.demo/xgtk/src/callbacks.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin.demo/xgtk/src/gvdevice_xgtk.c b/plugin.demo/xgtk/src/gvdevice_xgtk.c index 77ef0be50..08fccfaa1 100644 --- a/plugin.demo/xgtk/src/gvdevice_xgtk.c +++ b/plugin.demo/xgtk/src/gvdevice_xgtk.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin.demo/xgtk/src/gvplugin_xgtk.c b/plugin.demo/xgtk/src/gvplugin_xgtk.c index 81e880bc5..1c3ddf28d 100644 --- a/plugin.demo/xgtk/src/gvplugin_xgtk.c +++ b/plugin.demo/xgtk/src/gvplugin_xgtk.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/core/gvloadimage_core.c b/plugin/core/gvloadimage_core.c index 13c1b91fa..ead8d6a52 100644 --- a/plugin/core/gvloadimage_core.c +++ b/plugin/core/gvloadimage_core.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/core/gvplugin_core.c b/plugin/core/gvplugin_core.c index 0df44f41d..73984fb35 100644 --- a/plugin/core/gvplugin_core.c +++ b/plugin/core/gvplugin_core.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/core/gvrender_core_dia.c b/plugin/core/gvrender_core_dia.c index a34439ca7..56b34f230 100644 --- a/plugin/core/gvrender_core_dia.c +++ b/plugin/core/gvrender_core_dia.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/core/gvrender_core_dot.c b/plugin/core/gvrender_core_dot.c index 240e38ea0..7e7327c7c 100644 --- a/plugin/core/gvrender_core_dot.c +++ b/plugin/core/gvrender_core_dot.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/core/gvrender_core_fig.c b/plugin/core/gvrender_core_fig.c index 71d91dd70..b68364cec 100644 --- a/plugin/core/gvrender_core_fig.c +++ b/plugin/core/gvrender_core_fig.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/core/gvrender_core_hpgl.c b/plugin/core/gvrender_core_hpgl.c index 81d1205f7..148204417 100644 --- a/plugin/core/gvrender_core_hpgl.c +++ b/plugin/core/gvrender_core_hpgl.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/core/gvrender_core_json.c b/plugin/core/gvrender_core_json.c index df25e8ea0..054489a6b 100644 --- a/plugin/core/gvrender_core_json.c +++ b/plugin/core/gvrender_core_json.c @@ -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 diff --git a/plugin/core/gvrender_core_map.c b/plugin/core/gvrender_core_map.c index d36489080..9bf0f285c 100644 --- a/plugin/core/gvrender_core_map.c +++ b/plugin/core/gvrender_core_map.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/core/gvrender_core_mif.c b/plugin/core/gvrender_core_mif.c index e13373ab8..5743d187d 100644 --- a/plugin/core/gvrender_core_mif.c +++ b/plugin/core/gvrender_core_mif.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/core/gvrender_core_mp.c b/plugin/core/gvrender_core_mp.c index 2d8c596f2..d8b12d359 100644 --- a/plugin/core/gvrender_core_mp.c +++ b/plugin/core/gvrender_core_mp.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/core/gvrender_core_pic.c b/plugin/core/gvrender_core_pic.c index 835d1dc53..2e1b31ab7 100644 --- a/plugin/core/gvrender_core_pic.c +++ b/plugin/core/gvrender_core_pic.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/core/gvrender_core_pov.c b/plugin/core/gvrender_core_pov.c index 57ffeb0b2..e08067104 100644 --- a/plugin/core/gvrender_core_pov.c +++ b/plugin/core/gvrender_core_pov.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=8 ts=8: */ - /********************************************************** * Copyright (c) 2011 Andy Jeutter * * AKA HallerHarry at gmx.de * diff --git a/plugin/core/gvrender_core_ps.c b/plugin/core/gvrender_core_ps.c index 429d82185..93e6e887e 100644 --- a/plugin/core/gvrender_core_ps.c +++ b/plugin/core/gvrender_core_ps.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/core/gvrender_core_svg.c b/plugin/core/gvrender_core_svg.c index 554baa1db..cbf4d85bb 100644 --- a/plugin/core/gvrender_core_svg.c +++ b/plugin/core/gvrender_core_svg.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/core/gvrender_core_tk.c b/plugin/core/gvrender_core_tk.c index c3a45488e..4f676a4c1 100644 --- a/plugin/core/gvrender_core_tk.c +++ b/plugin/core/gvrender_core_tk.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/core/gvrender_core_vml.c b/plugin/core/gvrender_core_vml.c index 906817676..cad845ef0 100644 --- a/plugin/core/gvrender_core_vml.c +++ b/plugin/core/gvrender_core_vml.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/core/gvrender_core_vtx.c b/plugin/core/gvrender_core_vtx.c index 06db34d9e..17b73a513 100644 --- a/plugin/core/gvrender_core_vtx.c +++ b/plugin/core/gvrender_core_vtx.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/devil/gvdevice_devil.c b/plugin/devil/gvdevice_devil.c index b2e733639..ca217bc1b 100644 --- a/plugin/devil/gvdevice_devil.c +++ b/plugin/devil/gvdevice_devil.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/devil/gvplugin_devil.c b/plugin/devil/gvplugin_devil.c index bc72f814a..fbe4d5ae7 100644 --- a/plugin/devil/gvplugin_devil.c +++ b/plugin/devil/gvplugin_devil.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/dot_layout/gvlayout_dot_layout.c b/plugin/dot_layout/gvlayout_dot_layout.c index 96e456cca..18e322efd 100644 --- a/plugin/dot_layout/gvlayout_dot_layout.c +++ b/plugin/dot_layout/gvlayout_dot_layout.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/dot_layout/gvplugin_dot_layout.c b/plugin/dot_layout/gvplugin_dot_layout.c index 1c5cc5201..759c66ec8 100644 --- a/plugin/dot_layout/gvplugin_dot_layout.c +++ b/plugin/dot_layout/gvplugin_dot_layout.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/gd/gvdevice_gd.c b/plugin/gd/gvdevice_gd.c index 68b8f18f8..069f5491b 100644 --- a/plugin/gd/gvdevice_gd.c +++ b/plugin/gd/gvdevice_gd.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/gd/gvloadimage_gd.c b/plugin/gd/gvloadimage_gd.c index ea03d9acf..5770f9e96 100644 --- a/plugin/gd/gvloadimage_gd.c +++ b/plugin/gd/gvloadimage_gd.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/gd/gvplugin_gd.c b/plugin/gd/gvplugin_gd.c index 6804d2996..2173bc402 100644 --- a/plugin/gd/gvplugin_gd.c +++ b/plugin/gd/gvplugin_gd.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/gd/gvrender_gd.c b/plugin/gd/gvrender_gd.c index b3fa04ee1..35fdb7951 100644 --- a/plugin/gd/gvrender_gd.c +++ b/plugin/gd/gvrender_gd.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/gd/gvrender_gd_vrml.c b/plugin/gd/gvrender_gd_vrml.c index 9edaa55c1..f8a92f4b6 100644 --- a/plugin/gd/gvrender_gd_vrml.c +++ b/plugin/gd/gvrender_gd_vrml.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/gd/gvtextlayout_gd.c b/plugin/gd/gvtextlayout_gd.c index 1a9652695..21a7506f4 100644 --- a/plugin/gd/gvtextlayout_gd.c +++ b/plugin/gd/gvtextlayout_gd.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/gdiplus/FileStream.cpp b/plugin/gdiplus/FileStream.cpp index 14e407d16..0421da934 100644 --- a/plugin/gdiplus/FileStream.cpp +++ b/plugin/gdiplus/FileStream.cpp @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/gdiplus/FileStream.h b/plugin/gdiplus/FileStream.h index 7186e1eb3..e13811e0d 100644 --- a/plugin/gdiplus/FileStream.h +++ b/plugin/gdiplus/FileStream.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/gdiplus/gvdevice_gdiplus.cpp b/plugin/gdiplus/gvdevice_gdiplus.cpp index 79dcbdafc..dcc25e46c 100644 --- a/plugin/gdiplus/gvdevice_gdiplus.cpp +++ b/plugin/gdiplus/gvdevice_gdiplus.cpp @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/gdiplus/gvloadimage_gdiplus.cpp b/plugin/gdiplus/gvloadimage_gdiplus.cpp index c0dc5f029..bac2d9efc 100644 --- a/plugin/gdiplus/gvloadimage_gdiplus.cpp +++ b/plugin/gdiplus/gvloadimage_gdiplus.cpp @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/gdiplus/gvplugin_gdiplus.cpp b/plugin/gdiplus/gvplugin_gdiplus.cpp index 498cc8704..f7d8ea322 100644 --- a/plugin/gdiplus/gvplugin_gdiplus.cpp +++ b/plugin/gdiplus/gvplugin_gdiplus.cpp @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/gdiplus/gvplugin_gdiplus.h b/plugin/gdiplus/gvplugin_gdiplus.h index e8173c1db..28f6f7802 100644 --- a/plugin/gdiplus/gvplugin_gdiplus.h +++ b/plugin/gdiplus/gvplugin_gdiplus.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/gdiplus/gvrender_gdiplus.cpp b/plugin/gdiplus/gvrender_gdiplus.cpp index ef101b10b..ae18cd57c 100644 --- a/plugin/gdiplus/gvrender_gdiplus.cpp +++ b/plugin/gdiplus/gvrender_gdiplus.cpp @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/gdiplus/gvtextlayout_gdiplus.cpp b/plugin/gdiplus/gvtextlayout_gdiplus.cpp index d56b91282..03953b412 100644 --- a/plugin/gdiplus/gvtextlayout_gdiplus.cpp +++ b/plugin/gdiplus/gvtextlayout_gdiplus.cpp @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/gdk/gvdevice_gdk.c b/plugin/gdk/gvdevice_gdk.c index ea77354bc..372460a00 100644 --- a/plugin/gdk/gvdevice_gdk.c +++ b/plugin/gdk/gvdevice_gdk.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/gdk/gvloadimage_gdk.c b/plugin/gdk/gvloadimage_gdk.c index cf6e71901..03dd3b421 100644 --- a/plugin/gdk/gvloadimage_gdk.c +++ b/plugin/gdk/gvloadimage_gdk.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/gdk/gvplugin_gdk.c b/plugin/gdk/gvplugin_gdk.c index 06808c854..d29fb2885 100644 --- a/plugin/gdk/gvplugin_gdk.c +++ b/plugin/gdk/gvplugin_gdk.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/glitz/gvdevice_glitz.c b/plugin/glitz/gvdevice_glitz.c index d7c96c6e8..fd912a33d 100644 --- a/plugin/glitz/gvdevice_glitz.c +++ b/plugin/glitz/gvdevice_glitz.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/glitz/gvplugin_glitz.c b/plugin/glitz/gvplugin_glitz.c index 00c047dad..9f2ad2da4 100644 --- a/plugin/glitz/gvplugin_glitz.c +++ b/plugin/glitz/gvplugin_glitz.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/gs/gvloadimage_gs.c b/plugin/gs/gvloadimage_gs.c index e94d87e1c..300493b61 100644 --- a/plugin/gs/gvloadimage_gs.c +++ b/plugin/gs/gvloadimage_gs.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/gs/gvplugin_gs.c b/plugin/gs/gvplugin_gs.c index 86a719856..2e976aae0 100644 --- a/plugin/gs/gvplugin_gs.c +++ b/plugin/gs/gvplugin_gs.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/gtk/callbacks.c b/plugin/gtk/callbacks.c index 047cf4d04..57fec3a76 100644 --- a/plugin/gtk/callbacks.c +++ b/plugin/gtk/callbacks.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/gtk/gvdevice_gtk.c b/plugin/gtk/gvdevice_gtk.c index eba5e8e97..c2b62d71f 100644 --- a/plugin/gtk/gvdevice_gtk.c +++ b/plugin/gtk/gvdevice_gtk.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/gtk/gvplugin_gtk.c b/plugin/gtk/gvplugin_gtk.c index 1ae2ef7c8..3cf8a1c19 100644 --- a/plugin/gtk/gvplugin_gtk.c +++ b/plugin/gtk/gvplugin_gtk.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/lasi/gvloadimage_lasi.c b/plugin/lasi/gvloadimage_lasi.c index 601ff7ebf..db644a3a1 100644 --- a/plugin/lasi/gvloadimage_lasi.c +++ b/plugin/lasi/gvloadimage_lasi.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/lasi/gvplugin_lasi.c b/plugin/lasi/gvplugin_lasi.c index 82e3867f5..58b117e78 100644 --- a/plugin/lasi/gvplugin_lasi.c +++ b/plugin/lasi/gvplugin_lasi.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/lasi/gvrender_lasi.cpp b/plugin/lasi/gvrender_lasi.cpp index e6ed83c79..b9c28ab91 100644 --- a/plugin/lasi/gvrender_lasi.cpp +++ b/plugin/lasi/gvrender_lasi.cpp @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/ming/gvplugin_ming.c b/plugin/ming/gvplugin_ming.c index 097efd783..8d2a563af 100644 --- a/plugin/ming/gvplugin_ming.c +++ b/plugin/ming/gvplugin_ming.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/ming/gvrender_ming.c b/plugin/ming/gvrender_ming.c index a88306407..c4bdad969 100644 --- a/plugin/ming/gvrender_ming.c +++ b/plugin/ming/gvrender_ming.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/neato_layout/gvlayout_neato_layout.c b/plugin/neato_layout/gvlayout_neato_layout.c index 156a4deea..d9304f705 100644 --- a/plugin/neato_layout/gvlayout_neato_layout.c +++ b/plugin/neato_layout/gvlayout_neato_layout.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/neato_layout/gvplugin_neato_layout.c b/plugin/neato_layout/gvplugin_neato_layout.c index e191b7a54..f24054241 100644 --- a/plugin/neato_layout/gvplugin_neato_layout.c +++ b/plugin/neato_layout/gvplugin_neato_layout.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/pango/gvgetfontlist.h b/plugin/pango/gvgetfontlist.h index d8dfe8689..fda93533c 100644 --- a/plugin/pango/gvgetfontlist.h +++ b/plugin/pango/gvgetfontlist.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/pango/gvgetfontlist_pango.c b/plugin/pango/gvgetfontlist_pango.c index bb73cbf3e..a194e42ea 100644 --- a/plugin/pango/gvgetfontlist_pango.c +++ b/plugin/pango/gvgetfontlist_pango.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/pango/gvloadimage_pango.c b/plugin/pango/gvloadimage_pango.c index 9714705f1..1ddbc3f18 100644 --- a/plugin/pango/gvloadimage_pango.c +++ b/plugin/pango/gvloadimage_pango.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/pango/gvplugin_pango.c b/plugin/pango/gvplugin_pango.c index 142642ee0..6ac171d7b 100644 --- a/plugin/pango/gvplugin_pango.c +++ b/plugin/pango/gvplugin_pango.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/pango/gvrender_pango.c b/plugin/pango/gvrender_pango.c index 31ec064ce..2edeb820c 100644 --- a/plugin/pango/gvrender_pango.c +++ b/plugin/pango/gvrender_pango.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/pango/gvtextlayout_pango.c b/plugin/pango/gvtextlayout_pango.c index bd0fa445e..47de23cd3 100644 --- a/plugin/pango/gvtextlayout_pango.c +++ b/plugin/pango/gvtextlayout_pango.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/poppler/gvloadimage_poppler.c b/plugin/poppler/gvloadimage_poppler.c index f13cf6cf8..7a6ef5d5e 100644 --- a/plugin/poppler/gvloadimage_poppler.c +++ b/plugin/poppler/gvloadimage_poppler.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/poppler/gvplugin_poppler.c b/plugin/poppler/gvplugin_poppler.c index d4bd6580c..f298d3dad 100644 --- a/plugin/poppler/gvplugin_poppler.c +++ b/plugin/poppler/gvplugin_poppler.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/quartz/GVTextLayout.h b/plugin/quartz/GVTextLayout.h index 4516811cf..6f1fc44bc 100644 --- a/plugin/quartz/GVTextLayout.h +++ b/plugin/quartz/GVTextLayout.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/quartz/GVTextLayout.m b/plugin/quartz/GVTextLayout.m index 5305827f0..184693357 100644 --- a/plugin/quartz/GVTextLayout.m +++ b/plugin/quartz/GVTextLayout.m @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/quartz/gvdevice_quartz.c b/plugin/quartz/gvdevice_quartz.c index beb30374d..346932c77 100644 --- a/plugin/quartz/gvdevice_quartz.c +++ b/plugin/quartz/gvdevice_quartz.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/quartz/gvloadimage_quartz.c b/plugin/quartz/gvloadimage_quartz.c index e79d4dfe5..1faf97141 100644 --- a/plugin/quartz/gvloadimage_quartz.c +++ b/plugin/quartz/gvloadimage_quartz.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/quartz/gvplugin_quartz.c b/plugin/quartz/gvplugin_quartz.c index 3bb1361bb..4e37b6f4b 100644 --- a/plugin/quartz/gvplugin_quartz.c +++ b/plugin/quartz/gvplugin_quartz.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/quartz/gvplugin_quartz.h b/plugin/quartz/gvplugin_quartz.h index 30fac8a59..5cebba997 100644 --- a/plugin/quartz/gvplugin_quartz.h +++ b/plugin/quartz/gvplugin_quartz.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/quartz/gvrender_quartz.c b/plugin/quartz/gvrender_quartz.c index 1b0893a2e..e6e6fa53a 100644 --- a/plugin/quartz/gvrender_quartz.c +++ b/plugin/quartz/gvrender_quartz.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/quartz/gvtextlayout_quartz.c b/plugin/quartz/gvtextlayout_quartz.c index 7b56daf45..8fc775cd8 100644 --- a/plugin/quartz/gvtextlayout_quartz.c +++ b/plugin/quartz/gvtextlayout_quartz.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/rsvg/gvloadimage_rsvg.c b/plugin/rsvg/gvloadimage_rsvg.c index f58d1509a..e449f17d1 100644 --- a/plugin/rsvg/gvloadimage_rsvg.c +++ b/plugin/rsvg/gvloadimage_rsvg.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/rsvg/gvplugin_rsvg.c b/plugin/rsvg/gvplugin_rsvg.c index 906bd8f91..9e78d37f9 100644 --- a/plugin/rsvg/gvplugin_rsvg.c +++ b/plugin/rsvg/gvplugin_rsvg.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/visio/VisioGraphic.cpp b/plugin/visio/VisioGraphic.cpp index e113135de..40c471243 100644 --- a/plugin/visio/VisioGraphic.cpp +++ b/plugin/visio/VisioGraphic.cpp @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/visio/VisioGraphic.h b/plugin/visio/VisioGraphic.h index 16a8ddf8e..b83a8227e 100644 --- a/plugin/visio/VisioGraphic.h +++ b/plugin/visio/VisioGraphic.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/visio/VisioRender.cpp b/plugin/visio/VisioRender.cpp index b2490b401..b7bf1e6cd 100644 --- a/plugin/visio/VisioRender.cpp +++ b/plugin/visio/VisioRender.cpp @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/visio/VisioRender.h b/plugin/visio/VisioRender.h index c1cea16a9..5351bc77b 100644 --- a/plugin/visio/VisioRender.h +++ b/plugin/visio/VisioRender.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/visio/VisioText.cpp b/plugin/visio/VisioText.cpp index 6482a8940..a700b3911 100644 --- a/plugin/visio/VisioText.cpp +++ b/plugin/visio/VisioText.cpp @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/visio/VisioText.h b/plugin/visio/VisioText.h index a04592a7f..638547b3a 100644 --- a/plugin/visio/VisioText.h +++ b/plugin/visio/VisioText.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/visio/gvplugin_visio.c b/plugin/visio/gvplugin_visio.c index 4a8d26532..f58f2690f 100644 --- a/plugin/visio/gvplugin_visio.c +++ b/plugin/visio/gvplugin_visio.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/visio/gvrender_visio_vdx.cpp b/plugin/visio/gvrender_visio_vdx.cpp index cd2a85ad6..8457ff228 100644 --- a/plugin/visio/gvrender_visio_vdx.cpp +++ b/plugin/visio/gvrender_visio_vdx.cpp @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/webp/gvdevice_webp.c b/plugin/webp/gvdevice_webp.c index d681aa1d3..1066cd70c 100644 --- a/plugin/webp/gvdevice_webp.c +++ b/plugin/webp/gvdevice_webp.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/webp/gvloadimage_webp.c b/plugin/webp/gvloadimage_webp.c index 56eb70c7b..a567b5e90 100644 --- a/plugin/webp/gvloadimage_webp.c +++ b/plugin/webp/gvloadimage_webp.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/webp/gvplugin_webp.c b/plugin/webp/gvplugin_webp.c index bd26a9df6..3b3ea115c 100644 --- a/plugin/webp/gvplugin_webp.c +++ b/plugin/webp/gvplugin_webp.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/xlib/gvdevice_xlib.c b/plugin/xlib/gvdevice_xlib.c index 3f6f03b04..f4e9d705f 100644 --- a/plugin/xlib/gvdevice_xlib.c +++ b/plugin/xlib/gvdevice_xlib.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/plugin/xlib/gvplugin_xlib.c b/plugin/xlib/gvplugin_xlib.c index c9541c9a7..91aacec98 100644 --- a/plugin/xlib/gvplugin_xlib.c +++ b/plugin/xlib/gvplugin_xlib.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/rtest/cdiff.c b/rtest/cdiff.c index 5d7b03038..d55ea27cc 100644 --- a/rtest/cdiff.c +++ b/rtest/cdiff.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/tclpkg/gdtclft/gdtclft.c b/tclpkg/gdtclft/gdtclft.c index cc3663099..baefbbd82 100644 --- a/tclpkg/gdtclft/gdtclft.c +++ b/tclpkg/gdtclft/gdtclft.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/tclpkg/gv/gv.cpp b/tclpkg/gv/gv.cpp index 9a4067ee8..ad3a22bb8 100644 --- a/tclpkg/gv/gv.cpp +++ b/tclpkg/gv/gv.cpp @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/tclpkg/gv/gv.i b/tclpkg/gv/gv.i index c2f449251..cd6539ee5 100644 --- a/tclpkg/gv/gv.i +++ b/tclpkg/gv/gv.i @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/tclpkg/gv/gv_builtins.c b/tclpkg/gv/gv_builtins.c index ffbe8b514..9c5746792 100644 --- a/tclpkg/gv/gv_builtins.c +++ b/tclpkg/gv/gv_builtins.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/tclpkg/gv/gv_java_init.c b/tclpkg/gv/gv_java_init.c index 82865b86c..54b4f2e46 100644 --- a/tclpkg/gv/gv_java_init.c +++ b/tclpkg/gv/gv_java_init.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/tclpkg/gv/gv_php_init.c b/tclpkg/gv/gv_php_init.c index 93e67dfd2..390eea9ab 100644 --- a/tclpkg/gv/gv_php_init.c +++ b/tclpkg/gv/gv_php_init.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/tclpkg/gv/gv_tcl_init.c b/tclpkg/gv/gv_tcl_init.c index bc505499a..84ff5843e 100644 --- a/tclpkg/gv/gv_tcl_init.c +++ b/tclpkg/gv/gv_tcl_init.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/tclpkg/tcldot/no_builtins.c b/tclpkg/tcldot/no_builtins.c index ffbe8b514..9c5746792 100644 --- a/tclpkg/tcldot/no_builtins.c +++ b/tclpkg/tcldot/no_builtins.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/tclpkg/tcldot/tcldot-edgecmd.c b/tclpkg/tcldot/tcldot-edgecmd.c index 03710d405..cace4dd81 100644 --- a/tclpkg/tcldot/tcldot-edgecmd.c +++ b/tclpkg/tcldot/tcldot-edgecmd.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/tclpkg/tcldot/tcldot-graphcmd.c b/tclpkg/tcldot/tcldot-graphcmd.c index d730084fa..b4b6511da 100644 --- a/tclpkg/tcldot/tcldot-graphcmd.c +++ b/tclpkg/tcldot/tcldot-graphcmd.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/tclpkg/tcldot/tcldot-id.c b/tclpkg/tcldot/tcldot-id.c index b4ed75033..6c5f600b3 100644 --- a/tclpkg/tcldot/tcldot-id.c +++ b/tclpkg/tcldot/tcldot-id.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/tclpkg/tcldot/tcldot-io.c b/tclpkg/tcldot/tcldot-io.c index 76706ea7a..18ab588f0 100644 --- a/tclpkg/tcldot/tcldot-io.c +++ b/tclpkg/tcldot/tcldot-io.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/tclpkg/tcldot/tcldot-nodecmd.c b/tclpkg/tcldot/tcldot-nodecmd.c index 69bab413f..b52e7875e 100644 --- a/tclpkg/tcldot/tcldot-nodecmd.c +++ b/tclpkg/tcldot/tcldot-nodecmd.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/tclpkg/tcldot/tcldot-util.c b/tclpkg/tcldot/tcldot-util.c index b04f5a845..f9d6de351 100644 --- a/tclpkg/tcldot/tcldot-util.c +++ b/tclpkg/tcldot/tcldot-util.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/tclpkg/tcldot/tcldot.c b/tclpkg/tcldot/tcldot.c index 252d0c9e6..24151b304 100644 --- a/tclpkg/tcldot/tcldot.c +++ b/tclpkg/tcldot/tcldot.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/tclpkg/tcldot/tcldot.h b/tclpkg/tcldot/tcldot.h index 284102815..0819ac884 100644 --- a/tclpkg/tcldot/tcldot.h +++ b/tclpkg/tcldot/tcldot.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/tclpkg/tcldot/tcldot_builtins.c b/tclpkg/tcldot/tcldot_builtins.c index ee441567f..ab71b0871 100644 --- a/tclpkg/tcldot/tcldot_builtins.c +++ b/tclpkg/tcldot/tcldot_builtins.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/tclpkg/tclhandle/tclhandle.c b/tclpkg/tclhandle/tclhandle.c index 612847999..ab1226e7f 100644 --- a/tclpkg/tclhandle/tclhandle.c +++ b/tclpkg/tclhandle/tclhandle.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/tclpkg/tclhandle/tclhandle.h b/tclpkg/tclhandle/tclhandle.h index 4b3db8d44..1e26bee80 100644 --- a/tclpkg/tclhandle/tclhandle.h +++ b/tclpkg/tclhandle/tclhandle.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/tclpkg/tclpathplan/find_ints.c b/tclpkg/tclpathplan/find_ints.c index 77f8ac6d3..4a0105672 100644 --- a/tclpkg/tclpathplan/find_ints.c +++ b/tclpkg/tclpathplan/find_ints.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/tclpkg/tclpathplan/intersect.c b/tclpkg/tclpathplan/intersect.c index f2995cdb3..6db78650a 100644 --- a/tclpkg/tclpathplan/intersect.c +++ b/tclpkg/tclpathplan/intersect.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/tclpkg/tclpathplan/makecw.c b/tclpkg/tclpathplan/makecw.c index a3a5eea30..8bb48052e 100644 --- a/tclpkg/tclpathplan/makecw.c +++ b/tclpkg/tclpathplan/makecw.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/tclpkg/tclpathplan/simple.h b/tclpkg/tclpathplan/simple.h index 0353efb8a..880c1532d 100644 --- a/tclpkg/tclpathplan/simple.h +++ b/tclpkg/tclpathplan/simple.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/tclpkg/tclpathplan/tclpathplan.c b/tclpkg/tclpathplan/tclpathplan.c index 7d4550e0f..17fbbd22c 100644 --- a/tclpkg/tclpathplan/tclpathplan.c +++ b/tclpkg/tclpathplan/tclpathplan.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/tclpkg/tclpathplan/wrapper.c b/tclpkg/tclpathplan/wrapper.c index 59b46da3f..a37d5aaa9 100644 --- a/tclpkg/tclpathplan/wrapper.c +++ b/tclpkg/tclpathplan/wrapper.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/tclpkg/tclstubs/tclInt.h b/tclpkg/tclstubs/tclInt.h index 1088ca4b3..59a60b9d9 100644 --- a/tclpkg/tclstubs/tclInt.h +++ b/tclpkg/tclstubs/tclInt.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/tclpkg/tclstubs/tclStubLib.c b/tclpkg/tclstubs/tclStubLib.c index d0e0bb70a..83572382f 100644 --- a/tclpkg/tclstubs/tclStubLib.c +++ b/tclpkg/tclstubs/tclStubLib.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/tclpkg/tkspline/dllEntry.c b/tclpkg/tkspline/dllEntry.c index 089f8ec26..493f9a5b4 100644 --- a/tclpkg/tkspline/dllEntry.c +++ b/tclpkg/tkspline/dllEntry.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/tclpkg/tkspline/tkspline.c b/tclpkg/tkspline/tkspline.c index 345f91b06..c45be7c76 100644 --- a/tclpkg/tkspline/tkspline.c +++ b/tclpkg/tkspline/tkspline.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/tclpkg/tkstubs/tkInt.h b/tclpkg/tkstubs/tkInt.h index 1088ca4b3..59a60b9d9 100644 --- a/tclpkg/tkstubs/tkInt.h +++ b/tclpkg/tkstubs/tkInt.h @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/tclpkg/tkstubs/tkStubImg.c b/tclpkg/tkstubs/tkStubImg.c index 02a5f3475..a178116cf 100644 --- a/tclpkg/tkstubs/tkStubImg.c +++ b/tclpkg/tkstubs/tkStubImg.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/tclpkg/tkstubs/tkStubLib.c b/tclpkg/tkstubs/tkStubLib.c index 6959d9633..593ce84df 100644 --- a/tclpkg/tkstubs/tkStubLib.c +++ b/tclpkg/tkstubs/tkStubLib.c @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/windows/AttributeInspectorForm.cs b/windows/AttributeInspectorForm.cs index 06d63ce59..451893bc2 100755 --- a/windows/AttributeInspectorForm.cs +++ b/windows/AttributeInspectorForm.cs @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/windows/ExternalPropertyTab.cs b/windows/ExternalPropertyTab.cs index 061a5012e..f0ae13e64 100755 --- a/windows/ExternalPropertyTab.cs +++ b/windows/ExternalPropertyTab.cs @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/windows/FormController.cs b/windows/FormController.cs index f72acbe38..c6185ef5a 100755 --- a/windows/FormController.cs +++ b/windows/FormController.cs @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/windows/Graph.cs b/windows/Graph.cs index b6a803243..44676a30a 100755 --- a/windows/Graph.cs +++ b/windows/Graph.cs @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/windows/GraphArguments.cs b/windows/GraphArguments.cs index 4db8e9c3e..32d6c4352 100755 --- a/windows/GraphArguments.cs +++ b/windows/GraphArguments.cs @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/windows/GraphDefaultAttributes.cs b/windows/GraphDefaultAttributes.cs index 4b075d071..2bef0aa6a 100755 --- a/windows/GraphDefaultAttributes.cs +++ b/windows/GraphDefaultAttributes.cs @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/windows/GraphForm.cs b/windows/GraphForm.cs index d0f02d4bd..3167491b7 100755 --- a/windows/GraphForm.cs +++ b/windows/GraphForm.cs @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/windows/GraphPropertyDescriptor.cs b/windows/GraphPropertyDescriptor.cs index fa477a209..ef95d59d5 100755 --- a/windows/GraphPropertyDescriptor.cs +++ b/windows/GraphPropertyDescriptor.cs @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/windows/PathWatcher.cs b/windows/PathWatcher.cs index 7c78a6490..432cc6846 100755 --- a/windows/PathWatcher.cs +++ b/windows/PathWatcher.cs @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/windows/Program.cs b/windows/Program.cs index af58a0859..aee53cf92 100755 --- a/windows/Program.cs +++ b/windows/Program.cs @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/windows/Properties/AssemblyInfo.cs.in b/windows/Properties/AssemblyInfo.cs.in index ba183c50b..4f1805542 100755 --- a/windows/Properties/AssemblyInfo.cs.in +++ b/windows/Properties/AssemblyInfo.cs.in @@ -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 diff --git a/windows/ScrollableImageControl.cs b/windows/ScrollableImageControl.cs index 5cdbb9de2..58a158e42 100755 --- a/windows/ScrollableImageControl.cs +++ b/windows/ScrollableImageControl.cs @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/windows/TileableImagePrinter.cs b/windows/TileableImagePrinter.cs index 786c6af92..857f7c8ad 100755 --- a/windows/TileableImagePrinter.cs +++ b/windows/TileableImagePrinter.cs @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials diff --git a/windows/UTF8Marshaler.cs b/windows/UTF8Marshaler.cs index 5793c1e7a..b206cfa7c 100755 --- a/windows/UTF8Marshaler.cs +++ b/windows/UTF8Marshaler.cs @@ -1,5 +1,3 @@ -/* vim:set shiftwidth=4 ts=8: */ - /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials -- 2.40.0