]> git.sesse.net Git - vlc/blobdiff - bindings/java/org/videolan/jvlc/JVLCPanel.java
Java bindings updated to latest jvlc version.
[vlc] / bindings / java / org / videolan / jvlc / JVLCPanel.java
index c41cbd15a7117dcf740ff3ba62c5fe4a0d60d275..5edef1042b745a6c8067d64f9d470a0001f98c22 100644 (file)
@@ -1,8 +1,14 @@
-/*
- * Created on 28-nov-2005
- *
+/*****************************************************************************
+ * JVLCPanel.java: Java Swing JPanel embedding VLC Video Output
+ *****************************************************************************
  *
- * $Id: JVLCPanel.java 11 2006-02-28 19:15:51Z little $
+ * Copyright (C) 1998-2006 the VideoLAN team
+ * 
+ * Author: Filippo Carone <filippo@carone.org>
+ * 
+ * Created on 28-nov-2005
+ * 
+ * $Id$
  * 
  * This program is free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public License
  * 
  * 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  * 
  */
-/**
- * @author Filippo Carone <filippo@carone.org>
- */
+
 
 package org.videolan.jvlc;