npapi-vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Wed Dec 7 02:48:20 2011 +0100| [e8156c274d4d779fee94187c3e2d649a8249dab2] | committer: Jean-Baptiste Kempf
Relicence win32 controller to LGPL > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=e8156c274d4d779fee94187c3e2d649a8249dab2 --- common/win32_fullscreen.cpp | 12 ++++++------ common/win32_fullscreen.h | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/common/win32_fullscreen.cpp b/common/win32_fullscreen.cpp index 690d79c..196e1d1 100644 --- a/common/win32_fullscreen.cpp +++ b/common/win32_fullscreen.cpp @@ -1,22 +1,22 @@ /***************************************************************************** * vlc_win32_fullscreen.h: a VLC plugin for Mozilla ***************************************************************************** - * Copyright (C) 2002-2011 the VideoLAN team + * Copyright © 2002-2011 VideoLAN and VLC authors * $Id$ * * Authors: Sergey Radionov <[email protected]> * - * 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. + * GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License + * 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. *****************************************************************************/ diff --git a/common/win32_fullscreen.h b/common/win32_fullscreen.h index 43a5009..9396d02 100644 --- a/common/win32_fullscreen.h +++ b/common/win32_fullscreen.h @@ -1,22 +1,22 @@ /***************************************************************************** * vlc_win32_fullscreen.h: a VLC plugin for Mozilla ***************************************************************************** - * Copyright (C) 2002-2011 the VideoLAN team + * Copyright © 2002-2011 VideoLAN and VLC authors * $Id$ * * Authors: Sergey Radionov <[email protected]> * - * 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. + * GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License + * 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. *****************************************************************************/ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
