Changeset 2364


Ignore:
Timestamp:
03/29/10 10:55:31 (14 years ago)
Author:
amuller
Message:

Ticket #1008 - Adicionando licença aos arquivos php

Location:
trunk
Files:
35 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/controller.php

    r357 r2364  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212 
    313$request_method = '_' . $_SERVER['REQUEST_METHOD']; 
  • trunk/admin/inc/Controller.class.php

    r357 r2364  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212 
    313class Controller 
  • trunk/admin/inc/hook_add_def_pref.inc.php

    r2 r2364  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212  $GLOBALS['pref']->change('common','maxmatchs','15'); 
    313  $GLOBALS['pref']->change('common','theme','default'); 
  • trunk/admin/navbar-create.php

    r2 r2364  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212  $phpgw_info = array(); 
    313  $phpgw_info["flags"]["currentapp"] = "admin"; 
  • trunk/admin/navbar-sel.php

    r2 r2364  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212// 
    313// SourceForge Knowledge Base Module v.1.0.0 
  • trunk/controller.php

    r2346 r2364  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212        if(!isset($GLOBALS['phpgw_info'])){ 
    313                $GLOBALS['phpgw_info']['flags'] = array( 
  • trunk/expressoAdmin1_2/controller.php

    r2030 r2364  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212if(!isset($GLOBALS['phpgw_info'])){ 
    313        $GLOBALS['phpgw_info']['flags'] = array( 
  • trunk/expressoAdmin1_2/inc/class.db_functions.inc.php

    r2030 r2364  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212define('PHPGW_INCLUDE_ROOT','./');       
    313define('PHPGW_API_INC','phpgwapi/inc'); 
  • trunk/expressoAdmin1_2/inc/class.imap_functions.inc.php

    r1983 r2364  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212 
    313include_once('class.functions.inc.php'); 
  • trunk/expressoAdmin1_2/inc/class.ldap_functions.inc.php

    r2012 r2364  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212define('PHPGW_INCLUDE_ROOT','./'); 
    313define('PHPGW_API_INC','./phpgwapi/inc');        
  • trunk/expressoAdmin1_2/inc/if.login.inc.php

    r594 r2364  
    1 <? 
     1<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212/* 
    313        Todas as classes para geração de login deverão implementar essa interface. 
  • trunk/expressoAdmin1_2/inc/load_lang.php

    r1394 r2364  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212        $lang = array(); 
    313        if (!empty($_SESSION['phpgw_info']['expressoAdmin']['lang'])) 
  • trunk/header.session.inc.php

    r2335 r2364  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212        if ( isset( $_COOKIE[ 'sessionid' ] ) ) 
    313                session_id( $_COOKIE[ 'sessionid' ] ); 
  • trunk/help.php

    r1860 r2364  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212 
    313$GLOBALS['phpgw_info']['flags'] = array( 
  • trunk/phpgwapi/inc/class.pdf.inc.php

    r2 r2364  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212        /***************************************************************************\ 
    313        * EGroupWare - pdf creation class                                           * 
  • trunk/phpgwapi/inc/class.phpmailer.inc.php

    r2 r2364  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212//////////////////////////////////////////////////// 
    313// PHPMailer - PHP email class 
  • trunk/phpgwapi/inc/class.smtp.php

    r2 r2364  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212//////////////////////////////////////////////////// 
    313// SMTP - PHP SMTP class 
  • trunk/phpgwapi/inc/class.soap_parser.inc.php

    r2 r2364  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212 
    313        class soap_parser 
  • trunk/phpgwapi/inc/class.soap_server.inc.php

    r2 r2364  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212// SOAP server class 
    313 
  • trunk/phpgwapi/inc/class.soapclient.inc.php

    r2 r2364  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212/* 
    313 
  • trunk/phpgwapi/inc/class.soapmsg.inc.php

    r2 r2364  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212/* 
    313 
  • trunk/phpgwapi/inc/class.soapval.inc.php

    r2 r2364  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212/* 
    313 
  • trunk/phpgwapi/inc/class.translation.inc.php

    r2 r2364  
    1 <?php  
     1<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212        if (empty($GLOBALS['phpgw_info']['server']['translation_system'])) 
    313        { 
  • trunk/phpgwapi/inc/class.vfs.inc.php

    r2 r2364  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212        if (empty ($GLOBALS['phpgw_info']['server']['file_repository'])) 
    313        { 
  • trunk/phpgwapi/inc/class.vfs_sql.inc.php

    r2261 r2364  
    803803                } 
    804804 
    805                 /*used to safe memory in downloads*/ 
     805                /*used to save memory in downloads*/ 
    806806                function print_content ($data) 
    807807                { 
  • trunk/phpgwapi/inc/class.wsdl.inc.php

    r2 r2364  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212/* 
    313 
  • trunk/phpgwapi/inc/class.xml.inc.php

    r2 r2364  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212 
    313// 
  • trunk/phpgwapi/inc/class.xmlrpc_client.inc.php

    r2 r2364  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212// Copyright (c) 1999,2000,2001 Edd Dumbill. 
    313// All rights reserved. 
  • trunk/phpgwapi/inc/class.xmlrpc_server_php.inc.php

    r2 r2364  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212// Copyright (c) 1999,2000,2001 Edd Dumbill. 
    313// All rights reserved. 
  • trunk/phpgwapi/inc/class.xmlrpcmsg.inc.php

    r2 r2364  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212        // by Edd Dumbill (C) 1999-2001 
    313        // <edd@usefulinc.com> 
  • trunk/phpgwapi/inc/class.xmlrpcresp.inc.php

    r2 r2364  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212        // by Edd Dumbill (C) 1999-2001 
    313        // <edd@usefulinc.com> 
  • trunk/phpgwapi/inc/class.xmlrpcval.inc.php

    r2 r2364  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212        // by Edd Dumbill (C) 1999-2001 
    313        // <edd@usefulinc.com> 
  • trunk/phpgwapi/inc/xml_functions.inc.php

    r2 r2364  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212        // by Edd Dumbill (C) 1999-2001 
    313        // <edd@usefulinc.com> 
  • trunk/phpgwapi/templates/default/details.inc.php

    r1151 r2364  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212define( 'default_TEMPLATE_TITLE', 'default' ); 
    313?> 
  • trunk/phpgwapi/templates/default/listUsers.php

    r1559 r2364  
    1 <?php                    
     1<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212        $current = $_GET['currentApp']; 
    313        $GLOBALS['phpgw_info']['flags'] = array( 
Note: See TracChangeset for help on using the changeset viewer.