* CMakeLists.txt: New file (adding CMake support).
* tests/CMakeLists.txt: Ditto.
* doc/README.cmake: Ditto.
+#
+# Copyright (c) 1994 by Xerox Corporation. All rights reserved.
+# Copyright (c) 1996 by Silicon Graphics. All rights reserved.
+# Copyright (c) 1998 by Fergus Henderson. All rights reserved.
+# Copyright (c) 2000-2010 by Hewlett-Packard Company. All rights reserved.
+##
+# THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
+# OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
+##
+# Permission is hereby granted to use or copy this program
+# for any purpose, provided the above notices are retained on all copies.
+# Permission to modify the code and to distribute modified code is granted,
+# provided the above notices are retained, and a notice that the code was
+# modified is included with the above copyright notice.
+##
-# (C) Jack Andrews 2008
-# licensed under GPL 2.0
#
# get cmake and run:
# cmake -G "Visual Studio 8 2005"
+2010-02-24 Ivan Maidanski <ivmai@mail.ru>
+
+ * CMakeLists.txt: Change copyright header.
+ * tests/CMakeLists.txt: Ditto.
+
2010-02-24 Ivan Maidanski <ivmai@mail.ru> (really Bruce Mitchener)
* doc/README.darwin: Update.
-# (C) Jack Andrews 2008
-# licensed under GPL 2.0
+#
+# Copyright (c) 1994 by Xerox Corporation. All rights reserved.
+# Copyright (c) 1996 by Silicon Graphics. All rights reserved.
+# Copyright (c) 1998 by Fergus Henderson. All rights reserved.
+# Copyright (c) 2000-2010 by Hewlett-Packard Company. All rights reserved.
+##
+# THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
+# OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
+##
+# Permission is hereby granted to use or copy this program
+# for any purpose, provided the above notices are retained on all copies.
+# Permission to modify the code and to distribute modified code is granted,
+# provided the above notices are retained, and a notice that the code was
+# modified is included with the above copyright notice.
+##
ADD_DEFINITIONS(-DGC_NOT_DLL)
ADD_EXECUTABLE(gctest WIN32 test.c)