]> git.tdb.fi Git - libs/core.git/blobdiff - source/fs/dir.cpp
Comment changes
[libs/core.git] / source / fs / dir.cpp
index ad2e013085024fbbcfaf54d3cf154f0a256711a2..08328548440ae6a18fdf8668d7db2aaeda182c87 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspfs
-Copyright © 2006-2008  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <cstdlib>
 #include <cerrno>
 #include <dirent.h>
@@ -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;