Updated GPL headers to new style

This commit is contained in:
Joel Heaton 2014-11-18 20:04:19 +00:00
parent f74f31e832
commit bb21f6de45
99 changed files with 2334 additions and 1741 deletions

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * auth.cpp
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#include "auth.h" #include "auth.h"
#include <fstream> #include <fstream>

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * auth.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef AUTH_HEADER #ifndef AUTH_HEADER
#define AUTH_HEADER #define AUTH_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * ban.cpp
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#include "ban.h" #include "ban.h"
#include <fstream> #include <fstream>

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * ban.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef BAN_HEADER #ifndef BAN_HEADER
#define BAN_HEADER #define BAN_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * camera.cpp
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#include "camera.h" #include "camera.h"
#include "debug.h" #include "debug.h"

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * camera.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef CAMERA_HEADER #ifndef CAMERA_HEADER
#define CAMERA_HEADER #define CAMERA_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * client.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef CLIENT_HEADER #ifndef CLIENT_HEADER
#define CLIENT_HEADER #define CLIENT_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * clientobject.cpp
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#include "clientobject.h" #include "clientobject.h"
#include "debug.h" #include "debug.h"

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * clouds.cpp
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#include "clouds.h" #include "clouds.h"
#include "noise.h" #include "noise.h"

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * clouds.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef CLOUDS_HEADER #ifndef CLOUDS_HEADER
#define CLOUDS_HEADER #define CLOUDS_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest * Minetest-c55
Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * collision.cpp
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2.1 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU Lesser General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU Lesser General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#include "collision.h" #include "collision.h"
#include "mapblock.h" #include "mapblock.h"

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * collision.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef COLLISION_HEADER #ifndef COLLISION_HEADER
#define COLLISION_HEADER #define COLLISION_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * common_irrlicht.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef COMMON_IRRLICHT_HEADER #ifndef COMMON_IRRLICHT_HEADER
#define COMMON_IRRLICHT_HEADER #define COMMON_IRRLICHT_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * connection.cpp
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#include "connection.h" #include "connection.h"
#include "main.h" #include "main.h"

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * connection.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef CONNECTION_HEADER #ifndef CONNECTION_HEADER
#define CONNECTION_HEADER #define CONNECTION_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * constants.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef CONSTANTS_HEADER #ifndef CONSTANTS_HEADER
#define CONSTANTS_HEADER #define CONSTANTS_HEADER

View File

@ -1,5 +1,5 @@
/************************************************************************ /************************************************************************
* content_toolitem.cpp * content_clothesitem.cpp
* voxelands - 3d voxel world sandbox game * voxelands - 3d voxel world sandbox game
* Copyright (C) Lisa Milne 2014 <lisa@ltmnet.com> * Copyright (C) Lisa Milne 2014 <lisa@ltmnet.com>
* *

View File

@ -1,3 +1,25 @@
/************************************************************************
* content_clothesitem.h
* voxelands - 3d voxel world sandbox game
* Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
*
* 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef CONTENT_CLOTHESITEM_HEADER #ifndef CONTENT_CLOTHESITEM_HEADER
#define CONTENT_CLOTHESITEM_HEADER #define CONTENT_CLOTHESITEM_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * content_craft.cpp
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#include "content_craft.h" #include "content_craft.h"
#include "inventory.h" #include "inventory.h"

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * content_craft.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef CONTENT_CRAFT_HEADER #ifndef CONTENT_CRAFT_HEADER
#define CONTENT_CRAFT_HEADER #define CONTENT_CRAFT_HEADER

View File

@ -1,22 +1,3 @@
/************************************************************************
* content_craftitem.cpp
* voxelands - 3d voxel world sandbox game
* Copyright (C) Lisa Milne 2014 <lisa@ltmnet.com>
*
* 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/>
************************************************************************/
#include "content_craftitem.h" #include "content_craftitem.h"
#include "content_mapnode.h" #include "content_mapnode.h"
#include "content_craft.h" #include "content_craft.h"

View File

