From 62f14690870568364723dc77494043a9854a0447 Mon Sep 17 00:00:00 2001 From: Drill Dev Date: Fri, 13 Apr 2018 10:24:45 -0700 Subject: DRILL-6320: Fixed license headers. closes #1207 --- contrib/native/client/src/include/drill/collections.hpp | 1 - contrib/native/client/src/include/drill/common.hpp | 2 -- contrib/native/client/src/include/drill/decimalUtils.hpp | 2 -- contrib/native/client/src/include/drill/drillClient.hpp | 2 -- contrib/native/client/src/include/drill/drillConfig.hpp | 2 -- contrib/native/client/src/include/drill/drillError.hpp | 2 -- contrib/native/client/src/include/drill/drillc.hpp | 1 - contrib/native/client/src/include/drill/fieldmeta.hpp | 1 - contrib/native/client/src/include/drill/preparedStatement.hpp | 1 - contrib/native/client/src/include/drill/recordBatch.hpp | 1 - 10 files changed, 15 deletions(-) (limited to 'contrib/native/client/src/include') 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 -- cgit v1.2.3