From 4ef17755a481bccb68814bc1308fe3528f43a0bc Mon Sep 17 00:00:00 2001 From: adiforluls Date: Fri, 22 Sep 2023 12:14:53 +0530 Subject: [PATCH] add copyrights to new files Signed-off-by: adiforluls --- plugins/out_oracle_log_analytics/oci_client.c | 23 ++++++++++++++++--- plugins/out_oracle_log_analytics/oci_client.h | 22 +++++++++++++++--- 2 files changed, 39 insertions(+), 6 deletions(-) diff --git a/plugins/out_oracle_log_analytics/oci_client.c b/plugins/out_oracle_log_analytics/oci_client.c index 09cb5934ec1..bbb47b7f857 100644 --- a/plugins/out_oracle_log_analytics/oci_client.c +++ b/plugins/out_oracle_log_analytics/oci_client.c @@ -1,6 +1,23 @@ -// -// Created by Aditya Bharadwaj on 22/09/23. -// +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ + +/* Fluent Bit + * ========== + * Copyright (C) 2015-2023 The Fluent Bit Authors + * + * 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. + */ + + #include "oci_client.h" diff --git a/plugins/out_oracle_log_analytics/oci_client.h b/plugins/out_oracle_log_analytics/oci_client.h index 66bfaaede7c..4aa78cd5b72 100644 --- a/plugins/out_oracle_log_analytics/oci_client.h +++ b/plugins/out_oracle_log_analytics/oci_client.h @@ -1,6 +1,22 @@ -// -// Created by Aditya Bharadwaj on 22/09/23. -// +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ + +/* Fluent Bit + * ========== + * Copyright (C) 2015-2023 The Fluent Bit Authors + * + * 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. + */ + #ifndef FLUENT_BIT_OUT_OCI_LOGAN_OCI_CLIENT_H