]> git.tdb.fi Git - libs/core.git/commitdiff
Add copyright notices and Id tags
authorMikko Rasa <tdb@tdb.fi>
Sat, 21 Apr 2007 14:41:09 +0000 (14:41 +0000)
committerMikko Rasa <tdb@tdb.fi>
Sat, 21 Apr 2007 14:41:09 +0000 (14:41 +0000)
25 files changed:
Build
jis.py
source/ascii.cpp
source/ascii.h
source/codec.cpp
source/codec.h
source/fmt.cpp
source/fmt.h
source/formatter.cpp
source/formatter.h
source/iso2022jp.cpp
source/iso2022jp.h
source/iso646fi.cpp
source/iso646fi.h
source/jisx0201.cpp
source/jisx0201.h
source/jisx0208.cpp
source/jisx0208.h
source/latin1.cpp
source/latin1.h
source/lexicalcast.h
source/utf8.cpp
source/utf8.h
source/utils.cpp
source/utils.h

diff --git a/Build b/Build
index 3c44f713ac9697541c2f7db09b121f16eb3512f4..3ad1eda961bd48fd41a27f35430440cbd1130b62 100644 (file)
--- a/Build
+++ b/Build
@@ -1,3 +1,5 @@
+// $Id$
+
 package "mspstrings"
 {
        require "mspmisc";
diff --git a/jis.py b/jis.py
index d28cd8094f51b6e28d7233777e8269a36dff560e..b167eb35072413321a2e720e0d4d9712b3d5aca0 100755 (executable)
--- a/jis.py
+++ b/jis.py
@@ -1,4 +1,5 @@
 #!/usr/bin/python
+# $Id$
 
 import sys
 import os
index 43f7053173a21e1ac5cc3b79bc3cdad3def303de..6ffaf9a1facf2a3a1b0eac6da90d3578aa482639 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspstrings
+Copyright © 2006-2007 Mikko Rasa
+Distributed under the LGPL
+*/
+
 #include "ascii.h"
 
 using namespace std;
index de4013d9c45b5c04c51aab6bc9a4ce767c718209..41af46bf4b6850b56221f7f8c8e6c60e4ff7b0e8 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspstrings
+Copyright © 2006-2007 Mikko Rasa
+Distributed under the LGPL
+*/
+
 #ifndef MSP_STRINGS_ASCII_H_
 #define MSP_STRINGS_ASCII_H_
 
index 38ef4ab932d3a3760038f0c6f0ec4bc3bf1626f8..ae15382a5882cb8b8b7962edc84f727ec6ea8a65 100644 (file)
@@ -1,3 +1,10 @@
+/* $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"
index 7acd88f89008e6e50b72333f4437172907dd7b55..1f012710f636f0acc208aff0bc87ab3edad8ab5e 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspstrings
+Copyright © 2006-2007 Mikko Rasa
+Distributed under the LGPL
+*/
+
 #ifndef MSP_STRINGS_CODEC_H_
 #define MSP_STRINGS_CODEC_H_
 
index b476c36f6c2def97ec4093e7259ec52d1cad48bc..05f9be5a2decaaa558a5ba30c61b806d41eb5639 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspstrings
+Copyright © 2006-2007 Mikko Rasa
+Distributed under the LGPL
+*/
+
 #include <msp/error.h>
 #include "fmt.h"
 
index 2317ae4b848a4c451eeebc62cbc9f61ee810f4e5..c4b46b5e3d86f599853c964ca02e5eb073e0e32d 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspstrings
+Copyright © 2006-2007 Mikko Rasa
+Distributed under the LGPL
+*/
+
 #ifndef MSP_STRINGS_FMT_H_
 #define MSP_STRINGS_FMT_H_
 
index 8db3f4d56ebdc5b0e9af459f9a19006290e90043..c7b24a504fcfe377b74210a78016e0d7cf2a8fb0 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspstrings
+Copyright © 2006-2007 Mikko Rasa
+Distributed under the LGPL
+*/
+
 #include "formatter.h"
 
 using namespace std;
index 02cd470c6563787bfa32ca5656086509c4859f48..521dd559237bcc76943d0858a18315abed69ce85 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspstrings
+Copyright © 2006-2007 Mikko Rasa
+Distributed under the LGPL
+*/
+
 #ifndef MSP_STRINGS_FORMATTER_H_
 #define MSP_STRINGS_FORMATTER_H_
 
index 5a51a648b3e9e5012154aa6195ebda2cb95412b1..de56552ddac8b4515e9b184b37a48ff9a0643038 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspstrings
+Copyright © 2006-2007 Mikko Rasa
+Distributed under the LGPL
+*/
+
 #include "ascii.h"
 #include "iso2022jp.h"
 #include "jisx0201.h"
index 82803b67e61446de3950575027d1a8c29232e6d4..fa8454aeceeedb0e888656b7189e429a5b471e71 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspstrings
+Copyright © 2006-2007 Mikko Rasa
+Distributed under the LGPL
+*/
+
 #ifndef MSP_STRINGS_ISO2022JP_H_
 #define MSP_STRINGS_ISO2022JP_H_
 
index 171c0a0a82780c1642d46c90e8d2b7b466bb68c2..1874ded8cf9eefd309f6c62fbf1a0ce0ae3bed2b 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspstrings
+Copyright © 2006-2007 Mikko Rasa
+Distributed under the LGPL
+*/
+
 #include "iso646fi.h"
 
 using namespace std;
index 1f0df917af6ea0d8d46478f84744cd29716c3799..5299054ee4a50e9afce30ce24827b6ecd4e80967 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspstrings
+Copyright © 2006-2007 Mikko Rasa
+Distributed under the LGPL
+*/
+
 #ifndef MSP_STRINGS_ISO646FI_H_
 #define MSP_STRINGS_ISO646FI_H_
 
index 65abff25e8f35125cc297c12f9a235a7c239d077..49f8b00240463af63b761220df1460c8c079270c 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspstrings
+Copyright © 2006-2007 Mikko Rasa
+Distributed under the LGPL
+*/
+
 #include "jisx0201.h"
 
 using namespace std;
index bf513f771c9cae822d6ba915ea8a834b90437bfd..8cc1e22c451f675fd5592d579f585f1e6b1506b6 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspstrings
+Copyright © 2006-2007 Mikko Rasa
+Distributed under the LGPL
+*/
+
 #ifndef MSP_STRINGS_JISX201_H_
 #define MSP_STRINGS_JISX201_H_
 
index e24673bf4cff30548cad58f4734e1dcbbfe3d574..1e5aec7db0bbafb63f06c55c961e5b2648acb69f 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspstrings
+Copyright © 2006-2007 Mikko Rasa
+Distributed under the LGPL
+*/
+
 #include "jisx0208.h"
 
 #include "jisx0208.table"
index 12dc2c0526a9e94a2e74e1a19edca1980e4445a2..4e3175066ac4fa097d71f8c572435c3f805b89bb 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspstrings
+Copyright © 2006-2007 Mikko Rasa
+Distributed under the LGPL
+*/
+
 #ifndef MSP_STRINGS_JISX0208_H_
 #define MSP_STRINGS_JISX0208_H_
 
index 319429f683103d671e73db0f0f34918c5ef32422..fcff15f036c55f2e91b85fb23c42d0df52b16bd6 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspstrings
+Copyright © 2006-2007 Mikko Rasa
+Distributed under the LGPL
+*/
+
 #include "latin1.h"
 
 using namespace std;
index 12d880cdc0926b6231c21ea1513f875d882fa375..1dc52e3fc3781ce59911d26ea08408cd61227ee4 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspstrings
+Copyright © 2006-2007 Mikko Rasa
+Distributed under the LGPL
+*/
+
 #ifndef MSP_STRINGS_LATIN1_H_
 #define MSP_STRINGS_LATIN1_H_
 
index b1e9db89b622361b2cd9798e6830c8de8daf3b39..776eaab351561a1d0d2b8af704e95bfff9df3337 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspstrings
+Copyright © 2006-2007 Mikko Rasa
+Distributed under the LGPL
+*/
+
 #ifndef MSP_STRINGS_LEXICALCAST_H_
 #define MSP_STRINGS_LEXICALCAST_H_
 
index 030406d3abcfc84dc32fd3d73a8812746d36d41d..ce3b984edcf7c8062d6a9db6643be9c20c5557e8 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspstrings
+Copyright © 2006-2007 Mikko Rasa
+Distributed under the LGPL
+*/
+
 #include "utf8.h"
 
 using namespace std;
index 40b4fb88ea41eb54cd7ca12ac6c32171027b5a79..94569eef9542f551ff8f821c5b6d079aa3f36325 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspstrings
+Copyright © 2006-2007 Mikko Rasa
+Distributed under the LGPL
+*/
+
 #ifndef MSP_STRINGS_UTF8_H_
 #define MSP_STRINGS_UTF8_H_
 
index 0ed3fc11ef1e13c5a38fe180daf5306261b3bc46..1feb08659bff1a54d0360ca196287af04919821b 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspstrings
+Copyright © 2006-2007 Mikko Rasa
+Distributed under the LGPL
+*/
+
 #include <list>
 #include "utils.h"
 
index 1823f667c7914e863b7c08426fa572ec884bee2d..39b330bc9eaed20915de6cc70f8d2fdd52bc0fc5 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of libmspstrings
+Copyright © 2006-2007 Mikko Rasa
+Distributed under the LGPL
+*/
+
 #ifndef MSP_STRINGS_UTILS_H_
 #define MSP_STRINGS_UTILS_H_