X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_codec_synchro.h;h=ee6c86af8dc8baaac7c2a9068a9dc8fa6cf7fe64;hb=87bad93f657cbe4fd1c90a369390ab3667b3b215;hp=2c48432d11d994de9d7d112a7ee4817ef2faac0f;hpb=92f1b3aee74871e264db419def5170f2e3512751;p=vlc diff --git a/include/vlc_codec_synchro.h b/include/vlc_codec_synchro.h index 2c48432d11..ee6c86af8d 100644 --- a/include/vlc_codec_synchro.h +++ b/include/vlc_codec_synchro.h @@ -1,26 +1,26 @@ /***************************************************************************** * vlc_codec_synchro.h: frame-dropping structures ***************************************************************************** - * Copyright (C) 1999-2005 the VideoLAN team + * Copyright (C) 1999-2005 VLC authors and VideoLAN * $Id$ * * Authors: Christophe Massiot * Jean-Marc Dressler * Stéphane Borel * - * 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 + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation; either version 2.1 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. * - * 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., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ /*****************************************************************************