Changeset 3731:3770620079d4 for build-tools/setup.php
- Timestamp:
 - 03/09/18 12:29:57 (8 years ago)
 - Branch:
 - default
 - File:
 - 
          
- 1 edited
 
- 
          build-tools/setup.php (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
build-tools/setup.php
r3730 r3731 1 1 <?php 2 2 $license_block = <<<EOF 3 # -- BEGIN LICENSE BLOCK --------------------------------------- 4 # 5 # This file is part of Dotclear 2. 6 # 7 # Copyright (c) 2003-2015 Association Dotclear 8 # Licensed under the GPL version 2.0 license. 9 # See LICENSE file or 10 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 11 # 12 # -- END LICENSE BLOCK ----------------------------------------- 3 /** 4 * @package Dotclear 5 * 6 * @copyright Olivier Meunier & Association Dotclear 7 * @copyright GPL-2.0-only 8 */ 13 9 EOF; 14 10  
Note: See TracChangeset
          for help on using the changeset viewer.
      