Removal of incorrect copyright notice
This commit is contained in:
parent
362ef81cb7
commit
f79d2f9f0c
28 changed files with 0 additions and 215 deletions
|
@ -1,10 +1,3 @@
|
||||||
//
|
|
||||||
// command.c
|
|
||||||
// c-ipfs
|
|
||||||
//
|
|
||||||
// Created by John Jones on 10/27/16.
|
|
||||||
// Copyright © 2016 JMJAtlanta. All rights reserved.
|
|
||||||
//
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "ipfs/commands/command.h"
|
#include "ipfs/commands/command.h"
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
//
|
|
||||||
// option.c
|
|
||||||
// c-ipfs
|
|
||||||
//
|
|
||||||
// Created by John Jones on 10/26/16.
|
|
||||||
// Copyright © 2016 JMJAtlanta. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
//
|
|
||||||
// builder.c
|
|
||||||
// c-ipfs
|
|
||||||
//
|
|
||||||
// Created by John Jones on 10/27/16.
|
|
||||||
// Copyright © 2016 JMJAtlanta. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#include "ipfs/core/builder.h"
|
#include "ipfs/core/builder.h"
|
||||||
|
|
||||||
int ipfs_core_builder_new_node(struct Context* context, struct BuildCfg* build_cfg, struct IpfsNode* buildConfig) {
|
int ipfs_core_builder_new_node(struct Context* context, struct BuildCfg* build_cfg, struct IpfsNode* buildConfig) {
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
//
|
|
||||||
// option.h
|
|
||||||
// c-ipfs
|
|
||||||
//
|
|
||||||
// Created by John Jones on 10/26/16.
|
|
||||||
// Copyright © 2016 JMJAtlanta. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef __COMMANDS_COMMAND_OPTION_H__
|
#ifndef __COMMANDS_COMMAND_OPTION_H__
|
||||||
#define __COMMANDS_COMMAND_OPTION_H__
|
#define __COMMANDS_COMMAND_OPTION_H__
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
//
|
|
||||||
// context.h
|
|
||||||
// c-ipfs
|
|
||||||
//
|
|
||||||
// Created by John Jones on 10/27/16.
|
|
||||||
// Copyright © 2016 JMJAtlanta. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef __COMMANDS_CONTEXT_H__
|
#ifndef __COMMANDS_CONTEXT_H__
|
||||||
#define __COMMANDS_CONTEXT_H__
|
#define __COMMANDS_CONTEXT_H__
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
//
|
|
||||||
// req_log.h
|
|
||||||
// c-ipfs
|
|
||||||
//
|
|
||||||
// Created by John Jones on 10/27/16.
|
|
||||||
// Copyright © 2016 JMJAtlanta. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef __COMMANDS_REQ_LOG_H__
|
#ifndef __COMMANDS_REQ_LOG_H__
|
||||||
#define __COMMANDS_REQ_LOG_H__
|
#define __COMMANDS_REQ_LOG_H__
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
//
|
|
||||||
// request.h
|
|
||||||
// c-ipfs
|
|
||||||
//
|
|
||||||
// Created by John Jones on 10/26/16.
|
|
||||||
// Copyright © 2016 JMJAtlanta. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef __COMMANDS_REQUEST_H__
|
#ifndef __COMMANDS_REQUEST_H__
|
||||||
#define __COMMANDS_REQUEST_H__
|
#define __COMMANDS_REQUEST_H__
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
//
|
|
||||||
// builder.h
|
|
||||||
// c-ipfs
|
|
||||||
//
|
|
||||||
// Created by John Jones on 10/27/16.
|
|
||||||
// Copyright © 2016 JMJAtlanta. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef __CORE_BUILDER_H__
|
#ifndef __CORE_BUILDER_H__
|
||||||
#define __CORE_BUILDER_H__
|
#define __CORE_BUILDER_H__
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
//
|
|
||||||
// ipfs_node.h
|
|
||||||
// c-ipfs
|
|
||||||
//
|
|
||||||
// Created by John Jones on 10/27/16.
|
|
||||||
// Copyright © 2016 JMJAtlanta. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef __CORE_IPFS_NODE_H__
|
#ifndef __CORE_IPFS_NODE_H__
|
||||||
#define __CORE_IPFS_NODE_H__
|
#define __CORE_IPFS_NODE_H__
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
//
|
|
||||||
// addresses.h
|
|
||||||
// c-ipfs
|
|
||||||
//
|
|
||||||
// Created by John Jones on 11/2/16.
|
|
||||||
// Copyright © 2016 JMJAtlanta. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef addresses_h
|
#ifndef addresses_h
|
||||||
#define addresses_h
|
#define addresses_h
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
//
|
|
||||||
// bootstrap_peer.h
|
|
||||||
// c-ipfs
|
|
||||||
//
|
|
||||||
// Created by John Jones on 11/2/16.
|
|
||||||
// Copyright © 2016 JMJAtlanta. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef bootstrap_peer_h
|
#ifndef bootstrap_peer_h
|
||||||
#define bootstrap_peer_h
|
#define bootstrap_peer_h
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
//
|
|
||||||
// gateway.h
|
|
||||||
// c-ipfs
|
|
||||||
//
|
|
||||||
// Created by John Jones on 11/2/16.
|
|
||||||
// Copyright © 2016 JMJAtlanta. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef gateway_h
|
#ifndef gateway_h
|
||||||
#define gateway_h
|
#define gateway_h
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
//
|
|
||||||
// identity.h
|
|
||||||
// c-ipfs
|
|
||||||
//
|
|
||||||
// Created by John Jones on 10/27/16.
|
|
||||||
// Copyright © 2016 JMJAtlanta. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef __REPO_CONFIG_IDENTITY_H__
|
#ifndef __REPO_CONFIG_IDENTITY_H__
|
||||||
#define __REPO_CONFIG_IDENTITY_H__
|
#define __REPO_CONFIG_IDENTITY_H__
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
//
|
|
||||||
// peer.h
|
|
||||||
// c-ipfs
|
|
||||||
//
|
|
||||||
// Created by John Jones on 11/3/16.
|
|
||||||
// Copyright © 2016 JMJAtlanta. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef peer_h
|
#ifndef peer_h
|
||||||
#define peer_h
|
#define peer_h
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
//
|
|
||||||
// swarm.h
|
|
||||||
// c-ipfs
|
|
||||||
//
|
|
||||||
// Created by John Jones on 11/2/16.
|
|
||||||
// Copyright © 2016 JMJAtlanta. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef swarm_h
|
#ifndef swarm_h
|
||||||
#define swarm_h
|
#define swarm_h
|
||||||
|
|
||||||
|
|
8
include/ipfs/thirdparty/ipfsaddr/ipfs_addr.h
vendored
8
include/ipfs/thirdparty/ipfsaddr/ipfs_addr.h
vendored
|
@ -1,11 +1,3 @@
|
||||||
//
|
|
||||||
// ipfs_addr.h
|
|
||||||
// c-ipfs
|
|
||||||
//
|
|
||||||
// Created by John Jones on 11/2/16.
|
|
||||||
// Copyright © 2016 JMJAtlanta. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef ipfs_addr_h
|
#ifndef ipfs_addr_h
|
||||||
#define ipfs_addr_h
|
#define ipfs_addr_h
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
//
|
|
||||||
// addresses.c
|
|
||||||
// c-ipfs
|
|
||||||
//
|
|
||||||
// Created by John Jones on 11/2/16.
|
|
||||||
// Copyright © 2016 JMJAtlanta. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
//
|
|
||||||
// bootstrap_peers.c
|
|
||||||
// c-ipfs
|
|
||||||
//
|
|
||||||
// Created by John Jones on 11/2/16.
|
|
||||||
// Copyright © 2016 JMJAtlanta. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
//
|
|
||||||
// config.c
|
|
||||||
// c-ipfs
|
|
||||||
//
|
|
||||||
// Created by John Jones on 10/27/16.
|
|
||||||
// Copyright © 2016 JMJAtlanta. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
//
|
|
||||||
// datastore.c
|
|
||||||
// c-ipfs
|
|
||||||
//
|
|
||||||
// Created by John Jones on 11/2/16.
|
|
||||||
// Copyright © 2016 JMJAtlanta. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
//
|
|
||||||
// gateway.c
|
|
||||||
// c-ipfs
|
|
||||||
//
|
|
||||||
// Created by John Jones on 11/2/16.
|
|
||||||
// Copyright © 2016 JMJAtlanta. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
//
|
|
||||||
// swarm.c
|
|
||||||
// c-ipfs
|
|
||||||
//
|
|
||||||
// Created by John Jones on 11/2/16.
|
|
||||||
// Copyright © 2016 JMJAtlanta. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
//
|
|
||||||
// fs_repo.c
|
|
||||||
// c-ipfs
|
|
||||||
//
|
|
||||||
// Created by John Jones on 10/27/16.
|
|
||||||
// Copyright © 2016 JMJAtlanta. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#include "libp2p/crypto/encoding/base64.h"
|
#include "libp2p/crypto/encoding/base64.h"
|
||||||
|
|
||||||
#include "ipfs/repo/config/datastore.h"
|
#include "ipfs/repo/config/datastore.h"
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
//
|
|
||||||
// test_repo_bootstrap_peers.h
|
|
||||||
// c-ipfs
|
|
||||||
//
|
|
||||||
// Created by John Jones on 11/2/16.
|
|
||||||
// Copyright © 2016 JMJAtlanta. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef test_repo_bootstrap_peers_h
|
#ifndef test_repo_bootstrap_peers_h
|
||||||
#define test_repo_bootstrap_peers_h
|
#define test_repo_bootstrap_peers_h
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
//
|
|
||||||
// test_repo_config.h
|
|
||||||
// c-ipfs
|
|
||||||
//
|
|
||||||
// Created by John Jones on 10/31/16.
|
|
||||||
// Copyright © 2016 JMJAtlanta. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef test_repo_config_h
|
#ifndef test_repo_config_h
|
||||||
#define test_repo_config_h
|
#define test_repo_config_h
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
//
|
|
||||||
// test_repo_identity.h
|
|
||||||
// c-ipfs
|
|
||||||
//
|
|
||||||
// Created by John Jones on 10/31/16.
|
|
||||||
// Copyright © 2016 JMJAtlanta. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef test_repo_identity_h
|
#ifndef test_repo_identity_h
|
||||||
#define test_repo_identity_h
|
#define test_repo_identity_h
|
||||||
|
|
||||||
|
|
8
thirdparty/ipfsaddr/ipfs_addr.c
vendored
8
thirdparty/ipfsaddr/ipfs_addr.c
vendored
|
@ -1,11 +1,3 @@
|
||||||
//
|
|
||||||
// ipfs_addr.c
|
|
||||||
// c-ipfs
|
|
||||||
//
|
|
||||||
// Created by John Jones on 11/2/16.
|
|
||||||
// Copyright © 2016 JMJAtlanta. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
0
unixfs/format.c
Normal file
0
unixfs/format.c
Normal file
Loading…
Reference in a new issue