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>2010-08-08 13:12:50 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-08-08 13:12:50 +0400
commit739c65e2d98f6f83984bb72276893a3441bcbeae (patch)
tree7c0b93c5707d7062b3cfcbb2af992e96cb5bcc43 /include/IFilterVersion.h
parent6fdda95ab1f13ef60ed3e165ef2ba063f108cffc (diff)
updated copyright notice in some of the include files
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2217 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'include/IFilterVersion.h')
-rw-r--r--include/IFilterVersion.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/IFilterVersion.h b/include/IFilterVersion.h
index 52c207310..d0d6a6d67 100644
--- a/include/IFilterVersion.h
+++ b/include/IFilterVersion.h
@@ -1,6 +1,8 @@
/*
- * Copyright (C) 2003-2006 Gabest
- * http://www.gabest.org
+ * $Id$
+ *
+ * (C) 2003-2006 Gabest
+ * (C) 2006-2010 see AUTHORS
*
* 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
@@ -26,4 +28,4 @@ IFilterVersion :
public IUnknown
{
STDMETHOD_(DWORD, GetFilterVersion) () = 0;
-}; \ No newline at end of file
+};