@ -1,3 +1,25 @@
/************************************************************************
* content_craftitem.h
* voxelands - 3d voxel world sandbox game
* Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
*
* 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef CONTENT_CRAFTITEM_HEADER #ifndef CONTENT_CRAFTITEM_HEADER
#define CONTENT_CRAFTITEM_HEADER #define CONTENT_CRAFTITEM_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * content_mapblock.cpp
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#include "content_mapblock.h" #include "content_mapblock.h"
#include "content_mapnode.h" #include "content_mapnode.h"

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * content_mapblock.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef CONTENT_MAPBLOCK_HEADER #ifndef CONTENT_MAPBLOCK_HEADER
#define CONTENT_MAPBLOCK_HEADER #define CONTENT_MAPBLOCK_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * content_mapnode.cpp
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
// For g_settings // For g_settings
#include "main.h" #include "main.h"

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * content_mapnode.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef CONTENT_MAPNODE_HEADER #ifndef CONTENT_MAPNODE_HEADER
#define CONTENT_MAPNODE_HEADER #define CONTENT_MAPNODE_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * content_nodemeta.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef CONTENT_NODEMETA_HEADER #ifndef CONTENT_NODEMETA_HEADER
#define CONTENT_NODEMETA_HEADER #define CONTENT_NODEMETA_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * debug.cpp
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#include "debug.h" #include "debug.h"

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * debug.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef DEBUG_HEADER #ifndef DEBUG_HEADER
#define DEBUG_HEADER #define DEBUG_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * defaultsettings.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef DEFAULTSETTINGS_HEADER #ifndef DEFAULTSETTINGS_HEADER
#define DEFAULTSETTINGS_HEADER #define DEFAULTSETTINGS_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * exceptions.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef EXCEPTIONS_HEADER #ifndef EXCEPTIONS_HEADER
#define EXCEPTIONS_HEADER #define EXCEPTIONS_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Part of Minetest-c55 * Minetest-c55
Copyright (C) 2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * farmesh.cpp
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
/* /*
A quick messy implementation of terrain rendering for a long A quick messy implementation of terrain rendering for a long

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Part of Minetest-c55 * Minetest-c55
Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * farmesh.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef FARMESH_HEADER #ifndef FARMESH_HEADER
#define FARMESH_HEADER #define FARMESH_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * filesys.cpp
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#include "filesys.h" #include "filesys.h"
#include "strfnd.h" #include "strfnd.h"

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * filesys.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef FILESYS_HEADER #ifndef FILESYS_HEADER
#define FILESYS_HEADER #define FILESYS_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * game.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef GAME_HEADER #ifndef GAME_HEADER
#define GAME_HEADER #define GAME_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * gettime.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef GETTIME_HEADER #ifndef GETTIME_HEADER
#define GETTIME_HEADER #define GETTIME_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * guiDeathScreen.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef GUIMESSAGEMENU_HEADER #ifndef GUIMESSAGEMENU_HEADER
#define GUIMESSAGEMENU_HEADER #define GUIMESSAGEMENU_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * guiFormSpecMenu.h
it under the terms of the GNU Lesser General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2.1 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU Lesser General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU Lesser General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef GUIINVENTORYMENU_HEADER #ifndef GUIINVENTORYMENU_HEADER

View File

@ -1,23 +1,29 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010-11 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
Copyright (C) 2011 Ciaran Gultnieks <ciaran@ciarang.com> * Copyright (C) 2011 Ciaran Gultnieks <ciaran@ciarang.com>
Copyright (C) 2011 teddydestodes <derkomtur@schattengang.net> * Copyright (C) 2011 teddydestodes <derkomtur@schattengang.net>
*
This program is free software; you can redistribute it and/or modify * guiKeyChangeMenu.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef GUIKEYCHANGEMENU_HEADER #ifndef GUIKEYCHANGEMENU_HEADER
#define GUIKEYCHANGEMENU_HEADER #define GUIKEYCHANGEMENU_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * guiMessageMenu.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef GUIMESSAGEMENU_HEADER #ifndef GUIMESSAGEMENU_HEADER
#define GUIMESSAGEMENU_HEADER #define GUIMESSAGEMENU_HEADER

View File

@ -1,20 +1,28 @@
/* /************************************************************************
Part of Minetest-c55 * Minetest-c55
Copyright (C) 2010-11 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
Copyright (C) 2011 Ciaran Gultnieks <ciaran@ciarang.com> * Copyright (C) 2011 Ciaran Gultnieks <ciaran@ciarang.com>
*
Permission to use, copy, modify, and distribute this software for any * guiPasswordChange.h
purpose with or without fee is hereby granted, provided that the above * voxelands - 3d voxel world sandbox game
copyright notice and this permission notice appear in all copies. * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
*
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES * This program is free software: you can redistribute it and/or modify
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF * it under the terms of the GNU General Public License as published by
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR * the Free Software Foundation, either version 3 of the License, or
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES * (at your option) any later version.
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN *
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * This program is distributed in the hope that it will be useful, but
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef GUIPASSWORDCHANGE_HEADER #ifndef GUIPASSWORDCHANGE_HEADER
#define GUIPASSWORDCHANGE_HEADER #define GUIPASSWORDCHANGE_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * guiPauseMenu.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef GUIPAUSEMENU_HEADER #ifndef GUIPAUSEMENU_HEADER
#define GUIPAUSEMENU_HEADER #define GUIPAUSEMENU_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * guiTextInputMenu.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef GUITEXTINPUTMENU_HEADER #ifndef GUITEXTINPUTMENU_HEADER
#define GUITEXTINPUTMENU_HEADER #define GUITEXTINPUTMENU_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest * Minetest
Copyright (C) 2013 Jonathan Neuschäfer <j.neuschaefer@gmx.net> * Copyright (C) 2013 Jonathan Neuschäfer <j.neuschaefer@gmx.net>
*
This program is free software; you can redistribute it and/or modify * hex.h
it under the terms of the GNU Lesser General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2.1 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU Lesser General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU Lesser General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef HEX_HEADER #ifndef HEX_HEADER
#define HEX_HEADER #define HEX_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * light.cpp
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#include "light.h" #include "light.h"

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * light.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef LIGHT_HEADER #ifndef LIGHT_HEADER
#define LIGHT_HEADER #define LIGHT_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * log.cpp
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#include "log.h" #include "log.h"

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * log.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef LOG_HEADER #ifndef LOG_HEADER
#define LOG_HEADER #define LOG_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * main.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef MAIN_HEADER #ifndef MAIN_HEADER
#define MAIN_HEADER #define MAIN_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * mainmenumanager.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef MAINMENUMANAGER_HEADER #ifndef MAINMENUMANAGER_HEADER
#define MAINMENUMANAGER_HEADER #define MAINMENUMANAGER_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * map.cpp
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#include "map.h" #include "map.h"
#include "mapsector.h" #include "mapsector.h"

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * map.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef MAP_HEADER #ifndef MAP_HEADER
#define MAP_HEADER #define MAP_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * mapblock_mesh.cpp
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#include "mapblock_mesh.h" #include "mapblock_mesh.h"
#include "light.h" #include "light.h"

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * mapblock_mesh.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef MAPBLOCK_MESH_HEADER #ifndef MAPBLOCK_MESH_HEADER
#define MAPBLOCK_MESH_HEADER #define MAPBLOCK_MESH_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * mapblock_nodemod.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef MAPBLOCK_NODEMOD_HEADER #ifndef MAPBLOCK_NODEMOD_HEADER
#define MAPBLOCK_NODEMOD_HEADER #define MAPBLOCK_NODEMOD_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * mapchunk.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef MAPCHUNK_HEADER #ifndef MAPCHUNK_HEADER
#define MAPCHUNK_HEADER #define MAPCHUNK_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * mapgen.cpp
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#include "mapgen.h" #include "mapgen.h"
#include "voxel.h" #include "voxel.h"

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * mapgen.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef MAPGEN_HEADER #ifndef MAPGEN_HEADER
#define MAPGEN_HEADER #define MAPGEN_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * mapnode.cpp
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#include "common_irrlicht.h" #include "common_irrlicht.h"
#include "mapnode.h" #include "mapnode.h"

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * mapsector.cpp
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#include "mapsector.h" #include "mapsector.h"
#include "jmutexautolock.h" #include "jmutexautolock.h"

View File

@ -1,25 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * mapsector.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
(c) 2010 Perttu Ahola <celeron55@gmail.com> *
*/ * License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef MAPSECTOR_HEADER #ifndef MAPSECTOR_HEADER
#define MAPSECTOR_HEADER #define MAPSECTOR_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest * Minetest-c55
Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * mesh.cpp
it under the terms of the GNU Lesser General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2.1 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU Lesser General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU Lesser General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#include "mesh.h" #include "mesh.h"
#include "log.h" #include "log.h"

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest * Minetest-c55
Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * mesh.h
it under the terms of the GNU Lesser General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2.1 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU Lesser General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU Lesser General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef MESH_HEADER #ifndef MESH_HEADER
#define MESH_HEADER #define MESH_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * mineral.cpp
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#include "mineral.h" #include "mineral.h"

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * mineral.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef MINERAL_HEADER #ifndef MINERAL_HEADER
#define MINERAL_HEADER #define MINERAL_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * modalMenu.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef MODALMENU_HEADER #ifndef MODALMENU_HEADER
#define MODALMENU_HEADER #define MODALMENU_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * nodemetadata.cpp
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#include "nodemetadata.h" #include "nodemetadata.h"
#include "utility.h" #include "utility.h"

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * nodemetadata.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef NODEMETADATA_HEADER #ifndef NODEMETADATA_HEADER
#define NODEMETADATA_HEADER #define NODEMETADATA_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * noise.cpp
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#include <math.h> #include <math.h>
#include "noise.h" #include "noise.h"

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * noise.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef NOISE_HEADER #ifndef NOISE_HEADER
#define NOISE_HEADER #define NOISE_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2012 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2012 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * particles.cpp
it under the terms of the GNU Lesser General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2.1 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU Lesser General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU Lesser General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#include "particles.h" #include "particles.h"
#include "constants.h" #include "constants.h"

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2012 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2012 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * particles.h
it under the terms of the GNU Lesser General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2.1 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU Lesser General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU Lesser General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef PARTICLES_HEADER #ifndef PARTICLES_HEADER
#define PARTICLES_HEADER #define PARTICLES_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * path.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef PATH_HEADER #ifndef PATH_HEADER
#define PATH_HEADER #define PATH_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * porting.cpp
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
/* /*
Random portability stuff Random portability stuff

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * porting.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
/* /*
Random portability stuff Random portability stuff

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * profiler.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef PROFILER_HEADER #ifndef PROFILER_HEADER
#define PROFILER_HEADER #define PROFILER_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * serialization.cpp
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#include "serialization.h" #include "serialization.h"
#include "utility.h" #include "utility.h"

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * serialization.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef SERIALIZATION_HEADER #ifndef SERIALIZATION_HEADER
#define SERIALIZATION_HEADER #define SERIALIZATION_HEADER

View File

@ -1,20 +1,28 @@
/* /************************************************************************
Part of Minetest-c55 * Minetest-c55
Copyright (C) 2010-11 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
Copyright (C) 2011 Ciaran Gultnieks <ciaran@ciarang.com> * Copyright (C) 2011 Ciaran Gultnieks <ciaran@ciarang.com>
*
Permission to use, copy, modify, and distribute this software for any * servercommand.cpp
purpose with or without fee is hereby granted, provided that the above * voxelands - 3d voxel world sandbox game
copyright notice and this permission notice appear in all copies. * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
*
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES * This program is free software: you can redistribute it and/or modify
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF * it under the terms of the GNU General Public License as published by
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR * the Free Software Foundation, either version 3 of the License, or
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES * (at your option) any later version.
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN *
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * This program is distributed in the hope that it will be useful, but
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#include "servercommand.h" #include "servercommand.h"
#include "utility.h" #include "utility.h"

View File

@ -1,20 +1,28 @@
/* /************************************************************************
Part of Minetest-c55 * Minetest-c55
Copyright (C) 2010-11 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
Copyright (C) 2011 Ciaran Gultnieks <ciaran@ciarang.com> * Copyright (C) 2011 Ciaran Gultnieks <ciaran@ciarang.com>
*
Permission to use, copy, modify, and distribute this software for any * servercommand.h
purpose with or without fee is hereby granted, provided that the above * voxelands - 3d voxel world sandbox game
copyright notice and this permission notice appear in all copies. * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
*
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES * This program is free software: you can redistribute it and/or modify
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF * it under the terms of the GNU General Public License as published by
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR * the Free Software Foundation, either version 3 of the License, or
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES * (at your option) any later version.
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN *
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * This program is distributed in the hope that it will be useful, but
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef SERVERCOMMAND_HEADER #ifndef SERVERCOMMAND_HEADER
#define SERVERCOMMAND_HEADER #define SERVERCOMMAND_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * servermain.cpp
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
/* /*
=============================== NOTES ============================== =============================== NOTES ==============================

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * settings.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef SETTINGS_HEADER #ifndef SETTINGS_HEADER
#define SETTINGS_HEADER #define SETTINGS_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * socket.cpp
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#include "socket.h" #include "socket.h"
#include "debug.h" #include "debug.h"

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * socket.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef SOCKET_HEADER #ifndef SOCKET_HEADER
#define SOCKET_HEADER #define SOCKET_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-Classic * Minetest-c55
Copyright (C) 2012 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2012 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * sound.cpp
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 3 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#include "sound.h" #include "sound.h"

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-Classic * Minetest-c55
Copyright (C) 2012 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2012 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * sound.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 3 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef SOUND_HEADER #ifndef SOUND_HEADER
#define SOUND_HEADER #define SOUND_HEADER

View File

@ -1,25 +1,31 @@
/* /************************************************************************
Minetest-Classic * Minetest-c55
Copyright (C) 2012 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2012 celeron55, Perttu Ahola <celeron55@gmail.com>
OpenAL support based on work by: * OpenAL support based on work by:
Copyright (C) 2011 Sebastian 'Bahamada' Rühl * Copyright (C) 2011 Sebastian 'Bahamada' Rühl
Copyright (C) 2011 Cyriaque 'Cisoun' Skrapits <cysoun@gmail.com> * Copyright (C) 2011 Cyriaque 'Cisoun' Skrapits <cysoun@gmail.com>
Copyright (C) 2011 Giuseppe Bilotta <giuseppe.bilotta@gmail.com> * Copyright (C) 2011 Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
*
This program is free software; you can redistribute it and/or modify * sound_openal.cpp
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 3 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; ifnot, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef SERVER #ifndef SERVER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-Classic * Minetest-c55
Copyright (C) 2012 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 20102celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * sound_openal.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 3 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef SOUND_OPENAL_HEADER #ifndef SOUND_OPENAL_HEADER
#define SOUND_OPENAL_HEADER #define SOUND_OPENAL_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * staticobject.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef STATICOBJECT_HEADER #ifndef STATICOBJECT_HEADER
#define STATICOBJECT_HEADER #define STATICOBJECT_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * strfnd.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef STRFND_HEADER #ifndef STRFND_HEADER
#define STRFND_HEADER #define STRFND_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * test.cpp
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#include "test.h" #include "test.h"
#include "common_irrlicht.h" #include "common_irrlicht.h"

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * test.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef TEST_HEADER #ifndef TEST_HEADER
#define TEST_HEADER #define TEST_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * threads.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef THREADS_HEADER #ifndef THREADS_HEADER
#define THREADS_HEADER #define THREADS_HEADER

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * tile.cpp
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#include "tile.h" #include "tile.h"
#include "debug.h" #include "debug.h"

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * tile.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef TILE_HEADER #ifndef TILE_HEADER
#define TILE_HEADER #define TILE_HEADER

View File

@ -1,25 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * utility.cpp
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
(c) 2010 Perttu Ahola <celeron55@gmail.com> *
*/ * License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#include "utility.h" #include "utility.h"
#include "gettime.h" #include "gettime.h"

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * voxel.cpp
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#include "voxel.h" #include "voxel.h"
#include "map.h" #include "map.h"

