diff --git a/pom.xml b/pom.xml index 2ce0a079..163e400f 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.databasepreservation.visualization dbvtk war - 2.7.0-SNAPSHOT + 2.7.0 Database Visualization Toolkit A viewer and explorer for preserved databases diff --git a/src/main/java/com/databasepreservation/common/api/v1/DatabaseResource.java b/src/main/java/com/databasepreservation/common/api/v1/DatabaseResource.java index c86e2cc0..cf4db0e8 100644 --- a/src/main/java/com/databasepreservation/common/api/v1/DatabaseResource.java +++ b/src/main/java/com/databasepreservation/common/api/v1/DatabaseResource.java @@ -2,7 +2,7 @@ * 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.api.v1; diff --git a/src/main/java/com/databasepreservation/common/client/common/visualization/manager/SIARDPanel/navigation/PermissionsNavigationPanel.java b/src/main/java/com/databasepreservation/common/client/common/visualization/manager/SIARDPanel/navigation/PermissionsNavigationPanel.java index a64a6d62..e942fcae 100644 --- a/src/main/java/com/databasepreservation/common/client/common/visualization/manager/SIARDPanel/navigation/PermissionsNavigationPanel.java +++ b/src/main/java/com/databasepreservation/common/client/common/visualization/manager/SIARDPanel/navigation/PermissionsNavigationPanel.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.client.common.visualization.manager.SIARDPanel.navigation; import java.util.ArrayList; diff --git a/src/main/java/com/databasepreservation/common/client/models/authorization/AuthorizationGroups.java b/src/main/java/com/databasepreservation/common/client/models/authorization/AuthorizationGroups.java index 85364cb9..09803458 100644 --- a/src/main/java/com/databasepreservation/common/client/models/authorization/AuthorizationGroups.java +++ b/src/main/java/com/databasepreservation/common/client/models/authorization/AuthorizationGroups.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.client.models.authorization; import java.io.Serializable; diff --git a/src/main/java/com/databasepreservation/common/client/models/authorization/AuthorizationGroupsList.java b/src/main/java/com/databasepreservation/common/client/models/authorization/AuthorizationGroupsList.java index 798d516a..450d3de7 100644 --- a/src/main/java/com/databasepreservation/common/client/models/authorization/AuthorizationGroupsList.java +++ b/src/main/java/com/databasepreservation/common/client/models/authorization/AuthorizationGroupsList.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.client.models.authorization; import java.io.Serializable; diff --git a/src/main/java/com/databasepreservation/common/client/models/structure/ViewerLobStoreType.java b/src/main/java/com/databasepreservation/common/client/models/structure/ViewerLobStoreType.java index 4e459934..b68d4afb 100644 --- a/src/main/java/com/databasepreservation/common/client/models/structure/ViewerLobStoreType.java +++ b/src/main/java/com/databasepreservation/common/client/models/structure/ViewerLobStoreType.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.client.models.structure; /** diff --git a/src/main/java/com/databasepreservation/common/client/services/DatabaseService.java b/src/main/java/com/databasepreservation/common/client/services/DatabaseService.java index 92aefe58..335b09a6 100644 --- a/src/main/java/com/databasepreservation/common/client/services/DatabaseService.java +++ b/src/main/java/com/databasepreservation/common/client/services/DatabaseService.java @@ -2,7 +2,7 @@ * 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.client.services; diff --git a/src/main/java/com/databasepreservation/common/client/tools/ViewerCelllUtils.java b/src/main/java/com/databasepreservation/common/client/tools/ViewerCelllUtils.java index 815570e0..e494721c 100644 --- a/src/main/java/com/databasepreservation/common/client/tools/ViewerCelllUtils.java +++ b/src/main/java/com/databasepreservation/common/client/tools/ViewerCelllUtils.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.client.tools; import com.databasepreservation.common.client.ViewerConstants; diff --git a/src/main/java/com/databasepreservation/common/server/ConfigurationManager.java b/src/main/java/com/databasepreservation/common/server/ConfigurationManager.java index 0c34336b..13298bfc 100644 --- a/src/main/java/com/databasepreservation/common/server/ConfigurationManager.java +++ b/src/main/java/com/databasepreservation/common/server/ConfigurationManager.java @@ -2,7 +2,7 @@ * 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; diff --git a/src/main/java/com/databasepreservation/common/server/controller/SIARDController.java b/src/main/java/com/databasepreservation/common/server/controller/SIARDController.java index 9f3bbde4..20f05f55 100644 --- a/src/main/java/com/databasepreservation/common/server/controller/SIARDController.java +++ b/src/main/java/com/databasepreservation/common/server/controller/SIARDController.java @@ -2,7 +2,7 @@ * 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.controller; diff --git a/src/main/java/com/databasepreservation/common/utils/UserUtility.java b/src/main/java/com/databasepreservation/common/utils/UserUtility.java index c0b7e332..daa0b582 100644 --- a/src/main/java/com/databasepreservation/common/utils/UserUtility.java +++ b/src/main/java/com/databasepreservation/common/utils/UserUtility.java @@ -2,7 +2,7 @@ * 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.utils;