From 3ef612c14ead0fd75614dc95962750d965a39a0b Mon Sep 17 00:00:00 2001 From: Shaad7 Date: Thu, 17 Aug 2023 10:08:15 +0600 Subject: [PATCH] Add License Signed-off-by: Shaad7 --- pkg/data/elasticsearch.go | 16 ++++++++++++++++ pkg/data/mysql.go | 16 ++++++++++++++++ pkg/data/postgres.go | 16 ++++++++++++++++ 3 files changed, 48 insertions(+) diff --git a/pkg/data/elasticsearch.go b/pkg/data/elasticsearch.go index 0ad59c200..ea618c8fd 100644 --- a/pkg/data/elasticsearch.go +++ b/pkg/data/elasticsearch.go @@ -1 +1,17 @@ +/* +Copyright AppsCode Inc. and Contributors + +Licensed under the AppsCode Community License 1.0.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + https://github.com/appscode/licenses/raw/1.0.0/AppsCode-Community-1.0.0.md + +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 data diff --git a/pkg/data/mysql.go b/pkg/data/mysql.go index 0ad59c200..ea618c8fd 100644 --- a/pkg/data/mysql.go +++ b/pkg/data/mysql.go @@ -1 +1,17 @@ +/* +Copyright AppsCode Inc. and Contributors + +Licensed under the AppsCode Community License 1.0.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + https://github.com/appscode/licenses/raw/1.0.0/AppsCode-Community-1.0.0.md + +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 data diff --git a/pkg/data/postgres.go b/pkg/data/postgres.go index 0ad59c200..ea618c8fd 100644 --- a/pkg/data/postgres.go +++ b/pkg/data/postgres.go @@ -1 +1,17 @@ +/* +Copyright AppsCode Inc. and Contributors + +Licensed under the AppsCode Community License 1.0.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + https://github.com/appscode/licenses/raw/1.0.0/AppsCode-Community-1.0.0.md + +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 data