diff --git a/CvrModels/CvrInfo.cs b/CvrModels/CvrInfo.cs index 3d44d71..d320a10 100644 --- a/CvrModels/CvrInfo.cs +++ b/CvrModels/CvrInfo.cs @@ -19,12 +19,12 @@ // GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see +// along with this program. If not, see [https://www.gnu.org/licenses] // // // *********************************************************************** -namespace FCS.Virk.CvrModels +namespace FCS.Lib.Virk.CvrModels { /// /// Class CvrCompany. diff --git a/CvrModels/CvrState.cs b/CvrModels/CvrState.cs index d2e087d..b6543ac 100644 --- a/CvrModels/CvrState.cs +++ b/CvrModels/CvrState.cs @@ -4,7 +4,7 @@ // Created : 01-01-2022 // // Last Modified By : FH -// Last Modified On : 02-22-2022 +// Last Modified On : 02-24-2022 // *********************************************************************** // // Copyright (C) 2022 FCS Frede's Computer Services. @@ -19,11 +19,11 @@ // GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see +// along with this program. If not, see [https://www.gnu.org/licenses] // // // *********************************************************************** -namespace FCS.Virk.CvrModels +namespace FCS.Lib.Virk.CvrModels { /// /// Class CvrStatus. diff --git a/CvrModels/TimeFrame.cs b/CvrModels/TimeFrame.cs index c414637..9b82834 100644 --- a/CvrModels/TimeFrame.cs +++ b/CvrModels/TimeFrame.cs @@ -4,7 +4,7 @@ // Created : 01-01-2022 // // Last Modified By : FH -// Last Modified On : 02-22-2022 +// Last Modified On : 02-24-2022 // *********************************************************************** // // Copyright (C) 2022 FCS Frede's Computer Services. @@ -19,11 +19,11 @@ // GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see +// along with this program. If not, see [https://www.gnu.org/licenses] // // // *********************************************************************** -namespace FCS.Virk.CvrModels +namespace FCS.Lib.Virk.CvrModels { /// /// Class CvrPeriod. diff --git a/FCS.Virk.csproj b/FCS.Lib.Virk.csproj similarity index 100% rename from FCS.Virk.csproj rename to FCS.Lib.Virk.csproj diff --git a/FCS.Lib.Virk.csproj.DotSettings b/FCS.Lib.Virk.csproj.DotSettings new file mode 100644 index 0000000..6162834 --- /dev/null +++ b/FCS.Lib.Virk.csproj.DotSettings @@ -0,0 +1,2 @@ + + CSharp90 \ No newline at end of file diff --git a/VrCvrMapper.cs b/VrCvrMapper.cs index e14e4fb..ef3ed75 100644 --- a/VrCvrMapper.cs +++ b/VrCvrMapper.cs @@ -19,14 +19,15 @@ // GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see +// along with this program. If not, see [https://www.gnu.org/licenses] // // // *********************************************************************** -using FCS.Virk.CvrModels; -using FCS.Virk.VrModels; -namespace FCS.Virk +using FCS.Lib.Virk.CvrModels; +using FCS.Lib.Virk.VrModels; + +namespace FCS.Lib.Virk { /// /// Class VrCvrMapper. diff --git a/VrHttpRequest.cs b/VrHttpRequest.cs index 04b6a28..fac4cc0 100644 --- a/VrHttpRequest.cs +++ b/VrHttpRequest.cs @@ -19,14 +19,15 @@ // GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see +// along with this program. If not, see [https://www.gnu.org/licenses] // // // *********************************************************************** + using System.Net.Http.Headers; using System.Text; -namespace FCS.Virk +namespace FCS.Lib.Virk { /// /// Class VrHttpRequest. diff --git a/VrModels/NyesteBeliggenhedsadresse.cs b/VrModels/NyesteBeliggenhedsadresse.cs index f337648..1b7d59f 100644 --- a/VrModels/NyesteBeliggenhedsadresse.cs +++ b/VrModels/NyesteBeliggenhedsadresse.cs @@ -19,11 +19,11 @@ // GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see +// along with this program. If not, see [https://www.gnu.org/licenses] // // // *********************************************************************** -namespace FCS.Virk.VrModels +namespace FCS.Lib.Virk.VrModels { /// /// Class NyesteBeliggenhedsadresse. diff --git a/VrModels/NyesteNavn.cs b/VrModels/NyesteNavn.cs index bc2751c..4e459a7 100644 --- a/VrModels/NyesteNavn.cs +++ b/VrModels/NyesteNavn.cs @@ -19,12 +19,12 @@ // GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see +// along with this program. If not, see [https://www.gnu.org/licenses] // // // *********************************************************************** -namespace FCS.Virk.VrModels +namespace FCS.Lib.Virk.VrModels { /// /// Class NyesteNavn. diff --git a/VrModels/Periode.cs b/VrModels/Periode.cs index 038a769..c2e23ed 100644 --- a/VrModels/Periode.cs +++ b/VrModels/Periode.cs @@ -19,11 +19,11 @@ // GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see +// along with this program. If not, see [https://www.gnu.org/licenses] // // // *********************************************************************** -namespace FCS.Virk.VrModels +namespace FCS.Lib.Virk.VrModels { /// /// Class Periode. diff --git a/VrModels/VirksomhedMetadata.cs b/VrModels/VirksomhedMetadata.cs index 360d3fa..f8655e3 100644 --- a/VrModels/VirksomhedMetadata.cs +++ b/VrModels/VirksomhedMetadata.cs @@ -19,11 +19,11 @@ // GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see +// along with this program. If not, see [https://www.gnu.org/licenses] // // // *********************************************************************** -namespace FCS.Virk.VrModels +namespace FCS.Lib.Virk.VrModels { /// /// Class VirksomhedMetadata. diff --git a/VrModels/VirksomhedsStatus.cs b/VrModels/VirksomhedsStatus.cs index c06a408..8b55a12 100644 --- a/VrModels/VirksomhedsStatus.cs +++ b/VrModels/VirksomhedsStatus.cs @@ -19,11 +19,11 @@ // GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see +// along with this program. If not, see [https://www.gnu.org/licenses] // // // *********************************************************************** -namespace FCS.Virk.VrModels +namespace FCS.Lib.Virk.VrModels { /// /// Class VirksomhedsStatus. diff --git a/VrModels/VrVirksomhed.cs b/VrModels/VrVirksomhed.cs index 4562f76..5e46392 100644 --- a/VrModels/VrVirksomhed.cs +++ b/VrModels/VrVirksomhed.cs @@ -4,7 +4,7 @@ // Created : 02-21-2022 // // Last Modified By : FH -// Last Modified On : 02-21-2022 +// Last Modified On : 02-24-2022 // *********************************************************************** // // Copyright (C) 2022 FCS Frede's Computer Services. @@ -19,11 +19,11 @@ // GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see +// along with this program. If not, see [https://www.gnu.org/licenses] // // // *********************************************************************** -namespace FCS.Virk.VrModels +namespace FCS.Lib.Virk.VrModels { /// /// Class VrVirksomhed. diff --git a/VrQuery.cs b/VrQuery.cs index d2f5d20..2d699d0 100644 --- a/VrQuery.cs +++ b/VrQuery.cs @@ -19,11 +19,11 @@ // GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see +// along with this program. If not, see [https://www.gnu.org/licenses] // // // *********************************************************************** -namespace FCS.Virk +namespace FCS.Lib.Virk { /// /// Class VrQuery. diff --git a/VrQueryMapper.cs b/VrQueryMapper.cs index 530304f..9fbcb28 100644 --- a/VrQueryMapper.cs +++ b/VrQueryMapper.cs @@ -19,13 +19,14 @@ // GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see +// along with this program. If not, see [https://www.gnu.org/licenses] // // // *********************************************************************** + using Newtonsoft.Json.Linq; -namespace FCS.Virk +namespace FCS.Lib.Virk { /// /// Class VrQueryMapper. diff --git a/VrQueryValidator.cs b/VrQueryValidator.cs index a7a46c4..1d8c911 100644 --- a/VrQueryValidator.cs +++ b/VrQueryValidator.cs @@ -19,11 +19,11 @@ // GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see +// along with this program. If not, see [https://www.gnu.org/licenses] // // // *********************************************************************** -namespace FCS.Virk +namespace FCS.Lib.Virk { /// /// Class VrQueryValidator. diff --git a/VrResponseParser.cs b/VrResponseParser.cs index 6759875..0a2b613 100644 --- a/VrResponseParser.cs +++ b/VrResponseParser.cs @@ -19,15 +19,16 @@ // GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see +// along with this program. If not, see [https://www.gnu.org/licenses] // // // *********************************************************************** -using FCS.Virk.VrModels; + +using FCS.Lib.Virk.VrModels; using Newtonsoft.Json; using Newtonsoft.Json.Linq; -namespace FCS.Virk +namespace FCS.Lib.Virk { /// /// Class VrResponseParser. diff --git a/VrResponseView.cs b/VrResponseView.cs index cac3486..b3c87e7 100644 --- a/VrResponseView.cs +++ b/VrResponseView.cs @@ -19,13 +19,14 @@ // GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see +// along with this program. If not, see [https://www.gnu.org/licenses] // // // *********************************************************************** + using System.Net; -namespace FCS.Virk +namespace FCS.Lib.Virk { /// /// Class VrResponseView.