Changeset 5509 for trunk/admin


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/admin
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/controller.php

    r3229 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                 
    312require_once '../header.session.inc.php'; 
    413 
  • trunk/admin/inc/Controller.class.php

    r357 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                 
    312class Controller 
    413{ 
  • trunk/admin/inc/hook_add_def_pref.inc.php

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

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

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