Changeset 5509 for trunk/calendar


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/calendar
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/calendar/inc/hourReport.php

    r5132 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$phpgw_flags = Array( 
    313        'currentapp'    =>      'calendar', 
  • trunk/calendar/inc/lang_alarm.php

    r204 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                \**************************************************************************/  
    211function load_lang() { 
    312        if(!$_SESSION['phpgw_info']['calendar']['langAlarm'])  
  • trunk/calendar/templates/default/listUsers.php

    r1268 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                 
    312        $GLOBALS['phpgw_info']['flags'] = array( 
    413                'noheader' => True, 
  • trunk/calendar/templates/default/publicView.php

    r1268 r5509  
    1 <?php    
     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        $user = $_POST['user'] ? $_POST['user'] :  
    313                ($_GET['user'] ? $_GET['user']: ''); 
Note: See TracChangeset for help on using the changeset viewer.