aboutsummaryrefslogtreecommitdiff
path: root/contrib/native/client/src/include
diff options
context:
space:
mode:
authorDrill Dev <dev@drill.apache.org>2018-04-13 10:24:45 -0700
committerArina Ielchiieva <arina.yelchiyeva@gmail.com>2018-04-17 08:59:59 +0300
commit62f14690870568364723dc77494043a9854a0447 (patch)
tree3e3edc748f2257e75c2c7280d0f935f1529b9c04 /contrib/native/client/src/include
parent1ce7d37d822bdfed66031444cbdf6785700495b6 (diff)
DRILL-6320: Fixed license headers.
closes #1207
Diffstat (limited to 'contrib/native/client/src/include')
-rw-r--r--contrib/native/client/src/include/drill/collections.hpp1
-rw-r--r--contrib/native/client/src/include/drill/common.hpp2
-rw-r--r--contrib/native/client/src/include/drill/decimalUtils.hpp2
-rw-r--r--contrib/native/client/src/include/drill/drillClient.hpp2
-rw-r--r--contrib/native/client/src/include/drill/drillConfig.hpp2
-rw-r--r--contrib/native/client/src/include/drill/drillError.hpp2
-rw-r--r--contrib/native/client/src/include/drill/drillc.hpp1
-rw-r--r--contrib/native/client/src/include/drill/fieldmeta.hpp1
-rw-r--r--contrib/native/client/src/include/drill/preparedStatement.hpp1
-rw-r--r--contrib/native/client/src/include/drill/recordBatch.hpp1
10 files changed, 0 insertions, 15 deletions
diff --git a/contrib/native/client/src/include/drill/collections.hpp b/contrib/native/client/src/include/drill/collections.hpp
index 9fbfcc5e2..157f80007 100644
--- a/contrib/native/client/src/include/drill/collections.hpp
+++ b/contrib/native/client/src/include/drill/collections.hpp
@@ -15,7 +15,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
#ifndef _DRILL_COLLECTIONS_H
#define _DRILL_COLLECTIONS_H
diff --git a/contrib/native/client/src/include/drill/common.hpp b/contrib/native/client/src/include/drill/common.hpp
index d8e2da78d..18cfc69ff 100644
--- a/contrib/native/client/src/include/drill/common.hpp
+++ b/contrib/native/client/src/include/drill/common.hpp
@@ -15,8 +15,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
-
#ifndef _COMMON_H_
#define _COMMON_H_
diff --git a/contrib/native/client/src/include/drill/decimalUtils.hpp b/contrib/native/client/src/include/drill/decimalUtils.hpp
index 5f56e4d46..2ace85772 100644
--- a/contrib/native/client/src/include/drill/decimalUtils.hpp
+++ b/contrib/native/client/src/include/drill/decimalUtils.hpp
@@ -15,8 +15,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
-
#ifndef _DECIMAL_UTILS_H
#define _DECIMAL_UTILS_H
diff --git a/contrib/native/client/src/include/drill/drillClient.hpp b/contrib/native/client/src/include/drill/drillClient.hpp
index ceaf50d43..a09e6661b 100644
--- a/contrib/native/client/src/include/drill/drillClient.hpp
+++ b/contrib/native/client/src/include/drill/drillClient.hpp
@@ -15,8 +15,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
-
#ifndef DRILL_CLIENT_H
#define DRILL_CLIENT_H
diff --git a/contrib/native/client/src/include/drill/drillConfig.hpp b/contrib/native/client/src/include/drill/drillConfig.hpp
index 46bbbb2d2..c60cd9d33 100644
--- a/contrib/native/client/src/include/drill/drillConfig.hpp
+++ b/contrib/native/client/src/include/drill/drillConfig.hpp
@@ -15,8 +15,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
-
#ifndef DRILL_CONFIG_H
#define DRILL_CONFIG_H
diff --git a/contrib/native/client/src/include/drill/drillError.hpp b/contrib/native/client/src/include/drill/drillError.hpp
index 072df1c31..3a6fd4e8a 100644
--- a/contrib/native/client/src/include/drill/drillError.hpp
+++ b/contrib/native/client/src/include/drill/drillError.hpp
@@ -15,8 +15,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
-
#ifndef DRILL_ERROR_H
#define DRILL_ERROR_H
diff --git a/contrib/native/client/src/include/drill/drillc.hpp b/contrib/native/client/src/include/drill/drillc.hpp
index 21a18e7d8..906d58e2c 100644
--- a/contrib/native/client/src/include/drill/drillc.hpp
+++ b/contrib/native/client/src/include/drill/drillc.hpp
@@ -15,7 +15,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
#ifndef DRILL_CLIENT_ALL_H
#define DRILL_CLIENT_ALL_H
diff --git a/contrib/native/client/src/include/drill/fieldmeta.hpp b/contrib/native/client/src/include/drill/fieldmeta.hpp
index 40c9cca9b..8c3c5e459 100644
--- a/contrib/native/client/src/include/drill/fieldmeta.hpp
+++ b/contrib/native/client/src/include/drill/fieldmeta.hpp
@@ -15,7 +15,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
#ifndef FIELDMETA_H
#define FIELDMETA_H
diff --git a/contrib/native/client/src/include/drill/preparedStatement.hpp b/contrib/native/client/src/include/drill/preparedStatement.hpp
index 2a7d15a6a..0232a78df 100644
--- a/contrib/native/client/src/include/drill/preparedStatement.hpp
+++ b/contrib/native/client/src/include/drill/preparedStatement.hpp
@@ -15,7 +15,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
#ifndef PREPAREDSTATEMENT_H
#define PREPAREDSTATEMENT_H
diff --git a/contrib/native/client/src/include/drill/recordBatch.hpp b/contrib/native/client/src/include/drill/recordBatch.hpp
index 8d1a0a3e6..30287b6ad 100644
--- a/contrib/native/client/src/include/drill/recordBatch.hpp
+++ b/contrib/native/client/src/include/drill/recordBatch.hpp
@@ -15,7 +15,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
#ifndef RECORDBATCH_H
#define RECORDBATCH_H