From 14008b157c64752ba7c1cef831124992c35c4646 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sat, 21 Jan 2012 02:05:19 +0200 Subject: [PATCH] Drop copyright notices and Id tags from source files --- source/buffer.cpp | 7 ------- source/buffer.h | 7 ------- source/context.cpp | 7 ------- source/context.h | 7 ------- source/device.cpp | 7 ------- source/device.h | 7 ------- source/format.h | 7 ------- source/jukebox.cpp | 7 ------- source/jukebox.h | 7 ------- source/listener.cpp | 7 ------- source/listener.h | 7 ------- source/sound.cpp | 7 ------- source/sound.h | 7 ------- source/soundscape.cpp | 7 ------- source/soundscape.h | 7 ------- source/source.cpp | 7 ------- source/source.h | 7 ------- source/streamer.cpp | 7 ------- source/streamer.h | 7 ------- source/types.h | 7 ------- 20 files changed, 140 deletions(-) diff --git a/source/buffer.cpp b/source/buffer.cpp index 8f5b4aa..1d7510e 100644 --- a/source/buffer.cpp +++ b/source/buffer.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspal -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include "buffer.h" #include "sound.h" diff --git a/source/buffer.h b/source/buffer.h index b9020ee..d84e46a 100644 --- a/source/buffer.h +++ b/source/buffer.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspal -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_AL_BUFFER_H_ #define MSP_AL_BUFFER_H_ diff --git a/source/context.cpp b/source/context.cpp index bc2964f..14f607c 100644 --- a/source/context.cpp +++ b/source/context.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspal -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include "context.h" #include "device.h" diff --git a/source/context.h b/source/context.h index 10b9061..5f82418 100644 --- a/source/context.h +++ b/source/context.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspal -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_AL_CONTEXT_H_ #define MSP_AL_CONTEXT_H_ diff --git a/source/device.cpp b/source/device.cpp index aea0897..63e87a9 100644 --- a/source/device.cpp +++ b/source/device.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspal -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include "device.h" diff --git a/source/device.h b/source/device.h index 1a4692d..4384aa4 100644 --- a/source/device.h +++ b/source/device.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspal -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_AL_DEVICE_H_ #define MSP_AL_DEVICE_H_ diff --git a/source/format.h b/source/format.h index 4b11c86..a940d25 100644 --- a/source/format.h +++ b/source/format.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspal -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_AL_FORMAT_H_ #define MSP_AL_FORMAT_H_ diff --git a/source/jukebox.cpp b/source/jukebox.cpp index 95ca6a0..da2bcbb 100644 --- a/source/jukebox.cpp +++ b/source/jukebox.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspal -Copyright © 2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include diff --git a/source/jukebox.h b/source/jukebox.h index c4e0aaf..1367295 100644 --- a/source/jukebox.h +++ b/source/jukebox.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspal -Copyright © 2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_AL_JUKEBOX_H_ #define MSP_AL_JUKEBOX_H_ diff --git a/source/listener.cpp b/source/listener.cpp index e341221..cd43e46 100644 --- a/source/listener.cpp +++ b/source/listener.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspal -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include "listener.h" namespace Msp { diff --git a/source/listener.h b/source/listener.h index 0fe3d81..63f6ccf 100644 --- a/source/listener.h +++ b/source/listener.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspal -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_AL_LIStENER_H_ #define MSP_AL_LISTENER_H_ diff --git a/source/sound.cpp b/source/sound.cpp index 9ac1143..947f6d1 100644 --- a/source/sound.cpp +++ b/source/sound.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspal -Copyright © 2008-2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include "sound.h" diff --git a/source/sound.h b/source/sound.h index 1bc043b..bbc64e2 100644 --- a/source/sound.h +++ b/source/sound.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspal -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_AL_SOUND_H_ #define MSP_AL_SOUND_H_ diff --git a/source/soundscape.cpp b/source/soundscape.cpp index 0b126ac..e12f39b 100644 --- a/source/soundscape.cpp +++ b/source/soundscape.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspal -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include "source.h" #include "soundscape.h" diff --git a/source/soundscape.h b/source/soundscape.h index 163818f..9768532 100644 --- a/source/soundscape.h +++ b/source/soundscape.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspal -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_AL_SOUNDSCAPE_H_ #define MSP_AL_SOUNDSCAPE_H_ diff --git a/source/source.cpp b/source/source.cpp index 23770b0..c4bb6f8 100644 --- a/source/source.cpp +++ b/source/source.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspal -Copyright © 2008-2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include "buffer.h" #include "source.h" diff --git a/source/source.h b/source/source.h index 1426a80..769b354 100644 --- a/source/source.h +++ b/source/source.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspal -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_AL_SOURCE_H_ #define MSP_AL_SOURCE_H_ diff --git a/source/streamer.cpp b/source/streamer.cpp index 6808b18..2c2619b 100644 --- a/source/streamer.cpp +++ b/source/streamer.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspal -Copyright © 2008-2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include "buffer.h" #include "sound.h" #include "streamer.h" diff --git a/source/streamer.h b/source/streamer.h index 1ae3db3..ff15bc4 100644 --- a/source/streamer.h +++ b/source/streamer.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspal -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_AL_STREAMER_H_ #define MSP_AL_STREAMER_H_ diff --git a/source/types.h b/source/types.h index 993b74b..4097a8a 100644 --- a/source/types.h +++ b/source/types.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspal -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_AL_TYPES_H_ #define MSP_AL_TYPES_H_ -- 2.43.0