comparison mcabber/src/otr.c @ 1599:dcd5d4c75199

Update/Add headers
author Mikael Berthe <mikael@lilotux.net>
date Sun, 11 Oct 2009 15:39:32 +0200
parents a087125d8fc8
children f4a2c6f767d1
comparison
equal deleted inserted replaced
1598:a087125d8fc8 1599:dcd5d4c75199
1 /* 1 /*
2 * otr.c -- Off-The-Record Messaging for mcabber 2 * otr.c -- Off-The-Record Messaging for mcabber
3 * 3 *
4 * Copyright (C) 2007 Frank Zschockelt <mcabber_otr@freakysoft.de> 4 * Copyright (C) 2007-2009 Frank Zschockelt <mcabber_otr@freakysoft.de>
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.
771 { 771 {
772 return FALSE; 772 return FALSE;
773 } 773 }
774 774
775 #endif /* HAVE_LIBOTR */ 775 #endif /* HAVE_LIBOTR */
776
776 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */ 777 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */