diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/cancelgame.php | 19 | ||||
-rw-r--r-- | include/db.php | 19 | ||||
-rw-r--r-- | include/functions.php | 19 | ||||
-rw-r--r-- | include/game.php | 19 | ||||
-rw-r--r-- | include/login.php | 19 | ||||
-rw-r--r-- | include/logout.php | 19 | ||||
-rw-r--r-- | include/newgame.php | 19 | ||||
-rw-r--r-- | include/openid.php | 1 | ||||
-rw-r--r-- | include/output.php | 19 | ||||
-rw-r--r-- | include/preferences.php | 19 | ||||
-rw-r--r-- | include/register.php | 19 | ||||
-rw-r--r-- | include/reminder.php | 19 | ||||
-rw-r--r-- | include/stats.php | 19 | ||||
-rw-r--r-- | include/user.php | 19 | ||||
-rw-r--r-- | include/welcome.php | 19 |
15 files changed, 267 insertions, 0 deletions
diff --git a/include/cancelgame.php b/include/cancelgame.php index 22be185..98cbca2 100644 --- a/include/cancelgame.php +++ b/include/cancelgame.php @@ -1,4 +1,23 @@ <?php +/* Copyright 2006, 2007, 2008, 2009, 2010 Arun Persaud <arun@nubati.net> + * + * This file is part of e-DoKo. + * + * e-DoKo 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. + * + * e-DoKo 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 e-DoKo. If not, see <http://www.gnu.org/licenses/>. + * + */ + /* make sure that we are not called from outside the scripts, * use a variable defined in config.php to check this */ diff --git a/include/db.php b/include/db.php index 55d97c9..b79da87 100644 --- a/include/db.php +++ b/include/db.php @@ -1,4 +1,23 @@ <?php +/* Copyright 2006, 2007, 2008, 2009, 2010 Arun Persaud <arun@nubati.net> + * + * This file is part of e-DoKo. + * + * e-DoKo 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. + * + * e-DoKo 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 e-DoKo. If not, see <http://www.gnu.org/licenses/>. + * + */ + /* make sure that we are not called from outside the scripts, * use a variable defined in config.php to check this */ diff --git a/include/functions.php b/include/functions.php index 33da9ef..998ca02 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1,4 +1,23 @@ <?php +/* Copyright 2006, 2007, 2008, 2009, 2010 Arun Persaud <arun@nubati.net> + * + * This file is part of e-DoKo. + * + * e-DoKo 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. + * + * e-DoKo 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 e-DoKo. If not, see <http://www.gnu.org/licenses/>. + * + */ + /* make sure that we are not called from outside the scripts, * use a variable defined in config.php to check this */ diff --git a/include/game.php b/include/game.php index e20ea9a..a1c02a0 100644 --- a/include/game.php +++ b/include/game.php @@ -1,4 +1,23 @@ <?php +/* Copyright 2006, 2007, 2008, 2009, 2010 Arun Persaud <arun@nubati.net> + * + * This file is part of e-DoKo. + * + * e-DoKo 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. + * + * e-DoKo 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 e-DoKo. If not, see <http://www.gnu.org/licenses/>. + * + */ + /* make sure that we are not called from outside the scripts, * use a variable defined in config.php to check this */ diff --git a/include/login.php b/include/login.php index 3c3f6be..22d422f 100644 --- a/include/login.php +++ b/include/login.php @@ -1,4 +1,23 @@ <?php +/* Copyright 2006, 2007, 2008, 2009, 2010 Arun Persaud <arun@nubati.net> + * + * This file is part of e-DoKo. + * + * e-DoKo 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. + * + * e-DoKo 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 e-DoKo. If not, see <http://www.gnu.org/licenses/>. + * + */ + /* make sure that we are not called from outside the scripts, * use a variable defined in config.php to check this */ diff --git a/include/logout.php b/include/logout.php index 3acabc3..791ca6e 100644 --- a/include/logout.php +++ b/include/logout.php @@ -1,4 +1,23 @@ <?php +/* Copyright 2006, 2007, 2008, 2009, 2010 Arun Persaud <arun@nubati.net> + * + * This file is part of e-DoKo. + * + * e-DoKo 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. + * + * e-DoKo 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 e-DoKo. If not, see <http://www.gnu.org/licenses/>. + * + */ + /* make sure that we are not called from outside the scripts, * use a variable defined in config.php to check this */ diff --git a/include/newgame.php b/include/newgame.php index b41dc8b..d7a2d7f 100644 --- a/include/newgame.php +++ b/include/newgame.php @@ -1,4 +1,23 @@ <?php +/* Copyright 2006, 2007, 2008, 2009, 2010 Arun Persaud <arun@nubati.net> + * + * This file is part of e-DoKo. + * + * e-DoKo 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. + * + * e-DoKo 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 e-DoKo. If not, see <http://www.gnu.org/licenses/>. + * + */ + /* make sure that we are not called from outside the scripts, * use a variable defined in config.php to check this */ diff --git a/include/openid.php b/include/openid.php index 6ad5fed..16c59f4 100644 --- a/include/openid.php +++ b/include/openid.php @@ -1,4 +1,5 @@ <?php + require_once("db.php"); /* provide OpenID support diff --git a/include/output.php b/include/output.php index 61fef60..06eb8de 100644 --- a/include/output.php +++ b/include/output.php @@ -1,4 +1,23 @@ <?php +/* Copyright 2006, 2007, 2008, 2009, 2010 Arun Persaud <arun@nubati.net> + * + * This file is part of e-DoKo. + * + * e-DoKo 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. + * + * e-DoKo 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 e-DoKo. If not, see <http://www.gnu.org/licenses/>. + * + */ + /* make sure that we are not called from outside the scripts, * use a variable defined in config.php to check this */ diff --git a/include/preferences.php b/include/preferences.php index 70ecabb..6648b99 100644 --- a/include/preferences.php +++ b/include/preferences.php @@ -1,4 +1,23 @@ <?php +/* Copyright 2006, 2007, 2008, 2009, 2010 Arun Persaud <arun@nubati.net> + * + * This file is part of e-DoKo. + * + * e-DoKo 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. + * + * e-DoKo 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 e-DoKo. If not, see <http://www.gnu.org/licenses/>. + * + */ + /* make sure that we are not called from outside the scripts, * use a variable defined in config.php to check this */ diff --git a/include/register.php b/include/register.php index 75ec309..3cf97b3 100644 --- a/include/register.php +++ b/include/register.php @@ -1,4 +1,23 @@ <?php +/* Copyright 2006, 2007, 2008, 2009, 2010 Arun Persaud <arun@nubati.net> + * + * This file is part of e-DoKo. + * + * e-DoKo 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. + * + * e-DoKo 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 e-DoKo. If not, see <http://www.gnu.org/licenses/>. + * + */ + /* make sure that we are not called from outside the scripts, * use a variable defined in config.php to check this */ diff --git a/include/reminder.php b/include/reminder.php index ce64c65..1031dec 100644 --- a/include/reminder.php +++ b/include/reminder.php @@ -1,4 +1,23 @@ <?php +/* Copyright 2006, 2007, 2008, 2009, 2010 Arun Persaud <arun@nubati.net> + * + * This file is part of e-DoKo. + * + * e-DoKo 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. + * + * e-DoKo 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 e-DoKo. If not, see <http://www.gnu.org/licenses/>. + * + */ + /* make sure that we are not called from outside the scripts, * use a variable defined in config.php to check this */ diff --git a/include/stats.php b/include/stats.php index f450880..fb56df8 100644 --- a/include/stats.php +++ b/include/stats.php @@ -1,4 +1,23 @@ <?php +/* Copyright 2006, 2007, 2008, 2009, 2010 Arun Persaud <arun@nubati.net> + * + * This file is part of e-DoKo. + * + * e-DoKo 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. + * + * e-DoKo 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 e-DoKo. If not, see <http://www.gnu.org/licenses/>. + * + */ + /* make sure that we are not called from outside the scripts, * use a variable defined in config.php to check this */ diff --git a/include/user.php b/include/user.php index a027f40..1f2ae74 100644 --- a/include/user.php +++ b/include/user.php @@ -1,4 +1,23 @@ <?php +/* Copyright 2006, 2007, 2008, 2009, 2010 Arun Persaud <arun@nubati.net> + * + * This file is part of e-DoKo. + * + * e-DoKo 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. + * + * e-DoKo 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 e-DoKo. If not, see <http://www.gnu.org/licenses/>. + * + */ + /* make sure that we are not called from outside the scripts, * use a variable defined in config.php to check this */ diff --git a/include/welcome.php b/include/welcome.php index 2ff4fdf..cb601e3 100644 --- a/include/welcome.php +++ b/include/welcome.php @@ -1,4 +1,23 @@ <?php +/* Copyright 2006, 2007, 2008, 2009, 2010 Arun Persaud <arun@nubati.net> + * + * This file is part of e-DoKo. + * + * e-DoKo 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. + * + * e-DoKo 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 e-DoKo. If not, see <http://www.gnu.org/licenses/>. + * + */ + /* make sure that we are not called from outside the scripts, * use a variable defined in config.php to check this */ |