* copyrights added to other files

This commit is contained in:
Max Pozdeev 2009-10-22 12:29:01 +04:00
parent ec01d14659
commit 3121148bcd
3 changed files with 14 additions and 0 deletions

View file

@ -1,5 +1,11 @@
<?php
/*
This file is part of myTinyTodo.
(C) Copyright 2009 Max Pozdeev <maxpozdeev@gmail.com>
Licensed under the GNU GPL v3 license. See file COPYRIGHT for details.
*/
set_error_handler('myErrorHandler');
set_exception_handler('myExceptionHandler');

View file

@ -1,5 +1,7 @@
<?php
# Copyright 2009 Max Pozdeev
class DatabaseResult_Sqlite3
{
private $parent;

View file

@ -1,5 +1,11 @@
<?php
/*
This file is part of myTinyTodo.
(C) Copyright 2009 Max Pozdeev <maxpozdeev@gmail.com>
Licensed under the GNU GPL v3 license. See file COPYRIGHT for details.
*/
require_once('./init.php');
if($needAuth && !is_logged())