]> git.sesse.net Git - kdenlive/blobdiff - src/lib/audio/audioInfo.h
Various changes for getting an OpenGL context (almost) everywhere it is needed.
[kdenlive] / src / lib / audio / audioInfo.h
index 5a30fcddb8be42999740a8a9275b1d7d8216bbbb..41a24ce33c653c22a7e963dfbb67a67499653510 100644 (file)
@@ -1,12 +1,12 @@
-/***************************************************************************
- *   Copyright (C) 2012 by Simon Andreas Eugster (simon.eu@gmail.com)      *
- *   This file is part of kdenlive. See www.kdenlive.org.                  *
- *                                                                         *
- *   This program is free software; you can redistribute it and/or modify  *
- *   it under the terms of the GNU General Public License as published by  *
- *   the Free Software Foundation; either version 2 of the License, or     *
- *   (at your option) any later version.                                   *
- ***************************************************************************/
+/*
+Copyright (C) 2012  Simon A. Eugster (Granjow)  <simon.eu@gmail.com>
+This file is part of kdenlive. See www.kdenlive.org.
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+*/
 
 #ifndef AUDIOINFO_H
 #define AUDIOINFO_H
@@ -29,7 +29,6 @@ public:
 private:
     Mlt::Producer *m_producer;
     QList<AudioStreamInfo*> m_list;
-
 };
 
 #endif // AUDIOINFO_H