]> git.tdb.fi Git - libs/al.git/blobdiff - source/buffer.h
Drop copyright notices and Id tags from source files
[libs/al.git] / source / buffer.h
index 3680e5411ac3f7dd900846a652dc00b0fcfc1fbc..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_
 
@@ -19,6 +12,9 @@ namespace AL {
 
 class Sound;
 
+/**
+Buffers are used to store audio data and feed it into a Source.
+*/
 class Buffer
 {
 public: