diff --git a/src/web-cef3/web-internal.h b/src/web-cef3/web-internal.h index 296653cd1e259e7ae2411c3f375fc9b662b9f244..f306848423569e292eaef85a1aa36796d28d7310 100644 --- a/src/web-cef3/web-internal.h +++ b/src/web-cef3/web-internal.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_INTERNAL_H__ diff --git a/src/web-cef3/web-utils.cpp b/src/web-cef3/web-utils.cpp index 263568e25f4a82ad56b1ea141e852ef58289d503..3c3dbcc9f870bec4bb6e153d32d7e92fa9d0c0f9 100644 --- a/src/web-cef3/web-utils.cpp +++ b/src/web-cef3/web-utils.cpp @@ -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, awesomium is not gpl so we cant link directly + 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 */ extern "C" { diff --git a/src/web-cef3/web.cpp b/src/web-cef3/web.cpp index 4e40ceeebc9137a00eeca973ad34591c68499bc5..c7d55374b6e8ba00a0774492630f005bc5505902 100644 --- a/src/web-cef3/web.cpp +++ b/src/web-cef3/web.cpp @@ -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 */ #include <map> diff --git a/src/web-cef3/web.h b/src/web-cef3/web.h index 90b0718d9307545b5f7e8e464fa1f9a1e6d32ed4..ca31aeb515d44cc486a4b2298726bead14186825 100644 --- a/src/web-cef3/web.h +++ b/src/web-cef3/web.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_H__