aboutsummaryrefslogtreecommitdiff
path: root/src/IAuthenticator.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/IAuthenticator.cs')
-rw-r--r--src/IAuthenticator.cs22
1 files changed, 21 insertions, 1 deletions
diff --git a/src/IAuthenticator.cs b/src/IAuthenticator.cs
index 440a69f..447f35e 100644
--- a/src/IAuthenticator.cs
+++ b/src/IAuthenticator.cs
@@ -1,4 +1,24 @@
-
+/*
+* Copyright (c) 2023 Vaughn Nugent
+*
+* Package: PkiAuthenticator
+* File: IAuthenticator.cs
+*
+* PkiAuthenticator 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.
+*
+* PkiAuthenticator 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 PkiAuthenticator. If not, see http://www.gnu.org/licenses/.
+*/
+
+
using System;
using System.Security.Cryptography.X509Certificates;