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

Commit

Permalink
Added missing headers in PHP files
Browse files Browse the repository at this point in the history
  • Loading branch information
dpobel committed Jul 9, 2011
1 parent cdd08bd commit c74f7ee
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 0 deletions.
21 changes: 21 additions & 0 deletions modules/autostatus/log.php
@@ -1,4 +1,25 @@
<?php
/**
* SOFTWARE NAME: autostatus
* SOFTWARE RELEASE: 0.2
* COPYRIGHT NOTICE: Copyright (C) 2009-2011 Damien POBEL
* SOFTWARE LICENSE: GNU General Public License v2.0
* NOTICE: >
* 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' );

Expand Down
20 changes: 20 additions & 0 deletions modules/autostatus/module.php
@@ -1,4 +1,24 @@
<?php
/**
* SOFTWARE NAME: autostatus
* SOFTWARE RELEASE: 0.2
* COPYRIGHT NOTICE: Copyright (C) 2009-2011 Damien POBEL
* SOFTWARE LICENSE: GNU General Public License v2.0
* NOTICE: >
* 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' );

Expand Down
21 changes: 21 additions & 0 deletions modules/autostatus/oauth.php
@@ -1,4 +1,25 @@
<?php
/**
* SOFTWARE NAME: autostatus
* SOFTWARE RELEASE: 0.2
* COPYRIGHT NOTICE: Copyright (C) 2009-2011 Damien POBEL
* SOFTWARE LICENSE: GNU General Public License v2.0
* NOTICE: >
* 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();
Expand Down

0 comments on commit c74f7ee

Please sign in to comment.