]> git.tdb.fi Git - libs/core.git/commitdiff
Drop copyright and license notices from files
authorMikko Rasa <tdb@tdb.fi>
Thu, 9 Jun 2011 12:04:21 +0000 (15:04 +0300)
committerMikko Rasa <tdb@tdb.fi>
Thu, 9 Jun 2011 12:04:21 +0000 (15:04 +0300)
27 files changed:
source/base.cpp
source/base.h
source/buffered.cpp
source/buffered.h
source/console.cpp
source/console.h
source/eventdispatcher.cpp
source/eventdispatcher.h
source/except.h
source/file.cpp
source/file.h
source/filtered.h
source/memory.cpp
source/memory.h
source/mode.h
source/pipe.cpp
source/pipe.h
source/poll.cpp
source/poll.h
source/print.h
source/seek.cpp
source/seek.h
source/serial.cpp
source/serial.h
source/types.h
source/utils.cpp
source/utils.h

index 3c9923dd504a728dc1a2f17c2887ff32cc911553..a740433a83a7ff51deb09d70cefec793c67b073e 100644 (file)
@@ -1,9 +1,3 @@
-/* $Id$
-
-This file is part of libmspio
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
 #include "base.h"
 #include "poll.h"
 
index c4d4ed94ba66f7f7e8eb14516104a589f3371cd7..584c14ec2445379fc5538a15217d326ef9588415 100644 (file)
@@ -1,9 +1,3 @@
-/* $Id$
-
-This file is part of libmspio
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
 #ifndef MSP_IO_BASE_H_
 #define MSP_IO_BASE_H_
 
index b8a2dbee7255628fa899c691cac3b041e94f164a..e36aef460dd8e163cadb6aec006b235e3fd0f8c9 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspio
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <cstring>
 #include "buffered.h"
 #include "except.h"
index 8d52d1dc9983276d434dfa208037716bf08190c0..9142a47e60f776e8f5a678bb2cb643b3101831d7 100644 (file)
@@ -1,9 +1,3 @@
-/* $Id$
-
-This file is part of libmspio
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
 #ifndef MSP_IO_BUFFERED_H_
 #define MSP_IO_BUFFERED_H_
 
index e860436bc4ea6c8b7150b5634ebb805c5a390010..fed47bef04c25445b215aa857ca28433ea9251aa 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspio
-Copyright © 2008  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef WIN32
 #include <errno.h>
 #include <fcntl.h>
index d12697f6e66d54579955d35b21bdad66dd254070..2d425c805f2c040ddc5991c452fcdf046190accf 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspio
-Copyright © 2008  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_IO_CONSOLE_H_
 #define MSP_IO_CONSOLE_H_
 
index 02330ec11fd7db97e7025703b57b246380daab5f..06a594f76d397165789940184f7c1a8d0ab65771 100644 (file)
@@ -1,9 +1,3 @@
-/* $Id$
-
-This file is part of libmspio
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
 #include <msp/time/units.h>
 #include "base.h"
 #include "eventdispatcher.h"
index 8142b080e2bec9140ddccc1be51ba5f70222fc7c..dca659274f5cc3cdc6c1f48f003399f814290f25 100644 (file)
@@ -1,9 +1,3 @@
-/* $Id$
-
-This file is part of libmspio
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
 #ifndef EVENTDISPATCHER_H_
 #define EVENTDISPATCHER_H_
 
index b277b8df15b344a80cd03ec70280a0d93a3fd415..5770f642bacdb5e7d40ce7f794f407dab45d449f 100644 (file)
@@ -1,9 +1,3 @@
-/* $Id$
-
-This file is part of libmspio
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
 #ifndef MSP_IO_EXCEPT_H_
 #define MSP_IO_EXCEPT_H_
 
index 0b153cf44b08460a42338decd2918faccb9f166e..8182e4a6c70814b41b5e49c1ace92e18e1ad734d 100644 (file)
@@ -1,9 +1,3 @@
-/* $Id$
-
-This file is part of libmspio
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
 #ifndef WIN32
 #include <errno.h>
 #include <fcntl.h>
index 16f2dcbe4b5490da384006982f56be6dbc728065..6353a4626c5461036ffd4a935d15b12b0efbffbc 100644 (file)
@@ -1,9 +1,3 @@
-/* $Id$
-
-This file is part of libmspio
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
 #ifndef MSP_IO_FILE_H_
 #define MSP_IO_FILE_H_
 
index ff8577acb77386bae2f438e89bd84ee98b06b124..98cda4740a1700c3e41903156fce1de3c088f9b2 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspio
-Copyright © 2008  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_IO_FILTERED_H_
 #define MSP_IO_FILTERED_H_
 
index 80dde272625a25ed2a7b644460e7f576c853f7aa..13a6606b8e9a6623dd3ae70ec3e574abfaab4574 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspio
-Copyright © 2009 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <algorithm>
 #include <cstring>
 #include "except.h"
index 7ff531625bfa2313a1527af76949adc0b364ef13..80f884e431668a06837885982c3fc42942dc7d59 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspio
-Copyright © 2009 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_IO_MEMORY_H_
 #define MSP_IO_MEMORY_H_
 
index d807e5f7b7a865eaad8017c165284c816f6bd49c..5e103f278907be65a1f7f91da38ac34c5d113301 100644 (file)
@@ -1,9 +1,3 @@
-/* $Id$
-
-This file is part of libmspio
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
 #ifndef MSP_IO_MODE_H_
 #define MSP_IO_MODE_H_
 
index bd905271c07c54be62e07c57aecbdc4b063d2d51..7f0ff7067384f05ff388bddc97be3632aefedcaf 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspio
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef WIN32
 #include <fcntl.h>
 #include <errno.h>
index 2ad83f87e9d3cde7a02c22b73033e32d7c113d43..b67cd79494431f8b05789b5298534e5fbbd65eab 100644 (file)
@@ -1,9 +1,3 @@
-/* $Id$
-
-This file is part of libmspio
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
 #ifndef MSP_IO_PIPE_H_
 #define MSP_IO_PIPE_H_
 
index 49e48870a071f48f44c13ce5c4da67fa5f91a5e0..dce1912f830e27921df6835d3b8e96b9969279f3 100644 (file)
@@ -1,9 +1,3 @@
-/* $Id$
-
-This file is part of libmspio
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
 #include <errno.h>
 #include <msp/strings/formatter.h>
 #include <msp/time/units.h>
index 3566b92569c6103ffa502599fb9aded1210ba631..0f97cb100e208233e55d13aac73d1178726ab59a 100644 (file)
@@ -1,9 +1,3 @@
-/* $Id$
-
-This file is part of libmspio
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
 #ifndef MSP_IO_POLL_H_
 #define MSP_IO_POLL_H_
 
index 10fb02eedba2f11ff2ad9417c8daa1adb576012e..65744cbf69368b6da18cc37cd82dec2231ecee4c 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspio
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_IO_PRINT_H_
 #define MSP_IO_PRINT_H_
 
index 88ba0337e578b437242edcfde38b28307f031e21..b10c5a0c27aa966add8703e739da11d0819efff2 100644 (file)
@@ -1,9 +1,3 @@
-/* $Id$
-
-This file is part of libmspio
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
 #ifdef WIN32
 #include <windows.h>
 #endif
index 6d15437e746f6611e613681940fa50dbbab77df2..3c6c3318e1060c4064d581f05e866891edb5c926 100644 (file)
@@ -1,9 +1,3 @@
-/* $Id$
-
-This file is part of libmspio
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
 #ifndef MSP_IO_SEEK_H_
 #define MSP_IO_SEEK_H_
 
index 1aedd410eefa4e2e0e4d40638fefdc1ad4e87b81..0a5eca05c5011f83301d86d763cf0da36883f571 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspio
-Copyright © 2010 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifdef WIN32
 #include <windows.h>
 #else
index fd34cdef2069df6dc7d2f568d5bd47c5bb51c61b..d5f1de74a90f2b125aae2c1075d26328d05d79e7 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspio
-Copyright © 2010 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_IO_SERIAL_H_
 #define MSP_IO_SERIAL_H_
 
index bb8b923c21b957660668e8aaa12c4c8e15dcb362..f18b7cb6b8cdbfbdbe0745d5968b3afcf408fd36 100644 (file)
@@ -1,9 +1,3 @@
-/* $Id$
-
-This file is part of libmspio
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
 #ifndef MSP_IO_TYPES_H_
 #define MSP_IO_TYPES_H_
 
index 1905fe0cf2254594f5e06d7abd8271877a087766..eee51cc57d28a6b365fb2e7da57fedeb358c32e5 100644 (file)
@@ -1,9 +1,3 @@
-/* $Id$
-
-This file is part of libmspio
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
 #include "base.h"
 #include "utils.h"
 
index fc51d4519f838a5937e56f8e6a64ad685e99ba96..066b15b9986bfad32f556adcf3571f88521b815c 100644 (file)
@@ -1,9 +1,3 @@
-/* $Id$
-
-This file is part of libmspio
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
 #ifndef MSP_IO_UTILS_H_
 #define MSP_IO_UTILS_H_