From 44fb9be1ff58f5a035bd4f5c714a5f381643baba Mon Sep 17 00:00:00 2001 From: James Friel Date: Wed, 29 Nov 2023 08:00:01 +0000 Subject: [PATCH] remove hicplugin reference --- .../AtomicCommands/ExecuteCommandConfirmRedactedCHI.cs | 3 +-- .../ExecuteCommandRedactCHIsFromCatalogue.cs | 8 ++++++-- .../AtomicCommands/ExecuteCommandRevertRedactedCHI.cs | 3 +-- .../Components/Runtime/ExecuteCHIRedactionStage.cs | 1 - Rdmp.UI/SimpleDialogs/RedactChisInCatalogueDialog.cs | 6 +++++- .../SimpleDialogs/ViewRedactedCHIsInCatalogueDialog.cs | 6 +++++- 6 files changed, 18 insertions(+), 9 deletions(-) diff --git a/Rdmp.Core/CommandExecution/AtomicCommands/ExecuteCommandConfirmRedactedCHI.cs b/Rdmp.Core/CommandExecution/AtomicCommands/ExecuteCommandConfirmRedactedCHI.cs index dec70626c3..31d4b4b46e 100644 --- a/Rdmp.Core/CommandExecution/AtomicCommands/ExecuteCommandConfirmRedactedCHI.cs +++ b/Rdmp.Core/CommandExecution/AtomicCommands/ExecuteCommandConfirmRedactedCHI.cs @@ -1,5 +1,4 @@ -using HICPlugin.Curation.Data; -using Rdmp.Core.Curation.Data; +using Rdmp.Core.Curation.Data; namespace Rdmp.Core.CommandExecution.AtomicCommands; diff --git a/Rdmp.Core/CommandExecution/AtomicCommands/ExecuteCommandRedactCHIsFromCatalogue.cs b/Rdmp.Core/CommandExecution/AtomicCommands/ExecuteCommandRedactCHIsFromCatalogue.cs index b9233f8cb4..1affa409a6 100644 --- a/Rdmp.Core/CommandExecution/AtomicCommands/ExecuteCommandRedactCHIsFromCatalogue.cs +++ b/Rdmp.Core/CommandExecution/AtomicCommands/ExecuteCommandRedactCHIsFromCatalogue.cs @@ -1,4 +1,9 @@ -using Rdmp.Core.CommandExecution.AtomicCommands; +// Copyright (c) The University of Dundee 2018-2023 +// This file is part of the Research Data Management Platform (RDMP). +// RDMP is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. +// RDMP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. +// You should have received a copy of the GNU General Public License along with RDMP. If not, see . +using Rdmp.Core.CommandExecution.AtomicCommands; using Rdmp.Core.CommandExecution; using System; using System.Collections.Generic; @@ -14,7 +19,6 @@ using Rdmp.Core.Curation.Data.Defaults; using TB.ComponentModel; using FAnsi.Discovery.TableCreation; -using HICPlugin.Curation.Data; using Rdmp.Core.DataFlowPipeline; namespace Rdmp.Core.CommandExecution.AtomicCommands; diff --git a/Rdmp.Core/CommandExecution/AtomicCommands/ExecuteCommandRevertRedactedCHI.cs b/Rdmp.Core/CommandExecution/AtomicCommands/ExecuteCommandRevertRedactedCHI.cs index 795ebf9298..bab329a100 100644 --- a/Rdmp.Core/CommandExecution/AtomicCommands/ExecuteCommandRevertRedactedCHI.cs +++ b/Rdmp.Core/CommandExecution/AtomicCommands/ExecuteCommandRevertRedactedCHI.cs @@ -1,5 +1,4 @@ -using HICPlugin.Curation.Data; -using Microsoft.Data.SqlClient; +using Microsoft.Data.SqlClient; using Rdmp.Core.Curation.Data; using Rdmp.Core.ReusableLibraryCode.DataAccess; using System; diff --git a/Rdmp.Core/DataLoad/Engine/LoadExecution/Components/Runtime/ExecuteCHIRedactionStage.cs b/Rdmp.Core/DataLoad/Engine/LoadExecution/Components/Runtime/ExecuteCHIRedactionStage.cs index 68cb20266d..07ab275c81 100644 --- a/Rdmp.Core/DataLoad/Engine/LoadExecution/Components/Runtime/ExecuteCHIRedactionStage.cs +++ b/Rdmp.Core/DataLoad/Engine/LoadExecution/Components/Runtime/ExecuteCHIRedactionStage.cs @@ -1,5 +1,4 @@ using FAnsi.Discovery; -using HICPlugin.Curation.Data; using Rdmp.Core.CommandExecution; using Rdmp.Core.CommandExecution.AtomicCommands; using Rdmp.Core.Curation.Data; diff --git a/Rdmp.UI/SimpleDialogs/RedactChisInCatalogueDialog.cs b/Rdmp.UI/SimpleDialogs/RedactChisInCatalogueDialog.cs index f5bc5500a1..d60237c197 100644 --- a/Rdmp.UI/SimpleDialogs/RedactChisInCatalogueDialog.cs +++ b/Rdmp.UI/SimpleDialogs/RedactChisInCatalogueDialog.cs @@ -1,4 +1,8 @@ -using HICPlugin.Curation.Data; +// Copyright (c) The University of Dundee 2018-2023 +// This file is part of the Research Data Management Platform (RDMP). +// RDMP is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. +// RDMP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. +// You should have received a copy of the GNU General Public License along with RDMP. If not, see . using Rdmp.Core.CommandExecution.AtomicCommands; using Rdmp.Core.Curation.Data; using Rdmp.UI.ItemActivation; diff --git a/Rdmp.UI/SimpleDialogs/ViewRedactedCHIsInCatalogueDialog.cs b/Rdmp.UI/SimpleDialogs/ViewRedactedCHIsInCatalogueDialog.cs index 82e9ded400..dced3a1e3c 100644 --- a/Rdmp.UI/SimpleDialogs/ViewRedactedCHIsInCatalogueDialog.cs +++ b/Rdmp.UI/SimpleDialogs/ViewRedactedCHIsInCatalogueDialog.cs @@ -1,4 +1,8 @@ -using HICPlugin.Curation.Data; +// Copyright (c) The University of Dundee 2018-2023 +// This file is part of the Research Data Management Platform (RDMP). +// RDMP is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. +// RDMP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. +// You should have received a copy of the GNU General Public License along with RDMP. If not, see . using Rdmp.Core.CommandExecution; using Rdmp.Core.CommandExecution.AtomicCommands; using Rdmp.Core.Curation.Data;