From c74f7eee7bd201f42df28b3c6fba9bc5eb581492 Mon Sep 17 00:00:00 2001 From: Damien Pobel Date: Sat, 9 Jul 2011 20:53:24 +0200 Subject: [PATCH] Added missing headers in PHP files --- modules/autostatus/log.php | 21 +++++++++++++++++++++ modules/autostatus/module.php | 20 ++++++++++++++++++++ modules/autostatus/oauth.php | 21 +++++++++++++++++++++ 3 files changed, 62 insertions(+) diff --git a/modules/autostatus/log.php b/modules/autostatus/log.php index 8f10779..7424cc0 100644 --- a/modules/autostatus/log.php +++ b/modules/autostatus/log.php @@ -1,4 +1,25 @@ + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2.0 of the GNU General + * Public License as published by the Free Software Foundation. + * + * 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 version 2.0 of the GNU General + * Public License along with this program; if not, write to the Free + * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ + $tpl = eZTemplate::factory(); $ini = eZINI::instance( 'autostatus.ini' ); diff --git a/modules/autostatus/module.php b/modules/autostatus/module.php index 8c63314..e74d9aa 100644 --- a/modules/autostatus/module.php +++ b/modules/autostatus/module.php @@ -1,4 +1,24 @@ + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2.0 of the GNU General + * Public License as published by the Free Software Foundation. + * + * 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 version 2.0 of the GNU General + * Public License along with this program; if not, write to the Free + * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ $Module = array( 'name' => 'Autostatus' ); diff --git a/modules/autostatus/oauth.php b/modules/autostatus/oauth.php index de08ba5..ec8a9e6 100644 --- a/modules/autostatus/oauth.php +++ b/modules/autostatus/oauth.php @@ -1,4 +1,25 @@ + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2.0 of the GNU General + * Public License as published by the Free Software Foundation. + * + * 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 version 2.0 of the GNU General + * Public License along with this program; if not, write to the Free + * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ + autostatusSocialNetwork::fixIncludePath(); $http = eZHTTPTool::instance();