Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 607179e

Browse files
author
Jamie Snape
committed
Add updated license header to KWUtils file
1 parent 877fb22 commit 607179e

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

library/KWUtils.php

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
<?php
22
/*=========================================================================
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
77
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
1011
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.
1519
=========================================================================*/
1620

17-
/**
18-
* globally useful utility functions.
19-
*/
21+
/** Globally useful utility functions. */
2022
class KWUtils
2123
{
2224
CONST DEFAULT_MKDIR_MODE = 0775;

0 commit comments

Comments
 (0)