about summary refs log tree commit diff stats
path: root/src/event/server_events.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/event/server_events.c')
-rw-r--r--src/event/server_events.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/event/server_events.c b/src/event/server_events.c
index c10f69c3..fbdd4bcc 100644
--- a/src/event/server_events.c
+++ b/src/event/server_events.c
@@ -5,20 +5,20 @@
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  * Copyright (C) 2019 - 2023 Michael Vetter <jubalh@iodoru.org>
  *
- * This file is part of Profanity.
+ * This file is part of Profani-tty.
  *
- * Profanity is free software: you can redistribute it and/or modify
+ * Profani-tty 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.
  *
- * Profanity is distributed in the hope that it will be useful,
+ * Profani-tty 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 Profanity.  If not, see <https://www.gnu.org/licenses/>.
+ * along with Profani-tty.  If not, see <https://www.gnu.org/licenses/>.
  *
  * In addition, as a special exception, the copyright holders give permission to
  * link the code of portions of this program with the OpenSSL library under
@@ -41,7 +41,7 @@
 #include <assert.h>
 
 #include "config/accounts.h"
-#include "profanity.h"
+#include "profani-tty.h"
 #include "log.h"
 #include "chatlog.h"
 #include "database.h"
@@ -1181,7 +1181,7 @@ sv_ev_muc_occupant_online(const char* const room, const char* const nick, const
 int
 sv_ev_certfail(const char* const errormsg, const TLSCertificate* cert)
 {
-    // check profanity trusted certs
+    // check profani-tty trusted certs
     if (tlscerts_exists(cert->fingerprint)) {
         cafile_add(cert);
         return 1;