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

Ticket #1008 - Adicionando licença aos arquivos php

Location:
trunk/expressoAdmin1_2/inc
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • 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'])) 
Note: See TracChangeset for help on using the changeset viewer.