|
1 | 1 | <?php
|
2 | 2 | /*=========================================================================
|
3 |
| -Program: MIDAS Server |
4 |
| -Language: PHP/HTML/Java/Javascript/SQL |
5 |
| -Date: $Date$ |
6 |
| -Version: $Revision$ |
| 3 | + MIDAS Server |
| 4 | + Copyright (c) Kitware SAS. 26 rue Louis Guérin. 69100 Villeurbanne, FRANCE |
| 5 | + All rights reserved. |
| 6 | + More information http://www.kitware.com |
7 | 7 |
|
8 |
| -Copyright (c) Kitware Inc. 28 Corporate Drive. All rights reserved. |
9 |
| -Clifton Park, NY, 12065, USA. |
| 8 | + Licensed under the Apache License, Version 2.0 (the "License"); |
| 9 | + you may not use this file except in compliance with the License. |
| 10 | + You may obtain a copy of the License at |
10 | 11 |
|
11 |
| -See Copyright.txt for details. |
12 |
| -This software is distributed WITHOUT ANY WARRANTY; without even |
13 |
| -the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR |
14 |
| -PURPOSE. See the above copyright notices for more information. |
| 12 | + http://www.apache.org/licenses/LICENSE-2.0.txt |
| 13 | +
|
| 14 | + Unless required by applicable law or agreed to in writing, software |
| 15 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 16 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 17 | + See the License for the specific language governing permissions and |
| 18 | + limitations under the License. |
15 | 19 | =========================================================================*/
|
16 | 20 |
|
17 |
| -/** |
18 |
| - * globally useful utility functions. |
19 |
| - */ |
| 21 | +/** Globally useful utility functions. */ |
20 | 22 | class KWUtils
|
21 | 23 | {
|
22 | 24 | CONST DEFAULT_MKDIR_MODE = 0775;
|
|
0 commit comments