From ad3d00eb79328b9e6f74b67bbe96ff39d61aa3d7 Mon Sep 17 00:00:00 2001 From: Frede Hundewadt Date: Wed, 14 Dec 2022 11:31:05 +0100 Subject: [PATCH] refactor header --- ExtensionsEx.cs | 2 +- Generators.cs | 2 +- IAsyncReadonlyRepo.cs | 2 +- IRepository.cs | 2 +- IRepositoryEx.cs | 2 +- Mogrify.cs | 2 +- Properties/AssemblyInfo.cs | 4 ++-- Squid.cs | 2 +- StringOptions.cs | 2 +- VatFormatValidator.cs | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ExtensionsEx.cs b/ExtensionsEx.cs index d8c2fe7..e5b9d53 100644 --- a/ExtensionsEx.cs +++ b/ExtensionsEx.cs @@ -6,7 +6,7 @@ // Last Modified By : Frede H. // Last Modified On : 02-24-2022 // *********************************************************************** -// +// // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the Affero GNU General Public License as diff --git a/Generators.cs b/Generators.cs index 74e2588..3e8644f 100644 --- a/Generators.cs +++ b/Generators.cs @@ -6,7 +6,7 @@ // Last Modified By : FH // Last Modified On : 02-24-2022 // *********************************************************************** -// +// // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the Affero GNU General Public License as diff --git a/IAsyncReadonlyRepo.cs b/IAsyncReadonlyRepo.cs index 9b7b177..8de4eb2 100644 --- a/IAsyncReadonlyRepo.cs +++ b/IAsyncReadonlyRepo.cs @@ -6,7 +6,7 @@ // Last Modified By : FH // Last Modified On : 02-24-2022 // *********************************************************************** -// +// // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the Affero GNU General Public License as diff --git a/IRepository.cs b/IRepository.cs index 275c4cb..74e892e 100644 --- a/IRepository.cs +++ b/IRepository.cs @@ -6,7 +6,7 @@ // Last Modified By : FH // Last Modified On : 02-24-2022 // *********************************************************************** -// +// // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the Affero GNU General Public License as diff --git a/IRepositoryEx.cs b/IRepositoryEx.cs index e310e5b..20fc021 100644 --- a/IRepositoryEx.cs +++ b/IRepositoryEx.cs @@ -6,7 +6,7 @@ // Last Modified By : FH // Last Modified On : 02-24-2022 // *********************************************************************** -// +// // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the Affero GNU General Public License as diff --git a/Mogrify.cs b/Mogrify.cs index b8fc422..b53b95c 100644 --- a/Mogrify.cs +++ b/Mogrify.cs @@ -6,7 +6,7 @@ // Last Modified By : Frede H. // Last Modified On : 02-24-2022 // *********************************************************************** -// +// // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the Affero GNU General Public License as diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 5d1fa51..95196f5 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -17,5 +17,5 @@ using System.Runtime.InteropServices; [assembly: ComVisible(false)] [assembly: Guid("8D850197-78DB-4D16-A91F-E5BB6E8880A7")] -[assembly: AssemblyVersion("1.0.22346.0710")] -[assembly: AssemblyFileVersion("1.0.22346.0710")] \ No newline at end of file +[assembly: AssemblyVersion("1.0.22348.1022")] +[assembly: AssemblyFileVersion("1.0.22348.1022")] \ No newline at end of file diff --git a/Squid.cs b/Squid.cs index cee9c57..5ac1b69 100644 --- a/Squid.cs +++ b/Squid.cs @@ -6,7 +6,7 @@ // Last Modified By : FH // Last Modified On : 02-24-2022 // *********************************************************************** -// +// // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the Affero GNU General Public License as diff --git a/StringOptions.cs b/StringOptions.cs index 8131aed..d53c6dd 100644 --- a/StringOptions.cs +++ b/StringOptions.cs @@ -6,7 +6,7 @@ // Last Modified By : FH // Last Modified On : 03-14-2022 // *********************************************************************** -// +// // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/VatFormatValidator.cs b/VatFormatValidator.cs index 7088404..bafa576 100644 --- a/VatFormatValidator.cs +++ b/VatFormatValidator.cs @@ -6,7 +6,7 @@ // Last Modified By : FH // Last Modified On : 04-19-2022 // *********************************************************************** -// +// // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as