summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@theqtcompany.com>2015-10-01 12:45:06 +0200
committerNikolai Kosjar <nikolai.kosjar@theqtcompany.com>2015-10-01 10:51:10 +0000
commitf1300df6b36e73081279f38fa96a78429f930423 (patch)
tree46039e8bdb00761739e3fdd8cc06d91125fd2017
parentf3400f62cde013563d6ff34e14da42df298d27d5 (diff)
downloadqt-creator-f1300df6b36e73081279f38fa96a78429f930423.tar.gz
Strip BOM from files
Change-Id: I9167c016760fe1e8378cdf84144c4bed5cd4e57c Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
-rwxr-xr-xdoc/titlecase/to-title-case.js2
-rw-r--r--src/libs/clangbackendipc/clangbackendipc.qbs2
-rw-r--r--src/libs/clangbackendipc/connectionclient.cpp2
-rw-r--r--src/libs/clangbackendipc/connectionclient.h2
-rw-r--r--src/libs/clangbackendipc/connectionserver.cpp2
-rw-r--r--src/libs/clangbackendipc/connectionserver.h2
-rw-r--r--src/libs/sqlite/sqlite.qbs2
-rw-r--r--src/plugins/clangcodemodel/completionchunkstotextconverter.cpp2
-rw-r--r--src/plugins/clangcodemodel/completionchunkstotextconverter.h2
-rw-r--r--src/tools/clangbackend/clangbackendmain.cpp2
-rw-r--r--src/tools/clangbackend/ipcsource/projectpart.cpp2
-rw-r--r--src/tools/clangbackend/ipcsource/projectpart.h2
-rw-r--r--src/tools/clangbackend/ipcsource/translationunit.cpp2
-rw-r--r--src/tools/clangbackend/ipcsource/translationunit.h2
-rw-r--r--src/tools/clangbackend/ipcsource/translationunits.cpp2
-rw-r--r--src/tools/clangbackend/ipcsource/unsavedfiles.cpp2
-rw-r--r--src/tools/clangbackend/ipcsource/unsavedfiles.h2
-rw-r--r--tests/unit/echoserver/echoserverprocessmain.cpp2
-rw-r--r--tests/unit/unittest/clangipcservertest.cpp2
-rw-r--r--tests/unit/unittest/completionchunkstotextconvertertest.cpp2
-rw-r--r--tests/unit/unittest/data/complete_extractor_brief_comment.cpp2
-rw-r--r--tests/unit/unittest/data/complete_extractor_function.cpp2
-rw-r--r--tests/unit/unittest/lineprefixertest.cpp2
-rw-r--r--tests/unit/unittest/projecttest.cpp2
-rw-r--r--tests/unit/unittest/translationunitstest.cpp2
-rw-r--r--tests/unit/unittest/translationunittest.cpp2
26 files changed, 26 insertions, 26 deletions
diff --git a/doc/titlecase/to-title-case.js b/doc/titlecase/to-title-case.js
index 439a76bad4..d610a817d2 100755
--- a/doc/titlecase/to-title-case.js
+++ b/doc/titlecase/to-title-case.js
@@ -1,4 +1,4 @@
-/*
+/*
* Derived from To Title Case 1.1.2 <http://individed.com/code/to-title-case/>
* Copyright (c) 2008-2014 David Gouch, Fawzi Mohamed.
* Licensed under the MIT License.
diff --git a/src/libs/clangbackendipc/clangbackendipc.qbs b/src/libs/clangbackendipc/clangbackendipc.qbs
index 479d9b6765..5146cdc92f 100644
--- a/src/libs/clangbackendipc/clangbackendipc.qbs
+++ b/src/libs/clangbackendipc/clangbackendipc.qbs
@@ -1,4 +1,4 @@
-import qbs 1.0
+import qbs 1.0
QtcLibrary {
name: "ClangBackEndIpc"
diff --git a/src/libs/clangbackendipc/connectionclient.cpp b/src/libs/clangbackendipc/connectionclient.cpp
index da271d080f..f535604168 100644
--- a/src/libs/clangbackendipc/connectionclient.cpp
+++ b/src/libs/clangbackendipc/connectionclient.cpp
@@ -1,4 +1,4 @@
-/****************************************************************************
+/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
diff --git a/src/libs/clangbackendipc/connectionclient.h b/src/libs/clangbackendipc/connectionclient.h
index 204d94c341..bcd83d6767 100644
--- a/src/libs/clangbackendipc/connectionclient.h
+++ b/src/libs/clangbackendipc/connectionclient.h
@@ -1,4 +1,4 @@
-/****************************************************************************
+/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
diff --git a/src/libs/clangbackendipc/connectionserver.cpp b/src/libs/clangbackendipc/connectionserver.cpp
index 861f131b7c..6385329d68 100644
--- a/src/libs/clangbackendipc/connectionserver.cpp
+++ b/src/libs/clangbackendipc/connectionserver.cpp
@@ -1,4 +1,4 @@
-/****************************************************************************
+/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
diff --git a/src/libs/clangbackendipc/connectionserver.h b/src/libs/clangbackendipc/connectionserver.h
index 4e35244752..029627a071 100644
--- a/src/libs/clangbackendipc/connectionserver.h
+++ b/src/libs/clangbackendipc/connectionserver.h
@@ -1,4 +1,4 @@
-/****************************************************************************
+/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
diff --git a/src/libs/sqlite/sqlite.qbs b/src/libs/sqlite/sqlite.qbs
index 9d710284ad..e223470644 100644
--- a/src/libs/sqlite/sqlite.qbs
+++ b/src/libs/sqlite/sqlite.qbs
@@ -1,4 +1,4 @@
-import qbs 1.0
+import qbs 1.0
QtcLibrary {
name: "Sqlite"
diff --git a/src/plugins/clangcodemodel/completionchunkstotextconverter.cpp b/src/plugins/clangcodemodel/completionchunkstotextconverter.cpp
index 3b4f5b6277..68e245f636 100644
--- a/src/plugins/clangcodemodel/completionchunkstotextconverter.cpp
+++ b/src/plugins/clangcodemodel/completionchunkstotextconverter.cpp
@@ -1,4 +1,4 @@
-/****************************************************************************
+/****************************************************************************
**
** Copyright (C) 2015 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt.io/licensing
diff --git a/src/plugins/clangcodemodel/completionchunkstotextconverter.h b/src/plugins/clangcodemodel/completionchunkstotextconverter.h
index 174479d364..f80ab1a383 100644
--- a/src/plugins/clangcodemodel/completionchunkstotextconverter.h
+++ b/src/plugins/clangcodemodel/completionchunkstotextconverter.h
@@ -1,4 +1,4 @@
-/****************************************************************************
+/****************************************************************************
**
** Copyright (C) 2015 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt.io/licensing
diff --git a/src/tools/clangbackend/clangbackendmain.cpp b/src/tools/clangbackend/clangbackendmain.cpp
index 1e2122ede0..428d55add6 100644
--- a/src/tools/clangbackend/clangbackendmain.cpp
+++ b/src/tools/clangbackend/clangbackendmain.cpp
@@ -1,4 +1,4 @@
-/****************************************************************************
+/****************************************************************************
**
** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
diff --git a/src/tools/clangbackend/ipcsource/projectpart.cpp b/src/tools/clangbackend/ipcsource/projectpart.cpp
index d03dd833a0..673d67aba1 100644
--- a/src/tools/clangbackend/ipcsource/projectpart.cpp
+++ b/src/tools/clangbackend/ipcsource/projectpart.cpp
@@ -1,4 +1,4 @@
-/****************************************************************************
+/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
diff --git a/src/tools/clangbackend/ipcsource/projectpart.h b/src/tools/clangbackend/ipcsource/projectpart.h
index c87dc8d846..7272fd0a89 100644
--- a/src/tools/clangbackend/ipcsource/projectpart.h
+++ b/src/tools/clangbackend/ipcsource/projectpart.h
@@ -1,4 +1,4 @@
-/****************************************************************************
+/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
diff --git a/src/tools/clangbackend/ipcsource/translationunit.cpp b/src/tools/clangbackend/ipcsource/translationunit.cpp
index 8e43bf9ad0..b05d01d859 100644
--- a/src/tools/clangbackend/ipcsource/translationunit.cpp
+++ b/src/tools/clangbackend/ipcsource/translationunit.cpp
@@ -1,4 +1,4 @@
-/****************************************************************************
+/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
diff --git a/src/tools/clangbackend/ipcsource/translationunit.h b/src/tools/clangbackend/ipcsource/translationunit.h
index 1717988e2f..f2b4a261a9 100644
--- a/src/tools/clangbackend/ipcsource/translationunit.h
+++ b/src/tools/clangbackend/ipcsource/translationunit.h
@@ -1,4 +1,4 @@
-/****************************************************************************
+/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
diff --git a/src/tools/clangbackend/ipcsource/translationunits.cpp b/src/tools/clangbackend/ipcsource/translationunits.cpp
index fce9ae9e0e..be0c95323c 100644
--- a/src/tools/clangbackend/ipcsource/translationunits.cpp
+++ b/src/tools/clangbackend/ipcsource/translationunits.cpp
@@ -1,4 +1,4 @@
-/****************************************************************************
+/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
diff --git a/src/tools/clangbackend/ipcsource/unsavedfiles.cpp b/src/tools/clangbackend/ipcsource/unsavedfiles.cpp
index 40e4925fe1..4c5e809227 100644
--- a/src/tools/clangbackend/ipcsource/unsavedfiles.cpp
+++ b/src/tools/clangbackend/ipcsource/unsavedfiles.cpp
@@ -1,4 +1,4 @@
-/****************************************************************************
+/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
diff --git a/src/tools/clangbackend/ipcsource/unsavedfiles.h b/src/tools/clangbackend/ipcsource/unsavedfiles.h
index 5df4920b33..f434320b43 100644
--- a/src/tools/clangbackend/ipcsource/unsavedfiles.h
+++ b/src/tools/clangbackend/ipcsource/unsavedfiles.h
@@ -1,4 +1,4 @@
-/****************************************************************************
+/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
diff --git a/tests/unit/echoserver/echoserverprocessmain.cpp b/tests/unit/echoserver/echoserverprocessmain.cpp
index bee93e95d7..7cc75f1115 100644
--- a/tests/unit/echoserver/echoserverprocessmain.cpp
+++ b/tests/unit/echoserver/echoserverprocessmain.cpp
@@ -1,4 +1,4 @@
-/****************************************************************************
+/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
diff --git a/tests/unit/unittest/clangipcservertest.cpp b/tests/unit/unittest/clangipcservertest.cpp
index d3c0047492..a3d44d2392 100644
--- a/tests/unit/unittest/clangipcservertest.cpp
+++ b/tests/unit/unittest/clangipcservertest.cpp
@@ -1,4 +1,4 @@
-/****************************************************************************
+/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
diff --git a/tests/unit/unittest/completionchunkstotextconvertertest.cpp b/tests/unit/unittest/completionchunkstotextconvertertest.cpp
index 4a2e2d737b..8b41b44bb8 100644
--- a/tests/unit/unittest/completionchunkstotextconvertertest.cpp
+++ b/tests/unit/unittest/completionchunkstotextconvertertest.cpp
@@ -1,4 +1,4 @@
-/****************************************************************************
+/****************************************************************************
**
** Copyright (C) 2015 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt.io/licensing
diff --git a/tests/unit/unittest/data/complete_extractor_brief_comment.cpp b/tests/unit/unittest/data/complete_extractor_brief_comment.cpp
index a42315550c..89ffa79e42 100644
--- a/tests/unit/unittest/data/complete_extractor_brief_comment.cpp
+++ b/tests/unit/unittest/data/complete_extractor_brief_comment.cpp
@@ -1,4 +1,4 @@
-/**
+/**
* A brief comment
*/
void BriefComment()
diff --git a/tests/unit/unittest/data/complete_extractor_function.cpp b/tests/unit/unittest/data/complete_extractor_function.cpp
index a4d34fb04a..6a3d1bf73a 100644
--- a/tests/unit/unittest/data/complete_extractor_function.cpp
+++ b/tests/unit/unittest/data/complete_extractor_function.cpp
@@ -1,4 +1,4 @@
-void Function();
+void Function();
template<class T> void TemplateFunction();
void FunctionWithOptional(int x, char y = 1, int z = 5);
#define FunctionMacro(X, Y) X + Y
diff --git a/tests/unit/unittest/lineprefixertest.cpp b/tests/unit/unittest/lineprefixertest.cpp
index 7f594c4887..d91b384f37 100644
--- a/tests/unit/unittest/lineprefixertest.cpp
+++ b/tests/unit/unittest/lineprefixertest.cpp
@@ -1,4 +1,4 @@
-/****************************************************************************
+/****************************************************************************
**
** Copyright (C) 2015 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt.io/licensing
diff --git a/tests/unit/unittest/projecttest.cpp b/tests/unit/unittest/projecttest.cpp
index 78aab7c7be..c8403647f2 100644
--- a/tests/unit/unittest/projecttest.cpp
+++ b/tests/unit/unittest/projecttest.cpp
@@ -1,4 +1,4 @@
-/****************************************************************************
+/****************************************************************************
**
** Copyright (C) 2015 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt.io/licensing
diff --git a/tests/unit/unittest/translationunitstest.cpp b/tests/unit/unittest/translationunitstest.cpp
index b6096b1f5e..7cc2da8a32 100644
--- a/tests/unit/unittest/translationunitstest.cpp
+++ b/tests/unit/unittest/translationunitstest.cpp
@@ -1,4 +1,4 @@
-/****************************************************************************
+/****************************************************************************
**
** Copyright (C) 2015 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt.io/licensing
diff --git a/tests/unit/unittest/translationunittest.cpp b/tests/unit/unittest/translationunittest.cpp
index 8eab8b1fe0..4bf26bff39 100644
--- a/tests/unit/unittest/translationunittest.cpp
+++ b/tests/unit/unittest/translationunittest.cpp
@@ -1,4 +1,4 @@
-/****************************************************************************
+/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing