mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-03-06 12:27:41 +01:00
Fixed copyright comments
This commit is contained in:
parent
537478430c
commit
df53da2439
@ -14,7 +14,7 @@
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Subsonic. If not, see <http://www.gnu.org/licenses/>.
|
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
|
package org.moire.ultrasonic.view
|
||||||
|
|
||||||
@ -40,9 +40,7 @@ import org.moire.ultrasonic.view.EntryAdapter.SongViewHolder
|
|||||||
import timber.log.Timber
|
import timber.log.Timber
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Used to display songs in a `ListView`.
|
* Used to display songs and videos in a `ListView`.
|
||||||
*
|
|
||||||
* @author Sindre Mehus
|
|
||||||
*/
|
*/
|
||||||
class SongView(context: Context) : UpdateView(context), Checkable {
|
class SongView(context: Context) : UpdateView(context), Checkable {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user