Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2012-06-16 01:23:31 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-06-16 01:23:31 +0400
commitb2561b752ce5010d29fcef31f3c5e9b5f4e4c256 (patch)
tree1d203f2f9882703ebe62952a8a42401c3b1e6af8 /src/filters/parser/DSMSplitter/DSMSplitterFile.h
parenta3d79a0b72e55ddb2d252b9e321dcf8451fdc25e (diff)
add missing license headers
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5143 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/filters/parser/DSMSplitter/DSMSplitterFile.h')
-rw-r--r--src/filters/parser/DSMSplitter/DSMSplitterFile.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/filters/parser/DSMSplitter/DSMSplitterFile.h b/src/filters/parser/DSMSplitter/DSMSplitterFile.h
index 420ccd8f0..da3c26f3f 100644
--- a/src/filters/parser/DSMSplitter/DSMSplitterFile.h
+++ b/src/filters/parser/DSMSplitter/DSMSplitterFile.h
@@ -1,3 +1,26 @@
+/*
+ * $Id$
+ *
+ * (C) 2003-2006 Gabest
+ * (C) 2006-2012 see Authors.txt
+ *
+ * This file is part of MPC-HC.
+ *
+ * MPC-HC 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.
+ *
+ * MPC-HC 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, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
#pragma once
#include "../BaseSplitter/BaseSplitter.h"