summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/Base64.c
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2003-12-15 21:30:46 (GMT)
committerBrad King <brad.king@kitware.com>2003-12-15 21:30:46 (GMT)
commitce8a34907a47b06f62f27aff1e1d6cb8dc9ee76e (patch)
treeac7d4a4abd230c1191bfad5bedb65f75e2f77c38 /Source/kwsys/Base64.c
parent737d2fc7d6121eb1343f6b47b151bd948383733e (diff)
downloadCMake-ce8a34907a47b06f62f27aff1e1d6cb8dc9ee76e.zip
CMake-ce8a34907a47b06f62f27aff1e1d6cb8dc9ee76e.tar.gz
CMake-ce8a34907a47b06f62f27aff1e1d6cb8dc9ee76e.tar.bz2
ENH: Updated copyright.
Diffstat (limited to 'Source/kwsys/Base64.c')
-rw-r--r--Source/kwsys/Base64.c17
1 files changed, 7 insertions, 10 deletions
diff --git a/Source/kwsys/Base64.c b/Source/kwsys/Base64.c
index 41f6ef4..999c3f5 100644
--- a/Source/kwsys/Base64.c
+++ b/Source/kwsys/Base64.c
@@ -1,17 +1,14 @@
/*=========================================================================
-Program: KWSys - Kitware System Library
-Module: $RCSfile$
-Language: C++
-Date: $Date$
-Version: $Revision$
+ Program: KWSys - Kitware System Library
+ Module: $RCSfile$
-Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved.
-See http://www.cmake.org/HTML/Copyright.html for details.
+ Copyright (c) Kitware, Inc., Insight Consortium. All rights reserved.
+ See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
-This software is distributed WITHOUT ANY WARRANTY; without even
-the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
-PURPOSE. See the above copyright notices for more information.
+ This software is distributed WITHOUT ANY WARRANTY; without even
+ the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#define KWSYS_IN_BASE64_C