Changeset 3731:3770620079d4 for build-tools/min-js.php
- Timestamp:
- 03/09/18 12:29:57 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
build-tools/min-js.php
r3730 r3731 1 1 #!/usr/bin/env php 2 2 <?php 3 # -- BEGIN LICENSE BLOCK --------------------------------------- 4 # 5 # This file is part of Dotclear 2. 6 # 7 # Copyright (c) 2003-2013 Olivier Meunier & 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 * @subpackage Core 6 * 7 * @copyright Olivier Meunier & Association Dotclear 8 * @copyright GPL-2.0-only 9 */ 13 10 14 11 try
Note: See TracChangeset
for help on using the changeset viewer.