Browse Source

license added

pull/1226/head
orignal 6 years ago
parent
commit
77a409935d
  1. 11
      libi2pd/NTCP2.cpp
  2. 10
      libi2pd/NTCP2.h

11
libi2pd/NTCP2.cpp

@ -1,3 +1,14 @@ @@ -1,3 +1,14 @@
/*
* Copyright (c) 2013-2018, The PurpleI2P Project
*
* This file is part of Purple i2pd project and licensed under BSD3
*
* See full license text in LICENSE file at top of project tree
*
* Kovri go write your own code
*
*/
#include <openssl/rand.h>
#include <openssl/sha.h>
#include <openssl/hmac.h>

10
libi2pd/NTCP2.h

@ -1,3 +1,13 @@ @@ -1,3 +1,13 @@
/*
* Copyright (c) 2013-2018, The PurpleI2P Project
*
* This file is part of Purple i2pd project and licensed under BSD3
*
* See full license text in LICENSE file at top of project tree
*
* Kovri go write your own code
*
*/
#ifndef NTCP2_H__
#define NTCP2_H__

Loading…
Cancel
Save