📄 Update year in file headers
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / database / AlbumProvider.kt
index c0b09e8..b1fcf62 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - AlbumProvider.java - Copyright Â© 2013–2016 David Roden
+ * Sone - AlbumProvider.kt - Copyright Â© 2013–2020 David Roden
  *
  * 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
@@ -17,9 +17,7 @@
 
 package net.pterodactylus.sone.database
 
-import net.pterodactylus.sone.data.Album
-
-import com.google.common.base.Optional
+import net.pterodactylus.sone.data.*
 
 /**
  * Interface for objects that can provide [Album]s by their ID.