]> git.sesse.net Git - vlc/blobdiff - activex/provideclassinfo.cpp
Don't call removed target.
[vlc] / activex / provideclassinfo.cpp
index d9139be755936644eda59f6a275ded7d19362f88..c5b97315d64d239c6d618f4a30c35499289b8a28 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * provideclassinfo.cpp: ActiveX control for VLC
  *****************************************************************************
- * Copyright (C) 2005 VideoLAN (Centrale Réseaux) and its contributors
+ * Copyright (C) 2005 the VideoLAN team
  *
  * Authors: Damien Fouilleul <Damien.Fouilleul@laposte.net>
  *
@@ -17,7 +17,7 @@
  *
  * 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, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 #include "plugin.h"
@@ -57,4 +57,3 @@ STDMETHODIMP VLCProvideClassInfo::GetGUID(DWORD dwGuidKind, GUID *pGUID)
 
     return S_OK;
 };
-