Skip to content
This repository has been archived by the owner on Jun 7, 2018. It is now read-only.

Commit

Permalink
Add the GPL license
Browse files Browse the repository at this point in the history
git-svn-id: svn://solarus-engine.org/solarus@794 08e91b48-8f19-0410-8fc9-9db6b7bce602
  • Loading branch information
christopho committed Apr 4, 2009
1 parent 18f02b1 commit 67470e4
Show file tree
Hide file tree
Showing 319 changed files with 5,747 additions and 0 deletions.
16 changes: 16 additions & 0 deletions include/Camera.h
@@ -1,3 +1,19 @@
/*
* Copyright (C) 2009 Christopho, Zelda Solarus - http://www.zelda-solarus.com
*
* Zelda: Mystery of Solarus DX 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.
*
* Zelda: Mystery of Solarus DX 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/>.
*/
#ifndef ZSDX_CAMERA_H
#define ZSDX_CAMERA_H

Expand Down
16 changes: 16 additions & 0 deletions include/Color.h
@@ -1,3 +1,19 @@
/*
* Copyright (C) 2009 Christopho, Zelda Solarus - http://www.zelda-solarus.com
*
* Zelda: Mystery of Solarus DX 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.
*
* Zelda: Mystery of Solarus DX 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/>.
*/
#ifndef ZSDX_COLOR_H
#define ZSDX_COLOR_H

Expand Down
16 changes: 16 additions & 0 deletions include/Common.h
@@ -1,3 +1,19 @@
/*
* Copyright (C) 2009 Christopho, Zelda Solarus - http://www.zelda-solarus.com
*
* Zelda: Mystery of Solarus DX 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.
*
* Zelda: Mystery of Solarus DX 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/>.
*/
/**
* This header should be included by each class header file.
*/
Expand Down
16 changes: 16 additions & 0 deletions include/Controls.h
@@ -1,3 +1,19 @@
/*
* Copyright (C) 2009 Christopho, Zelda Solarus - http://www.zelda-solarus.com
*
* Zelda: Mystery of Solarus DX 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.
*
* Zelda: Mystery of Solarus DX 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/>.
*/
#ifndef ZSDX_CONTROLS_H
#define ZSDX_CONTROLS_H

Expand Down
16 changes: 16 additions & 0 deletions include/Counter.h
@@ -1,3 +1,19 @@
/*
* Copyright (C) 2009 Christopho, Zelda Solarus - http://www.zelda-solarus.com
*
* Zelda: Mystery of Solarus DX 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.
*
* Zelda: Mystery of Solarus DX 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/>.
*/
#ifndef ZSDX_COUNTER_H
#define ZSDX_COUNTER_H

Expand Down
16 changes: 16 additions & 0 deletions include/DialogBox.h
@@ -1,3 +1,19 @@
/*
* Copyright (C) 2009 Christopho, Zelda Solarus - http://www.zelda-solarus.com
*
* Zelda: Mystery of Solarus DX 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.
*
* Zelda: Mystery of Solarus DX 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/>.
*/
#ifndef ZSDX_DIALOG_BOX_H
#define ZSDX_DIALOG_BOX_H

Expand Down
16 changes: 16 additions & 0 deletions include/Dungeon.h
@@ -1,3 +1,19 @@
/*
* Copyright (C) 2009 Christopho, Zelda Solarus - http://www.zelda-solarus.com
*
* Zelda: Mystery of Solarus DX 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.
*
* Zelda: Mystery of Solarus DX 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/>.
*/
#ifndef ZSDX_DUNGEON_H
#define ZSDX_DUNGEON_H

Expand Down
16 changes: 16 additions & 0 deletions include/DungeonEquipment.h
@@ -1,3 +1,19 @@
/*
* Copyright (C) 2009 Christopho, Zelda Solarus - http://www.zelda-solarus.com
*
* Zelda: Mystery of Solarus DX 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.
*
* Zelda: Mystery of Solarus DX 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/>.
*/
#ifndef ZSDX_DUNGEON_EQUIPMENT_H
#define ZSDX_DUNGEON_EQUIPMENT_H

Expand Down
16 changes: 16 additions & 0 deletions include/Equipment.h
@@ -1,3 +1,19 @@
/*
* Copyright (C) 2009 Christopho, Zelda Solarus - http://www.zelda-solarus.com
*
* Zelda: Mystery of Solarus DX 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.
*
* Zelda: Mystery of Solarus DX 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/>.
*/
#ifndef ZSDX_EQUIPMENT_H
#define ZSDX_EQUIPMENT_H

Expand Down
16 changes: 16 additions & 0 deletions include/FileTools.h
@@ -1,3 +1,19 @@
/*
* Copyright (C) 2009 Christopho, Zelda Solarus - http://www.zelda-solarus.com
*
* Zelda: Mystery of Solarus DX 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.
*
* Zelda: Mystery of Solarus DX 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/>.
*/
#ifndef ZSDX_FILE_TOOLS_H
#define ZSDX_FILE_TOOLS_H

