Fixed copyright comments

This commit is contained in:
Nite 2020-11-01 08:02:10 +01:00
parent 537478430c
commit df53da2439
No known key found for this signature in database
GPG Key ID: 1D1AD59B1C6386C1
1 changed files with 2 additions and 4 deletions

View File

@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with Subsonic. If not, see <http://www.gnu.org/licenses/>.
Copyright 2009 (C) Sindre Mehus
Copyright 2020 (C) Jozsef Varga
*/
package org.moire.ultrasonic.view
@ -40,9 +40,7 @@ import org.moire.ultrasonic.view.EntryAdapter.SongViewHolder
import timber.log.Timber
/**
* Used to display songs in a `ListView`.
*
* @author Sindre Mehus
* Used to display songs and videos in a `ListView`.
*/
class SongView(context: Context) : UpdateView(context), Checkable {