# HG changeset patch # User Mikael Berthe # Date 1270992479 -7200 # Node ID a05815df848c48613af2c87864c51d5bc8fb1365 # Parent 3d1c22d311bbb38e4abb1feafeea0d347b72ca16 Update headers diff -r 3d1c22d311bb -r a05815df848c clock/clock.c --- a/clock/clock.c Sun Apr 11 14:59:53 2010 +0200 +++ b/clock/clock.c Sun Apr 11 15:27:59 2010 +0200 @@ -1,28 +1,28 @@ /* - Copyright 2010 Mikael Berthe - - Module "clock" -- Displays date and time - -Options: -- clock_precision_onesec: boolean (default: 0) - If true, the clock will be updated every second, - if false, the clock is updated once per minute. -- clock_strfmt: string (default: "%Y-%m-%d %H:%M") - strftime format string. - -This module 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 2 of the License, or -(at your option) any later version. - -This program 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 this program. If not, see . -*/ + * Module "clock" -- Displays date and time + * + * Options: + * - clock_precision_onesec: boolean (default: 0) + * If true, the clock will be updated every second, + * if false, the clock is updated once per minute. + * - clock_strfmt: string (default: "%Y-%m-%d %H:%M") + * strftime format string. + * + * Copyright (C) 2010 Mikael Berthe + * + * This module 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 2 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #include diff -r 3d1c22d311bb -r a05815df848c comment/comment.c --- a/comment/comment.c Sun Apr 11 14:59:53 2010 +0200 +++ b/comment/comment.c Sun Apr 11 15:27:59 2010 +0200 @@ -1,22 +1,22 @@ /* - Copyright 2010 Mikael Berthe - - Module "comment" -- adds a dummy /# command - (ignore the rest of the command line) - -This module 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 2 of the License, or -(at your option) any later version. - -This program 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 this program. If not, see . -*/ + * Module "comment" -- adds a dummy /# command + * (ignore the rest of the command line) + * + * Copyright (C) 2010 Mikael Berthe + * + * This module 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 2 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #include #include diff -r 3d1c22d311bb -r a05815df848c extsay-ng/extsay.c --- a/extsay-ng/extsay.c Sun Apr 11 14:59:53 2010 +0200 +++ b/extsay-ng/extsay.c Sun Apr 11 15:27:59 2010 +0200 @@ -1,23 +1,23 @@ /* - Copyright 2010 Mikael Berthe - - Module "extsay" -- adds a /extsay command - Spawns an external editor, using screen - See the README file - -This module 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 2 of the License, or -(at your option) any later version. - -This program 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 this program. If not, see . -*/ + * Module "extsay" -- adds a /extsay command + * Spawns an external editor, using screen + * See the README file + * + * Copyright (C) 2010 Mikael Berthe + * + * This module 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 2 of the License, or + * (at your option) any later version. + * + * This program 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 this program. If not, see . + */ #include #include diff -r 3d1c22d311bb -r a05815df848c killpresence/killpresence.c --- a/killpresence/killpresence.c Sun Apr 11 14:59:53 2010 +0200 +++ b/killpresence/killpresence.c Sun Apr 11 15:27:59 2010 +0200 @@ -1,27 +1,26 @@ /* - * Copyright (C) 2010 Mikael Berthe - - - Module "killpresence" -- Ignore current presence of an item - + * Module "killpresence" -- Ignore current presence of an item + * * /killpresence fulljid - Ignore current presence for the provided JID + * Ignore current presence for the provided JID * /killchatstates fulljid - Reset chat states for the provided JID - -This module 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 2 of the License, or -(at your option) any later version. - -This program 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 this program. If not, see . -*/ + * Reset chat states for the provided JID + * + * Copyright (C) 2010 Mikael Berthe + * + * This module 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 2 of the License, or (at + * your option) any later version. + * + * This program 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 this program. If not, see . + */ #include diff -r 3d1c22d311bb -r a05815df848c lastmsg/lastmsg.c --- a/lastmsg/lastmsg.c Sun Apr 11 14:59:53 2010 +0200 +++ b/lastmsg/lastmsg.c Sun Apr 11 15:27:59 2010 +0200 @@ -1,27 +1,27 @@ /* - Copyright 2010 Mikael Berthe - - Module "lastmsg" -- adds a /lastmsg command - Displays last personal messages - - This modules stores messages received in a MUC room while - you are away (or not available) if they contain your nickname. - When you're back, you can display them in the status window with - the /lastmsg command. - -This module 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 2 of the License, or -(at your option) any later version. - -This program 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 this program. If not, see . -*/ + * Module "lastmsg" -- adds a /lastmsg command + * Displays last personal messages + * + * This modules stores messages received in a MUC room while + * you are away (or not available) if they contain your nickname. + * When you're back, you can display them in the status window with + * the /lastmsg command. + * + * Copyright (C) 2010 Mikael Berthe + * + * This module 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 2 of the License, or (at + * your option) any later version. + * + * This program 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 this program. If not, see . + */ #include #include