Changeset 5509 for trunk/filemanager


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/filemanager
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/filemanager/inc/class.bofilemanager.inc.php

    r3019 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        class bofilemanager 
    413        { 
  • trunk/filemanager/inc/class.sofilemanager.inc.php

    r3019 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        class sofilemanager 
    413        { 
  • trunk/filemanager/inc/class.user.inc.php

    r3678 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        class user 
    413        { 
  • trunk/filemanager/inc/class.vfs_functions.inc.php

    r5038 r5509  
    2121                var $public_functions = array( 
    2222                        'touch' => True, 
    23                         'download'=>True, 
    2423                        'setRestricted'=>True, 
    2524                        'editComment'=> True, 
  • trunk/filemanager/inc/hook_add_def_pref.inc.php

    r3019 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                 
    312global $pref; 
    413 
  • trunk/filemanager/inc/load_lang.php

    r5327 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/filemanager/inc/upload.php

    r5327 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/filemanager/index.php

    r3019 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                \**************************************************************************/  
    211         
    3         // FIXME add copyright header 
    4         /* 
    5         eGroupWare - http://www.egroupware.org 
    6         written by Pim Snel <pim@lingewoud.nl> 
    7         */ 
     12                // FIXME add copyright header 
     13                /* 
     14                eGroupWare - http://www.egroupware.org 
     15                written by Pim Snel <pim@lingewoud.nl> 
     16                */ 
    817 
    918 
Note: See TracChangeset for help on using the changeset viewer.