]> git.tdb.fi Git - libs/al.git/commitdiff
Fix a typo in the copyright notice
authorMikko Rasa <tdb@tdb.fi>
Tue, 8 Jul 2008 11:35:53 +0000 (11:35 +0000)
committerMikko Rasa <tdb@tdb.fi>
Tue, 8 Jul 2008 11:35:53 +0000 (11:35 +0000)
16 files changed:
source/buffer.cpp
source/buffer.h
source/context.cpp
source/context.h
source/device.cpp
source/device.h
source/format.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/types.h

index 2a33b8329374c2075ead1a0a9f92d24c753ee86f..b2ef01698c948221877c312abfa476ce4f5326fa 100644 (file)
@@ -2,7 +2,7 @@
 
 This file is part of libmspal
 Copyright © 2008 Mikko Rasa, Mikkosoft Productions
-Diestributed under the LGPL
+Distributed under the LGPL
 */
 
 #include "buffer.h"
index 00d1addca856811f1c3a8d75577d31d07f7b52db..f7ac307da7b644ff8f79eec80f81b90d02e2fce5 100644 (file)
@@ -2,7 +2,7 @@
 
 This file is part of libmspal
 Copyright © 2008 Mikko Rasa, Mikkosoft Productions
-Diestributed under the LGPL
+Distributed under the LGPL
 */
 
 #ifndef MSP_AL_BUFFER_H_
index aa316fd89e49dcb64b0909c1be74de3d76aafa21..1ca0eac92d3d6a6b6f88fcbb7dac054395152a92 100644 (file)
@@ -2,7 +2,7 @@
 
 This file is part of libmspal
 Copyright © 2008 Mikko Rasa, Mikkosoft Productions
-Diestributed under the LGPL
+Distributed under the LGPL
 */
 
 #include <msp/core/except.h>
index 93cb0e886485c099536fe7c873dc90406c3329cd..de26ac71aa8733b54dd1cd9c79db8ccc36c684c5 100644 (file)
@@ -2,7 +2,7 @@
 
 This file is part of libmspal
 Copyright © 2008 Mikko Rasa, Mikkosoft Productions
-Diestributed under the LGPL
+Distributed under the LGPL
 */
 
 #ifndef MSP_AL_CONTEXT_H_
index 422b7ea2f8e055970c6ba9d6d9297c60a0f95e58..1500100cf66a8ef0945e262df4e3dcecb4a70dc8 100644 (file)
@@ -2,7 +2,7 @@
 
 This file is part of libmspal
 Copyright © 2008 Mikko Rasa, Mikkosoft Productions
-Diestributed under the LGPL
+Distributed under the LGPL
 */
 
 #include <msp/core/except.h>
index 4c80d9eb84e64e64820332f35671bf0799b2559e..d96901fabe1ad8d39cd7a4bebfd086952de6983a 100644 (file)
@@ -2,7 +2,7 @@
 
 This file is part of libmspal
 Copyright © 2008 Mikko Rasa, Mikkosoft Productions
-Diestributed under the LGPL
+Distributed under the LGPL
 */
 
 #ifndef MSP_AL_DEVICE_H_
index 624fb60591fd1e86d67b1c1c6859dcda99ebd18f..4b11c8699d44cf6b8906615aa4104c90bde9a57b 100644 (file)
@@ -2,7 +2,7 @@
 
 This file is part of libmspal
 Copyright © 2008 Mikko Rasa, Mikkosoft Productions
-Diestributed under the LGPL
+Distributed under the LGPL
 */
 
 #ifndef MSP_AL_FORMAT_H_
index 04fc36844a2784495e7522fdf06a88c59b586acf..e341221156ee0b757f6e88e5fd0dccab6df5743a 100644 (file)
@@ -2,7 +2,7 @@
 
 This file is part of libmspal
 Copyright © 2008 Mikko Rasa, Mikkosoft Productions
-Diestributed under the LGPL
+Distributed under the LGPL
 */
 
 #include "listener.h"
index 572517010cb179a7b4a115f0ec1c82159caa6c2d..8946e4cf49b33d65c75e7bfa250cfb0632ed7a27 100644 (file)
@@ -2,7 +2,7 @@
 
 This file is part of libmspal
 Copyright © 2008 Mikko Rasa, Mikkosoft Productions
-Diestributed under the LGPL
+Distributed under the LGPL
 */
 
 #ifndef MSP_AL_LIStENER_H_
index 0c094d0572d5a5042d53933956656048cfad5455..896d1d5c392798eb63595b0bb1b1f402a990a1fa 100644 (file)
@@ -2,7 +2,7 @@
 
 This file is part of libmspal
 Copyright © 2008 Mikko Rasa, Mikkosoft Productions
-Diestributed under the LGPL
+Distributed under the LGPL
 */
 
 #include <msp/core/except.h>
index 0e15a40dc3fdccfc13b671af18660d778f7cd4a2..e903bcb395acf185df355f444793557a4c590b2f 100644 (file)
@@ -2,7 +2,7 @@
 
 This file is part of libmspal
 Copyright © 2008 Mikko Rasa, Mikkosoft Productions
-Diestributed under the LGPL
+Distributed under the LGPL
 */
 
 #ifndef MSP_AL_SOUND_H_
index 694c8842231f30e5b077e0de42eac82c3da0af31..6ec00f06b9113909ff6e20d4bb976836b758095f 100644 (file)
@@ -2,7 +2,7 @@
 
 This file is part of libmspal
 Copyright © 2008 Mikko Rasa, Mikkosoft Productions
-Diestributed under the LGPL
+Distributed under the LGPL
 */
 
 #include "source.h"
index 3eca7eafcf265fd484f681b9c43a78aa5ad1eb0f..1d8a9c7a798acc052196f442c87682091e11832d 100644 (file)
@@ -2,7 +2,7 @@
 
 This file is part of libmspal
 Copyright © 2008 Mikko Rasa, Mikkosoft Productions
-Diestributed under the LGPL
+Distributed under the LGPL
 */
 
 #ifndef MSP_AL_SOUNDSCAPE_H_
index 2ba1f4a2260fbd38148f0d4526e3d75ac20ffa06..e8f33c0d8be5e1014d9082879f5032ca81a12d77 100644 (file)
@@ -2,7 +2,7 @@
 
 This file is part of libmspal
 Copyright © 2008 Mikko Rasa, Mikkosoft Productions
-Diestributed under the LGPL
+Distributed under the LGPL
 */
 
 #include "buffer.h"
index a2455f8c9e4d6cb892dd2b3c7201d2f41212a56e..df8bbc54c06310e91d430888a2aaddf5cedbad30 100644 (file)
@@ -2,7 +2,7 @@
 
 This file is part of libmspal
 Copyright © 2008 Mikko Rasa, Mikkosoft Productions
-Diestributed under the LGPL
+Distributed under the LGPL
 */
 
 #ifndef MSP_AL_SOURCE_H_
index e1f7f01f6043b22d6d277d824f5f4760c54a7d43..993b74b6928c43e9201c2017f269f5896c98bbcf 100644 (file)
@@ -2,7 +2,7 @@
 
 This file is part of libmspal
 Copyright © 2008 Mikko Rasa, Mikkosoft Productions
-Diestributed under the LGPL
+Distributed under the LGPL
 */
 
 #ifndef MSP_AL_TYPES_H_