From a93fafceff5f5dabc58549147ff24be1177e88b1 Mon Sep 17 00:00:00 2001
From: Leo Yuriev <leo@yuriev.ru>
Date: Wed, 7 Mar 2018 12:09:43 +0300
Subject: [PATCH] mdbx: strip utf8-bom for Elbrus (minor).

Change-Id: I9030abe267c4abfa2c5c2deb439c0b8025b83047
---
 AUTHORS                | 2 +-
 TODO.md                | 2 +-
 mdbx.h                 | 2 +-
 src/bits.h             | 2 +-
 src/defs.h             | 2 +-
 src/lck-posix.c        | 2 +-
 src/lck-windows.c      | 2 +-
 src/mdbx.c             | 2 +-
 src/osal.c             | 2 +-
 src/osal.h             | 2 +-
 src/tools/mdbx_chk.c   | 2 +-
 src/tools/mdbx_stat.c  | 2 +-
 test/base.h            | 2 +-
 test/dead.cc           | 2 +-
 test/hill.cc           | 2 +-
 test/test.cc           | 2 +-
 test/test.h            | 2 +-
 tutorial/sample-mdbx.c | 2 +-
 18 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index 3e7b3a61..0a1a1996 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,4 +1,4 @@
-Contributors
+Contributors
 ============
 
 Alexey Naumov <alexey.naumov@gmail.com>
diff --git a/TODO.md b/TODO.md
index 8ff0b3f2..1af7e004 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,4 +1,4 @@
-Допеределки
+Допеределки
 ===========
 - [ ] Перевод mdbx-tools на С++ и сборка для Windows.
 - [ ] Переход на CMake, замена заглушек mdbx_version и mdbx_build.
