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-05-10 00:53:43 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-05-10 00:53:43 +0400
commit9cc2b07145ae112afc9904e7c38c9d42f466eab8 (patch)
tree07b04067505d03cdccbf06749579f47ffbe6ee77 /src/DSUtil/DSMPropertyBag.h
parent1cbe4dd0c24fb5ff58ab193d7ae4e93ee5e3ca97 (diff)
* add missing license headers
* cosmetic: mark function as extern in DSUtil.h patch by janwillem32 git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4664 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/DSUtil/DSMPropertyBag.h')
-rw-r--r--src/DSUtil/DSMPropertyBag.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/DSUtil/DSMPropertyBag.h b/src/DSUtil/DSMPropertyBag.h
index c0da974cb..8ad065f29 100644
--- a/src/DSUtil/DSMPropertyBag.h
+++ b/src/DSUtil/DSMPropertyBag.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 <atlcoll.h>
#include <atlsimpcoll.h>