X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffs%2Fdir.cpp;h=08328548440ae6a18fdf8668d7db2aaeda182c87;hb=d16185720fa344263367dbd50c61bfc8183d99a4;hp=ad2e013085024fbbcfaf54d3cf154f0a256711a2;hpb=af94bc926e301e9b871dc18662b4fa6e5614fdbf;p=libs%2Fcore.git diff --git a/source/fs/dir.cpp b/source/fs/dir.cpp index ad2e013..0832854 100644 --- a/source/fs/dir.cpp +++ b/source/fs/dir.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspfs -Copyright © 2006-2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include @@ -28,10 +21,8 @@ namespace FS { namespace { -/** -Helper function to determine the location of the program's executable. Caches -the last result to cut down filesystem access with repeated calls. -*/ +/** Helper function to determine the location of the program's executable. +Caches the last result to cut down filesystem access with repeated calls. */ const Path &get_bin_dir(const string &argv0) { static string last_argv0;