View File

@ -1,21 +1,27 @@
/* /************************************************************************
Minetest-c55 * Minetest-c55
Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com> * Copyright (C) 2010 celeron55, Perttu Ahola <celeron55@gmail.com>
*
This program is free software; you can redistribute it and/or modify * voxel.h
it under the terms of the GNU General Public License as published by * voxelands - 3d voxel world sandbox game
the Free Software Foundation; either version 2 of the License, or * Copyright (C) Lisa 'darkrose' Milne 2014 <lisa@ltmnet.com>
(at your option) any later version. *
* This program is free software: you can redistribute it and/or modify
This program is distributed in the hope that it will be useful, * it under the terms of the GNU General Public License as published by
but WITHOUT ANY WARRANTY; without even the implied warranty of * the Free Software Foundation, either version 3 of the License, or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * (at your option) any later version.
GNU General Public License for more details. *
* This program is distributed in the hope that it will be useful, but
You should have received a copy of the GNU General Public License along * WITHOUT ANY WARRANTY; without even the implied warranty of
with this program; if not, write to the Free Software Foundation, Inc., * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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/>
*
* License updated from GPLv2 or later to GPLv3 or later by Lisa Milne
* for Voxelands.
************************************************************************/
#ifndef VOXEL_HEADER #ifndef VOXEL_HEADER
#define VOXEL_HEADER #define VOXEL_HEADER