From 386ea7f72f2e08d037111bdb6272d91e7bba6ef3 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 17 Mar 2017 15:54:09 +0100 Subject: [PATCH 1/1] update copyright year --- lyrics/10-hd.sh | 2 +- lyrics/20-lyricwiki.rb | 2 +- src/charset.c | 2 +- src/charset.h | 2 +- src/colors.c | 2 +- src/colors.h | 2 +- src/command.c | 2 +- src/command.h | 2 +- src/conf.c | 2 +- src/conf.h | 2 +- src/defaults.h | 2 +- src/filelist.c | 2 +- src/filelist.h | 2 +- src/gidle.c | 2 +- src/gidle.h | 2 +- src/hscroll.c | 2 +- src/hscroll.h | 2 +- src/i18n.h | 2 +- src/lirc.c | 2 +- src/lirc.h | 2 +- src/list_window.c | 2 +- src/list_window.h | 2 +- src/lyrics.c | 2 +- src/lyrics.h | 2 +- src/main.c | 2 +- src/match.c | 2 +- src/match.h | 2 +- src/mpdclient.c | 2 +- src/ncfix.h | 2 +- src/ncmpc.h | 2 +- src/ncmpc_curses.h | 2 +- src/ncu.c | 2 +- src/ncu.h | 2 +- src/options.c | 2 +- src/options.h | 2 +- src/paint.h | 2 +- src/player_command.c | 2 +- src/player_command.h | 2 +- src/playlist.c | 2 +- src/playlist.h | 2 +- src/plugin.c | 2 +- src/plugin.h | 2 +- src/progress_bar.c | 2 +- src/progress_bar.h | 2 +- src/screen.c | 2 +- src/screen.h | 2 +- src/screen_artist.c | 2 +- src/screen_artist.h | 2 +- src/screen_browser.c | 2 +- src/screen_browser.h | 2 +- src/screen_chat.c | 2 +- src/screen_chat.h | 2 +- src/screen_client.c | 2 +- src/screen_client.h | 2 +- src/screen_file.c | 2 +- src/screen_file.h | 2 +- src/screen_find.c | 2 +- src/screen_find.h | 2 +- src/screen_help.c | 2 +- src/screen_help.h | 2 +- src/screen_interface.h | 2 +- src/screen_keydef.c | 2 +- src/screen_keydef.h | 2 +- src/screen_list.c | 2 +- src/screen_list.h | 2 +- src/screen_lyrics.c | 2 +- src/screen_lyrics.h | 2 +- src/screen_outputs.c | 2 +- src/screen_outputs.h | 2 +- src/screen_queue.c | 2 +- src/screen_queue.h | 2 +- src/screen_search.c | 2 +- src/screen_search.h | 2 +- src/screen_song.c | 2 +- src/screen_song.h | 2 +- src/screen_status.c | 2 +- src/screen_status.h | 2 +- src/screen_text.c | 2 +- src/screen_text.h | 2 +- src/screen_utils.c | 2 +- src/screen_utils.h | 2 +- src/song_paint.c | 2 +- src/song_paint.h | 2 +- src/status_bar.c | 2 +- src/status_bar.h | 2 +- src/strfsong.c | 2 +- src/strfsong.h | 2 +- src/title_bar.c | 2 +- src/title_bar.h | 2 +- src/utils.c | 2 +- src/utils.h | 2 +- src/window.h | 2 +- src/wreadln.c | 2 +- src/wreadln.h | 2 +- 94 files changed, 94 insertions(+), 94 deletions(-) diff --git a/lyrics/10-hd.sh b/lyrics/10-hd.sh index 716ea1a..f2852e0 100755 --- a/lyrics/10-hd.sh +++ b/lyrics/10-hd.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # -# (c) 2004-2008 The Music Player Daemon Project +# (c) 2004-2017 The Music Player Daemon Project # http://www.musicpd.org/ # # This program is free software; you can redistribute it and/or modify diff --git a/lyrics/20-lyricwiki.rb b/lyrics/20-lyricwiki.rb index 06681a0..fde22e4 100755 --- a/lyrics/20-lyricwiki.rb +++ b/lyrics/20-lyricwiki.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -# (c) 2004-2008 The Music Player Daemon Project +# (c) 2004-2017 The Music Player Daemon Project # http://www.musicpd.org/ # # This program is free software; you can redistribute it and/or modify diff --git a/src/charset.c b/src/charset.c index 1c1b046..61a34cb 100644 --- a/src/charset.c +++ b/src/charset.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/charset.h b/src/charset.h index 1fa5ec4..b07d5fa 100644 --- a/src/charset.h +++ b/src/charset.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/colors.c b/src/colors.c index 0e78cad..0c79e13 100644 --- a/src/colors.c +++ b/src/colors.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/colors.h b/src/colors.h index f7e256c..1ccf50d 100644 --- a/src/colors.h +++ b/src/colors.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/command.c b/src/command.c index 1e1c11f..f47772e 100644 --- a/src/command.c +++ b/src/command.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/command.h b/src/command.h index e770a1d..9b3f722 100644 --- a/src/command.h +++ b/src/command.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/conf.c b/src/conf.c index 171a9ee..652628c 100644 --- a/src/conf.c +++ b/src/conf.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/conf.h b/src/conf.h index 03b67cc..d3a2694 100644 --- a/src/conf.h +++ b/src/conf.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/defaults.h b/src/defaults.h index 61795b0..bcd21ac 100644 --- a/src/defaults.h +++ b/src/defaults.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/filelist.c b/src/filelist.c index a5b7a13..0b85868 100644 --- a/src/filelist.c +++ b/src/filelist.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/filelist.h b/src/filelist.h index 11faab6..f8ada59 100644 --- a/src/filelist.h +++ b/src/filelist.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/gidle.c b/src/gidle.c index ca07fef..0d18cf3 100644 --- a/src/gidle.c +++ b/src/gidle.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - (c) 2004-2010 The Music Player Daemon Project + (c) 2004-2017 The Music Player Daemon Project Project homepage: http://musicpd.org Redistribution and use in source and binary forms, with or without diff --git a/src/gidle.h b/src/gidle.h index 385b00d..1a59437 100644 --- a/src/gidle.h +++ b/src/gidle.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - (c) 2004-2010 The Music Player Daemon Project + (c) 2004-2017 The Music Player Daemon Project Project homepage: http://musicpd.org Redistribution and use in source and binary forms, with or without diff --git a/src/hscroll.c b/src/hscroll.c index 72f6a5d..eae689e 100644 --- a/src/hscroll.c +++ b/src/hscroll.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/hscroll.h b/src/hscroll.h index abbaded..01c2a1d 100644 --- a/src/hscroll.h +++ b/src/hscroll.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/i18n.h b/src/i18n.h index cdd207a..8b95faa 100644 --- a/src/i18n.h +++ b/src/i18n.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/lirc.c b/src/lirc.c index 277d70f..8644740 100644 --- a/src/lirc.c +++ b/src/lirc.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/lirc.h b/src/lirc.h index c498aae..0c7955c 100644 --- a/src/lirc.h +++ b/src/lirc.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/list_window.c b/src/list_window.c index c2a4b01..3fbe531 100644 --- a/src/list_window.c +++ b/src/list_window.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/list_window.h b/src/list_window.h index 2e1f769..b3452f1 100644 --- a/src/list_window.h +++ b/src/list_window.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/lyrics.c b/src/lyrics.c index a6bbef2..a23aa37 100644 --- a/src/lyrics.c +++ b/src/lyrics.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/lyrics.h b/src/lyrics.h index 59abb64..3a7a0be 100644 --- a/src/lyrics.h +++ b/src/lyrics.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/main.c b/src/main.c index 8bc4d59..76fe235 100644 --- a/src/main.c +++ b/src/main.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/match.c b/src/match.c index 03b806d..9e4c391 100644 --- a/src/match.c +++ b/src/match.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/match.h b/src/match.h index d4771ec..e1a6258 100644 --- a/src/match.h +++ b/src/match.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/mpdclient.c b/src/mpdclient.c index e410fbe..6826043 100644 --- a/src/mpdclient.c +++ b/src/mpdclient.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/ncfix.h b/src/ncfix.h index fd86452..6f620d0 100644 --- a/src/ncfix.h +++ b/src/ncfix.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2011 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/ncmpc.h b/src/ncmpc.h index 0b64418..a2f3aed 100644 --- a/src/ncmpc.h +++ b/src/ncmpc.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/ncmpc_curses.h b/src/ncmpc_curses.h index 5aa5d0d..9aa0146 100644 --- a/src/ncmpc_curses.h +++ b/src/ncmpc_curses.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/ncu.c b/src/ncu.c index ea6997e..462cc75 100644 --- a/src/ncu.c +++ b/src/ncu.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/ncu.h b/src/ncu.h index 97084c7..dbe5dca 100644 --- a/src/ncu.h +++ b/src/ncu.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/options.c b/src/options.c index 370215e..f6fa63f 100644 --- a/src/options.c +++ b/src/options.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/options.h b/src/options.h index 8b42b6d..aa31a9f 100644 --- a/src/options.h +++ b/src/options.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/paint.h b/src/paint.h index b3eb3ea..d1da154 100644 --- a/src/paint.h +++ b/src/paint.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/player_command.c b/src/player_command.c index d4ff4ae..f2353f7 100644 --- a/src/player_command.c +++ b/src/player_command.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/player_command.h b/src/player_command.h index 924e936..99f73e0 100644 --- a/src/player_command.h +++ b/src/player_command.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/playlist.c b/src/playlist.c index 6f452a8..548bccc 100644 --- a/src/playlist.c +++ b/src/playlist.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/playlist.h b/src/playlist.h index 2754afa..e0d8ca5 100644 --- a/src/playlist.h +++ b/src/playlist.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugin.c b/src/plugin.c index 64e61ab..55de0d3 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/plugin.h b/src/plugin.h index 580ca28..9f2d771 100644 --- a/src/plugin.h +++ b/src/plugin.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/progress_bar.c b/src/progress_bar.c index 590b7be..9df7a51 100644 --- a/src/progress_bar.c +++ b/src/progress_bar.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/progress_bar.h b/src/progress_bar.h index 36c9185..1c241ff 100644 --- a/src/progress_bar.h +++ b/src/progress_bar.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen.c b/src/screen.c index b272935..6f1ac95 100644 --- a/src/screen.c +++ b/src/screen.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen.h b/src/screen.h index f6cfa9c..ef766e5 100644 --- a/src/screen.h +++ b/src/screen.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen_artist.c b/src/screen_artist.c index 01b29be..52b81d0 100644 --- a/src/screen_artist.c +++ b/src/screen_artist.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen_artist.h b/src/screen_artist.h index 967fe68..101b084 100644 --- a/src/screen_artist.h +++ b/src/screen_artist.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen_browser.c b/src/screen_browser.c index 30fb726..c38ae9e 100644 --- a/src/screen_browser.c +++ b/src/screen_browser.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen_browser.h b/src/screen_browser.h index 8346084..6679a93 100644 --- a/src/screen_browser.h +++ b/src/screen_browser.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen_chat.c b/src/screen_chat.c index b4c80fb..ddbbaf6 100644 --- a/src/screen_chat.c +++ b/src/screen_chat.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2012 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen_chat.h b/src/screen_chat.h index f2cc063..9eaa645 100644 --- a/src/screen_chat.h +++ b/src/screen_chat.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2012 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen_client.c b/src/screen_client.c index 6eb9bf4..7bde290 100644 --- a/src/screen_client.c +++ b/src/screen_client.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen_client.h b/src/screen_client.h index 99dfa4f..895010b 100644 --- a/src/screen_client.h +++ b/src/screen_client.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen_file.c b/src/screen_file.c index 124108b..af0dbd0 100644 --- a/src/screen_file.c +++ b/src/screen_file.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen_file.h b/src/screen_file.h index eb560c5..ededa09 100644 --- a/src/screen_file.h +++ b/src/screen_file.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen_find.c b/src/screen_find.c index a08140c..06365b5 100644 --- a/src/screen_find.c +++ b/src/screen_find.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen_find.h b/src/screen_find.h index 85a97dd..788fdce 100644 --- a/src/screen_find.h +++ b/src/screen_find.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen_help.c b/src/screen_help.c index d2d96d1..7497c11 100644 --- a/src/screen_help.c +++ b/src/screen_help.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen_help.h b/src/screen_help.h index eefeb24..31d5c38 100644 --- a/src/screen_help.h +++ b/src/screen_help.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen_interface.h b/src/screen_interface.h index a5b29b9..40796bc 100644 --- a/src/screen_interface.h +++ b/src/screen_interface.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen_keydef.c b/src/screen_keydef.c index c89437e..31c3582 100644 --- a/src/screen_keydef.c +++ b/src/screen_keydef.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen_keydef.h b/src/screen_keydef.h index 0f716a5..f8a8250 100644 --- a/src/screen_keydef.h +++ b/src/screen_keydef.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen_list.c b/src/screen_list.c index e7cd694..5a9f0d7 100644 --- a/src/screen_list.c +++ b/src/screen_list.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen_list.h b/src/screen_list.h index 0de7a67..b364e38 100644 --- a/src/screen_list.h +++ b/src/screen_list.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen_lyrics.c b/src/screen_lyrics.c index d6d1a6c..a195fd7 100644 --- a/src/screen_lyrics.c +++ b/src/screen_lyrics.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen_lyrics.h b/src/screen_lyrics.h index a10e696..631bd7b 100644 --- a/src/screen_lyrics.h +++ b/src/screen_lyrics.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen_outputs.c b/src/screen_outputs.c index 2aa60e1..ce8fdc6 100644 --- a/src/screen_outputs.c +++ b/src/screen_outputs.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen_outputs.h b/src/screen_outputs.h index 276bad5..1a1a657 100644 --- a/src/screen_outputs.h +++ b/src/screen_outputs.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen_queue.c b/src/screen_queue.c index 7c1041c..d3624d1 100644 --- a/src/screen_queue.c +++ b/src/screen_queue.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen_queue.h b/src/screen_queue.h index 4722d84..f37f1d5 100644 --- a/src/screen_queue.h +++ b/src/screen_queue.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen_search.c b/src/screen_search.c index df451d1..90e075f 100644 --- a/src/screen_search.c +++ b/src/screen_search.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen_search.h b/src/screen_search.h index 3eaa178..e1bd0d7 100644 --- a/src/screen_search.h +++ b/src/screen_search.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen_song.c b/src/screen_song.c index 6814dcd..c6d7d80 100644 --- a/src/screen_song.c +++ b/src/screen_song.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen_song.h b/src/screen_song.h index fbecb7b..9648ca2 100644 --- a/src/screen_song.h +++ b/src/screen_song.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen_status.c b/src/screen_status.c index d122190..e7986b0 100644 --- a/src/screen_status.c +++ b/src/screen_status.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen_status.h b/src/screen_status.h index 60959eb..3371586 100644 --- a/src/screen_status.h +++ b/src/screen_status.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen_text.c b/src/screen_text.c index 938d656..fc9cc98 100644 --- a/src/screen_text.c +++ b/src/screen_text.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen_text.h b/src/screen_text.h index 1b688f7..92b3ad0 100644 --- a/src/screen_text.h +++ b/src/screen_text.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen_utils.c b/src/screen_utils.c index 4bb1875..fee0e2a 100644 --- a/src/screen_utils.c +++ b/src/screen_utils.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/screen_utils.h b/src/screen_utils.h index c418142..746a7ae 100644 --- a/src/screen_utils.h +++ b/src/screen_utils.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/song_paint.c b/src/song_paint.c index c3ae757..3b55eaf 100644 --- a/src/song_paint.c +++ b/src/song_paint.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/song_paint.h b/src/song_paint.h index 41080a1..46fbfe8 100644 --- a/src/song_paint.h +++ b/src/song_paint.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/status_bar.c b/src/status_bar.c index 2294fe1..ef25707 100644 --- a/src/status_bar.c +++ b/src/status_bar.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/status_bar.h b/src/status_bar.h index 9c8f4a9..1fc4cf3 100644 --- a/src/status_bar.h +++ b/src/status_bar.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/strfsong.c b/src/strfsong.c index 2d88d1f..8fe1016 100644 --- a/src/strfsong.c +++ b/src/strfsong.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/strfsong.h b/src/strfsong.h index d8c48f8..e508cad 100644 --- a/src/strfsong.h +++ b/src/strfsong.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/title_bar.c b/src/title_bar.c index 1a19e02..9b2c12a 100644 --- a/src/title_bar.c +++ b/src/title_bar.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/title_bar.h b/src/title_bar.h index 5100e8e..57f5dd8 100644 --- a/src/title_bar.h +++ b/src/title_bar.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/utils.c b/src/utils.c index fb79aeb..d46f521 100644 --- a/src/utils.c +++ b/src/utils.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/utils.h b/src/utils.h index 82890a5..46f5ba5 100644 --- a/src/utils.h +++ b/src/utils.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/window.h b/src/window.h index 63e5eb9..737d882 100644 --- a/src/window.h +++ b/src/window.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/wreadln.c b/src/wreadln.c index dc0fe62..f45e474 100644 --- a/src/wreadln.c +++ b/src/wreadln.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify diff --git a/src/wreadln.h b/src/wreadln.h index 7f2a6df..f1108f6 100644 --- a/src/wreadln.h +++ b/src/wreadln.h @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify -- 2.30.2