diff options
author | august black <augmentus@users.sourceforge.net> | 2010-10-05 22:52:49 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 15:05:31 +0200 |
commit | 1fd7cba9e4edc38682de4e462a3f988948b7e288 (patch) | |
tree | 879ce0177ebb8a7f4490e3de7ff1f96fa05c1e85 /src/ReadMedia.cpp | |
parent | 5bb99b967bb9dbcb0d3c0c6d6b7478f96257b388 (diff) |
cosmetic adjustments for debian packaging.
svn path=/trunk/externals/august/readanysf~/; revision=14200
Diffstat (limited to 'src/ReadMedia.cpp')
-rw-r--r-- | src/ReadMedia.cpp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ReadMedia.cpp b/src/ReadMedia.cpp index e86273b..1d1b40b 100644 --- a/src/ReadMedia.cpp +++ b/src/ReadMedia.cpp @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2003-2010 August Black + * + * 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. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + */ + #include "ReadMedia.h" #include <pthread.h> #include <unistd.h> //usleep |