]> git.tdb.fi Git - libs/core.git/commitdiff
Remove Id tags and copyright notices from source files
authorMikko Rasa <tdb@tdb.fi>
Wed, 27 Jul 2011 08:37:36 +0000 (11:37 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 27 Jul 2011 08:37:36 +0000 (11:37 +0300)
source/fs/dir.cpp
source/fs/dir.h
source/fs/path.cpp
source/fs/path.h
source/fs/stat.cpp
source/fs/stat.h
source/fs/utils.cpp
source/fs/utils.h

index ad2e013085024fbbcfaf54d3cf154f0a256711a2..bc7a8fec1b7fd9374c51dfa69165637341aad758 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>
index 53228ccd760ce233d235fbef7b13b4b965c5c28b..5544a3179b912e9d7f14a4687095aaeabd7a547d 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspfs
-Copyright © 2006-2008  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_FS_DIR_H_
 #define MSP_FS_DIR_H_
 
index e514d36bfe490f5a4349f9a46946847221caa5f5..f742b11241aeb280e46322793b68ebbb37fa6aea 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 <msp/core/except.h>
 #include <msp/strings/utils.h>
 #include "path.h"
index e560d3f96c4b3e1ae5b718f5d4a724e4fc8a57c2..749578a8797cf519695d0e9b321819987aa76521 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspfs
-Copyright © 2006-2008  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_FS_PATH_H_
 #define MSP_FS_PATH_H_
 
index 1dc46db78289dce316ffb36bee60b3a9539066e2..867256e6d8e2d404f6e32e298027730ead262a08 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 <cerrno>
 #ifdef WIN32
 #include <io.h>
index 55a1fec51b575f50b0208878a4e066a20383c98f..e6b20022b43338d97fd0485c2ac07686247df51c 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspfs
-Copyright © 2006-2008  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_FS_STAT_H_
 #define MSP_FS_STAT_H_
 
index 694a8f12a6c6c67b4f77dd89e0e9a8168d1fcf1e..0c29a5306cf591d7f10abf053c65651804f6a942 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 <cerrno>
 #include <cstdio>
 #include <msp/core/except.h>
index 6a4c55add16f7ec305d40341d7f65fe48d65710b..f345ba7e7f3266a2bba26c298821129ae49a8635 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspfs
-Copyright © 2006-2008  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_FS_UTILS_H_
 #define MSP_FS_UTILS_H_