aboutsummaryrefslogtreecommitdiff
path: root/lib/Emails.Transactional.Plugin/src/Transactions/EmailTransactionValidator.cs
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-08-28 21:54:26 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-08-28 21:54:26 -0400
commitb153adbd86e226ad805c2edbb90e4032d386a1b0 (patch)
tree9d3e5d7f2966c66e0264001cb38c67f74d6cf707 /lib/Emails.Transactional.Plugin/src/Transactions/EmailTransactionValidator.cs
parent964e81b81cdb430ecee8f67a68e3c616b3f339aa (diff)
Refactor overhaul, data extensions & Resend.com support
Diffstat (limited to 'lib/Emails.Transactional.Plugin/src/Transactions/EmailTransactionValidator.cs')
-rw-r--r--lib/Emails.Transactional.Plugin/src/Transactions/EmailTransactionValidator.cs12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/Emails.Transactional.Plugin/src/Transactions/EmailTransactionValidator.cs b/lib/Emails.Transactional.Plugin/src/Transactions/EmailTransactionValidator.cs
index 5786efb..d6642d8 100644
--- a/lib/Emails.Transactional.Plugin/src/Transactions/EmailTransactionValidator.cs
+++ b/lib/Emails.Transactional.Plugin/src/Transactions/EmailTransactionValidator.cs
@@ -1,25 +1,25 @@
/*
-* Copyright (c) 2022 Vaughn Nugent
+* Copyright (c) 2023 Vaughn Nugent
*
* Library: VNLib
-* Package: Transactional Emails
+* Package: Emails.Transactional
* File: EmailTransactionValidator.cs
*
-* EmailTransactionValidator.cs is part of Transactional Emails which is part of the larger
+* EmailTransactionValidator.cs is part of Emails.Transactional which is part of the larger
* VNLib collection of libraries and utilities.
*
-* Transactional Emails is free software: you can redistribute it and/or modify
+* Emails.Transactional 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 2 of the License,
* or (at your option) any later version.
*
-* Transactional Emails is distributed in the hope that it will be useful,
+* Emails.Transactional 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 Transactional Emails. If not, see http://www.gnu.org/licenses/.
+* along with Emails.Transactional. If not, see http://www.gnu.org/licenses/.
*/
using FluentValidation;