diff options
Diffstat (limited to 'common/playlist.c')
-rw-r--r-- | common/playlist.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/common/playlist.c b/common/playlist.c index 0f6767a3ce..bb849f18a0 100644 --- a/common/playlist.c +++ b/common/playlist.c @@ -1,18 +1,18 @@ /* - * This file is part of mplayer. + * This file is part of mpv. * - * mplayer is free software; you can redistribute it and/or modify + * mpv 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 * (at your option) any later version. * - * mplayer is distributed in the hope that it will be useful, + * mpv 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. * * You should have received a copy of the GNU General Public License along - * with mplayer. If not, see <http://www.gnu.org/licenses/>. + * with mpv. If not, see <http://www.gnu.org/licenses/>. */ #include <assert.h> |