diff options
author | George Hazan <ghazan@miranda.im> | 2018-07-09 18:43:06 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-07-09 18:43:06 +0300 |
commit | 229ea44a84d524e90fcc03529ba2df02507fb39c (patch) | |
tree | d6bb1456cb57ba923a96d42c595286314668b941 /plugins/ClientChangeNotify/src/pcre.h | |
parent | bcac155fc8bda519214531584cef79f850c02d38 (diff) |
ClientChangeNotify:
- fixes #1461 (Client change notify: crash)
- minor code cleaning;
- version bump;
Diffstat (limited to 'plugins/ClientChangeNotify/src/pcre.h')
-rw-r--r-- | plugins/ClientChangeNotify/src/pcre.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/plugins/ClientChangeNotify/src/pcre.h b/plugins/ClientChangeNotify/src/pcre.h index 09294dabba..f230896689 100644 --- a/plugins/ClientChangeNotify/src/pcre.h +++ b/plugins/ClientChangeNotify/src/pcre.h @@ -2,19 +2,19 @@ Pcre.h
Copyright (c) 2007-2008 Chervov Dmitry
- This program 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 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.
+ 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, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "CString.h"
|