comparison mcabber/src/help.c @ 1205:2de8f8ba1f34

Update copyrights
author Mikael Berthe <mikael@lilotux.net>
date Sat, 28 Apr 2007 22:01:37 +0200
parents 94bb9e40e40b
children 366ef500c522
comparison
equal deleted inserted replaced
1204:e802ec0c02d2 1205:2de8f8ba1f34
1 /* 1 /*
2 * help.c -- Help command 2 * help.c -- Help command
3 * 3 *
4 * Copyright (C) 2006 Mikael Berthe <bmikael@lists.lilotux.net> 4 * Copyright (C) 2006-2007 Mikael Berthe <mikael@lilotux.net>
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify 6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by 7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or (at 8 * the Free Software Foundation; either version 2 of the License, or (at
9 * your option) any later version. 9 * your option) any later version.
118 118
119 return 0; 119 return 0;
120 #endif /* DATA_DIR */ 120 #endif /* DATA_DIR */
121 } 121 }
122 122
123
124 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */ 123 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */