summaryrefslogtreecommitdiff
path: root/libs/Pcre16/src
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/Pcre16/src
parentb30e7ca1c642a3f88659a4346832e653407e1c0f (diff)
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'libs/Pcre16/src')
-rw-r--r--libs/Pcre16/src/config.h2
-rw-r--r--libs/Pcre16/src/pcre.h2
-rw-r--r--libs/Pcre16/src/pcre16_ord2utf16.c2
-rw-r--r--libs/Pcre16/src/pcre_byte_order.c2
-rw-r--r--libs/Pcre16/src/pcre_chartables.c2
-rw-r--r--libs/Pcre16/src/pcre_compile.c2
-rw-r--r--libs/Pcre16/src/pcre_config.c2
-rw-r--r--libs/Pcre16/src/pcre_dfa_exec.c2
-rw-r--r--libs/Pcre16/src/pcre_exec.c2
-rw-r--r--libs/Pcre16/src/pcre_fullinfo.c2
-rw-r--r--libs/Pcre16/src/pcre_get.c2
-rw-r--r--libs/Pcre16/src/pcre_globals.c2
-rw-r--r--libs/Pcre16/src/pcre_internal.h2
-rw-r--r--libs/Pcre16/src/pcre_jit_compile.c2
-rw-r--r--libs/Pcre16/src/pcre_maketables.c2
-rw-r--r--libs/Pcre16/src/pcre_newline.c2
-rw-r--r--libs/Pcre16/src/pcre_refcount.c2
-rw-r--r--libs/Pcre16/src/pcre_string_utils.c2
-rw-r--r--libs/Pcre16/src/pcre_study.c2
-rw-r--r--libs/Pcre16/src/pcre_tables.c2
-rw-r--r--libs/Pcre16/src/pcre_ucd.c2
-rw-r--r--libs/Pcre16/src/pcre_version.c2
-rw-r--r--libs/Pcre16/src/pcre_xclass.c2
-rw-r--r--libs/Pcre16/src/stdafx.cxx2
-rw-r--r--libs/Pcre16/src/stdafx.h2
-rw-r--r--libs/Pcre16/src/ucp.h2
26 files changed, 26 insertions, 26 deletions
diff --git a/libs/Pcre16/src/config.h b/libs/Pcre16/src/config.h
index d1e35175fe..ae313ad377 100644
--- a/libs/Pcre16/src/config.h
+++ b/libs/Pcre16/src/config.h
@@ -1,4 +1,4 @@
-/* config.h for CMake builds */
+/* config.h for CMake builds */
/* #undef HAVE_DIRENT_H */
#define HAVE_SYS_STAT_H 1
diff --git a/libs/Pcre16/src/pcre.h b/libs/Pcre16/src/pcre.h
index b77803a2d0..10596cb557 100644
--- a/libs/Pcre16/src/pcre.h
+++ b/libs/Pcre16/src/pcre.h
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre16_ord2utf16.c b/libs/Pcre16/src/pcre16_ord2utf16.c
index 8e2ce5ea6c..8632415af0 100644
--- a/libs/Pcre16/src/pcre16_ord2utf16.c
+++ b/libs/Pcre16/src/pcre16_ord2utf16.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_byte_order.c b/libs/Pcre16/src/pcre_byte_order.c
index cf5f12b04e..538495e666 100644
--- a/libs/Pcre16/src/pcre_byte_order.c
+++ b/libs/Pcre16/src/pcre_byte_order.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_chartables.c b/libs/Pcre16/src/pcre_chartables.c
index 1e20ec29d0..b73de0263f 100644
--- a/libs/Pcre16/src/pcre_chartables.c
+++ b/libs/Pcre16/src/pcre_chartables.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_compile.c b/libs/Pcre16/src/pcre_compile.c
index 42f204cdff..5ef40555ed 100644
--- a/libs/Pcre16/src/pcre_compile.c
+++ b/libs/Pcre16/src/pcre_compile.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_config.c b/libs/Pcre16/src/pcre_config.c
index 1cbdd9c960..597865b94d 100644
--- a/libs/Pcre16/src/pcre_config.c
+++ b/libs/Pcre16/src/pcre_config.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_dfa_exec.c b/libs/Pcre16/src/pcre_dfa_exec.c
index bc09ced3a7..62423caac8 100644
--- a/libs/Pcre16/src/pcre_dfa_exec.c
+++ b/libs/Pcre16/src/pcre_dfa_exec.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_exec.c b/libs/Pcre16/src/pcre_exec.c
index 1a9bdd546e..b4072cc28d 100644
--- a/libs/Pcre16/src/pcre_exec.c
+++ b/libs/Pcre16/src/pcre_exec.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_fullinfo.c b/libs/Pcre16/src/pcre_fullinfo.c
index a6c2ece6ca..5ad4410ded 100644
--- a/libs/Pcre16/src/pcre_fullinfo.c
+++ b/libs/Pcre16/src/pcre_fullinfo.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_get.c b/libs/Pcre16/src/pcre_get.c
index 9475d5e88c..13bbf477c4 100644
--- a/libs/Pcre16/src/pcre_get.c
+++ b/libs/Pcre16/src/pcre_get.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_globals.c b/libs/Pcre16/src/pcre_globals.c
index 0f106aa901..c3d7db1663 100644
--- a/libs/Pcre16/src/pcre_globals.c
+++ b/libs/Pcre16/src/pcre_globals.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_internal.h b/libs/Pcre16/src/pcre_internal.h
index 97ff55d03b..f674acaee0 100644
--- a/libs/Pcre16/src/pcre_internal.h
+++ b/libs/Pcre16/src/pcre_internal.h
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_jit_compile.c b/libs/Pcre16/src/pcre_jit_compile.c
index 249edbe8e7..e5d213c43e 100644
--- a/libs/Pcre16/src/pcre_jit_compile.c
+++ b/libs/Pcre16/src/pcre_jit_compile.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_maketables.c b/libs/Pcre16/src/pcre_maketables.c
index a44a6eaa90..b763b5c7ca 100644
--- a/libs/Pcre16/src/pcre_maketables.c
+++ b/libs/Pcre16/src/pcre_maketables.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_newline.c b/libs/Pcre16/src/pcre_newline.c
index b8f5a4de19..e4d83e885d 100644
--- a/libs/Pcre16/src/pcre_newline.c
+++ b/libs/Pcre16/src/pcre_newline.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_refcount.c b/libs/Pcre16/src/pcre_refcount.c
index 79efa90f21..9fab761d92 100644
--- a/libs/Pcre16/src/pcre_refcount.c
+++ b/libs/Pcre16/src/pcre_refcount.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_string_utils.c b/libs/Pcre16/src/pcre_string_utils.c
index 25eacc8507..39e40d208f 100644
--- a/libs/Pcre16/src/pcre_string_utils.c
+++ b/libs/Pcre16/src/pcre_string_utils.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_study.c b/libs/Pcre16/src/pcre_study.c
index d9d4960d84..cbff6919ba 100644
--- a/libs/Pcre16/src/pcre_study.c
+++ b/libs/Pcre16/src/pcre_study.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_tables.c b/libs/Pcre16/src/pcre_tables.c
index 5e18e8cf90..9d8035effc 100644
--- a/libs/Pcre16/src/pcre_tables.c
+++ b/libs/Pcre16/src/pcre_tables.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_ucd.c b/libs/Pcre16/src/pcre_ucd.c
index f22f826c4c..0dc72a8d34 100644
--- a/libs/Pcre16/src/pcre_ucd.c
+++ b/libs/Pcre16/src/pcre_ucd.c
@@ -1,4 +1,4 @@
-/* This module is generated by the maint/MultiStage2.py script.
+/* This module is generated by the maint/MultiStage2.py script.
Do not modify it by hand. Instead modify the script and run it
to regenerate this code.
diff --git a/libs/Pcre16/src/pcre_version.c b/libs/Pcre16/src/pcre_version.c
index ae86ff28bc..27d40158f8 100644
--- a/libs/Pcre16/src/pcre_version.c
+++ b/libs/Pcre16/src/pcre_version.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/pcre_xclass.c b/libs/Pcre16/src/pcre_xclass.c
index ef759a589a..5784f8c69f 100644
--- a/libs/Pcre16/src/pcre_xclass.c
+++ b/libs/Pcre16/src/pcre_xclass.c
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
diff --git a/libs/Pcre16/src/stdafx.cxx b/libs/Pcre16/src/stdafx.cxx
index 0fb604da7c..7df047aeff 100644
--- a/libs/Pcre16/src/stdafx.cxx
+++ b/libs/Pcre16/src/stdafx.cxx
@@ -1,2 +1,2 @@
-
+
#include "stdafx.h" \ No newline at end of file
diff --git a/libs/Pcre16/src/stdafx.h b/libs/Pcre16/src/stdafx.h
index d78b7834c8..74d247a037 100644
--- a/libs/Pcre16/src/stdafx.h
+++ b/libs/Pcre16/src/stdafx.h
@@ -1,2 +1,2 @@
-
+
// just a stub \ No newline at end of file
diff --git a/libs/Pcre16/src/ucp.h b/libs/Pcre16/src/ucp.h
index 2fa00296e4..00a3f9b24c 100644
--- a/libs/Pcre16/src/ucp.h
+++ b/libs/Pcre16/src/ucp.h
@@ -1,4 +1,4 @@
-/*************************************************
+/*************************************************
* Unicode Property Table handler *
*************************************************/