From f79d2f9f0cb9933d8be92e8ec9df73b7da3a4c6a Mon Sep 17 00:00:00 2001 From: jmjatlanta Date: Mon, 5 Dec 2016 07:12:23 -0500 Subject: [PATCH] Removal of incorrect copyright notice --- commands/command.c | 7 ------- commands/command_option.c | 8 -------- core/builder.c | 8 -------- include/ipfs/commands/command_option.h | 8 -------- include/ipfs/commands/context.h | 8 -------- include/ipfs/commands/req_log.h | 8 -------- include/ipfs/commands/request.h | 8 -------- include/ipfs/core/builder.h | 8 -------- include/ipfs/core/ipfs_node.h | 8 -------- include/ipfs/repo/config/addresses.h | 8 -------- include/ipfs/repo/config/bootstrap_peers.h | 8 -------- include/ipfs/repo/config/gateway.h | 8 -------- include/ipfs/repo/config/identity.h | 8 -------- include/ipfs/repo/config/peer.h | 8 -------- include/ipfs/repo/config/swarm.h | 8 -------- include/ipfs/thirdparty/ipfsaddr/ipfs_addr.h | 8 -------- repo/config/addresses.c | 8 -------- repo/config/bootstrap_peers.c | 8 -------- repo/config/config.c | 8 -------- repo/config/datastore.c | 8 -------- repo/config/gateway.c | 8 -------- repo/config/swarm.c | 8 -------- repo/fsrepo/fs_repo.c | 8 -------- test/repo/test_repo_bootstrap_peers.h | 8 -------- test/repo/test_repo_config.h | 8 -------- test/repo/test_repo_identity.h | 8 -------- thirdparty/ipfsaddr/ipfs_addr.c | 8 -------- unixfs/format.c | 0 28 files changed, 215 deletions(-) create mode 100644 unixfs/format.c diff --git a/commands/command.c b/commands/command.c index 9bee42b..bace558 100644 --- a/commands/command.c +++ b/commands/command.c @@ -1,10 +1,3 @@ -// -// command.c -// c-ipfs -// -// Created by John Jones on 10/27/16. -// Copyright © 2016 JMJAtlanta. All rights reserved. -// #include #include "ipfs/commands/command.h" diff --git a/commands/command_option.c b/commands/command_option.c index 1164766..7dc6474 100644 --- a/commands/command_option.c +++ b/commands/command_option.c @@ -1,11 +1,3 @@ -// -// option.c -// c-ipfs -// -// Created by John Jones on 10/26/16. -// Copyright © 2016 JMJAtlanta. All rights reserved. -// - #include #include diff --git a/core/builder.c b/core/builder.c index 9f2482e..6d7db79 100644 --- a/core/builder.c +++ b/core/builder.c @@ -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" int ipfs_core_builder_new_node(struct Context* context, struct BuildCfg* build_cfg, struct IpfsNode* buildConfig) { diff --git a/include/ipfs/commands/command_option.h b/include/ipfs/commands/command_option.h index 8aae9d8..7606278 100644 --- a/include/ipfs/commands/command_option.h +++ b/include/ipfs/commands/command_option.h @@ -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__ #define __COMMANDS_COMMAND_OPTION_H__ diff --git a/include/ipfs/commands/context.h b/include/ipfs/commands/context.h index b1f9854..2bbaf7c 100644 --- a/include/ipfs/commands/context.h +++ b/include/ipfs/commands/context.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__ #define __COMMANDS_CONTEXT_H__ diff --git a/include/ipfs/commands/req_log.h b/include/ipfs/commands/req_log.h index 19fdb49..84778c6 100644 --- a/include/ipfs/commands/req_log.h +++ b/include/ipfs/commands/req_log.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__ #define __COMMANDS_REQ_LOG_H__ diff --git a/include/ipfs/commands/request.h b/include/ipfs/commands/request.h index 7b84c0a..f870416 100644 --- a/include/ipfs/commands/request.h +++ b/include/ipfs/commands/request.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__ #define __COMMANDS_REQUEST_H__ diff --git a/include/ipfs/core/builder.h b/include/ipfs/core/builder.h index d971bec..e698a66 100644 --- a/include/ipfs/core/builder.h +++ b/include/ipfs/core/builder.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__ #define __CORE_BUILDER_H__ diff --git a/include/ipfs/core/ipfs_node.h b/include/ipfs/core/ipfs_node.h index 7dd2906..d88fe6a 100644 --- a/include/ipfs/core/ipfs_node.h +++ b/include/ipfs/core/ipfs_node.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__ #define __CORE_IPFS_NODE_H__ diff --git a/include/ipfs/repo/config/addresses.h b/include/ipfs/repo/config/addresses.h index 0c7782b..12b7a14 100644 --- a/include/ipfs/repo/config/addresses.h +++ b/include/ipfs/repo/config/addresses.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 #define addresses_h diff --git a/include/ipfs/repo/config/bootstrap_peers.h b/include/ipfs/repo/config/bootstrap_peers.h index 19c43bb..a468598 100644 --- a/include/ipfs/repo/config/bootstrap_peers.h +++ b/include/ipfs/repo/config/bootstrap_peers.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 #define bootstrap_peer_h diff --git a/include/ipfs/repo/config/gateway.h b/include/ipfs/repo/config/gateway.h index 2675fef..c4314ac 100644 --- a/include/ipfs/repo/config/gateway.h +++ b/include/ipfs/repo/config/gateway.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 #define gateway_h diff --git a/include/ipfs/repo/config/identity.h b/include/ipfs/repo/config/identity.h index c1831c4..db1b425 100644 --- a/include/ipfs/repo/config/identity.h +++ b/include/ipfs/repo/config/identity.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__ #define __REPO_CONFIG_IDENTITY_H__ diff --git a/include/ipfs/repo/config/peer.h b/include/ipfs/repo/config/peer.h index 10f6e77..f23f4e0 100644 --- a/include/ipfs/repo/config/peer.h +++ b/include/ipfs/repo/config/peer.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 #define peer_h diff --git a/include/ipfs/repo/config/swarm.h b/include/ipfs/repo/config/swarm.h index ffcb09e..177e5b2 100644 --- a/include/ipfs/repo/config/swarm.h +++ b/include/ipfs/repo/config/swarm.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 #define swarm_h diff --git a/include/ipfs/thirdparty/ipfsaddr/ipfs_addr.h b/include/ipfs/thirdparty/ipfsaddr/ipfs_addr.h index 14cd3b4..8571c50 100644 --- a/include/ipfs/thirdparty/ipfsaddr/ipfs_addr.h +++ b/include/ipfs/thirdparty/ipfsaddr/ipfs_addr.h @@ -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 #define ipfs_addr_h diff --git a/repo/config/addresses.c b/repo/config/addresses.c index 84e69eb..deb2542 100644 --- a/repo/config/addresses.c +++ b/repo/config/addresses.c @@ -1,11 +1,3 @@ -// -// addresses.c -// c-ipfs -// -// Created by John Jones on 11/2/16. -// Copyright © 2016 JMJAtlanta. All rights reserved. -// - #include #include #include diff --git a/repo/config/bootstrap_peers.c b/repo/config/bootstrap_peers.c index eb317c6..30a15d3 100644 --- a/repo/config/bootstrap_peers.c +++ b/repo/config/bootstrap_peers.c @@ -1,11 +1,3 @@ -// -// bootstrap_peers.c -// c-ipfs -// -// Created by John Jones on 11/2/16. -// Copyright © 2016 JMJAtlanta. All rights reserved. -// - #include #include diff --git a/repo/config/config.c b/repo/config/config.c index 3d12516..5c8034c 100644 --- a/repo/config/config.c +++ b/repo/config/config.c @@ -1,11 +1,3 @@ -// -// config.c -// c-ipfs -// -// Created by John Jones on 10/27/16. -// Copyright © 2016 JMJAtlanta. All rights reserved. -// - #include #include #include diff --git a/repo/config/datastore.c b/repo/config/datastore.c index 7855c8a..e437280 100644 --- a/repo/config/datastore.c +++ b/repo/config/datastore.c @@ -1,11 +1,3 @@ -// -// datastore.c -// c-ipfs -// -// Created by John Jones on 11/2/16. -// Copyright © 2016 JMJAtlanta. All rights reserved. -// - #include #include diff --git a/repo/config/gateway.c b/repo/config/gateway.c index d844fda..557da32 100644 --- a/repo/config/gateway.c +++ b/repo/config/gateway.c @@ -1,11 +1,3 @@ -// -// gateway.c -// c-ipfs -// -// Created by John Jones on 11/2/16. -// Copyright © 2016 JMJAtlanta. All rights reserved. -// - #include #include #include diff --git a/repo/config/swarm.c b/repo/config/swarm.c index db44a9a..fc7e191 100644 --- a/repo/config/swarm.c +++ b/repo/config/swarm.c @@ -1,11 +1,3 @@ -// -// swarm.c -// c-ipfs -// -// Created by John Jones on 11/2/16. -// Copyright © 2016 JMJAtlanta. All rights reserved. -// - #include #include #include diff --git a/repo/fsrepo/fs_repo.c b/repo/fsrepo/fs_repo.c index a88e2b7..8962b81 100644 --- a/repo/fsrepo/fs_repo.c +++ b/repo/fsrepo/fs_repo.c @@ -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 "ipfs/repo/config/datastore.h" diff --git a/test/repo/test_repo_bootstrap_peers.h b/test/repo/test_repo_bootstrap_peers.h index 270dea0..e2ee221 100644 --- a/test/repo/test_repo_bootstrap_peers.h +++ b/test/repo/test_repo_bootstrap_peers.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 #define test_repo_bootstrap_peers_h diff --git a/test/repo/test_repo_config.h b/test/repo/test_repo_config.h index ef5dcc7..52ead48 100644 --- a/test/repo/test_repo_config.h +++ b/test/repo/test_repo_config.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 #define test_repo_config_h diff --git a/test/repo/test_repo_identity.h b/test/repo/test_repo_identity.h index 467f562..1a4a05e 100644 --- a/test/repo/test_repo_identity.h +++ b/test/repo/test_repo_identity.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 #define test_repo_identity_h diff --git a/thirdparty/ipfsaddr/ipfs_addr.c b/thirdparty/ipfsaddr/ipfs_addr.c index 81520be..3117954 100644 --- a/thirdparty/ipfsaddr/ipfs_addr.c +++ b/thirdparty/ipfsaddr/ipfs_addr.c @@ -1,11 +1,3 @@ -// -// ipfs_addr.c -// c-ipfs -// -// Created by John Jones on 11/2/16. -// Copyright © 2016 JMJAtlanta. All rights reserved. -// - #include #include #include diff --git a/unixfs/format.c b/unixfs/format.c new file mode 100644 index 0000000..e69de29