From b3c1c260f058b4633c5bffa25bfc718c66c1457a Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Tue, 12 Mar 2019 14:51:23 +0100 Subject: [PATCH] comments --- src/python/recoll/recoll/conftree.py | 2 +- src/utils/conftree.cpp | 2 +- src/utils/conftree.h | 2 +- src/utils/execmd.cpp | 2 +- src/utils/execmd.h | 2 +- src/utils/netcon.cpp | 2 +- src/utils/netcon.h | 2 +- src/utils/pathut.cpp | 2 +- src/utils/pathut.h | 2 +- src/utils/readfile.cpp | 2 +- src/utils/readfile.h | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) mode change 100644 => 100755 src/python/recoll/recoll/conftree.py diff --git a/src/python/recoll/recoll/conftree.py b/src/python/recoll/recoll/conftree.py old mode 100644 new mode 100755 index f2e9e4bd..b8133f0b --- a/src/python/recoll/recoll/conftree.py +++ b/src/python/recoll/recoll/conftree.py @@ -12,7 +12,7 @@ # 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., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. from __future__ import print_function diff --git a/src/utils/conftree.cpp b/src/utils/conftree.cpp index 78ce6ce4..54cddee5 100644 --- a/src/utils/conftree.cpp +++ b/src/utils/conftree.cpp @@ -12,7 +12,7 @@ * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the * Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifdef BUILDING_RECOLL #include "autoconfig.h" diff --git a/src/utils/conftree.h b/src/utils/conftree.h index 62e194cd..b259596c 100644 --- a/src/utils/conftree.h +++ b/src/utils/conftree.h @@ -12,7 +12,7 @@ * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the * Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef _CONFTREE_H_ #define _CONFTREE_H_ diff --git a/src/utils/execmd.cpp b/src/utils/execmd.cpp index 4ad6c8d8..6fb4b861 100644 --- a/src/utils/execmd.cpp +++ b/src/utils/execmd.cpp @@ -12,7 +12,7 @@ * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the * Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifdef BUILDING_RECOLL #include "autoconfig.h" diff --git a/src/utils/execmd.h b/src/utils/execmd.h index da065a2e..92fd9f0f 100644 --- a/src/utils/execmd.h +++ b/src/utils/execmd.h @@ -12,7 +12,7 @@ * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the * Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef _EXECMD_H_INCLUDED_ #define _EXECMD_H_INCLUDED_ diff --git a/src/utils/netcon.cpp b/src/utils/netcon.cpp index ce36ddb5..f8cae81c 100644 --- a/src/utils/netcon.cpp +++ b/src/utils/netcon.cpp @@ -12,7 +12,7 @@ * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the * Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ // Wrapper classes for the socket interface diff --git a/src/utils/netcon.h b/src/utils/netcon.h index 972ef78c..d9cfb426 100644 --- a/src/utils/netcon.h +++ b/src/utils/netcon.h @@ -14,7 +14,7 @@ * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the * Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifdef BUILDING_RECOLL #include "autoconfig.h" diff --git a/src/utils/pathut.cpp b/src/utils/pathut.cpp index 461d07b5..453dc2fa 100644 --- a/src/utils/pathut.cpp +++ b/src/utils/pathut.cpp @@ -12,7 +12,7 @@ * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the * Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * flock emulation: * Emulate flock on platforms that lack it, primarily Windows and MinGW. diff --git a/src/utils/pathut.h b/src/utils/pathut.h index 621140af..75f9de50 100644 --- a/src/utils/pathut.h +++ b/src/utils/pathut.h @@ -12,7 +12,7 @@ * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the * Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef _PATHUT_H_INCLUDED_ #define _PATHUT_H_INCLUDED_ diff --git a/src/utils/readfile.cpp b/src/utils/readfile.cpp index a085b686..bd2b0cac 100644 --- a/src/utils/readfile.cpp +++ b/src/utils/readfile.cpp @@ -12,7 +12,7 @@ * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the * Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifdef BUILDING_RECOLL #include "autoconfig.h" diff --git a/src/utils/readfile.h b/src/utils/readfile.h index 2421e8cf..86eda6a7 100644 --- a/src/utils/readfile.h +++ b/src/utils/readfile.h @@ -12,7 +12,7 @@ * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the * Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef _READFILE_H_INCLUDED_ #define _READFILE_H_INCLUDED_