diff --git a/pom.xml b/pom.xml
index f00bfdf8..6c3f9c61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.databasepreservation.visualization
dbvtk
war
- 2.8.0-SNAPSHOT
+ 2.8.0
Database Visualization Toolkit
A viewer and explorer for preserved databases
diff --git a/src/main/java/com/databasepreservation/common/server/index/utils/DatabaseResultIterator.java b/src/main/java/com/databasepreservation/common/server/index/utils/DatabaseResultIterator.java
index 99761566..8cd18b82 100644
--- a/src/main/java/com/databasepreservation/common/server/index/utils/DatabaseResultIterator.java
+++ b/src/main/java/com/databasepreservation/common/server/index/utils/DatabaseResultIterator.java
@@ -1,3 +1,10 @@
+/**
+ * The contents of this file are subject to the license and copyright
+ * detailed in the LICENSE file at the root of the source
+ * tree and available online at
+ *
+ * https://github.com/keeps/dbptk-ui
+ */
package com.databasepreservation.common.server.index.utils;
import com.databasepreservation.common.client.index.IndexResult;
diff --git a/src/main/java/com/databasepreservation/common/server/index/utils/IterableDatabaseResult.java b/src/main/java/com/databasepreservation/common/server/index/utils/IterableDatabaseResult.java
index 34fb6f56..ed189ed6 100644
--- a/src/main/java/com/databasepreservation/common/server/index/utils/IterableDatabaseResult.java
+++ b/src/main/java/com/databasepreservation/common/server/index/utils/IterableDatabaseResult.java
@@ -1,3 +1,10 @@
+/**
+ * The contents of this file are subject to the license and copyright
+ * detailed in the LICENSE file at the root of the source
+ * tree and available online at
+ *
+ * https://github.com/keeps/dbptk-ui
+ */
package com.databasepreservation.common.server.index.utils;
import com.databasepreservation.common.client.index.IsIndexed;