Expand Down
16 changes: 16 additions & 0 deletions include/Game.h
@@ -1,3 +1,19 @@
/*
* Copyright (C) 2009 Christopho, Zelda Solarus - http://www.zelda-solarus.com
*
* Zelda: Mystery of Solarus DX 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.
*
* Zelda: Mystery of Solarus DX 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/>.
*/
#ifndef ZSDX_GAME_H
#define ZSDX_GAME_H

Expand Down
16 changes: 16 additions & 0 deletions include/GameoverSequence.h
@@ -1,3 +1,19 @@
/*
* Copyright (C) 2009 Christopho, Zelda Solarus - http://www.zelda-solarus.com
*
* Zelda: Mystery of Solarus DX 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.
*
* Zelda: Mystery of Solarus DX 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/>.
*/
#ifndef ZSDX_GAMEOVER_SEQUENCE_H
#define ZSDX_GAMEOVER_SEQUENCE_H

Expand Down
16 changes: 16 additions & 0 deletions include/InventoryItem.h
@@ -1,3 +1,19 @@
/*
* Copyright (C) 2009 Christopho, Zelda Solarus - http://www.zelda-solarus.com
*
* Zelda: Mystery of Solarus DX 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.
*
* Zelda: Mystery of Solarus DX 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/>.
*/
#ifndef ZSDX_INVENTORY_ITEM_H
#define ZSDX_INVENTORY_ITEM_H

Expand Down
16 changes: 16 additions & 0 deletions include/KeysEffect.h
@@ -1,3 +1,19 @@
/*
* Copyright (C) 2009 Christopho, Zelda Solarus - http://www.zelda-solarus.com
*
* Zelda: Mystery of Solarus DX 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.
*
* Zelda: Mystery of Solarus DX 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/>.
*/
#ifndef ZSDX_KEYS_EFFECT_H
#define ZSDX_KEYS_EFFECT_H

Expand Down
16 changes: 16 additions & 0 deletions include/Map.h
@@ -1,3 +1,19 @@
/*
* Copyright (C) 2009 Christopho, Zelda Solarus - http://www.zelda-solarus.com
*
* Zelda: Mystery of Solarus DX 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.
*
* Zelda: Mystery of Solarus DX 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/>.
*/
#ifndef ZSDX_MAP_H
#define ZSDX_MAP_H

Expand Down
16 changes: 16 additions & 0 deletions include/MapLoader.h
@@ -1,3 +1,19 @@
/*
* Copyright (C) 2009 Christopho, Zelda Solarus - http://www.zelda-solarus.com
*
* Zelda: Mystery of Solarus DX 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.
*
* Zelda: Mystery of Solarus DX 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/>.
*/
#ifndef ZSDX_MAP_LOADER_H
#define ZSDX_MAP_LOADER_H

Expand Down
16 changes: 16 additions & 0 deletions include/MapScript.h
@@ -1,3 +1,19 @@
/*
* Copyright (C) 2009 Christopho, Zelda Solarus - http://www.zelda-solarus.com
*
* Zelda: Mystery of Solarus DX 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.
*
* Zelda: Mystery of Solarus DX 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/>.
*/
#ifndef ZSDX_MAP_SCRIPT_H
#define ZSDX_MAP_SCRIPT_H

Expand Down
16 changes: 16 additions & 0 deletions include/Message.h
@@ -1,3 +1,19 @@
/*
* Copyright (C) 2009 Christopho, Zelda Solarus - http://www.zelda-solarus.com
*
* Zelda: Mystery of Solarus DX 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.
*
* Zelda: Mystery of Solarus DX 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/>.
*/
#ifndef ZSDX_MESSAGE_H
#define ZSDX_MESSAGE_H

Expand Down
16 changes: 16 additions & 0 deletions include/Music.h
@@ -1,3 +1,19 @@
/*
* Copyright (C) 2009 Christopho, Zelda Solarus - http://www.zelda-solarus.com
*
* Zelda: Mystery of Solarus DX 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.
*
* Zelda: Mystery of Solarus DX 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/>.
*/
#ifndef ZSDX_MUSIC_H
#define ZSDX_MUSIC_H

Expand Down
16 changes: 16 additions & 0 deletions include/PixelBits.h
@@ -1,3 +1,19 @@
/*
* Copyright (C) 2009 Christopho, Zelda Solarus - http://www.zelda-solarus.com
*
* Zelda: Mystery of Solarus DX 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.
*
* Zelda: Mystery of Solarus DX 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/>.
*/
#ifndef ZSDX_PIXEL_BITS_H
#define ZSDX_PIXEL_BITS_H

Expand Down

0 comments on commit 67470e4

Please sign in to comment.