Skip to content

Commit 39e56f2

Browse files
committed
added license header source code files
1 parent 5d8860a commit 39e56f2

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

example.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright (c) 2025 Riptides Labs, Inc.
3+
* SPDX-License-Identifier: MIT
4+
*/
5+
16
#include <stdio.h>
27
#include <stdlib.h>
38
#include <string.h>

oci_signer.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright (c) 2025 Riptides Labs, Inc.
3+
* SPDX-License-Identifier: MIT
4+
*/
5+
16
#include "oci_signer.h"
27

38
#define OCI_SIGNER_AUTH_HEADER_NAME "Authorization"

oci_signer.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*
2+
* Copyright (c) 2025 Riptides Labs, Inc.
3+
* SPDX-License-Identifier: MIT OR GPL-2.0-only
4+
*
5+
* Licensed under the MIT license <LICENSE.MIT or https://opensource.org/licenses/MIT> or the GPLv2 license
6+
* <LICENSE.GPL or https://opensource.org/license/gpl-2-0>, at your option. This file may not be copied,
7+
* modified, or distributed except according to those terms.
8+
*/
9+
110
#ifndef __OCI_SIGNER_H
211
#define __OCI_SIGNER_H
312

test.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright (c) 2025 Riptides Labs, Inc.
3+
* SPDX-License-Identifier: MIT
4+
*/
5+
16
#include <stdio.h>
27
#include <stdlib.h>
38
#include <string.h>

0 commit comments

Comments
 (0)