Changeset 2360


Ignore:
Timestamp:
03/29/10 10:32:38 (14 years ago)
Author:
amuller
Message:

Ticket #1008 - Adicionando informações sobre licenças

Location:
trunk/expressoMail1_2
Files:
27 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/class.ScriptS.inc.php

    r2188 r2360  
    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//Inclui o arquivo contendo a classe SieveS; 
    313include('class.SieveS.inc.php'); 
  • trunk/expressoMail1_2/inc/class.SieveS.inc.php

    r1149 r2360  
    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//Conecta com o Servidor e o serviço Sieve; 
  • trunk/expressoMail1_2/inc/class.db_functions.inc.php

    r2147 r2360  
    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($_SESSION['phpgw_info']['expressomail']['server']['db_name'])) { 
    313        include_once('./header.inc.php'); 
  • trunk/expressoMail1_2/inc/class.functions.inc.php

    r2087 r2360  
    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        class Functions{ 
    313                function CallVoipConnect($params){ 
  • trunk/expressoMail1_2/inc/class.imap_attachment.inc.php

    r1059 r2360  
    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        \**************************************************************************/ 
    212class imap_attachment 
    313{ 
  • trunk/expressoMail1_2/inc/class.imap_functions.inc.php

    r2347 r2360  
    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/expressoMail1_2/inc/class.imapfp.inc.php

    r2022 r2360  
    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/expressoMail1_2/inc/class.ldap_functions.inc.php

    r1918 r2360  
    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        \**************************************************************************/ 
    212include_once("class.imap_functions.inc.php"); 
    313include_once("class.functions.inc.php"); 
  • trunk/expressoMail1_2/inc/class.message_components.inc.php

    r2236 r2360  
    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    class message_components { 
    313 
  • trunk/expressoMail1_2/inc/class.phpmailer.php

    r2316 r2360  
    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/expressoMail1_2/inc/class.smtp.php

    r2295 r2360  
    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/expressoMail1_2/inc/class.user.inc.php

    r1059 r2360  
    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 user{ 
  • trunk/expressoMail1_2/inc/gd_functions.php

    r1040 r2360  
    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/expressoMail1_2/inc/gotodownload.php

    r2289 r2360  
    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/expressoMail1_2/inc/hook_home.inc.php

    r2330 r2360  
    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/expressoMail1_2/inc/hook_preferences.inc.php

    r1518 r2360  
    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/expressoMail1_2/inc/load_lang.php

    r1572 r2360  
    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// Load the lang of the module. 
    313        if(isset($offline_language)) { //Expresso offline, quando o gears sincroniza com uma nova versão, não é dado acesso as sessões do usuário, e é preciso o nome do arquivo de linguagens na session abaixo. 
  • trunk/expressoMail1_2/inc/show_embedded_attach.php

    r2053 r2360  
    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        require_once '../../header.session.inc.php'; 
  • trunk/expressoMail1_2/inc/show_img.php

    r2053 r2360  
    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        require_once '../../header.session.inc.php'; 
  • trunk/expressoMail1_2/inc/show_thumbs.php

    r2053 r2360  
    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        require_once '../../header.session.inc.php'; 
  • trunk/expressoMail1_2/inc/show_user_photo.php

    r2053 r2360  
    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        require_once '../../header.session.inc.php'; 
  • trunk/expressoMail1_2/index.php

    r2155 r2360  
    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/expressoMail1_2/offline.php

    r1964 r2360  
    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/expressoMail1_2/offline_preferences.php

    r1121 r2360  
    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        ini_set("display_errors","1"); 
  • trunk/expressoMail1_2/preferences.php

    r1121 r2360  
    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/expressoMail1_2/programed_archiving.php

    r1932 r2360  
    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        ini_set("display_errors","1"); 
  • trunk/expressoMail1_2/save_preferences.php

    r1121 r2360  
    1 <html> 
     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<head> 
    313<script src="js/main.js"></script> 
Note: See TracChangeset for help on using the changeset viewer.