]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/mtch.c
Update copyright notice
[empserver] / src / lib / subs / mtch.c
index 483d59f4c99061dcb1d84448d6122e72b01258b4..f2d8419f29e21522465598f4a3e31340d20f3850 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2012, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2021, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                Ken Stevens, Steve McClure, Markus Armbruster
  *
  *  Empire is free software: you can redistribute it and/or modify
 #include "prototypes.h"
 
 /*
- * Search for COMMAND in COMS[], return its index.
+ * Search for @command in @coms[], return its index.
  * Return M_NOTFOUND if there are no matches, M_NOTUNIQUE if there are
  * several, M_IGNORE if the command should be ignored.
- * Ignore commands that require more permissions than COMSTAT.
+ * Ignore commands that require more permissions than @comstat.
  */
 int
 comtch(char *command, struct cmndstr *coms, int comstat)