summaryrefslogtreecommitdiff
path: root/libs/hunspell
diff options
context:
space:
mode:
authorKirill Volinsky <Mataes2007@gmail.com>2017-12-06 13:00:20 +0300
committerKirill Volinsky <Mataes2007@gmail.com>2017-12-06 13:09:18 +0300
commit62202ed10617927d5429bc59898e12a366abe744 (patch)
tree4960bf1241b59cf009118da6cdab87294b1a95e1 /libs/hunspell
parentb30e7ca1c642a3f88659a4346832e653407e1c0f (diff)
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'libs/hunspell')
-rw-r--r--libs/hunspell/include/hunspell.hpp2
-rw-r--r--libs/hunspell/res/Hunspell.rc2
-rw-r--r--libs/hunspell/src/affentry.cxx2
-rw-r--r--libs/hunspell/src/affentry.hxx2
-rw-r--r--libs/hunspell/src/affixmgr.cxx2
-rw-r--r--libs/hunspell/src/affixmgr.hxx2
-rw-r--r--libs/hunspell/src/atypes.hxx2
-rw-r--r--libs/hunspell/src/baseaffix.hxx2
-rw-r--r--libs/hunspell/src/config.h2
-rw-r--r--libs/hunspell/src/csutil.cxx2
-rw-r--r--libs/hunspell/src/csutil.hxx2
-rw-r--r--libs/hunspell/src/filemgr.cxx2
-rw-r--r--libs/hunspell/src/filemgr.hxx2
-rw-r--r--libs/hunspell/src/hashmgr.cxx2
-rw-r--r--libs/hunspell/src/hashmgr.hxx2
-rw-r--r--libs/hunspell/src/htypes.hxx2
-rw-r--r--libs/hunspell/src/hunspell.cxx2
-rw-r--r--libs/hunspell/src/hunspell.h2
-rw-r--r--libs/hunspell/src/hunspell.hxx2
-rw-r--r--libs/hunspell/src/hunvisapi.h2
-rw-r--r--libs/hunspell/src/hunzip.cxx2
-rw-r--r--libs/hunspell/src/hunzip.hxx2
-rw-r--r--libs/hunspell/src/langnum.hxx2
-rw-r--r--libs/hunspell/src/phonet.cxx2
-rw-r--r--libs/hunspell/src/phonet.hxx2
-rw-r--r--libs/hunspell/src/replist.cxx2
-rw-r--r--libs/hunspell/src/replist.hxx2
-rw-r--r--libs/hunspell/src/stdafx.cxx2
-rw-r--r--libs/hunspell/src/stdafx.h1
-rw-r--r--libs/hunspell/src/suggestmgr.cxx2
-rw-r--r--libs/hunspell/src/suggestmgr.hxx2
-rw-r--r--libs/hunspell/src/utf_info.c++2
-rw-r--r--libs/hunspell/src/w_char.hxx2
33 files changed, 33 insertions, 32 deletions
diff --git a/libs/hunspell/include/hunspell.hpp b/libs/hunspell/include/hunspell.hpp
index 27e2e235be..f0143a7fc3 100644
--- a/libs/hunspell/include/hunspell.hpp
+++ b/libs/hunspell/include/hunspell.hpp
@@ -1,4 +1,4 @@
-#include "../src/hunspell.h"
+#include "../src/hunspell.h"
#include "../src/hunspell.hxx"
#include "../src/affentry.hxx"
#include "../src/config.h"
diff --git a/libs/hunspell/res/Hunspell.rc b/libs/hunspell/res/Hunspell.rc
index 5918aca9cc..8c819b35b5 100644
--- a/libs/hunspell/res/Hunspell.rc
+++ b/libs/hunspell/res/Hunspell.rc
@@ -1,4 +1,4 @@
-
+
#include <windows.h>
VS_VERSION_INFO VERSIONINFO
diff --git a/libs/hunspell/src/affentry.cxx b/libs/hunspell/src/affentry.cxx
index 4ef0c00d9b..4fad9f7d53 100644
--- a/libs/hunspell/src/affentry.cxx
+++ b/libs/hunspell/src/affentry.cxx
@@ -1,4 +1,4 @@
-/* ***** BEGIN LICENSE BLOCK *****
+/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* Copyright (C) 2002-2017 Németh László
diff --git a/libs/hunspell/src/affentry.hxx b/libs/hunspell/src/affentry.hxx
index 4bafc043f4..a31ed2e96f 100644
--- a/libs/hunspell/src/affentry.hxx
+++ b/libs/hunspell/src/affentry.hxx
@@ -1,4 +1,4 @@
-/* ***** BEGIN LICENSE BLOCK *****
+/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* Copyright (C) 2002-2017 Németh László
diff --git a/libs/hunspell/src/affixmgr.cxx b/libs/hunspell/src/affixmgr.cxx
index ffce7bb1bd..bfb7b7be39 100644
--- a/libs/hunspell/src/affixmgr.cxx
+++ b/libs/hunspell/src/affixmgr.cxx
@@ -1,4 +1,4 @@
-/* ***** BEGIN LICENSE BLOCK *****
+/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* Copyright (C) 2002-2017 Németh László
diff --git a/libs/hunspell/src/affixmgr.hxx b/libs/hunspell/src/affixmgr.hxx
index d41e69cfd2..973d6e8e10 100644
--- a/libs/hunspell/src/affixmgr.hxx
+++ b/libs/hunspell/src/affixmgr.hxx
@@ -1,4 +1,4 @@
-/* ***** BEGIN LICENSE BLOCK *****
+/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* Copyright (C) 2002-2017 Németh László
diff --git a/libs/hunspell/src/atypes.hxx b/libs/hunspell/src/atypes.hxx
index f841523189..618e532d74 100644
--- a/libs/hunspell/src/atypes.hxx
+++ b/libs/hunspell/src/atypes.hxx
@@ -1,4 +1,4 @@
-/* ***** BEGIN LICENSE BLOCK *****
+/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* Copyright (C) 2002-2017 Németh László
diff --git a/libs/hunspell/src/baseaffix.hxx b/libs/hunspell/src/baseaffix.hxx
index 9191dba475..1e042005f9 100644
--- a/libs/hunspell/src/baseaffix.hxx
+++ b/libs/hunspell/src/baseaffix.hxx
@@ -1,4 +1,4 @@
-/* ***** BEGIN LICENSE BLOCK *****
+/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* Copyright (C) 2002-2017 Németh László
diff --git a/libs/hunspell/src/config.h b/libs/hunspell/src/config.h
index f3b64fb819..55c31215eb 100644
--- a/libs/hunspell/src/config.h
+++ b/libs/hunspell/src/config.h
@@ -1,4 +1,4 @@
-/* config.h.in. Generated from configure.ac by autoheader. */
+/* config.h.in. Generated from configure.ac by autoheader. */
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
systems. This function is required for `alloca.c' support on those systems.
diff --git a/libs/hunspell/src/csutil.cxx b/libs/hunspell/src/csutil.cxx
index be43a5b597..96e578dec2 100644
--- a/libs/hunspell/src/csutil.cxx
+++ b/libs/hunspell/src/csutil.cxx
@@ -1,4 +1,4 @@
-/* ***** BEGIN LICENSE BLOCK *****
+/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* Copyright (C) 2002-2017 Németh László
diff --git a/libs/hunspell/src/csutil.hxx b/libs/hunspell/src/csutil.hxx
index 5d83f80970..eab1a1b196 100644
--- a/libs/hunspell/src/csutil.hxx
+++ b/libs/hunspell/src/csutil.hxx
@@ -1,4 +1,4 @@
-/* ***** BEGIN LICENSE BLOCK *****
+/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* Copyright (C) 2002-2017 Németh László
diff --git a/libs/hunspell/src/filemgr.cxx b/libs/hunspell/src/filemgr.cxx
index 4a14de8762..f6d7b257e2 100644
--- a/libs/hunspell/src/filemgr.cxx
+++ b/libs/hunspell/src/filemgr.cxx
@@ -1,4 +1,4 @@
-/* ***** BEGIN LICENSE BLOCK *****
+/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* Copyright (C) 2002-2017 Németh László
diff --git a/libs/hunspell/src/filemgr.hxx b/libs/hunspell/src/filemgr.hxx
index 62433aeefe..b85440b42e 100644
--- a/libs/hunspell/src/filemgr.hxx
+++ b/libs/hunspell/src/filemgr.hxx
@@ -1,4 +1,4 @@
-/* ***** BEGIN LICENSE BLOCK *****
+/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* Copyright (C) 2002-2017 Németh László
diff --git a/libs/hunspell/src/hashmgr.cxx b/libs/hunspell/src/hashmgr.cxx
index 23421b567a..637481535a 100644
--- a/libs/hunspell/src/hashmgr.cxx
+++ b/libs/hunspell/src/hashmgr.cxx
@@ -1,4 +1,4 @@
-/* ***** BEGIN LICENSE BLOCK *****
+/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* Copyright (C) 2002-2017 Németh László
diff --git a/libs/hunspell/src/hashmgr.hxx b/libs/hunspell/src/hashmgr.hxx
index da485d7afa..f65113d80d 100644
--- a/libs/hunspell/src/hashmgr.hxx
+++ b/libs/hunspell/src/hashmgr.hxx
@@ -1,4 +1,4 @@
-/* ***** BEGIN LICENSE BLOCK *****
+/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* Copyright (C) 2002-2017 Németh László
diff --git a/libs/hunspell/src/htypes.hxx b/libs/hunspell/src/htypes.hxx
index 8f66a0080e..705963963a 100644
--- a/libs/hunspell/src/htypes.hxx
+++ b/libs/hunspell/src/htypes.hxx
@@ -1,4 +1,4 @@
-/* ***** BEGIN LICENSE BLOCK *****
+/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* Copyright (C) 2002-2017 Németh László
diff --git a/libs/hunspell/src/hunspell.cxx b/libs/hunspell/src/hunspell.cxx
index b1535013fe..92a8ce6445 100644
--- a/libs/hunspell/src/hunspell.cxx
+++ b/libs/hunspell/src/hunspell.cxx
@@ -1,4 +1,4 @@
-/* ***** BEGIN LICENSE BLOCK *****
+/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* Copyright (C) 2002-2017 Németh László
diff --git a/libs/hunspell/src/hunspell.h b/libs/hunspell/src/hunspell.h
index 3aca30ab2f..38af8661fd 100644
--- a/libs/hunspell/src/hunspell.h
+++ b/libs/hunspell/src/hunspell.h
@@ -1,4 +1,4 @@
-/* ***** BEGIN LICENSE BLOCK *****
+/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
diff --git a/libs/hunspell/src/hunspell.hxx b/libs/hunspell/src/hunspell.hxx
index f728f829c2..a137fcd060 100644
--- a/libs/hunspell/src/hunspell.hxx
+++ b/libs/hunspell/src/hunspell.hxx
@@ -1,4 +1,4 @@
-/* ***** BEGIN LICENSE BLOCK *****
+/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* Copyright (C) 2002-2017 Németh László
diff --git a/libs/hunspell/src/hunvisapi.h b/libs/hunspell/src/hunvisapi.h
index eb2b348091..81f2177c58 100644
--- a/libs/hunspell/src/hunvisapi.h
+++ b/libs/hunspell/src/hunvisapi.h
@@ -1,4 +1,4 @@
-#ifndef HUNSPELL_VISIBILITY_H_
+#ifndef HUNSPELL_VISIBILITY_H_
#define HUNSPELL_VISIBILITY_H_
#if defined(HUNSPELL_STATIC)
diff --git a/libs/hunspell/src/hunzip.cxx b/libs/hunspell/src/hunzip.cxx
index 8962b100b1..434e52d2b1 100644
--- a/libs/hunspell/src/hunzip.cxx
+++ b/libs/hunspell/src/hunzip.cxx
@@ -1,4 +1,4 @@
-/* ***** BEGIN LICENSE BLOCK *****
+/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* Copyright (C) 2002-2017 Németh László
diff --git a/libs/hunspell/src/hunzip.hxx b/libs/hunspell/src/hunzip.hxx
index ea2bc58d26..bb2c54a7ea 100644
--- a/libs/hunspell/src/hunzip.hxx
+++ b/libs/hunspell/src/hunzip.hxx
@@ -1,4 +1,4 @@
-/* ***** BEGIN LICENSE BLOCK *****
+/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* Copyright (C) 2002-2017 Németh László
diff --git a/libs/hunspell/src/langnum.hxx b/libs/hunspell/src/langnum.hxx
index a64d3d7869..37ddda85b5 100644
--- a/libs/hunspell/src/langnum.hxx
+++ b/libs/hunspell/src/langnum.hxx
@@ -1,4 +1,4 @@
-/* ***** BEGIN LICENSE BLOCK *****
+/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* Copyright (C) 2002-2017 Németh László
diff --git a/libs/hunspell/src/phonet.cxx b/libs/hunspell/src/phonet.cxx
index 69601a2872..3b5509b48c 100644
--- a/libs/hunspell/src/phonet.cxx
+++ b/libs/hunspell/src/phonet.cxx
@@ -1,4 +1,4 @@
-/* phonetic.c - generic replacement aglogithms for phonetic transformation
+/* phonetic.c - generic replacement aglogithms for phonetic transformation
Copyright (C) 2000 Bjoern Jacke
This library is free software; you can redistribute it and/or
diff --git a/libs/hunspell/src/phonet.hxx b/libs/hunspell/src/phonet.hxx
index 2d58b3ba1b..714bbc5262 100644
--- a/libs/hunspell/src/phonet.hxx
+++ b/libs/hunspell/src/phonet.hxx
@@ -1,4 +1,4 @@
-/* phonetic.c - generic replacement aglogithms for phonetic transformation
+/* phonetic.c - generic replacement aglogithms for phonetic transformation
Copyright (C) 2000 Bjoern Jacke
This library is free software; you can redistribute it and/or
diff --git a/libs/hunspell/src/replist.cxx b/libs/hunspell/src/replist.cxx
index cabe382bfd..1eb64cbc7b 100644
--- a/libs/hunspell/src/replist.cxx
+++ b/libs/hunspell/src/replist.cxx
@@ -1,4 +1,4 @@
-/* ***** BEGIN LICENSE BLOCK *****
+/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* Copyright (C) 2002-2017 Németh László
diff --git a/libs/hunspell/src/replist.hxx b/libs/hunspell/src/replist.hxx
index 1e3efa4131..80026fdd5f 100644
--- a/libs/hunspell/src/replist.hxx
+++ b/libs/hunspell/src/replist.hxx
@@ -1,4 +1,4 @@
-/* ***** BEGIN LICENSE BLOCK *****
+/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* Copyright (C) 2002-2017 Németh László
diff --git a/libs/hunspell/src/stdafx.cxx b/libs/hunspell/src/stdafx.cxx
index 1577c4e3bc..6575610bd7 100644
--- a/libs/hunspell/src/stdafx.cxx
+++ b/libs/hunspell/src/stdafx.cxx
@@ -1 +1 @@
-#include "stdafx.h" \ No newline at end of file
+#include "stdafx.h" \ No newline at end of file
diff --git a/libs/hunspell/src/stdafx.h b/libs/hunspell/src/stdafx.h
index e69de29bb2..5f282702bb 100644
--- a/libs/hunspell/src/stdafx.h
+++ b/libs/hunspell/src/stdafx.h
@@ -0,0 +1 @@
+ \ No newline at end of file
diff --git a/libs/hunspell/src/suggestmgr.cxx b/libs/hunspell/src/suggestmgr.cxx
index 73ea91e3a3..e769998ef0 100644
--- a/libs/hunspell/src/suggestmgr.cxx
+++ b/libs/hunspell/src/suggestmgr.cxx
@@ -1,4 +1,4 @@
-/* ***** BEGIN LICENSE BLOCK *****
+/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* Copyright (C) 2002-2017 Németh László
diff --git a/libs/hunspell/src/suggestmgr.hxx b/libs/hunspell/src/suggestmgr.hxx
index 19ffc03a84..fc167f4275 100644
--- a/libs/hunspell/src/suggestmgr.hxx
+++ b/libs/hunspell/src/suggestmgr.hxx
@@ -1,4 +1,4 @@
-/* ***** BEGIN LICENSE BLOCK *****
+/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* Copyright (C) 2002-2017 Németh László
diff --git a/libs/hunspell/src/utf_info.c++ b/libs/hunspell/src/utf_info.c++
index 6bb847f2a6..fd052fbfcd 100644
--- a/libs/hunspell/src/utf_info.c++
+++ b/libs/hunspell/src/utf_info.c++
@@ -1,4 +1,4 @@
-/* ***** BEGIN LICENSE BLOCK *****
+/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* Copyright (C) 2002-2017 Németh László
diff --git a/libs/hunspell/src/w_char.hxx b/libs/hunspell/src/w_char.hxx
index 5accb7568f..8731e495dc 100644
--- a/libs/hunspell/src/w_char.hxx
+++ b/libs/hunspell/src/w_char.hxx
@@ -1,4 +1,4 @@
-/* ***** BEGIN LICENSE BLOCK *****
+/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* Copyright (C) 2002-2017 Németh László