diff --git a/crypto/encoding/base64.c b/crypto/encoding/base64.c index caf095f..708e05e 100644 --- a/crypto/encoding/base64.c +++ b/crypto/encoding/base64.c @@ -1,11 +1,3 @@ -// -// base64.c -// c-ipfs -// -// Created by John Jones on 10/31/16. -// Copyright © 2016 JMJAtlanta. All rights reserved. -// - #include #include diff --git a/crypto/encoding/x509.c b/crypto/encoding/x509.c index cf374bb..00ccb8c 100644 --- a/crypto/encoding/x509.c +++ b/crypto/encoding/x509.c @@ -1,11 +1,3 @@ -// -// x509.c -// libp2p_xcode -// -// Created by John Jones on 11/7/16. -// Copyright © 2016 JMJAtlanta. All rights reserved. -// - #include #include #include diff --git a/crypto/rsa.c b/crypto/rsa.c index b5d1929..e2fd9ef 100644 --- a/crypto/rsa.c +++ b/crypto/rsa.c @@ -1,11 +1,3 @@ -// -// rsa.c -// c-libp2p -// -// Created by John Jones on 11/3/16. -// Copyright © 2016 JMJAtlanta. All rights reserved. -// - #include #include diff --git a/include/libp2p/crypto/encoding/base58.h b/include/libp2p/crypto/encoding/base58.h index 827821b..228b42b 100644 --- a/include/libp2p/crypto/encoding/base58.h +++ b/include/libp2p/crypto/encoding/base58.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 #define base58_h diff --git a/include/libp2p/crypto/encoding/base64.h b/include/libp2p/crypto/encoding/base64.h index 226fd0d..5dda317 100644 --- a/include/libp2p/crypto/encoding/base64.h +++ b/include/libp2p/crypto/encoding/base64.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 #define base64_h diff --git a/include/libp2p/crypto/rsa.h b/include/libp2p/crypto/rsa.h index 37ad7a0..24ae22f 100644 --- a/include/libp2p/crypto/rsa.h +++ b/include/libp2p/crypto/rsa.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 #define rsa_h diff --git a/multihash_old/multihash.c b/multihash_old/multihash.c index a2f560e..ce71a1b 100644 --- a/multihash_old/multihash.c +++ b/multihash_old/multihash.c @@ -1,11 +1,3 @@ -// -// multihash.c -// libp2p_xcode -// -// Created by John Jones on 11/7/16. -// Copyright © 2016 JMJAtlanta. All rights reserved. -// - #include #include #include diff --git a/test/crypto/test_base58.h b/test/crypto/test_base58.h index aff1d04..9c4f7ab 100644 --- a/test/crypto/test_base58.h +++ b/test/crypto/test_base58.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 #define test_base58_h diff --git a/test/crypto/test_rsa.h b/test/crypto/test_rsa.h index ebac909..7c8075a 100644 --- a/test/crypto/test_rsa.h +++ b/test/crypto/test_rsa.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 #define test_rsa_h diff --git a/test/multihash/test_multihash.h b/test/multihash/test_multihash.h index af33f0f..9996558 100644 --- a/test/multihash/test_multihash.h +++ b/test/multihash/test_multihash.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 #define test_multihash_h