]> git.tdb.fi Git - libs/core.git/blobdiff - source/stringcodec/codec.cpp
Rename namespace Codecs to StringCodec
[libs/core.git] / source / stringcodec / codec.cpp
index 0014847a67cebd30a12585980f466cdf7e5ea98c..ed54ac938b33e6fbf12e763dccd615706696468a 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2006-2007 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #include "ascii.h"
 #include "codec.h"
 #include "iso2022jp.h"
@@ -19,7 +12,7 @@ Distributed under the LGPL
 using namespace std;
 
 namespace Msp {
-namespace Codecs {
+namespace StringCodec {
 
 bool Codec::detect(const string &str) const
 {
@@ -173,5 +166,5 @@ Codec *detect_codec(const string &str)
                return new Windows1252;
 }
 
-} // namespace Codecs
+} // namespace StringCodec
 } // namespace Msp