From: Mikko Rasa Date: Thu, 9 Jun 2011 12:04:21 +0000 (+0300) Subject: Drop copyright and license notices from files X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=commitdiff_plain;h=49c1f3c3ffdf318579a809f3f800442c0c76c818 Drop copyright and license notices from files --- diff --git a/source/base.cpp b/source/base.cpp index 3c9923d..a740433 100644 --- a/source/base.cpp +++ b/source/base.cpp @@ -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" diff --git a/source/base.h b/source/base.h index c4d4ed9..584c14e 100644 --- a/source/base.h +++ b/source/base.h @@ -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_ diff --git a/source/buffered.cpp b/source/buffered.cpp index b8a2dbe..e36aef4 100644 --- a/source/buffered.cpp +++ b/source/buffered.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspio -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include "buffered.h" #include "except.h" diff --git a/source/buffered.h b/source/buffered.h index 8d52d1d..9142a47 100644 --- a/source/buffered.h +++ b/source/buffered.h @@ -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_ diff --git a/source/console.cpp b/source/console.cpp index e860436..fed47be 100644 --- a/source/console.cpp +++ b/source/console.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspio -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef WIN32 #include #include diff --git a/source/console.h b/source/console.h index d12697f..2d425c8 100644 --- a/source/console.h +++ b/source/console.h @@ -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_ diff --git a/source/eventdispatcher.cpp b/source/eventdispatcher.cpp index 02330ec..06a594f 100644 --- a/source/eventdispatcher.cpp +++ b/source/eventdispatcher.cpp @@ -1,9 +1,3 @@ -/* $Id$ - -This file is part of libmspio -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ #include #include "base.h" #include "eventdispatcher.h" diff --git a/source/eventdispatcher.h b/source/eventdispatcher.h index 8142b08..dca6592 100644 --- a/source/eventdispatcher.h +++ b/source/eventdispatcher.h @@ -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_ diff --git a/source/except.h b/source/except.h index b277b8d..5770f64 100644 --- a/source/except.h +++ b/source/except.h @@ -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_ diff --git a/source/file.cpp b/source/file.cpp index 0b153cf..8182e4a 100644 --- a/source/file.cpp +++ b/source/file.cpp @@ -1,9 +1,3 @@ -/* $Id$ - -This file is part of libmspio -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ #ifndef WIN32 #include #include diff --git a/source/file.h b/source/file.h index 16f2dcb..6353a46 100644 --- a/source/file.h +++ b/source/file.h @@ -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_ diff --git a/source/filtered.h b/source/filtered.h index ff8577a..98cda47 100644 --- a/source/filtered.h +++ b/source/filtered.h @@ -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_ diff --git a/source/memory.cpp b/source/memory.cpp index 80dde27..13a6606 100644 --- a/source/memory.cpp +++ b/source/memory.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspio -Copyright © 2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include "except.h" diff --git a/source/memory.h b/source/memory.h index 7ff5316..80f884e 100644 --- a/source/memory.h +++ b/source/memory.h @@ -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_ diff --git a/source/mode.h b/source/mode.h index d807e5f..5e103f2 100644 --- a/source/mode.h +++ b/source/mode.h @@ -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_ diff --git a/source/pipe.cpp b/source/pipe.cpp index bd90527..7f0ff70 100644 --- a/source/pipe.cpp +++ b/source/pipe.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspio -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef WIN32 #include #include diff --git a/source/pipe.h b/source/pipe.h index 2ad83f8..b67cd79 100644 --- a/source/pipe.h +++ b/source/pipe.h @@ -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_ diff --git a/source/poll.cpp b/source/poll.cpp index 49e4887..dce1912 100644 --- a/source/poll.cpp +++ b/source/poll.cpp @@ -1,9 +1,3 @@ -/* $Id$ - -This file is part of libmspio -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ #include #include #include diff --git a/source/poll.h b/source/poll.h index 3566b92..0f97cb1 100644 --- a/source/poll.h +++ b/source/poll.h @@ -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_ diff --git a/source/print.h b/source/print.h index 10fb02e..65744cb 100644 --- a/source/print.h +++ b/source/print.h @@ -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_ diff --git a/source/seek.cpp b/source/seek.cpp index 88ba033..b10c5a0 100644 --- a/source/seek.cpp +++ b/source/seek.cpp @@ -1,9 +1,3 @@ -/* $Id$ - -This file is part of libmspio -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ #ifdef WIN32 #include #endif diff --git a/source/seek.h b/source/seek.h index 6d15437..3c6c331 100644 --- a/source/seek.h +++ b/source/seek.h @@ -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_ diff --git a/source/serial.cpp b/source/serial.cpp index 1aedd41..0a5eca0 100644 --- a/source/serial.cpp +++ b/source/serial.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspio -Copyright © 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifdef WIN32 #include #else diff --git a/source/serial.h b/source/serial.h index fd34cde..d5f1de7 100644 --- a/source/serial.h +++ b/source/serial.h @@ -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_ diff --git a/source/types.h b/source/types.h index bb8b923..f18b7cb 100644 --- a/source/types.h +++ b/source/types.h @@ -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_ diff --git a/source/utils.cpp b/source/utils.cpp index 1905fe0..eee51cc 100644 --- a/source/utils.cpp +++ b/source/utils.cpp @@ -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" diff --git a/source/utils.h b/source/utils.h index fc51d45..066b15b 100644 --- a/source/utils.h +++ b/source/utils.h @@ -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_