Changeset 6132


Ignore:
Timestamp:
05/08/12 11:46:08 (12 years ago)
Author:
marcosw
Message:

Ticket #2697 - Inserir informações de copyright em cabeçalho de arquivos

Location:
trunk/prototype
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/api/controller.php

    r6115 r6132  
    5656*/ 
    5757 
     58/** 
     59 * 
     60 * @package    Prototype 
     61 * @license    http://www.gnu.org/copyleft/gpl.html GPL 
     62 * @author     Consórcio Expresso Livre - 4Linux (www.4linux.com.br) e Prognus Software Livre (www.prognus.com.br) 
     63 * @version    2.4 
     64 * @sponsor    Caixa Econômica Federal 
     65 * @since      Classe disponibilizada na versão 2.4 
     66 */ 
    5867class Controller { 
    5968 
  • trunk/prototype/getArchive.php

    r6115 r6132  
    3232 * determinado arquivo para que o download possa ser feito. 
    3333 * 
    34  * @package    Prototype 
     34 * @package    Prototype (Mail) 
    3535 * @license    http://www.gnu.org/copyleft/gpl.html GPL 
    3636 * @author     Consórcio Expresso Livre - 4Linux (www.4linux.com.br) e Prognus Software Livre (www.prognus.com.br) 
  • trunk/prototype/services/ImapServiceAdapter.php

    r6115 r6132  
    4242include_once ROOTPATH."/../expressoMail1_2/inc/class.imap_functions.inc.php"; 
    4343 
     44/** 
     45 * 
     46 * @package    Prototype (Mail) 
     47 * @license    http://www.gnu.org/copyleft/gpl.html GPL 
     48 * @author     Consórcio Expresso Livre - 4Linux (www.4linux.com.br) e Prognus Software Livre (www.prognus.com.br) 
     49 * @version    2.4 
     50 * @sponsor    Caixa Econômica Federal 
     51 * @since      Classe disponibilizada na versão 2.4 
     52 */ 
    4453class ImapServiceAdapter extends imap_functions/* implements Service*/ 
    4554{ 
  • trunk/prototype/services/PostgreSQL.php

    r6115 r6132  
    4040 */ 
    4141 
     42/** 
     43 * 
     44 * @package    Prototype 
     45 * @license    http://www.gnu.org/copyleft/gpl.html GPL 
     46 * @author     Consórcio Expresso Livre - 4Linux (www.4linux.com.br) e Prognus Software Livre (www.prognus.com.br) 
     47 * @version    2.4 
     48 * @sponsor    Caixa Econômica Federal 
     49 * @since      Classe disponibilizada na versão 2.4 
     50 */ 
    4251class PostgreSQL implements Service 
    4352{ 
Note: See TracChangeset for help on using the changeset viewer.