Move comment to fix golint warning.
diff --git a/license_type.go b/license_type.go
index 43923be..25cb369 100644
--- a/license_type.go
+++ b/license_type.go
@@ -22,9 +22,9 @@
 import "github.com/google/licenseclassifier/internal/sets"
 
 // Canonical names of the licenses.
+// The names come from the https://spdx.org/licenses website, and are
+// also the filenames of the licenses in licenseclassifier/licenses.
 const (
-	// The names come from the https://spdx.org/licenses website, and are
-	// also the filenames of the licenses in licenseclassifier/licenses.
 	AFL11                       = "AFL-1.1"
 	AFL12                       = "AFL-1.2"
 	AFL20                       = "AFL-2.0"