Changeset 2364 for trunk/admin


Ignore:
Timestamp:
03/29/10 10:55:31 (14 years ago)
Author:
amuller
Message:

Ticket #1008 - Adicionando licença aos arquivos php

Location:
trunk/admin
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/controller.php

    r357 r2364  
    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$request_method = '_' . $_SERVER['REQUEST_METHOD']; 
  • trunk/admin/inc/Controller.class.php

    r357 r2364  
    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 Controller 
  • trunk/admin/inc/hook_add_def_pref.inc.php

    r2 r2364  
    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  $GLOBALS['pref']->change('common','maxmatchs','15'); 
    313  $GLOBALS['pref']->change('common','theme','default'); 
  • trunk/admin/navbar-create.php

    r2 r2364  
    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  $phpgw_info = array(); 
    313  $phpgw_info["flags"]["currentapp"] = "admin"; 
  • trunk/admin/navbar-sel.php

    r2 r2364  
    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// SourceForge Knowledge Base Module v.1.0.0 
Note: See TracChangeset for help on using the changeset viewer.