Ignore:
Timestamp:
02/14/12 08:56:54 (12 years ago)
Author:
gustavo
Message:

Ticket #2488 - Adicionar cabecalho de licenca em arquivos que nao o possuem

Location:
trunk/expressoAdmin1_2
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoAdmin1_2/controller.php

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

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

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

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

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

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