From 8793c51cfff44352a2833830d5a3b0745f116aa8 Mon Sep 17 00:00:00 2001 From: Gabriel Barros Date: Wed, 16 Oct 2024 16:51:44 +0100 Subject: [PATCH] Setting version 2.10.0 --- pom.xml | 2 +- .../com/databasepreservation/common/filter/CORSFilter.java | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6f927c4b6..ed5c6afdb 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 5796ee9c8..3cb4696e4 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;