Skip to content

Commit

Permalink
add copyrights to new files
Browse files Browse the repository at this point in the history
Signed-off-by: adiforluls <[email protected]>
  • Loading branch information
adiforluls committed Sep 22, 2023
1 parent 9c28fad commit 4ef1775
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 6 deletions.
23 changes: 20 additions & 3 deletions plugins/out_oracle_log_analytics/oci_client.c
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
22 changes: 19 additions & 3 deletions plugins/out_oracle_log_analytics/oci_client.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4ef1775

Please sign in to comment.