]> git.sesse.net Git - vlc/blobdiff - modules/misc/testsuite/test1.c
Misc cleanups in Qt4. (Closes:#736)
[vlc] / modules / misc / testsuite / test1.c
index c42177a27de54bdbaa199ae84decfbfb63585e52..70315b1ea1430e305e3a03b43f08217daaafe086 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * test1.c : Empty C module for vlc
  *****************************************************************************
- * Copyright (C) 2000-2001 VideoLAN
- * $Id: test1.c,v 1.1 2002/10/04 13:13:54 sam Exp $
+ * Copyright (C) 2000-2001 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.
  *****************************************************************************/
 
 /*****************************************************************************