From d64b117b8d196155e5beeb9d63fbdc5c0a3e5a9b Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Mon, 27 Apr 2015 23:21:39 +0000 Subject: [PATCH] build: fix license and copyright information. --- doc/samples/benchmark/half.cpp | 11 ++++++----- doc/samples/benchmark/real.cpp | 11 ++++++----- doc/samples/benchmark/trig.cpp | 11 ++++++----- doc/samples/benchmark/vector.cpp | 11 ++++++----- doc/samples/benchsuite.cpp | 11 ++++++----- doc/samples/math/poly.cpp | 14 ++++++++------ doc/samples/sandbox/sample.cpp | 2 +- doc/tutorial/14_lol_lua.cpp | 11 ++++++----- src/base/assert.cpp | 11 ++++++----- src/dict.cpp | 11 ++++++----- src/eglapp.cpp | 11 ++++++----- src/entity.cpp | 11 ++++++----- src/gpu/renderer.cpp | 11 ++++++----- src/gpu/vertexbuffer.cpp | 11 ++++++----- src/image/codec/android-image.cpp | 11 ++++++----- src/image/codec/gdiplus-image.cpp | 11 ++++++----- src/image/codec/imlib2-image.cpp | 11 ++++++----- src/image/codec/ios-image.cpp | 11 ++++++----- src/image/codec/sdl-image.cpp | 11 ++++++----- src/image/pixel.cpp | 14 ++++++++------ src/image/todo/bezier.cpp | 14 ++++++-------- src/image/todo/blit.cpp | 12 +++++------- src/image/todo/blur.cpp | 12 +++++------- src/image/todo/context.cpp | 12 +++++------- src/image/todo/coreimage.cpp | 14 ++++++-------- src/image/todo/coreimage.h | 14 ++++++-------- src/image/todo/floodfill.cpp | 14 ++++++-------- src/image/todo/jpeg.cpp | 14 ++++++-------- src/image/todo/line.cpp | 14 ++++++-------- src/image/todo/measure.cpp | 13 ++++++------- src/image/todo/reduce.cpp | 12 +++++------- src/image/todo/rgb.cpp | 12 +++++------- src/image/todo/rotate.cpp | 12 +++++------- src/image/todo/sequence.cpp | 12 +++++------- src/image/todo/transform.cpp | 12 +++++------- src/image/todo/wave.cpp | 12 +++++------- src/input/controller.cpp | 11 ++++++----- src/input/keys.h | 15 ++++++++------- src/lol/base/assert.h | 11 ++++++----- src/lol/base/log.h | 11 ++++++----- src/lol/math/noise/simplex.h | 15 ++++++++------- src/lolua/baselua.cpp | 4 ++-- src/math/vector.cpp | 11 ++++++----- src/mesh/mesh.cpp | 11 ++++++----- src/platform/android/androidapp.cpp | 11 ++++++----- src/platform/sdl/sdlapp.cpp | 11 ++++++----- src/platform/sdl/sdlinput.cpp | 11 ++++++----- src/sample.cpp | 11 ++++++----- src/sys/init.cpp | 11 ++++++----- src/t/base/array.cpp | 13 +++++++------ src/t/base/avl_tree.cpp | 8 ++++---- src/t/base/enum.cpp | 14 ++++++++------ src/t/base/map.cpp | 2 +- src/t/base/string.cpp | 2 +- src/t/base/types.cpp | 14 ++++++++------ src/t/entity/camera.cpp | 16 +++++++++------- src/t/image/color.cpp | 14 ++++++++------ src/t/image/image.cpp | 14 ++++++++------ src/t/math/array2d.cpp | 14 ++++++++------ src/t/math/array3d.cpp | 14 ++++++++------ src/t/math/arraynd.cpp | 14 ++++++++------ src/t/math/bigint.cpp | 2 +- src/t/math/box.cpp | 14 ++++++++------ src/t/math/cmplx.cpp | 14 ++++++++------ src/t/math/half.cpp | 14 ++++++++------ src/t/math/interp.cpp | 14 ++++++++------ src/t/math/matrix.cpp | 14 ++++++++------ src/t/math/noise/simplex.cpp | 18 ++++++++++-------- src/t/math/polynomial.cpp | 14 ++++++++------ src/t/math/quat.cpp | 14 ++++++++------ src/t/math/rand.cpp | 14 ++++++++------ src/t/math/real.cpp | 14 ++++++++------ src/t/math/rotation.cpp | 14 ++++++++------ src/t/math/trig.cpp | 14 ++++++++------ src/t/math/vector.cpp | 14 ++++++++------ src/t/sys/thread.cpp | 2 +- src/t/test-common.cpp | 14 ++++++++------ 77 files changed, 478 insertions(+), 431 deletions(-) diff --git a/doc/samples/benchmark/half.cpp b/doc/samples/benchmark/half.cpp index 68e6379f..25e7ceea 100644 --- a/doc/samples/benchmark/half.cpp +++ b/doc/samples/benchmark/half.cpp @@ -1,12 +1,13 @@ // // Lol Engine — Benchmark program // -// Copyright: © 2005—2015 Sam Hocevar +// Copyright © 2005—2015 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. +// 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/samples/benchmark/real.cpp b/doc/samples/benchmark/real.cpp index 2b8fce35..81e541fd 100644 --- a/doc/samples/benchmark/real.cpp +++ b/doc/samples/benchmark/real.cpp @@ -1,12 +1,13 @@ // // Lol Engine — Benchmark program // -// Copyright: © 2005—2015 Sam Hocevar +// Copyright © 2005—2015 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. +// 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/samples/benchmark/trig.cpp b/doc/samples/benchmark/trig.cpp index ba0aa912..c9eefd7c 100644 --- a/doc/samples/benchmark/trig.cpp +++ b/doc/samples/benchmark/trig.cpp @@ -1,12 +1,13 @@ // // Lol Engine — Benchmark program // -// Copyright: © 2005—2015 Sam Hocevar +// Copyright © 2005—2015 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. +// 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/samples/benchmark/vector.cpp b/doc/samples/benchmark/vector.cpp index e4a05459..298a7faf 100644 --- a/doc/samples/benchmark/vector.cpp +++ b/doc/samples/benchmark/vector.cpp @@ -1,12 +1,13 @@ // // Lol Engine — Benchmark program // -// Copyright: © 2005—2015 Sam Hocevar +// Copyright © 2005—2015 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. +// 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/samples/benchsuite.cpp b/doc/samples/benchsuite.cpp index 702575f3..59025f9c 100644 --- a/doc/samples/benchsuite.cpp +++ b/doc/samples/benchsuite.cpp @@ -1,12 +1,13 @@ // // Lol Engine — Benchmark program // -// Copyright: © 2005—2015 Sam Hocevar +// Copyright © 2005—2015 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. +// 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/samples/math/poly.cpp b/doc/samples/math/poly.cpp index 111b8b4f..4404f27b 100644 --- a/doc/samples/math/poly.cpp +++ b/doc/samples/math/poly.cpp @@ -1,11 +1,13 @@ // -// Lol Engine - Sample math program: chek trigonometric functions +// Lol Engine — Sample math program: check trigonometric functions // -// Copyright: (c) 2005-2011 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 © 2005—2011 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/samples/sandbox/sample.cpp b/doc/samples/sandbox/sample.cpp index c2d108cd..780395f5 100644 --- a/doc/samples/sandbox/sample.cpp +++ b/doc/samples/sandbox/sample.cpp @@ -1,5 +1,5 @@ // -// Lol Engine - Sandbox program +// Lol Engine — Sandbox program // // Copyright © 2005—2015 Sam Hocevar // diff --git a/doc/tutorial/14_lol_lua.cpp b/doc/tutorial/14_lol_lua.cpp index 7f54d5ec..45afdbb8 100644 --- a/doc/tutorial/14_lol_lua.cpp +++ b/doc/tutorial/14_lol_lua.cpp @@ -1,12 +1,13 @@ // // Lol Engine — Graphing tutorial // -// Copyright: © 2012—2015 Sam Hocevar +// Copyright © 2005—2015 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. +// 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/src/base/assert.cpp b/src/base/assert.cpp index 7aee79b2..0fd4eeee 100644 --- a/src/base/assert.cpp +++ b/src/base/assert.cpp @@ -1,12 +1,13 @@ // // Lol Engine // -// Copyright: © 2010—2015 Sam Hocevar +// Copyright © 2010—2015 Sam Hocevar // -// This library 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. +// This library 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. // #include diff --git a/src/dict.cpp b/src/dict.cpp index 74120b9a..fad8f672 100644 --- a/src/dict.cpp +++ b/src/dict.cpp @@ -1,12 +1,13 @@ // // Lol Engine // -// Copyright: © 2010—2015 Sam Hocevar +// Copyright © 2010—2015 Sam Hocevar // -// This library 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. +// This library 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. // #include diff --git a/src/eglapp.cpp b/src/eglapp.cpp index 76966005..1e94cecb 100644 --- a/src/eglapp.cpp +++ b/src/eglapp.cpp @@ -1,12 +1,13 @@ // // Lol Engine // -// Copyright: © 2010—2015 Sam Hocevar +// Copyright © 2010—2015 Sam Hocevar // -// This library 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. +// This library 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. // #include diff --git a/src/entity.cpp b/src/entity.cpp index e4adfb52..3c2ec430 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -1,12 +1,13 @@ // // Lol Engine // -// Copyright: © 2010—2015 Sam Hocevar +// Copyright © 2010—2015 Sam Hocevar // -// This library 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. +// This library 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. // #include diff --git a/src/gpu/renderer.cpp b/src/gpu/renderer.cpp index a11b9969..7db3f865 100644 --- a/src/gpu/renderer.cpp +++ b/src/gpu/renderer.cpp @@ -1,12 +1,13 @@ // // Lol Engine // -// Copyright: © 2010—2015 Sam Hocevar +// Copyright © 2010—2015 Sam Hocevar // -// This library 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. +// This library 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. // #include diff --git a/src/gpu/vertexbuffer.cpp b/src/gpu/vertexbuffer.cpp index 524fbfa1..5bf8eb67 100644 --- a/src/gpu/vertexbuffer.cpp +++ b/src/gpu/vertexbuffer.cpp @@ -1,12 +1,13 @@ // // Lol Engine // -// Copyright: © 2010—2015 Sam Hocevar +// Copyright © 2010—2015 Sam Hocevar // -// This library 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. +// This library 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. // #include diff --git a/src/image/codec/android-image.cpp b/src/image/codec/android-image.cpp index 5e317a1e..54ed24a6 100644 --- a/src/image/codec/android-image.cpp +++ b/src/image/codec/android-image.cpp @@ -1,12 +1,13 @@ // // Lol Engine // -// Copyright: © 2010—2015 Sam Hocevar +// Copyright © 2010—2015 Sam Hocevar // -// This library 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. +// This library 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. // #include diff --git a/src/image/codec/gdiplus-image.cpp b/src/image/codec/gdiplus-image.cpp index 48996af2..b4b2e103 100644 --- a/src/image/codec/gdiplus-image.cpp +++ b/src/image/codec/gdiplus-image.cpp @@ -1,12 +1,13 @@ // // Lol Engine // -// Copyright: © 2010—2015 Sam Hocevar +// Copyright © 2010—2015 Sam Hocevar // -// This library 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. +// This library 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/src/image/codec/imlib2-image.cpp b/src/image/codec/imlib2-image.cpp index 2512e4b8..cd887c91 100644 --- a/src/image/codec/imlib2-image.cpp +++ b/src/image/codec/imlib2-image.cpp @@ -1,12 +1,13 @@ // // Lol Engine // -// Copyright: © 2010—2015 Sam Hocevar +// Copyright © 2010—2015 Sam Hocevar // -// This library 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. +// This library 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. // #include diff --git a/src/image/codec/ios-image.cpp b/src/image/codec/ios-image.cpp index 9a852f14..a68ed51c 100644 --- a/src/image/codec/ios-image.cpp +++ b/src/image/codec/ios-image.cpp @@ -1,12 +1,13 @@ // // Lol Engine // -// Copyright: © 2010—2015 Sam Hocevar +// Copyright © 2010—2015 Sam Hocevar // -// This library 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. +// This library 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. // #include diff --git a/src/image/codec/sdl-image.cpp b/src/image/codec/sdl-image.cpp index f31d5ff2..f06c4780 100644 --- a/src/image/codec/sdl-image.cpp +++ b/src/image/codec/sdl-image.cpp @@ -1,12 +1,13 @@ // // Lol Engine // -// Copyright: © 2010—2015 Sam Hocevar +// Copyright © 2010—2015 Sam Hocevar // -// This library 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. +// This library 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. // #include diff --git a/src/image/pixel.cpp b/src/image/pixel.cpp index 27d3beca..dc6aae44 100644 --- a/src/image/pixel.cpp +++ b/src/image/pixel.cpp @@ -1,11 +1,13 @@ // -// Lol Engine +// Lol Engine // -// Copyright: © 2004—2014 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 © 2004—2015 Sam Hocevar +// +// This library 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. // #include diff --git a/src/image/todo/bezier.cpp b/src/image/todo/bezier.cpp index 70cc0af6..27cc89b5 100644 --- a/src/image/todo/bezier.cpp +++ b/src/image/todo/bezier.cpp @@ -1,16 +1,14 @@ /* - * libpipi Pathetic image processing interface library - * Copyright (c) 2004-2008 Sam Hocevar - * 2008 Jean-Yves Lamoureux + * © 2008 Jean-Yves Lamoureux * * This library 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 Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * 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. */ /* diff --git a/src/image/todo/blit.cpp b/src/image/todo/blit.cpp index 9a08b36d..1693f648 100644 --- a/src/image/todo/blit.cpp +++ b/src/image/todo/blit.cpp @@ -1,15 +1,13 @@ /* - * libpipi Pathetic image processing interface library - * Copyright (c) 2004-2008 Sam Hocevar - * All Rights Reserved + * Lol Engine * - * $Id$ + * Copyright © 2004—2008 Sam Hocevar * * This library 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 Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * 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. */ /* diff --git a/src/image/todo/blur.cpp b/src/image/todo/blur.cpp index ba76b828..826d5bf7 100644 --- a/src/image/todo/blur.cpp +++ b/src/image/todo/blur.cpp @@ -1,15 +1,13 @@ /* - * libpipi Pathetic image processing interface library - * Copyright (c) 2004-2008 Sam Hocevar - * All Rights Reserved + * Lol Engine * - * $Id$ + * Copyright © 2004—2008 Sam Hocevar * * This library 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 Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * 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. */ /* diff --git a/src/image/todo/context.cpp b/src/image/todo/context.cpp index 2c77c2f0..80b19c6d 100644 --- a/src/image/todo/context.cpp +++ b/src/image/todo/context.cpp @@ -1,15 +1,13 @@ /* - * libpipi Pathetic image processing interface library - * Copyright (c) 2004-2008 Sam Hocevar - * All Rights Reserved + * Lol Engine * - * $Id$ + * Copyright © 2004—2008 Sam Hocevar * * This library 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 Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * 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. */ /* diff --git a/src/image/todo/coreimage.cpp b/src/image/todo/coreimage.cpp index 315307bc..659f6d71 100644 --- a/src/image/todo/coreimage.cpp +++ b/src/image/todo/coreimage.cpp @@ -1,16 +1,14 @@ /* - * libpipi Pathetic image processing interface library - * Copyright (c) 2004-2008 Sam Hocevar - * 2008 Jean-Yves Lamoureux - * All Rights Reserved + * Lol Engine * - * $Id$ + * Copyright © 2004—2008 Sam Hocevar + * © 2008 Jean-Yves Lamoureux * * This library 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 Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * 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. */ /* diff --git a/src/image/todo/coreimage.h b/src/image/todo/coreimage.h index cb0f0032..a9b74128 100644 --- a/src/image/todo/coreimage.h +++ b/src/image/todo/coreimage.h @@ -1,16 +1,14 @@ /* - * libpipi Pathetic image processing interface library - * Copyright (c) 2004-2008 Sam Hocevar - * 2008 Jean-Yves Lamoureux - * All Rights Reserved + * Lol Engine * - * $Id$ + * Copyright © 2004—2008 Sam Hocevar + * © 2008 Jean-Yves Lamoureux * * This library 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 Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * 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. */ /* diff --git a/src/image/todo/floodfill.cpp b/src/image/todo/floodfill.cpp index 93a36ade..4dd0d7af 100644 --- a/src/image/todo/floodfill.cpp +++ b/src/image/todo/floodfill.cpp @@ -1,16 +1,14 @@ /* - * libpipi Pathetic image processing interface library - * Copyright (c) 2004-2008 Sam Hocevar - * 2008 Jean-Yves Lamoureux - * All Rights Reserved + * Lol Engine * - * $Id$ + * Copyright © 2004—2008 Sam Hocevar + * © 2008 Jean-Yves Lamoureux * * This library 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 Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * 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. */ /* diff --git a/src/image/todo/jpeg.cpp b/src/image/todo/jpeg.cpp index 862262de..1025705c 100644 --- a/src/image/todo/jpeg.cpp +++ b/src/image/todo/jpeg.cpp @@ -1,16 +1,14 @@ /* - * libpipi Pathetic image processing interface library - * Copyright (c) 2004-2008 Sam Hocevar - * 2008 Jean-Yves Lamoureux - * All Rights Reserved + * Lol Engine * - * $Id$ + * Copyright © 2004—2008 Sam Hocevar + * © 2008 Jean-Yves Lamoureux * * This library 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 Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * 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. */ /* diff --git a/src/image/todo/line.cpp b/src/image/todo/line.cpp index 52f597d2..e827f6b2 100644 --- a/src/image/todo/line.cpp +++ b/src/image/todo/line.cpp @@ -1,16 +1,14 @@ /* - * libpipi Pathetic image processing interface library - * Copyright (c) 2004-2008 Sam Hocevar - * 2008 Jean-Yves Lamoureux - * All Rights Reserved + * Lol Engine * - * $Id$ + * Copyright © 2004—2008 Sam Hocevar + * © 2008 Jean-Yves Lamoureux * * This library 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 Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * 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. */ /* diff --git a/src/image/todo/measure.cpp b/src/image/todo/measure.cpp index 50468b1e..25c26d0e 100644 --- a/src/image/todo/measure.cpp +++ b/src/image/todo/measure.cpp @@ -1,15 +1,14 @@ /* - * libpipi Pathetic image processing interface library - * Copyright (c) 2004-2008 Sam Hocevar - * All Rights Reserved + * Lol Engine * - * $Id$ + * Copyright © 2004—2008 Sam Hocevar + * © 2008 Jean-Yves Lamoureux * * This library 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 Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * 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. */ /* diff --git a/src/image/todo/reduce.cpp b/src/image/todo/reduce.cpp index cfeea980..674d73d5 100644 --- a/src/image/todo/reduce.cpp +++ b/src/image/todo/reduce.cpp @@ -1,15 +1,13 @@ /* - * libpipi Pathetic image processing interface library - * Copyright (c) 2004-2008 Sam Hocevar - * All Rights Reserved + * Lol Engine * - * $Id$ + * Copyright © 2004—2008 Sam Hocevar * * This library 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 Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * 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. */ /* diff --git a/src/image/todo/rgb.cpp b/src/image/todo/rgb.cpp index 7a6d5dcc..19b7d9a5 100644 --- a/src/image/todo/rgb.cpp +++ b/src/image/todo/rgb.cpp @@ -1,15 +1,13 @@ /* - * libpipi Pathetic image processing interface library - * Copyright (c) 2004-2008 Sam Hocevar - * All Rights Reserved + * Lol Engine * - * $Id$ + * Copyright © 2004—2008 Sam Hocevar * * This library 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 Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * 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. */ /* diff --git a/src/image/todo/rotate.cpp b/src/image/todo/rotate.cpp index 362054f2..c7bd8e64 100644 --- a/src/image/todo/rotate.cpp +++ b/src/image/todo/rotate.cpp @@ -1,15 +1,13 @@ /* - * libpipi Pathetic image processing interface library - * Copyright (c) 2004-2008 Sam Hocevar - * All Rights Reserved + * Lol Engine * - * $Id$ + * Copyright © 2004—2008 Sam Hocevar * * This library 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 Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * 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. */ /* diff --git a/src/image/todo/sequence.cpp b/src/image/todo/sequence.cpp index 7cd97b35..2627e2fc 100644 --- a/src/image/todo/sequence.cpp +++ b/src/image/todo/sequence.cpp @@ -1,15 +1,13 @@ /* - * libpipi Pathetic image processing interface library - * Copyright (c) 2004-2009 Sam Hocevar - * All Rights Reserved + * Lol Engine * - * $Id$ + * Copyright © 2004—2009 Sam Hocevar * * This library 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 Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * 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. */ /* diff --git a/src/image/todo/transform.cpp b/src/image/todo/transform.cpp index 51cd43b8..65ddd61f 100644 --- a/src/image/todo/transform.cpp +++ b/src/image/todo/transform.cpp @@ -1,15 +1,13 @@ /* - * libpipi Pathetic image processing interface library - * Copyright (c) 2004-2008 Sam Hocevar - * All Rights Reserved + * Lol Engine * - * $Id$ + * Copyright © 2004—2008 Sam Hocevar * * This library 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 Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * 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. */ /* diff --git a/src/image/todo/wave.cpp b/src/image/todo/wave.cpp index acb3a032..262b8b75 100644 --- a/src/image/todo/wave.cpp +++ b/src/image/todo/wave.cpp @@ -1,15 +1,13 @@ /* - * libpipi Pathetic image processing interface library - * Copyright (c) 2004-2008 Sam Hocevar - * All Rights Reserved + * Lol Engine * - * $Id$ + * Copyright © 2004—2008 Sam Hocevar * * This library 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 Sam Hocevar. See - * http://sam.zoy.org/wtfpl/COPYING for more details. + * 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. */ /* diff --git a/src/input/controller.cpp b/src/input/controller.cpp index 7c0d40e6..40dfd708 100644 --- a/src/input/controller.cpp +++ b/src/input/controller.cpp @@ -1,12 +1,13 @@ // // Lol Engine // -// Copyright: © 2010—2015 Benjamin Litzelmann +// Copyright © 2010—2015 Benjamin Litzelmann // -// This library 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. +// This library 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. // #include diff --git a/src/input/keys.h b/src/input/keys.h index 0a884fc4..30a25cd1 100644 --- a/src/input/keys.h +++ b/src/input/keys.h @@ -1,13 +1,14 @@ // -// Lol Engine +// Lol Engine // -// Copyright: (c) 2010-2013 Benjamin Litzelmann -// (c) 2010-2014 Sam Hocevar +// Copyright © 2010—2013 Benjamin Litzelmann +// © 2010—2015 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. +// This library 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. // /* A list of typical keyboard scancodes, along with a user-friendly diff --git a/src/lol/base/assert.h b/src/lol/base/assert.h index 23d23dc1..bad9d901 100644 --- a/src/lol/base/assert.h +++ b/src/lol/base/assert.h @@ -1,12 +1,13 @@ // // Lol Engine // -// Copyright: © 2010—2015 Sam Hocevar +// Copyright © 2010—2015 Sam Hocevar // -// This library 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. +// This library 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. // #pragma once diff --git a/src/lol/base/log.h b/src/lol/base/log.h index fcbcd024..3ee813a8 100644 --- a/src/lol/base/log.h +++ b/src/lol/base/log.h @@ -1,12 +1,13 @@ // // Lol Engine // -// Copyright: © 2010—2015 Sam Hocevar +// Copyright © 2010—2015 Sam Hocevar // -// This library 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. +// This library 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. // #pragma once diff --git a/src/lol/math/noise/simplex.h b/src/lol/math/noise/simplex.h index 79110c49..b005fdec 100644 --- a/src/lol/math/noise/simplex.h +++ b/src/lol/math/noise/simplex.h @@ -1,14 +1,15 @@ // // Lol Engine // -// Copyright: © 2010—2014 Sam Hocevar -// © 2013—2014 Benjamin "Touky" Huet -// © 2013—2014 Guillaume Bittoun +// Copyright © 2010—2014 Sam Hocevar +// © 2013—2014 Benjamin "Touky" Huet +// © 2013—2014 Guillaume Bittoun // -// This library 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. +// This library 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. // #pragma once diff --git a/src/lolua/baselua.cpp b/src/lolua/baselua.cpp index a9d86f6b..59258b4c 100644 --- a/src/lolua/baselua.cpp +++ b/src/lolua/baselua.cpp @@ -1,8 +1,8 @@ // // Base Lua class for Lua script loading // -// Copyright: © 2009—2015 Sam Hocevar -// © 2009—2015 Benjamin "Touky" Huet +// Copyright © 2009—2015 Sam Hocevar +// © 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/vector.cpp b/src/math/vector.cpp index 05d5d5cd..39c2c6db 100644 --- a/src/math/vector.cpp +++ b/src/math/vector.cpp @@ -1,12 +1,13 @@ // // Lol Engine // -// Copyright: © 2010—2015 Sam Hocevar +// Copyright © 2010—2015 Sam Hocevar // -// This library 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. +// This library 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. // #include diff --git a/src/mesh/mesh.cpp b/src/mesh/mesh.cpp index 8ab8ed20..9de826d7 100644 --- a/src/mesh/mesh.cpp +++ b/src/mesh/mesh.cpp @@ -1,12 +1,13 @@ // // Lol Engine // -// Copyright: © 2010—2015 Sam Hocevar +// Copyright © 2010—2015 Sam Hocevar // -// This library 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. +// This library 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. // #include diff --git a/src/platform/android/androidapp.cpp b/src/platform/android/androidapp.cpp index 28d3944d..69491928 100644 --- a/src/platform/android/androidapp.cpp +++ b/src/platform/android/androidapp.cpp @@ -1,12 +1,13 @@ // // Lol Engine // -// Copyright: © 2010—2015 Sam Hocevar +// Copyright © 2010—2015 Sam Hocevar // -// This library 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. +// This library 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. // #include diff --git a/src/platform/sdl/sdlapp.cpp b/src/platform/sdl/sdlapp.cpp index 9fba7660..2081a099 100644 --- a/src/platform/sdl/sdlapp.cpp +++ b/src/platform/sdl/sdlapp.cpp @@ -1,12 +1,13 @@ // // Lol Engine // -// Copyright: © 2010—2015 Sam Hocevar +// Copyright © 2010—2015 Sam Hocevar // -// This library 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. +// This library 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. // #include diff --git a/src/platform/sdl/sdlinput.cpp b/src/platform/sdl/sdlinput.cpp index f401c30c..eab04f3e 100644 --- a/src/platform/sdl/sdlinput.cpp +++ b/src/platform/sdl/sdlinput.cpp @@ -1,12 +1,13 @@ // // Lol Engine // -// Copyright: © 2010—2015 Sam Hocevar +// Copyright © 2010—2015 Sam Hocevar // -// This library 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. +// This library 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. // #include diff --git a/src/sample.cpp b/src/sample.cpp index 2147ff0e..a533b08b 100644 --- a/src/sample.cpp +++ b/src/sample.cpp @@ -1,12 +1,13 @@ // // Lol Engine // -// Copyright: © 2010—2015 Sam Hocevar +// Copyright © 2010—2015 Sam Hocevar // -// This library 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. +// This library 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. // #include diff --git a/src/sys/init.cpp b/src/sys/init.cpp index 4f685394..5d117802 100644 --- a/src/sys/init.cpp +++ b/src/sys/init.cpp @@ -1,12 +1,13 @@ // // Lol Engine // -// Copyright: © 2010—2015 Sam Hocevar +// Copyright © 2010—2015 Sam Hocevar // -// This library 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. +// This library 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. // #include diff --git a/src/t/base/array.cpp b/src/t/base/array.cpp index e95d0877..82e54e57 100644 --- a/src/t/base/array.cpp +++ b/src/t/base/array.cpp @@ -1,12 +1,13 @@ // -// Lol Engine — unit tests +// Lol Engine — Unit tests // -// Copyright: © 2010—2014 Sam Hocevar +// Copyright © 2010—2014 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. +// 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. // #include diff --git a/src/t/base/avl_tree.cpp b/src/t/base/avl_tree.cpp index 6182b380..5dfcf58d 100644 --- a/src/t/base/avl_tree.cpp +++ b/src/t/base/avl_tree.cpp @@ -1,9 +1,9 @@ // -// Lol Engine +// Lol Engine — Unit tests // -// Copyright © 2010-2015 Sam Hocevar -// © 2013-2015 Benjamin "Touky" Huet -// © 2013-2015 Guillaume Bittoun +// Copyright © 2010—2015 Sam Hocevar +// © 2013—2015 Benjamin "Touky" Huet +// © 2013—2015 Guillaume Bittoun // // 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/base/enum.cpp b/src/t/base/enum.cpp index fd1edec7..a1386c31 100644 --- a/src/t/base/enum.cpp +++ b/src/t/base/enum.cpp @@ -1,11 +1,13 @@ // -// Lol Engine +// Lol Engine — Unit tests // -// Copyright: (c) 2010-2014 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 © 2010—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. // #include diff --git a/src/t/base/map.cpp b/src/t/base/map.cpp index 2c2bbccc..27753488 100644 --- a/src/t/base/map.cpp +++ b/src/t/base/map.cpp @@ -1,5 +1,5 @@ // -// Lol Engine — unit tests +// Lol Engine — Unit tests // // Copyright © 2010—2015 Sam Hocevar // diff --git a/src/t/base/string.cpp b/src/t/base/string.cpp index 9df156f1..22aa11a7 100644 --- a/src/t/base/string.cpp +++ b/src/t/base/string.cpp @@ -1,5 +1,5 @@ // -// Lol Engine +// Lol Engine — Unit tests // // Copyright © 2010—2015 Sam Hocevar // © 2014—2015 Benjamin "Touky" Huet diff --git a/src/t/base/types.cpp b/src/t/base/types.cpp index 6a04647b..7eea8717 100644 --- a/src/t/base/types.cpp +++ b/src/t/base/types.cpp @@ -1,11 +1,13 @@ // -// Lol Engine +// Lol Engine — Unit tests // -// Copyright: (c) 2010-2014 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 © 2010—2014 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. // #include diff --git a/src/t/entity/camera.cpp b/src/t/entity/camera.cpp index afc39cdc..792d83b3 100644 --- a/src/t/entity/camera.cpp +++ b/src/t/entity/camera.cpp @@ -1,12 +1,14 @@ // -// Lol Engine +// Lol Engine — Unit tests // -// Copyright: (c) 2010-2014 Sam Hocevar -// (c) 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 © 2010—2014 Sam Hocevar +// © 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. // #include diff --git a/src/t/image/color.cpp b/src/t/image/color.cpp index 967ca822..05215bb5 100644 --- a/src/t/image/color.cpp +++ b/src/t/image/color.cpp @@ -1,11 +1,13 @@ // -// Lol Engine +// Lol Engine — Unit tests // -// Copyright: (c) 2010-2014 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 © 2010—2014 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. // #include diff --git a/src/t/image/image.cpp b/src/t/image/image.cpp index f3b4e14f..d76f6edb 100644 --- a/src/t/image/image.cpp +++ b/src/t/image/image.cpp @@ -1,11 +1,13 @@ // -// Lol Engine +// Lol Engine — Unit tests // -// Copyright: (c) 2010-2014 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 © 2010—2014 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. // #include diff --git a/src/t/math/array2d.cpp b/src/t/math/array2d.cpp index 7901c7f0..4863112c 100644 --- a/src/t/math/array2d.cpp +++ b/src/t/math/array2d.cpp @@ -1,11 +1,13 @@ // -// Lol Engine +// Lol Engine — Unit tests // -// Copyright: (c) 2010-2014 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 © 2010—2014 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. // #include diff --git a/src/t/math/array3d.cpp b/src/t/math/array3d.cpp index 4d2af5a2..cd9d6abe 100644 --- a/src/t/math/array3d.cpp +++ b/src/t/math/array3d.cpp @@ -1,11 +1,13 @@ // -// Lol Engine +// Lol Engine — Unit tests // -// Copyright: (c) 2010-2014 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 © 2010—2014 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. // #include diff --git a/src/t/math/arraynd.cpp b/src/t/math/arraynd.cpp index 0bb8eaf3..7547abd5 100644 --- a/src/t/math/arraynd.cpp +++ b/src/t/math/arraynd.cpp @@ -1,11 +1,13 @@ // -// Lol Engine +// Lol Engine — Unit tests // -// Copyright: (c) 2010-2014 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 © 2010—2014 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. // #include diff --git a/src/t/math/bigint.cpp b/src/t/math/bigint.cpp index cf6590dc..55e6462a 100644 --- a/src/t/math/bigint.cpp +++ b/src/t/math/bigint.cpp @@ -1,5 +1,5 @@ // -// Lol Engine +// Lol Engine — Unit tests // // Copyright © 2010—2015 Sam Hocevar // diff --git a/src/t/math/box.cpp b/src/t/math/box.cpp index 4711ee2e..59ea66b6 100644 --- a/src/t/math/box.cpp +++ b/src/t/math/box.cpp @@ -1,11 +1,13 @@ // -// Lol Engine +// Lol Engine — Unit tests // -// Copyright: (c) 2010-2014 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 © 2010—2014 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. // #include diff --git a/src/t/math/cmplx.cpp b/src/t/math/cmplx.cpp index 40c46588..c9df8981 100644 --- a/src/t/math/cmplx.cpp +++ b/src/t/math/cmplx.cpp @@ -1,11 +1,13 @@ // -// Lol Engine +// Lol Engine — Unit tests // -// Copyright: (c) 2010-2014 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 © 2010—2014 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. // #include diff --git a/src/t/math/half.cpp b/src/t/math/half.cpp index 482adb20..17568e64 100644 --- a/src/t/math/half.cpp +++ b/src/t/math/half.cpp @@ -1,11 +1,13 @@ // -// Lol Engine +// Lol Engine — Unit tests // -// Copyright: (c) 2010-2014 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 © 2010—2014 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. // #include diff --git a/src/t/math/interp.cpp b/src/t/math/interp.cpp index 6f7379fe..6b36bda8 100644 --- a/src/t/math/interp.cpp +++ b/src/t/math/interp.cpp @@ -1,11 +1,13 @@ // -// Lol Engine +// Lol Engine — Unit tests // -// Copyright: (c) 2010-2014 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 © 2010—2014 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. // #include diff --git a/src/t/math/matrix.cpp b/src/t/math/matrix.cpp index 7edfa44b..6659b621 100644 --- a/src/t/math/matrix.cpp +++ b/src/t/math/matrix.cpp @@ -1,11 +1,13 @@ // -// Lol Engine +// Lol Engine — Unit tests // -// Copyright: (c) 2010-2014 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 © 2010—2014 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. // #include diff --git a/src/t/math/noise/simplex.cpp b/src/t/math/noise/simplex.cpp index 1ed3b338..c400732d 100644 --- a/src/t/math/noise/simplex.cpp +++ b/src/t/math/noise/simplex.cpp @@ -1,13 +1,15 @@ // -// Lol Engine +// Lol Engine — Unit tests // -// Copyright: (c) 2010-2014 Sam Hocevar -// (c) 2013-2014 Benjamin "Touky" Huet -// (c) 2013-2014 Guillaume Bittoun -// 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 © 2010—2014 Sam Hocevar +// © 2013—2014 Benjamin "Touky" Huet +// © 2013—2014 Guillaume Bittoun +// +// 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. // #include diff --git a/src/t/math/polynomial.cpp b/src/t/math/polynomial.cpp index e6fb1cf7..ffbccd03 100644 --- a/src/t/math/polynomial.cpp +++ b/src/t/math/polynomial.cpp @@ -1,11 +1,13 @@ // -// Lol Engine +// Lol Engine — Unit tests // -// Copyright: (c) 2010-2014 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 © 2010—2014 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. // #include diff --git a/src/t/math/quat.cpp b/src/t/math/quat.cpp index 927ef4d3..5b32390f 100644 --- a/src/t/math/quat.cpp +++ b/src/t/math/quat.cpp @@ -1,11 +1,13 @@ // -// Lol Engine +// Lol Engine — Unit tests // -// Copyright: (c) 2010-2014 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 © 2010—2014 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. // #include diff --git a/src/t/math/rand.cpp b/src/t/math/rand.cpp index efb820fe..5f1a0bea 100644 --- a/src/t/math/rand.cpp +++ b/src/t/math/rand.cpp @@ -1,11 +1,13 @@ // -// Lol Engine +// Lol Engine — Unit tests // -// Copyright: (c) 2010-2014 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 © 2010—2014 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. // #include diff --git a/src/t/math/real.cpp b/src/t/math/real.cpp index a3d7103a..ebb9e9c8 100644 --- a/src/t/math/real.cpp +++ b/src/t/math/real.cpp @@ -1,11 +1,13 @@ // -// Lol Engine +// Lol Engine — Unit tests // -// Copyright: (c) 2010-2014 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 © 2010—2014 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. // #include diff --git a/src/t/math/rotation.cpp b/src/t/math/rotation.cpp index eb93f23d..d92ac532 100644 --- a/src/t/math/rotation.cpp +++ b/src/t/math/rotation.cpp @@ -1,11 +1,13 @@ // -// Lol Engine +// Lol Engine — Unit tests // -// Copyright: (c) 2010-2014 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 © 2010—2014 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. // #include diff --git a/src/t/math/trig.cpp b/src/t/math/trig.cpp index cc4fb66e..07ae2de8 100644 --- a/src/t/math/trig.cpp +++ b/src/t/math/trig.cpp @@ -1,11 +1,13 @@ // -// Lol Engine +// Lol Engine — Unit tests // -// Copyright: (c) 2010-2014 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 © 2010—2014 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. // #include diff --git a/src/t/math/vector.cpp b/src/t/math/vector.cpp index 579e629f..a41f50a2 100644 --- a/src/t/math/vector.cpp +++ b/src/t/math/vector.cpp @@ -1,11 +1,13 @@ // -// Lol Engine +// Lol Engine — Unit tests // -// Copyright: (c) 2010-2014 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 © 2010—2014 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. // #include diff --git a/src/t/sys/thread.cpp b/src/t/sys/thread.cpp index 5c00cbdd..9c17ce52 100644 --- a/src/t/sys/thread.cpp +++ b/src/t/sys/thread.cpp @@ -1,5 +1,5 @@ // -// Lol Engine — unit tests +// Lol Engine — Unit tests // // Copyright © 2010—2015 Sam Hocevar // © 2014—2015 Benjamin "Touky" Huet diff --git a/src/t/test-common.cpp b/src/t/test-common.cpp index 5d36462b..bb28fccf 100644 --- a/src/t/test-common.cpp +++ b/src/t/test-common.cpp @@ -1,11 +1,13 @@ // -// Lol Engine +// Lol Engine — Unit tests // -// Copyright: (c) 2010-2014 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 © 2010—2014 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. // #include