diff --git a/clickhouse/client.go b/clickhouse/client.go index 5e81195c..549d1a28 100644 --- a/clickhouse/client.go +++ b/clickhouse/client.go @@ -1,3 +1,19 @@ +/* +Copyright AppsCode Inc. and Contributors + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package clickhouse import ( diff --git a/clickhouse/kubedb_client_builder.go b/clickhouse/kubedb_client_builder.go index 82b80269..225abd11 100644 --- a/clickhouse/kubedb_client_builder.go +++ b/clickhouse/kubedb_client_builder.go @@ -1,3 +1,19 @@ +/* +Copyright AppsCode Inc. and Contributors + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package clickhouse import ( diff --git a/mongodb/kubedb_client_builder.go b/mongodb/kubedb_client_builder.go index cc86e086..428ec0e9 100644 --- a/mongodb/kubedb_client_builder.go +++ b/mongodb/kubedb_client_builder.go @@ -24,7 +24,7 @@ import ( "time" "kubedb.dev/apimachinery/apis/kubedb" - api "kubedb.dev/apimachinery/apis/kubedb/v1alpha2" + api "kubedb.dev/apimachinery/apis/kubedb/v1" "go.mongodb.org/mongo-driver/mongo" mgoptions "go.mongodb.org/mongo-driver/mongo/options"