From ebc909b61bea3b06e817ebc57f8da4b42a617e9b Mon Sep 17 00:00:00 2001 From: Sergey Lyubka <valenok@gmail.com> Date: Wed, 27 Nov 2013 14:10:51 +0000 Subject: [PATCH] Added copyright --- build/src/core.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/build/src/core.c b/build/src/core.c index 636da27db..8e6d6223a 100644 --- a/build/src/core.c +++ b/build/src/core.c @@ -1,3 +1,20 @@ +// Copyright (c) 2004-2013 Sergey Lyubka <valenok@gmail.com> +// Copyright (c) 2013 Cesanta Software Limited +// All rights reserved +// +// This library is dual-licensed: you can redistribute it and/or modify +// it under the terms of the GNU General Public License version 2 as +// published by the Free Software Foundation. For the terms of this +// license, see <http://www.gnu.org/licenses/>. +// +// You are free to use this library under the terms of the GNU General +// Public License, but WITHOUT ANY WARRANTY; without even the implied +// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +// See the GNU General Public License for more details. +// +// Alternatively, you can license this library under a commercial +// license, as set out in <http://cesanta.com/products.html>. + #ifdef _WIN32 #undef _UNICODE #define _MBCS -- GitLab