]> git.tdb.fi Git - libs/al.git/commitdiff
Drop copyright notices and Id tags from source files
authorMikko Rasa <tdb@tdb.fi>
Sat, 21 Jan 2012 00:05:19 +0000 (02:05 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sat, 21 Jan 2012 00:05:19 +0000 (02:05 +0200)
20 files changed:
source/buffer.cpp
source/buffer.h
source/context.cpp
source/context.h
source/device.cpp
source/device.h
source/format.h
source/jukebox.cpp
source/jukebox.h
source/listener.cpp
source/listener.h
source/sound.cpp
source/sound.h
source/soundscape.cpp
source/soundscape.h
source/source.cpp
source/source.h
source/streamer.cpp
source/streamer.h
source/types.h

index 8f5b4aa6daf98dbe2a5cfd3ea61ca0f3f74293ef..1d7510e0a527f8dc165b4dcb2e85ac48e52a190a 100644 (file)
@@ -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"
 
index b9020ee907253a09f1c39acf2494122930425b5c..d84e46a021d4f0eaedb070cdf4c73cce3ec71541 100644 (file)
@@ -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_
 
index bc2964f3e0fc4396169460273d1b141b016f8e25..14f607cdd9778a6cdcb87bef5aaadc43c9ed5057 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspal
-Copyright © 2008 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/core/except.h>
 #include "context.h"
 #include "device.h"
index 10b9061cc7e7fe0bcf396e1709ff7c950ce99a54..5f82418d3cb2840add2dbe9abd157606b6c03ba2 100644 (file)
@@ -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_
 
index aea089790ca51251dc4acd3407a0e78880ece1d7..63e87a98dbe509febd59ba665f60be05ae7c9e56 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspal
-Copyright © 2008 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/core/except.h>
 #include "device.h"
 
index 1a4692d909292fb685993255c84685ee761e59f2..4384aa41f33229682e20603ddd1c6b2907041e38 100644 (file)
@@ -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_
 
index 4b11c8699d44cf6b8906615aa4104c90bde9a57b..a940d257b1345d7b8ae34ec10e098205787e7c7c 100644 (file)
@@ -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_
 
index 95ca6a05e9e2656dab7d85708c98d07e0606cafd..da2bcbbd4663907dfde24430b98c5bdf87319dad 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspal
-Copyright © 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <algorithm>
 #include <cstdlib>
 #include <msp/core/except.h>
index c4e0aaffaa017a1609e5d568d837d6cd724073e6..13672953b9325861ce62ec2971a69fe95be1f3ed 100644 (file)
@@ -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_
 
index e341221156ee0b757f6e88e5fd0dccab6df5743a..cd43e4602d6b436b4ad39ee6200cf86f3a102ae2 100644 (file)
@@ -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 {
index 0fe3d818b8e4f2f23644d4d9027e87e7db849264..63f6ccf25e10fe9b50e195dd4536dc0db5f739ac 100644 (file)
@@ -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_
 
index 9ac1143e32f2b8206d50db4c51e234bdcd4e7331..947f6d17c1684fcab1f0422e26bf8978d90dcd84 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspal
-Copyright © 2008-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <cstring>
 #include <msp/core/except.h>
 #include "sound.h"
index 1bc043bfe5c127a89d9ab636d3a4ac5c72ff4ec6..bbc64e2d3978685dbc3720b947abf808ec9c2cc4 100644 (file)
@@ -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_
 
index 0b126ac01bde48190480adb6a0f94fce5568652c..e12f39befacded7c6fe2809100e012e5e91e77dc 100644 (file)
@@ -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"
 
index 163818f159941b0ed7746507116e41706a8eb6ea..97685328c87fb9f1c804c11e66fd274443c35df8 100644 (file)
@@ -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_
 
index 23770b0163cf8418a85f831eecf55af0aa545c07..c4bb6f8e1a8d415f03b3cd401b1caa36b8d3649c 100644 (file)
@@ -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"
 
index 1426a805cad02e53990d23cd9929edd201fbe179..769b35425c14782b280e3451181fbb650510a27b 100644 (file)
@@ -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_
 
index 6808b181678f4535dca699e5f25f107fa553d592..2c2619bbed8667a93fd54959b0a246733da680e5 100644 (file)
@@ -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"
index 1ae3db3927d0fe615c6d92319b1d030033f4c0ae..ff15bc4a30c5ff286b606aeedbdcaf1d39f80849 100644 (file)
@@ -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_
 
index 993b74b6928c43e9201c2017f269f5896c98bbcf..4097a8adf887911b02022b95a2cc1af0c34eff9a 100644 (file)
@@ -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_