X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmisc.h;h=692ad6f4f3f3f3e7a59565301dd95e20620587cb;hb=762be94b71b647a18ef7d6e328280023de732aa8;hp=0fc0e32dd4c642e0fac0e59f2b2d7ec82ed194c6;hpb=57bdb055acb0453c75b22cb64f35cc0e817a2827;p=builder.git diff --git a/source/misc.h b/source/misc.h index 0fc0e32..692ad6f 100644 --- a/source/misc.h +++ b/source/misc.h @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef MISC_H_ #define MISC_H_ @@ -14,7 +21,7 @@ enum LibMode }; typedef std::list StringList; -typedef std::list PathList; +typedef std::list PathList; typedef std::map StringMap; std::string run_command(const StringList &);