X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=tool%2Ftool.cpp;h=4e6608766a8e7cbacb47900e337ba0c80436e6f6;hb=818ead7b6ccef1e4d2435cc959bc07f910fcde46;hp=02fba07fa022cd758722fa81e4e4ec78caf50d1c;hpb=cbd0ddd6ee033e46646bfb85d19232c816ea1eda;p=libs%2Fdatafile.git diff --git a/tool/tool.cpp b/tool/tool.cpp index 02fba07..4e66087 100644 --- a/tool/tool.cpp +++ b/tool/tool.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include @@ -83,5 +76,3 @@ int DataTool::main() return 0; } - -Application::RegApp DataTool::reg;