]> git.sesse.net Git - vlc/blobdiff - modules/misc/gtk_main.c
Fix a bunch of bugs in the MSN plugin (duplicated in the Growl plugin)
[vlc] / modules / misc / gtk_main.c
index 46ec94e6019761641dc41f93dd9524727a1235c7..6a97ee3848d534b9f2c42eeba262236d6c9105f0 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * gtk_main.c : Gtk+ wrapper for gtk_main
  *****************************************************************************
- * Copyright (C) 2002 VideoLAN
+ * Copyright (C) 2002 the VideoLAN team
  * $Id$
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
@@ -18,7 +18,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.
  *****************************************************************************/
 
 /*****************************************************************************