diff --git a/code/studio/src/plugins/tile_editor/tile_bank.cpp b/code/studio/src/plugins/tile_editor/tile_bank.cpp
index 3a7b34ca8..47e26511f 100644
--- a/code/studio/src/plugins/tile_editor/tile_bank.cpp
+++ b/code/studio/src/plugins/tile_editor/tile_bank.cpp
@@ -1,3 +1,20 @@
+// Ryzom Core Studio - Tile Editor plugin
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero 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 Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
+
#include "tile_bank.h"
#include "nel/3d/tile_bank.h"
diff --git a/code/studio/src/plugins/tile_editor/tile_bank.h b/code/studio/src/plugins/tile_editor/tile_bank.h
index e420fac9c..55901584a 100644
--- a/code/studio/src/plugins/tile_editor/tile_bank.h
+++ b/code/studio/src/plugins/tile_editor/tile_bank.h
@@ -1,3 +1,20 @@
+// Ryzom Core Studio - Tile Editor plugin
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero 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 Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
+
#ifndef TILE_BANK_H
#define TILE_BANK_H
@@ -54,7 +71,7 @@ public:
void setSurfaceData( int tileSet, unsigned long data );
unsigned long getSurfaceData( int tileSet ) const;
- void setTexturePath( const QString &path );
+ void setTexturePath( const QString &path );
QString getTexturePath() const;
void serial( NLMISC::IStream &f );
diff --git a/code/studio/src/plugins/tile_editor/tile_constants.h b/code/studio/src/plugins/tile_editor/tile_constants.h
index e75664d43..bf09f21a5 100644
--- a/code/studio/src/plugins/tile_editor/tile_constants.h
+++ b/code/studio/src/plugins/tile_editor/tile_constants.h
@@ -1,24 +1,41 @@
+// Ryzom Core Studio - Tile Editor plugin
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero 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 Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
+
#ifndef TILE_CONSTANTS_H
#define TILE_CONSTANTS_H
namespace TileConstants
{
- enum TTileChannel
- {
- TileDiffuse = 0,
- TileAdditive = 1,
- TileAlpha = 2,
- TileChannelCount = 3
- };
-
- enum TNodeTileType
- {
- Tile128 = 0,
- Tile256 = 1,
- TileTransition = 2,
- TileDisplacement = 3,
- TileNodeTypeCount = 4
+ enum TTileChannel
+ {
+ TileDiffuse = 0,
+ TileAdditive = 1,
+ TileAlpha = 2,
+ TileChannelCount = 3
+ };
+
+ enum TNodeTileType
+ {
+ Tile128 = 0,
+ Tile256 = 1,
+ TileTransition = 2,
+ TileDisplacement = 3,
+ TileNodeTypeCount = 4
};
}
diff --git a/code/studio/src/plugins/tile_editor/tile_images.h b/code/studio/src/plugins/tile_editor/tile_images.h
index 699fe3f11..e17267001 100644
--- a/code/studio/src/plugins/tile_editor/tile_images.h
+++ b/code/studio/src/plugins/tile_editor/tile_images.h
@@ -1,3 +1,20 @@
+// Ryzom Core Studio - Tile Editor plugin
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero 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 Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
+
#ifndef TILE_IMAGES_H
#define TILE_IMAGES_H
diff --git a/code/studio/src/plugins/tile_editor/tile_model.h b/code/studio/src/plugins/tile_editor/tile_model.h
index 8a89076bb..dafbf09f8 100644
--- a/code/studio/src/plugins/tile_editor/tile_model.h
+++ b/code/studio/src/plugins/tile_editor/tile_model.h
@@ -108,10 +108,10 @@ public:
void setVegetation( int tileSet, const QString &vegetation );
QString getVegetation( int tileSet ) const;
- void setOriented( int tileSet, bool b );
+ void setOriented( int tileSet, bool b );
bool getOriented( int tileSet ) const;
- void setSurfaceData( int tileSet, unsigned long data );
+ void setSurfaceData( int tileSet, unsigned long data );
unsigned long getSurfaceData( int tileSet ) const;
void setTexturePath( const QString &path );