diff --git a/pom.xml b/pom.xml
index 6f927c4b..ed5c6afd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.databasepreservation.visualization
dbvtk
war
- 2.10.0-SNAPSHOT
+ 2.10.0
Database Visualization Toolkit
A viewer and explorer for preserved databases
diff --git a/src/main/java/com/databasepreservation/common/filter/CORSFilter.java b/src/main/java/com/databasepreservation/common/filter/CORSFilter.java
index 5796ee9c..3cb4696e 100644
--- a/src/main/java/com/databasepreservation/common/filter/CORSFilter.java
+++ b/src/main/java/com/databasepreservation/common/filter/CORSFilter.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.filter;
import java.io.IOException;