From: Antoine Cellerier Date: Sun, 20 May 2007 13:35:37 +0000 (+0000) Subject: When you cut / paste code from another file, you should also copy / paste the copyrig... X-Git-Tag: 0.9.0-test0~7309 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=5ed9f9b6a5ccff287f8a1b210abe6992a20e2f2a;p=vlc When you cut / paste code from another file, you should also copy / paste the copyright info. --- diff --git a/src/libvlc.h b/src/libvlc.h index e50e897016..5c0fac3e0f 100644 --- a/src/libvlc.h +++ b/src/libvlc.h @@ -1,9 +1,12 @@ /***************************************************************************** * libvlc.h: Internal libvlc generic/misc declaration ***************************************************************************** + * Copyright (C) 1999, 2000, 2001, 2002 the VideoLAN team * Copyright © 2006-2007 Rémi Denis-Courmont * $Id$ * + * Authors: Vincent Seguin + * * 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 * the Free Software Foundation; either version 2 of the License, or