File tree Expand file tree Collapse file tree 4 files changed +36
-0
lines changed
Expand file tree Collapse file tree 4 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 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#include <stdio.h>
211#include <stdlib.h>
312#include <string.h>
Original file line number Diff line number Diff line change 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#include "oci_signer.h"
211
312#define OCI_SIGNER_AUTH_HEADER_NAME "Authorization"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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#include <stdio.h>
211#include <stdlib.h>
312#include <string.h>
You can’t perform that action at this time.
0 commit comments