From 441a20af99e87965fdd0cfc763182ef0b3659117 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sat, 30 May 2015 12:23:29 +0000 Subject: [PATCH] misc: fix copyright information here and there. --- doc/tutorial/01_triangle.cpp | 14 ++++++++------ doc/tutorial/02_cube.cpp | 14 ++++++++------ doc/tutorial/03_noise.cpp | 14 ++++++++------ doc/tutorial/04_texture.cpp | 14 ++++++++------ doc/tutorial/05_easymesh.cpp | 16 +++++++++------- doc/tutorial/06_sprite.cpp | 16 +++++++++------- doc/tutorial/07_input.cpp | 14 ++++++++------ doc/tutorial/08_fbo.cpp | 15 ++++++++------- doc/tutorial/11_fractal.cpp | 2 +- doc/tutorial/12_voronoi.cpp | 15 ++++++++------- doc/tutorial/13_shader_builder.cpp | 14 ++++++++------ doc/tutorial/14_lol_lua.cpp | 4 ++-- src/lolimgui.cpp | 2 +- src/lolua/baselua.cpp | 2 +- src/math/constants.cpp | 2 +- src/sys/hacks.cpp | 2 +- src/sys/thread.cpp | 2 +- src/sys/threadtypes.cpp | 2 +- src/t/base/avl_tree.cpp | 2 +- src/t/base/string.cpp | 2 +- src/t/math/noise/simplex.cpp | 2 +- src/t/sys/thread.cpp | 2 +- 22 files changed, 95 insertions(+), 77 deletions(-) diff --git a/doc/tutorial/01_triangle.cpp b/doc/tutorial/01_triangle.cpp index 0aadf1bd..5854df1a 100644 --- a/doc/tutorial/01_triangle.cpp +++ b/doc/tutorial/01_triangle.cpp @@ -1,11 +1,13 @@ // -// Lol Engine - Triangle tutorial +// Lol Engine — Triangle tutorial // -// Copyright: (c) 2012-2013 Sam Hocevar -// This program is free software; you can redistribute it and/or -// modify it under the terms of the Do What The Fuck You Want To -// Public License, Version 2, as published by Sam Hocevar. See -// http://www.wtfpl.net/ for more details. +// Copyright © 2012—2015 Sam Hocevar +// +// This program is free software. It comes without any warranty, to +// the extent permitted by applicable law. You can redistribute it +// and/or modify it under the terms of the Do What the Fuck You Want +// to Public License, Version 2, as published by the WTFPL Task Force. +// See http://www.wtfpl.net/ for more details. // #if HAVE_CONFIG_H diff --git a/doc/tutorial/02_cube.cpp b/doc/tutorial/02_cube.cpp index 6b21f5ec..b5463b9c 100644 --- a/doc/tutorial/02_cube.cpp +++ b/doc/tutorial/02_cube.cpp @@ -1,11 +1,13 @@ // -// Lol Engine - Cube tutorial +// Lol Engine — Cube tutorial // -// Copyright: (c) 2011-2013 Sam Hocevar -// This program is free software; you can redistribute it and/or -// modify it under the terms of the Do What The Fuck You Want To -// Public License, Version 2, as published by Sam Hocevar. See -// http://www.wtfpl.net/ for more details. +// Copyright © 2011—2015 Sam Hocevar +// +// This program is free software. It comes without any warranty, to +// the extent permitted by applicable law. You can redistribute it +// and/or modify it under the terms of the Do What the Fuck You Want +// to Public License, Version 2, as published by the WTFPL Task Force. +// See http://www.wtfpl.net/ for more details. // #if HAVE_CONFIG_H diff --git a/doc/tutorial/03_noise.cpp b/doc/tutorial/03_noise.cpp index 403db25a..e6fa51db 100644 --- a/doc/tutorial/03_noise.cpp +++ b/doc/tutorial/03_noise.cpp @@ -1,11 +1,13 @@ // -// Lol Engine - Noise tutorial +// Lol Engine — Noise tutorial // -// Copyright: (c) 2012-2013 Sam Hocevar -// This program is free software; you can redistribute it and/or -// modify it under the terms of the Do What The Fuck You Want To -// Public License, Version 2, as published by Sam Hocevar. See -// http://www.wtfpl.net/ for more details. +// Copyright © 2012—2015 Sam Hocevar +// +// This program is free software. It comes without any warranty, to +// the extent permitted by applicable law. You can redistribute it +// and/or modify it under the terms of the Do What the Fuck You Want +// to Public License, Version 2, as published by the WTFPL Task Force. +// See http://www.wtfpl.net/ for more details. // #if HAVE_CONFIG_H diff --git a/doc/tutorial/04_texture.cpp b/doc/tutorial/04_texture.cpp index 2b2c1a29..0d420762 100644 --- a/doc/tutorial/04_texture.cpp +++ b/doc/tutorial/04_texture.cpp @@ -1,11 +1,13 @@ // -// Lol Engine - Graphing tutorial +// Lol Engine — Graphing tutorial // -// Copyright: (c) 2012-2013 Sam Hocevar -// This program is free software; you can redistribute it and/or -// modify it under the terms of the Do What The Fuck You Want To -// Public License, Version 2, as published by Sam Hocevar. See -// http://www.wtfpl.net/ for more details. +// Copyright © 2012—2015 Sam Hocevar +// +// This program is free software. It comes without any warranty, to +// the extent permitted by applicable law. You can redistribute it +// and/or modify it under the terms of the Do What the Fuck You Want +// to Public License, Version 2, as published by the WTFPL Task Force. +// See http://www.wtfpl.net/ for more details. // #if HAVE_CONFIG_H diff --git a/doc/tutorial/05_easymesh.cpp b/doc/tutorial/05_easymesh.cpp index 3bee2dc9..096ecd9f 100644 --- a/doc/tutorial/05_easymesh.cpp +++ b/doc/tutorial/05_easymesh.cpp @@ -1,12 +1,14 @@ // -// Lol Engine - EasyMesh tutorial +// Lol Engine — EasyMesh tutorial // -// Copyright: (c) 2011-2013 Sam Hocevar -// (c) 2012-2013 Benjamin "Touky" Huet -// This program is free software; you can redistribute it and/or -// modify it under the terms of the Do What The Fuck You Want To -// Public License, Version 2, as published by Sam Hocevar. See -// http://www.wtfpl.net/ for more details. +// Copyright © 2011—2015 Sam Hocevar +// © 2012—2013 Benjamin “Touky” Huet +// +// This program is free software. It comes without any warranty, to +// the extent permitted by applicable law. You can redistribute it +// and/or modify it under the terms of the Do What the Fuck You Want +// to Public License, Version 2, as published by the WTFPL Task Force. +// See http://www.wtfpl.net/ for more details. // #if HAVE_CONFIG_H diff --git a/doc/tutorial/06_sprite.cpp b/doc/tutorial/06_sprite.cpp index 5c4d3c4a..45d3b5f6 100644 --- a/doc/tutorial/06_sprite.cpp +++ b/doc/tutorial/06_sprite.cpp @@ -1,12 +1,14 @@ // -// Lol Engine - Sprite tutorial +// Lol Engine — Sprite tutorial // -// Copyright: (c) 2011-2013 Sam Hocevar -// (c) 2012 Daniel Stephens (artwork) -// This program is free software; you can redistribute it and/or -// modify it under the terms of the Do What The Fuck You Want To -// Public License, Version 2, as published by Sam Hocevar. See -// http://www.wtfpl.net/ for more details. +// Copyright © 2011—2015 Sam Hocevar +// © 2012 Daniel Stephens (artwork) +// +// This program is free software. It comes without any warranty, to +// the extent permitted by applicable law. You can redistribute it +// and/or modify it under the terms of the Do What the Fuck You Want +// to Public License, Version 2, as published by the WTFPL Task Force. +// See http://www.wtfpl.net/ for more details. // #if HAVE_CONFIG_H diff --git a/doc/tutorial/07_input.cpp b/doc/tutorial/07_input.cpp index 07003fc8..1db60d66 100644 --- a/doc/tutorial/07_input.cpp +++ b/doc/tutorial/07_input.cpp @@ -1,11 +1,13 @@ // -// Lol Engine - Input tutorial +// Lol Engine — Input tutorial // -// Copyright: (c) 2011-2013 Sam Hocevar -// This program is free software; you can redistribute it and/or -// modify it under the terms of the Do What The Fuck You Want To -// Public License, Version 2, as published by Sam Hocevar. See -// http://www.wtfpl.net/ for more details. +// Copyright © 2011—2015 Sam Hocevar +// +// This program is free software. It comes without any warranty, to +// the extent permitted by applicable law. You can redistribute it +// and/or modify it under the terms of the Do What the Fuck You Want +// to Public License, Version 2, as published by the WTFPL Task Force. +// See http://www.wtfpl.net/ for more details. // #if HAVE_CONFIG_H diff --git a/doc/tutorial/08_fbo.cpp b/doc/tutorial/08_fbo.cpp index 77d643e3..44db85d4 100644 --- a/doc/tutorial/08_fbo.cpp +++ b/doc/tutorial/08_fbo.cpp @@ -1,11 +1,13 @@ // -// Lol Engine - Framebuffer Object tutorial +// Lol Engine — Framebuffer Object tutorial // -// Copyright: (c) 2012-2013 Sam Hocevar -// This program is free software; you can redistribute it and/or -// modify it under the terms of the Do What The Fuck You Want To -// Public License, Version 2, as published by Sam Hocevar. See -// http://www.wtfpl.net/ for more details. +// Copyright © 2012—2015 Sam Hocevar +// +// This program is free software. It comes without any warranty, to +// the extent permitted by applicable law. You can redistribute it +// and/or modify it under the terms of the Do What the Fuck You Want +// to Public License, Version 2, as published by the WTFPL Task Force. +// See http://www.wtfpl.net/ for more details. // #if HAVE_CONFIG_H @@ -13,7 +15,6 @@ #endif #include -#include "loldebug.h" using namespace lol; diff --git a/doc/tutorial/11_fractal.cpp b/doc/tutorial/11_fractal.cpp index cc03fa86..6b8c66e3 100644 --- a/doc/tutorial/11_fractal.cpp +++ b/doc/tutorial/11_fractal.cpp @@ -1,5 +1,5 @@ // -// Lol Engine - Fractal tutorial +// Lol Engine — Fractal tutorial // // Copyright © 2011—2015 Sam Hocevar // diff --git a/doc/tutorial/12_voronoi.cpp b/doc/tutorial/12_voronoi.cpp index 25b2b818..4a1db570 100644 --- a/doc/tutorial/12_voronoi.cpp +++ b/doc/tutorial/12_voronoi.cpp @@ -1,12 +1,13 @@ // -// Lol Engine - Framebuffer Object tutorial +// Lol Engine — Voronoi diagram tutorial // -// Copyright: (c) 2013-2013 Sam Hocevar -// (c) 2013-2013 Benjamin "Touky" Huet -// This program is free software; you can redistribute it and/or -// modify it under the terms of the Do What The Fuck You Want To -// Public License, Version 2, as published by Sam Hocevar. See -// http://www.wtfpl.net/ for more details. +// Copyright © 2011—2015 Benjamin “Touky” Huet +// +// This program is free software. It comes without any warranty, to +// the extent permitted by applicable law. You can redistribute it +// and/or modify it under the terms of the Do What the Fuck You Want +// to Public License, Version 2, as published by the WTFPL Task Force. +// See http://www.wtfpl.net/ for more details. // #if HAVE_CONFIG_H diff --git a/doc/tutorial/13_shader_builder.cpp b/doc/tutorial/13_shader_builder.cpp index d316d748..766e7456 100644 --- a/doc/tutorial/13_shader_builder.cpp +++ b/doc/tutorial/13_shader_builder.cpp @@ -1,11 +1,13 @@ // -// Lol Engine - Graphing tutorial +// Lol Engine — Shader builder tutorial // -// Copyright: (c) 2012-2013 Sam Hocevar -// This program is free software; you can redistribute it and/or -// modify it under the terms of the Do What The Fuck You Want To -// Public License, Version 2, as published by Sam Hocevar. See -// http://www.wtfpl.net/ for more details. +// Copyright © 2012—2015 Sam Hocevar +// +// This program is free software. It comes without any warranty, to +// the extent permitted by applicable law. You can redistribute it +// and/or modify it under the terms of the Do What the Fuck You Want +// to Public License, Version 2, as published by the WTFPL Task Force. +// See http://www.wtfpl.net/ for more details. // #if HAVE_CONFIG_H diff --git a/doc/tutorial/14_lol_lua.cpp b/doc/tutorial/14_lol_lua.cpp index 45afdbb8..405dbb08 100644 --- a/doc/tutorial/14_lol_lua.cpp +++ b/doc/tutorial/14_lol_lua.cpp @@ -1,7 +1,7 @@ // -// Lol Engine — Graphing tutorial +// Lol Engine — Lua tutorial // -// Copyright © 2005—2015 Sam Hocevar +// Copyright © 2014—2015 Benjamin “Touky” Huet // // This program is free software. It comes without any warranty, to // the extent permitted by applicable law. You can redistribute it diff --git a/src/lolimgui.cpp b/src/lolimgui.cpp index 50c161ed..ab64e3c8 100644 --- a/src/lolimgui.cpp +++ b/src/lolimgui.cpp @@ -1,7 +1,7 @@ // // imGui integration in lolengine // -// Copyright © 2009—2015 Benjamin "Touky" Huet +// Copyright © 2009—2015 Benjamin “Touky” Huet // // This library is free software. It comes without any warranty, to // the extent permitted by applicable law. You can redistribute it diff --git a/src/lolua/baselua.cpp b/src/lolua/baselua.cpp index 59258b4c..7a7ca602 100644 --- a/src/lolua/baselua.cpp +++ b/src/lolua/baselua.cpp @@ -2,7 +2,7 @@ // Base Lua class for Lua script loading // // Copyright © 2009—2015 Sam Hocevar -// © 2009—2015 Benjamin "Touky" Huet +// © 2009—2015 Benjamin “Touky” Huet // // This library is free software. It comes without any warranty, to // the extent permitted by applicable law. You can redistribute it diff --git a/src/math/constants.cpp b/src/math/constants.cpp index 246d66bc..8cc5e14b 100644 --- a/src/math/constants.cpp +++ b/src/math/constants.cpp @@ -1,7 +1,7 @@ // // Lol Engine // -// Copyright © 2010-2015 Sam Hocevar +// Copyright © 2010—2015 Sam Hocevar // // This library is free software. It comes without any warranty, to // the extent permitted by applicable law. You can redistribute it diff --git a/src/sys/hacks.cpp b/src/sys/hacks.cpp index 353aa408..88499cb6 100644 --- a/src/sys/hacks.cpp +++ b/src/sys/hacks.cpp @@ -1,7 +1,7 @@ // // Lol Engine // -// Copyright © 2010-2015 Sam Hocevar +// Copyright © 2010—2015 Sam Hocevar // // This library is free software. It comes without any warranty, to // the extent permitted by applicable law. You can redistribute it diff --git a/src/sys/thread.cpp b/src/sys/thread.cpp index 5b3197bf..3b6e8a64 100644 --- a/src/sys/thread.cpp +++ b/src/sys/thread.cpp @@ -2,7 +2,7 @@ // Lol Engine // // Copyright © 2010—2015 Sam Hocevar -// © 2014—2015 Benjamin "Touky" Huet +// © 2014—2015 Benjamin “Touky” Huet // // This library is free software. It comes without any warranty, to // the extent permitted by applicable law. You can redistribute it diff --git a/src/sys/threadtypes.cpp b/src/sys/threadtypes.cpp index 3503b8e0..cf9ea5d2 100644 --- a/src/sys/threadtypes.cpp +++ b/src/sys/threadtypes.cpp @@ -2,7 +2,7 @@ // Lol Engine // // Copyright © 2010—2015 Sam Hocevar -// © 2014—2015 Benjamin "Touky" Huet +// © 2014—2015 Benjamin “Touky” Huet // // This library is free software. It comes without any warranty, to // the extent permitted by applicable law. You can redistribute it diff --git a/src/t/base/avl_tree.cpp b/src/t/base/avl_tree.cpp index 5dfcf58d..15eed7f9 100644 --- a/src/t/base/avl_tree.cpp +++ b/src/t/base/avl_tree.cpp @@ -2,7 +2,7 @@ // Lol Engine — Unit tests // // Copyright © 2010—2015 Sam Hocevar -// © 2013—2015 Benjamin "Touky" Huet +// © 2013—2015 Benjamin “Touky” Huet // © 2013—2015 Guillaume Bittoun // // This program is free software. It comes without any warranty, to diff --git a/src/t/base/string.cpp b/src/t/base/string.cpp index 22aa11a7..cb4740f2 100644 --- a/src/t/base/string.cpp +++ b/src/t/base/string.cpp @@ -2,7 +2,7 @@ // Lol Engine — Unit tests // // Copyright © 2010—2015 Sam Hocevar -// © 2014—2015 Benjamin "Touky" Huet +// © 2014—2015 Benjamin “Touky” Huet // // This program is free software. It comes without any warranty, to // the extent permitted by applicable law. You can redistribute it diff --git a/src/t/math/noise/simplex.cpp b/src/t/math/noise/simplex.cpp index c400732d..1ef5a3dc 100644 --- a/src/t/math/noise/simplex.cpp +++ b/src/t/math/noise/simplex.cpp @@ -2,7 +2,7 @@ // Lol Engine — Unit tests // // Copyright © 2010—2014 Sam Hocevar -// © 2013—2014 Benjamin "Touky" Huet +// © 2013—2014 Benjamin “Touky” Huet // © 2013—2014 Guillaume Bittoun // // This program is free software. It comes without any warranty, to diff --git a/src/t/sys/thread.cpp b/src/t/sys/thread.cpp index 9c17ce52..75328336 100644 --- a/src/t/sys/thread.cpp +++ b/src/t/sys/thread.cpp @@ -2,7 +2,7 @@ // Lol Engine — Unit tests // // Copyright © 2010—2015 Sam Hocevar -// © 2014—2015 Benjamin "Touky" Huet +// © 2014—2015 Benjamin “Touky” Huet // // This program is free software. It comes without any warranty, to // the extent permitted by applicable law. You can redistribute it