From 7563bb650aa11207a7c128ba44468cf5ad2897c7 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Wed, 27 Jul 2011 11:37:36 +0300 Subject: [PATCH] Remove Id tags and copyright notices from source files --- source/fs/dir.cpp | 7 ------- source/fs/dir.h | 7 ------- source/fs/path.cpp | 7 ------- source/fs/path.h | 7 ------- source/fs/stat.cpp | 7 ------- source/fs/stat.h | 7 ------- source/fs/utils.cpp | 7 ------- source/fs/utils.h | 7 ------- 8 files changed, 56 deletions(-) diff --git a/source/fs/dir.cpp b/source/fs/dir.cpp index ad2e013..bc7a8fe 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 diff --git a/source/fs/dir.h b/source/fs/dir.h index 53228cc..5544a31 100644 --- a/source/fs/dir.h +++ b/source/fs/dir.h @@ -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_ diff --git a/source/fs/path.cpp b/source/fs/path.cpp index e514d36..f742b11 100644 --- a/source/fs/path.cpp +++ b/source/fs/path.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 "path.h" diff --git a/source/fs/path.h b/source/fs/path.h index e560d3f..749578a 100644 --- a/source/fs/path.h +++ b/source/fs/path.h @@ -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_ diff --git a/source/fs/stat.cpp b/source/fs/stat.cpp index 1dc46db..867256e 100644 --- a/source/fs/stat.cpp +++ b/source/fs/stat.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspfs -Copyright © 2006-2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #ifdef WIN32 #include diff --git a/source/fs/stat.h b/source/fs/stat.h index 55a1fec..e6b2002 100644 --- a/source/fs/stat.h +++ b/source/fs/stat.h @@ -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_ diff --git a/source/fs/utils.cpp b/source/fs/utils.cpp index 694a8f1..0c29a53 100644 --- a/source/fs/utils.cpp +++ b/source/fs/utils.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 diff --git a/source/fs/utils.h b/source/fs/utils.h index 6a4c55a..f345ba7 100644 --- a/source/fs/utils.h +++ b/source/fs/utils.h @@ -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_ -- 2.43.0