diff --git a/mdbx.h b/mdbx.h
index 4daf525f..04a73fa4 100644
--- a/mdbx.h
+++ b/mdbx.h
@@ -1,4 +1,4 @@
-/* LICENSE AND COPYRUSTING *****************************************************
+/* LICENSE AND COPYRUSTING *****************************************************
  *
  * Copyright 2015-2018 Leonid Yuriev <leo@yuriev.ru>
  * and other libmdbx authors: please see AUTHORS file.
diff --git a/src/bits.h b/src/bits.h
index 94125196..f416cb4a 100644
--- a/src/bits.h
+++ b/src/bits.h
@@ -1,4 +1,4 @@
-/*
+/*
  * Copyright 2015-2018 Leonid Yuriev <leo@yuriev.ru>
  * and other libmdbx authors: please see AUTHORS file.
  * All rights reserved.
diff --git a/src/defs.h b/src/defs.h
index 5e6110f8..f572673e 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -1,4 +1,4 @@
-/*
+/*
  * Copyright 2015-2018 Leonid Yuriev <leo@yuriev.ru>
  * and other libmdbx authors: please see AUTHORS file.
  * All rights reserved.
diff --git a/src/lck-posix.c b/src/lck-posix.c
index 5916c40e..64f493cb 100644
--- a/src/lck-posix.c
+++ b/src/lck-posix.c
@@ -1,4 +1,4 @@
-/*
+/*
  * Copyright 2015-2018 Leonid Yuriev <leo@yuriev.ru>
  * and other libmdbx authors: please see AUTHORS file.
  * All rights reserved.
diff --git a/src/lck-windows.c b/src/lck-windows.c
index 854202f2..2536e76f 100644
--- a/src/lck-windows.c
+++ b/src/lck-windows.c
@@ -1,4 +1,4 @@
-/*
+/*
  * Copyright 2015-2018 Leonid Yuriev <leo@yuriev.ru>
  * and other libmdbx authors: please see AUTHORS file.
  * All rights reserved.
diff --git a/src/mdbx.c b/src/mdbx.c
index 5a41a572..971cdd98 100644
--- a/src/mdbx.c
+++ b/src/mdbx.c
@@ -1,4 +1,4 @@
-/*
+/*
  * Copyright 2015-2018 Leonid Yuriev <leo@yuriev.ru>
  * and other libmdbx authors: please see AUTHORS file.
  * All rights reserved.
diff --git a/src/osal.c b/src/osal.c
index f232e807..b86d4375 100644
--- a/src/osal.c
+++ b/src/osal.c
@@ -1,4 +1,4 @@
-/* https://en.wikipedia.org/wiki/Operating_system_abstraction_layer */
+/* https://en.wikipedia.org/wiki/Operating_system_abstraction_layer */
 
 /*
  * Copyright 2015-2018 Leonid Yuriev <leo@yuriev.ru>
diff --git a/src/osal.h b/src/osal.h
index bd1b9407..1b5c45a8 100644
--- a/src/osal.h
+++ b/src/osal.h
@@ -1,4 +1,4 @@
-/* https://en.wikipedia.org/wiki/Operating_system_abstraction_layer */
+/* https://en.wikipedia.org/wiki/Operating_system_abstraction_layer */
 
 /*
  * Copyright 2015-2018 Leonid Yuriev <leo@yuriev.ru>
diff --git a/src/tools/mdbx_chk.c b/src/tools/mdbx_chk.c
index 6abdf97d..054e6e97 100644
--- a/src/tools/mdbx_chk.c
+++ b/src/tools/mdbx_chk.c
@@ -1,4 +1,4 @@
-/* mdbx_chk.c - memory-mapped database check tool */
+/* mdbx_chk.c - memory-mapped database check tool */
 
 /*
  * Copyright 2015-2018 Leonid Yuriev <leo@yuriev.ru>
diff --git a/src/tools/mdbx_stat.c b/src/tools/mdbx_stat.c
index a730d932..b8733eac 100644
--- a/src/tools/mdbx_stat.c
+++ b/src/tools/mdbx_stat.c
@@ -1,4 +1,4 @@
-/* mdbx_stat.c - memory-mapped database status tool */
+/* mdbx_stat.c - memory-mapped database status tool */
 
 /*
  * Copyright 2015-2018 Leonid Yuriev <leo@yuriev.ru>
diff --git a/test/base.h b/test/base.h
index 2d48fe38..63554e73 100644
--- a/test/base.h
+++ b/test/base.h
@@ -1,4 +1,4 @@
-/*
+/*
  * Copyright 2017-2018 Leonid Yuriev <leo@yuriev.ru>
  * and other libmdbx authors: please see AUTHORS file.
  * All rights reserved.
diff --git a/test/dead.cc b/test/dead.cc
index e6106fbb..ee13fbd0 100644
--- a/test/dead.cc
+++ b/test/dead.cc
@@ -1,4 +1,4 @@
-/*
+/*
  * Copyright 2017-2018 Leonid Yuriev <leo@yuriev.ru>
  * and other libmdbx authors: please see AUTHORS file.
  * All rights reserved.
diff --git a/test/hill.cc b/test/hill.cc
index b741f9a9..c9115784 100644
--- a/test/hill.cc
+++ b/test/hill.cc
@@ -1,4 +1,4 @@
-/*
+/*
  * Copyright 2017-2018 Leonid Yuriev <leo@yuriev.ru>
  * and other libmdbx authors: please see AUTHORS file.
  * All rights reserved.
diff --git a/test/test.cc b/test/test.cc
index 3b53f35e..8700d74a 100644
--- a/test/test.cc
+++ b/test/test.cc
@@ -1,4 +1,4 @@
-/*
+/*
  * Copyright 2017-2018 Leonid Yuriev <leo@yuriev.ru>
  * and other libmdbx authors: please see AUTHORS file.
  * All rights reserved.
diff --git a/test/test.h b/test/test.h
index ea90e966..4158aba4 100644
--- a/test/test.h
+++ b/test/test.h
@@ -1,4 +1,4 @@
-/*
+/*
  * Copyright 2017-2018 Leonid Yuriev <leo@yuriev.ru>
  * and other libmdbx authors: please see AUTHORS file.
  * All rights reserved.
diff --git a/tutorial/sample-mdbx.c b/tutorial/sample-mdbx.c
index fa2a9493..aaafbc31 100644
--- a/tutorial/sample-mdbx.c
+++ b/tutorial/sample-mdbx.c
@@ -1,4 +1,4 @@
-/* sample-mdb.txt - MDB toy/sample
+/* sample-mdb.txt - MDB toy/sample
  *
  * Do a line-by-line comparison of this and sample-bdb.txt
  */