Просмотр исходного кода

Fix source file encoding.

legacy
Sam Hocevar 7 лет назад
Родитель
Сommit
9bdb67a51a
6 измененных файлов: 43 добавлений и 34 удалений
  1. +1
    -1
      src/easymesh/easymeshbuild.cpp
  2. +12
    -8
      src/easymesh/easymeshbuild.h
  3. +10
    -8
      src/easymesh/easymeshrender.cpp
  4. +10
    -8
      src/easymesh/easymeshrender.h
  5. +8
    -7
      src/image/resource-private.h
  6. +2
    -2
      src/lol/image/resource.h

+ 1
- 1
src/easymesh/easymeshbuild.cpp Просмотреть файл

@@ -2,7 +2,7 @@
// EasyMesh-Build: The code belonging to Vertex build operations // EasyMesh-Build: The code belonging to Vertex build operations
// //
// Copyright: (c) 2010-2013 Sam Hocevar <sam@hocevar.net> // Copyright: (c) 2010-2013 Sam Hocevar <sam@hocevar.net>
// (c) 2009-2013 Cédric Lecacheur <jordx@free.fr> // (c) 2009-2013 Cédric Lecacheur <jordx@free.fr>
// (c) 2009-2013 Benjamin "Touky" Huet <huet.benjamin@gmail.com> // (c) 2009-2013 Benjamin "Touky" Huet <huet.benjamin@gmail.com>
// This program is free software; you can redistribute it and/or // 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 // modify it under the terms of the Do What The Fuck You Want To


+ 12
- 8
src/easymesh/easymeshbuild.h Просмотреть файл

@@ -1,17 +1,21 @@
// //
// EasyMesh-Build: The code belonging to Vertex build operations // Lol Engine
// //
// Copyright: (c) 2009-2013 Benjamin "Touky" Huet <huet.benjamin@gmail.com> // Copyright © 2009—2013 Benjamin “Touky� Huet <huet.benjamin@gmail.com>
// (c) 2010-2014 Sam Hocevar <sam@hocevar.net> // © 2010—2017 Sam Hocevar <sam@hocevar.net>
// (c) 2009-2013 Cédric Lecacheur <jordx@free.fr> // © 2009—2013 Cédric Lecacheur <jordx@free.fr>
// 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 // Lol Engine is free software. It comes without any warranty, to
// Public License, Version 2, as published by Sam Hocevar. See // the extent permitted by applicable law. You can redistribute it
// http://www.wtfpl.net/ 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.
// //


#pragma once #pragma once


// Vertex building operations

namespace lol namespace lol
{ {




+ 10
- 8
src/easymesh/easymeshrender.cpp Просмотреть файл

@@ -1,13 +1,15 @@
// //
// EasyMesh-Render: The code belonging to render operations // Lol Engine
// //
// Copyright: (c) 2010-2013 Sam Hocevar <sam@hocevar.net> // Copyright © 2009—2013 Benjamin “Touky� Huet <huet.benjamin@gmail.com>
// (c) 2009-2013 Cédric Lecacheur <jordx@free.fr> // © 2010—2017 Sam Hocevar <sam@hocevar.net>
// (c) 2009-2013 Benjamin "Touky" Huet <huet.benjamin@gmail.com> // © 2009—2013 Cédric Lecacheur <jordx@free.fr>
// 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 // Lol Engine is free software. It comes without any warranty, to
// Public License, Version 2, as published by Sam Hocevar. See // the extent permitted by applicable law. You can redistribute it
// http://www.wtfpl.net/ 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.
// //


#include <lol/engine-internal.h> #include <lol/engine-internal.h>


+ 10
- 8
src/easymesh/easymeshrender.h Просмотреть файл

@@ -1,13 +1,15 @@
// //
// EasyMesh-Render: The code belonging to render operations // Lol Engine
// //
// Copyright: (c) 2009-2013 Benjamin "Touky" Huet <huet.benjamin@gmail.com> // Copyright © 2009—2013 Benjamin “Touky� Huet <huet.benjamin@gmail.com>
// (c) 2010-2013 Sam Hocevar <sam@hocevar.net> // © 2010—2017 Sam Hocevar <sam@hocevar.net>
// (c) 2009-2013 Cédric Lecacheur <jordx@free.fr> // © 2009—2013 Cédric Lecacheur <jordx@free.fr>
// 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 // Lol Engine is free software. It comes without any warranty, to
// Public License, Version 2, as published by Sam Hocevar. See // the extent permitted by applicable law. You can redistribute it
// http://www.wtfpl.net/ 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.
// //


#pragma once #pragma once


+ 8
- 7
src/image/resource-private.h Просмотреть файл

@@ -1,13 +1,14 @@
// //
// Lol Engine // Lol Engine
// //
// Copyright: (c) 2016—2017 Sam Hocevar <sam@hocevar.net> // Copyright © 2010—2017 Sam Hocevar <sam@hocevar.net>
// Copyright © 2016—2017 Benjamin “Touky” Huet <huet.benjamin@gmail.com> // © 2016—2017 Benjamin “Toukyâ€� Huet <huet.benjamin@gmail.com>
// //
// This program is free software; you can redistribute it and/or // Lol Engine is free software. It comes without any warranty, to
// modify it under the terms of the Do What The Fuck You Want To // the extent permitted by applicable law. You can redistribute it
// Public License, Version 2, as published by Sam Hocevar. See // and/or modify it under the terms of the Do What the Fuck You Want
// http://www.wtfpl.net/ for more details. // to Public License, Version 2, as published by the WTFPL Task Force.
// See http://www.wtfpl.net/ for more details.
// //


#pragma once #pragma once


+ 2
- 2
src/lol/image/resource.h Просмотреть файл

@@ -1,8 +1,8 @@
// //
// Lol Engine // Lol Engine
// //
// Copyright © 2016—2017 Sam Hocevar <sam@hocevar.net> // Copyright © 2010—2017 Sam Hocevar <sam@hocevar.net>
// Copyright © 2016—2017 Benjamin “Touky” Huet <huet.benjamin@gmail.com> // © 2016—2017 Benjamin “Toukyâ€� Huet <huet.benjamin@gmail.com>
// //
// Lol Engine is free software. It comes without any warranty, to // Lol Engine is free software. It comes without any warranty, to
// the extent permitted by applicable law. You can redistribute it // the extent permitted by applicable law. You can redistribute it


||||||
x
 
000:0
Загрузка…
Отмена
Сохранить