Removal of incorrect copyright notice
This commit is contained in:
parent
6cb4e3a04e
commit
749f4d693e
10 changed files with 0 additions and 80 deletions
|
@ -1,11 +1,3 @@
|
||||||
//
|
|
||||||
// base64.c
|
|
||||||
// c-ipfs
|
|
||||||
//
|
|
||||||
// Created by John Jones on 10/31/16.
|
|
||||||
// Copyright © 2016 JMJAtlanta. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
//
|
|
||||||
// x509.c
|
|
||||||
// libp2p_xcode
|
|
||||||
//
|
|
||||||
// Created by John Jones on 11/7/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 @@
|
||||||
//
|
|
||||||
// rsa.c
|
|
||||||
// c-libp2p
|
|
||||||
//
|
|
||||||
// Created by John Jones on 11/3/16.
|
|
||||||
// Copyright © 2016 JMJAtlanta. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
//
|
|
||||||
// base58.h
|
|
||||||
// libp2p_xcode
|
|
||||||
//
|
|
||||||
// Created by John Jones on 11/7/16.
|
|
||||||
// Copyright © 2016 JMJAtlanta. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef base58_h
|
#ifndef base58_h
|
||||||
#define base58_h
|
#define base58_h
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
//
|
|
||||||
// base64.h
|
|
||||||
// c-ipfs
|
|
||||||
//
|
|
||||||
// Created by John Jones on 10/31/16.
|
|
||||||
// Copyright © 2016 JMJAtlanta. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef base64_h
|
#ifndef base64_h
|
||||||
#define base64_h
|
#define base64_h
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
//
|
|
||||||
// rsa.h
|
|
||||||
// c-libp2p
|
|
||||||
//
|
|
||||||
// Created by John Jones on 11/3/16.
|
|
||||||
// Copyright © 2016 JMJAtlanta. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef rsa_h
|
#ifndef rsa_h
|
||||||
#define rsa_h
|
#define rsa_h
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
//
|
|
||||||
// multihash.c
|
|
||||||
// libp2p_xcode
|
|
||||||
//
|
|
||||||
// Created by John Jones on 11/7/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 @@
|
||||||
//
|
|
||||||
// test_base58.h
|
|
||||||
// libp2p_xcode
|
|
||||||
//
|
|
||||||
// Created by John Jones on 11/7/16.
|
|
||||||
// Copyright © 2016 JMJAtlanta. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef test_base58_h
|
#ifndef test_base58_h
|
||||||
#define test_base58_h
|
#define test_base58_h
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
//
|
|
||||||
// test_rsa.h
|
|
||||||
// libp2p_xcode
|
|
||||||
//
|
|
||||||
// Created by John Jones on 11/3/16.
|
|
||||||
// Copyright © 2016 JMJAtlanta. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef test_rsa_h
|
#ifndef test_rsa_h
|
||||||
#define test_rsa_h
|
#define test_rsa_h
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
//
|
|
||||||
// test_multihash.h
|
|
||||||
// libp2p_xcode
|
|
||||||
//
|
|
||||||
// Created by John Jones on 11/7/16.
|
|
||||||
// Copyright © 2016 JMJAtlanta. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef test_multihash_h
|
#ifndef test_multihash_h
|
||||||
#define test_multihash_h
|
#define test_multihash_h
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue