aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoraugust black <augmentus@users.sourceforge.net>2010-10-05 22:52:49 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:05:31 +0200
commit1fd7cba9e4edc38682de4e462a3f988948b7e288 (patch)
tree879ce0177ebb8a7f4490e3de7ff1f96fa05c1e85 /src
parent5bb99b967bb9dbcb0d3c0c6d6b7478f96257b388 (diff)
cosmetic adjustments for debian packaging.
svn path=/trunk/externals/august/readanysf~/; revision=14200
Diffstat (limited to 'src')
-rw-r--r--src/FifoAudioFrames.cpp19
-rw-r--r--src/FifoAudioFrames.h19
-rw-r--r--src/FifoVideoFrames.cpp19
-rw-r--r--src/FifoVideoFrames.h19
-rw-r--r--src/ReadMedia.cpp19
-rw-r--r--src/ReadMedia.h19
6 files changed, 114 insertions, 0 deletions
diff --git a/src/FifoAudioFrames.cpp b/src/FifoAudioFrames.cpp
index a3bc682..a27029a 100644
--- a/src/FifoAudioFrames.cpp
+++ b/src/FifoAudioFrames.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 "FifoAudioFrames.h"
/*
diff --git a/src/FifoAudioFrames.h b/src/FifoAudioFrames.h
index eea7a66..d3be340 100644
--- a/src/FifoAudioFrames.h
+++ b/src/FifoAudioFrames.h
@@ -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
+ *
+ */
+
#ifndef _FIFOAUDIOFRAMES_H_
#define _FIFOAUDIOFRAMES_H_
diff --git a/src/FifoVideoFrames.cpp b/src/FifoVideoFrames.cpp
index 29975dc..054332c 100644
--- a/src/FifoVideoFrames.cpp
+++ b/src/FifoVideoFrames.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 "FifoVideoFrames.h"
FifoVideoFrames::FifoVideoFrames(int s, gavl_video_format_t * f) {
diff --git a/src/FifoVideoFrames.h b/src/FifoVideoFrames.h
index ee5beba..25e24bc 100644
--- a/src/FifoVideoFrames.h
+++ b/src/FifoVideoFrames.h
@@ -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
+ *
+ */
+
#ifndef _FIFOVIDEOFRAMES_H_
#define _FIFOVIDEOFRAMES_H_
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
diff --git a/src/ReadMedia.h b/src/ReadMedia.h
index aef7ef5..6499f73 100644
--- a/src/ReadMedia.h
+++ b/src/ReadMedia.h
@@ -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
+ *
+ */
+
#ifndef _READMEDIA_H_
#define _READMEDIA_H_