From 1a8cac463b09b4ae370bebc07da7ef9aeb9afda9 Mon Sep 17 00:00:00 2001 From: DarkGod <darkgod@net-core.org> Date: Fri, 28 Mar 2014 17:10:40 +0100 Subject: [PATCH] licence --- src/web-cef3/web.cpp | 2 +- src/web-external.h | 18 ++++++++++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/src/web-cef3/web.cpp b/src/web-cef3/web.cpp index 0204f1307a..167fdfdebf 100644 --- a/src/web-cef3/web.cpp +++ b/src/web-cef3/web.cpp @@ -2,7 +2,7 @@ TE4 - T-Engine 4 Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini - No permission to copy or replicate in any ways, awesomium is not gpl so we cant link directly + No permission to copy or replicate in any ways. */ #include <map> diff --git a/src/web-external.h b/src/web-external.h index 982ccc8932..bf1a837555 100644 --- a/src/web-external.h +++ b/src/web-external.h @@ -1,8 +1,22 @@ /* TE4 - T-Engine 4 - Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini + Copyright (C) 2009 - 2014 Nicolas Casalini - No permission to copy or replicate in any ways. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + 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. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + + Nicolas Casalini "DarkGod" + darkgod@te4.org */ #ifndef __TE4WEB_EXTERNAL_H__ -- GitLab