From 77a409935d2c37ac69cf7506bdf16b7d76d357bd Mon Sep 17 00:00:00 2001 From: orignal Date: Thu, 16 Aug 2018 13:46:59 -0400 Subject: [PATCH] license added --- libi2pd/NTCP2.cpp | 11 +++++++++++ libi2pd/NTCP2.h | 10 ++++++++++ 2 files changed, 21 insertions(+) diff --git a/libi2pd/NTCP2.cpp b/libi2pd/NTCP2.cpp index 6d8814b4..31f3c999 100644 --- a/libi2pd/NTCP2.cpp +++ b/libi2pd/NTCP2.cpp @@ -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 #include #include diff --git a/libi2pd/NTCP2.h b/libi2pd/NTCP2.h index 81395e46..2b6748ab 100644 --- a/libi2pd/NTCP2.h +++ b/libi2pd/NTCP2.h @@ -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__