about summary refs log tree commit diff stats
path: root/src/command/cmd_ac.c
diff options
context:
space:
mode:
authorDaniel Santos <dacs.git@brilhante.top>2023-04-11 19:40:34 +0100
committerDaniel Santos <dan.git@brilhante.top>2023-07-01 10:06:43 +0100
commita4ca6291afe1e407b72b2ec03bffc595946071f3 (patch)
tree62a59e83f197497af240663fffc1f8a68991e008 /src/command/cmd_ac.c
parentd049e91590af343327990a25dc3371adceb9d54b (diff)
downloadprofani-tty-a4ca6291afe1e407b72b2ec03bffc595946071f3.tar.gz
Profani-tty has reborn
Diffstat (limited to 'src/command/cmd_ac.c')
-rw-r--r--src/command/cmd_ac.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/command/cmd_ac.c b/src/command/cmd_ac.c
index 48d712e4..d182e4db 100644
--- a/src/command/cmd_ac.c
+++ b/src/command/cmd_ac.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
@@ -301,7 +301,7 @@ static GHashTable* ac_funcs = NULL;
 /*!
  * \brief Initialization of auto completion for commands.
  *
- * This function implements the auto completion for profanity's commands.
+ * This function implements the auto completion for profani-tty's commands.
  *
  */