Ignore:
Timestamp:
11/03/11 11:13:40 (12 years ago)
Author:
wmerlotto
Message:

Ticket #2305 - Enviando alteracoes, desenvolvidas internamente na Prognus, do modulo services.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/services/class.ical.php

    r4445 r5130  
    11<?php 
    22/** 
     3* 
     4* Copyright (C) 2011 Consórcio Expresso Livre - 4Linux (www.4linux.com.br) e Prognus Software Livre (www.prognus.com.br) 
     5* 
     6*  This program is free software; you can redistribute it and/or 
     7*  modify it under the terms of the GNU General Public License 
     8*  as published by the Free Software Foundation; either version 2 
     9*  of the License, or (at your option) any later version. 
     10 
     11*  This program is distributed in the hope that it will be useful, 
     12*  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14*  GNU General Public License for more details. 
     15 
     16*  You should have received a copy of the GNU General Public License 
     17*  along with this program; if not, write to the Free Software 
     18*  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.  
     19* 
     20*  You can contact Prognus Software Livre headquarters at Av. Tancredo Neves, 
     21*  6731, PTI, Bl. 05, Esp. 02, Sl. 10, Foz do Iguaçu - PR - Brasil or at 
     22*  e-mail address prognus@prognus.com.br. 
     23* 
     24* 
    325* Serviço ical 
    426* 
    527* Classe responsavel por gerar, e interpretar arquivos ical/vcalendar. 
    628* 
    7 * @package    Service 
     29* @package    ICalService 
    830* @license    http://www.gnu.org/copyleft/gpl.html GPL 
    9 * @author     Prognus Software Livre (http://www.prognus.com.br) 
    10 * @author     Cristiano Corr?a Schmidt 
     31* @author     Consórcio Expresso Livre - 4Linux (www.4linux.com.br) e Prognus Software Livre (www.prognus.com.br) 
     32* @sponsor    Caixa Econômica Federal 
    1133* @version    1.0 
    12 * @since      Classe disponibilizada na versão 1.0 
     34* @since      2.4.0 
    1335*/ 
    1436class ICalService 
Note: See TracChangeset for help on using the changeset viewer.