diff options
Diffstat (limited to 'Source/kwsys/testFail.c')
-rw-r--r-- | Source/kwsys/testFail.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Source/kwsys/testFail.c b/Source/kwsys/testFail.c index c9d62f4..7e062c1 100644 --- a/Source/kwsys/testFail.c +++ b/Source/kwsys/testFail.c @@ -1,3 +1,14 @@ +/*============================================================================ + KWSys - Kitware System Library + Copyright 2000-2009 Kitware, Inc., Insight Software Consortium + + Distributed under the OSI-approved BSD License (the "License"); + see accompanying file Copyright.txt for details. + + This software is distributed WITHOUT ANY WARRANTY; without even the + implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + See the License for more information. +============================================================================*/ #include <stdio.h> #include <stdlib.h> #include <string.h> |