Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions example.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) 2025 Riptides Labs, Inc.
* SPDX-License-Identifier: MIT
*/

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand Down
5 changes: 5 additions & 0 deletions oci_signer.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) 2025 Riptides Labs, Inc.
* SPDX-License-Identifier: MIT
*/

#include "oci_signer.h"

#define OCI_SIGNER_AUTH_HEADER_NAME "Authorization"
Expand Down
5 changes: 5 additions & 0 deletions oci_signer.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) 2025 Riptides Labs, Inc.
* SPDX-License-Identifier: MIT
*/

#ifndef __OCI_SIGNER_H
#define __OCI_SIGNER_H

Expand Down
5 changes: 5 additions & 0 deletions test.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) 2025 Riptides Labs, Inc.
* SPDX-License-Identifier: MIT
*/

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand Down